Changeset 2392 in vbox for trunk/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h
- Timestamp:
- Apr 27, 2007 11:19:45 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 20799
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxGlobal.h
r2357 r2392 36 36 #include <qpopupmenu.h> 37 37 #include <qtooltip.h> 38 #include <qtextedit.h>39 38 40 39 #include <qptrvector.h> … … 134 133 const QUuid machineId; 135 134 const QUuid snapshotId; 136 };137 138 class VBoxTextView : public QTextEdit139 {140 Q_OBJECT141 142 public:143 144 VBoxTextView (QWidget*);145 146 QSize sizeHint() const;147 QSize minimumSizeHint() const;148 149 public slots:150 151 void setText (const QString &);152 135 }; 153 136 … … 406 389 /* public static stuff */ 407 390 408 static void fillPixmapBackGrd(QLabel *);391 static void adoptLabelPixmap (QLabel *); 409 392 410 393 static QString languageId();
Note:
See TracChangeset
for help on using the changeset viewer.