Changeset 16913 in vbox for trunk/src/VBox/Frontends/VirtualBox/include/QIMessageBox.h
- Timestamp:
- Feb 18, 2009 3:40:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/QIMessageBox.h
r16802 r16913 57 57 public: 58 58 59 enum ToggleType 60 { 61 Toggle = 0, 62 CollapsOnly, 63 ExpandOnly 64 }; 65 59 66 QIArrowSplitter (QWidget *aParent = 0); 60 67 … … 63 70 public slots: 64 71 65 void toggleWidget ();72 void toggleWidget (ToggleType aType = Toggle); 66 73 67 74 private: 75 76 bool eventFilter (QObject *aObject, QEvent *aEvent); 68 77 69 78 QVBoxLayout *mMainLayout;
Note:
See TracChangeset
for help on using the changeset viewer.