Changeset 9296 in vbox for trunk/src/VBox/Frontends/VirtualBox4/include/QIDialogButtonBox.h
- Timestamp:
- Jun 2, 2008 12:58:24 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/include/QIDialogButtonBox.h
r9056 r9296 29 29 #include <QDialogButtonBox> 30 30 31 class QBoxLayout; 32 31 33 class QIDialogButtonBox: public QIWithRetranslateUI<QDialogButtonBox> 32 34 { … … 41 43 void setStandardButtons (StandardButtons aButtons); 42 44 45 void addExtraWidget (QWidget *aWidget); 46 void addExtraLayout (QLayout *aLayout); 47 43 48 protected: 49 50 QBoxLayout *boxLayout() const; 51 int findEmptySpace (QBoxLayout *aLayout) const; 44 52 45 53 void retranslateUi();
Note:
See TracChangeset
for help on using the changeset viewer.