Changeset 3943 in vbox for trunk/src/VBox/Frontends/VirtualBox/include
- Timestamp:
- Jul 31, 2007 2:42:32 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 23357
- Location:
- trunk/src/VBox/Frontends/VirtualBox/include
- Files:
-
- 3 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; -
trunk/src/VBox/Frontends/VirtualBox/include/QIRichLabel.h
r2981 r3943 125 125 QMovie *lmovie; 126 126 QPopupMenu *popupMenu; 127 QString popupBuffer; 127 128 QWidget *lbuddy; 128 129 ushort align; -
trunk/src/VBox/Frontends/VirtualBox/include/VBoxProblemReporter.h
r3936 r3943 195 195 const QString &, const QString &); 196 196 197 int cannotFindGuestAdditions (const QString &aSrc1, const QString &aSrc2); 197 198 void cannotDownloadGuestAdditions (const QString &aURL, 198 199 const QString &aReason); 199 int confirmDownloadAdditions (const QString &a Src1, const QString &aSrc2,200 const QString &aURL, ulong aSize);200 int confirmDownloadAdditions (const QString &aURL, ulong aSize); 201 int confirmMountAdditions (const QString &aURL, const QString &aSrc); 201 202 void warnAboutTooOldAdditions (QWidget *, const QString &, const QString &); 202 203 void warnAboutOldAdditions (QWidget *, const QString &, const QString &);
Note:
See TracChangeset
for help on using the changeset viewer.