forked from qt-creator/qt-creator
Provide basic test runner and output pane
This commit is contained in:
committed by
Christian Stenger
parent
2f4139e5d3
commit
44db2be195
@@ -68,11 +68,15 @@ public slots:
|
||||
|
||||
private slots:
|
||||
void onItemActivated(const QModelIndex &index);
|
||||
void onRunAllTriggered();
|
||||
void onRunSelectedTriggered();
|
||||
void onSortClicked();
|
||||
|
||||
private:
|
||||
TestTreeModel *m_model;
|
||||
TestTreeView *m_view;
|
||||
QToolButton *m_sort;
|
||||
bool m_sortAlphabetically;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user