Changeset 1017 in vbox for trunk/src/VBox/Frontends/VirtualBox/include
- Timestamp:
- Feb 21, 2007 10:08:04 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/QIRichLabel.h
r382 r1017 78 78 79 79 void setFont( const QFont &f ); 80 void setFixedHeight (int); 80 81 81 82 public slots: … … 88 89 void clear(); 89 90 91 protected slots: 92 void putToClipBoard(); 93 90 94 protected: 91 95 void drawContents ( QPainter * ); … … 96 100 void contextMenuEvent (QContextMenuEvent*); 97 101 98 protected slots:99 void putToClipBoard();102 signals: 103 void textChanged(); 100 104 101 105 private slots: … … 116 120 QPicture *lpicture; 117 121 QMovie *lmovie; 118 QAction *copyAction;119 122 QPopupMenu *popupMenu; 120 123 QWidget *lbuddy; … … 123 126 uint autoresize:1; 124 127 uint scaledcontents :1; 128 uint baseheight; 125 129 TextFormat textformat; 126 130 QAccel *accel;
Note:
See TracChangeset
for help on using the changeset viewer.