Changeset 9729 in vbox for trunk/src/VBox/Frontends/VirtualBox4/include/QIListView.h
- Timestamp:
- Jun 16, 2008 3:18:28 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 32082
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox4/include/QIListView.h
r9716 r9729 30 30 class QIListView: public QListView 31 31 { 32 Q_OBJECT 32 Q_OBJECT; 33 33 34 34 public: … … 37 37 protected slots: 38 38 void focusChanged (QWidget *aOld, QWidget *aNow); 39 }; 39 }; 40 40 41 41 class QIItemDelegate: public QItemDelegate … … 46 46 47 47 protected: 48 void drawBackground (QPainter *aPainter, const QStyleOptionViewItem &aOption, 48 void drawBackground (QPainter *aPainter, const QStyleOptionViewItem &aOption, 49 49 const QModelIndex &aIndex) const; 50 50 };
Note:
See TracChangeset
for help on using the changeset viewer.