forked from qt-creator/qt-creator
BaseTreeView: add convenience function to get selected or current rows
Change-Id: I3239c52ad2d1eb725e4c10aeb93ee2e73ad5c0b6 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -46,6 +46,7 @@ public:
|
||||
void setAlwaysAdjustColumnsAction(QAction *action);
|
||||
virtual void addBaseContextActions(QMenu *menu);
|
||||
bool handleBaseContextAction(QAction *action);
|
||||
QModelIndexList activeRows() const;
|
||||
|
||||
void setModel(QAbstractItemModel *model);
|
||||
virtual void rowActivated(const QModelIndex &) {}
|
||||
|
||||
Reference in New Issue
Block a user