Changeset 107351 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UITools.h
- Timestamp:
- Dec 18, 2024 12:59:12 PM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/tools/UITools.h
r107299 r107351 68 68 /** Constructs Tools-pane passing @a pParent to the base-class. 69 69 * @param enmClass Brings the tools class, it will be fixed one. 70 * @param pActionPool Brings the action-pool reference. */ 71 UITools(QWidget *pParent, UIToolClass enmClass, UIActionPool *pActionPool); 70 * @param pActionPool Brings the action-pool reference. 71 * @param theFlags Brings the widget flags. */ 72 UITools(QWidget *pParent, 73 UIToolClass enmClass, 74 UIActionPool *pActionPool, 75 Qt::WindowFlags theFlags = Qt::Popup); 72 76 73 77 /** @name General stuff. … … 101 105 /** Returns current item. */ 102 106 UIToolsItem *currentItem() const; 107 /** @} */ 108 109 private slots: 110 111 /** @name General stuff. 112 * @{ */ 113 /** Handles the close request. */ 114 void sltClose(); 103 115 /** @} */ 104 116
Note:
See TracChangeset
for help on using the changeset viewer.