Changeset 13580 in vbox for trunk/src/VBox/Frontends/VirtualBox4/include/QITreeWidget.h
- Timestamp:
- Oct 27, 2008 2:04:18 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/include/QITreeWidget.h
r10376 r13580 54 54 void addTopBottomMarginToItems (int aMargin); 55 55 56 signals: 57 58 void resized (const QSize &aSize, const QSize &aOldSize); 59 56 60 protected: 57 61 … … 59 63 60 64 void paintEvent (QPaintEvent *); 65 void resizeEvent (QResizeEvent *); 61 66 62 67 /* Protected member vars */
Note:
See TracChangeset
for help on using the changeset viewer.