Changeset 3943 in vbox for trunk/src/VBox/Frontends/VirtualBox/include/QIMessageBox.h
- Timestamp:
- Jul 31, 2007 2:42:32 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/QIMessageBox.h
r3894 r3943 30 30 #include <qtextedit.h> 31 31 32 class QIRichLabel; 32 33 class QLabel; 33 34 class QPushButton; … … 47 48 Warning = QMessageBox::Warning, 48 49 Critical = QMessageBox::Critical, 49 50 Question = QMessageBox::Question 50 51 }; 51 52 … … 93 94 94 95 int mButton0, mButton1, mButton2, mButtonEsc; 95 QLabel *mIconLabel, *mTextLabel; 96 QLabel *mIconLabel; 97 QIRichLabel *mTextLabel; 96 98 QPushButton *mButton0PB, *mButton1PB, *mButton2PB; 97 99 QVBox *mMessageVBox;
Note:
See TracChangeset
for help on using the changeset viewer.