All the detail tabs on the TablePage now update when the sort order
of the table list changes.
This commit is contained in:
parent
d4d8316917
commit
1ae9a1151a
5 changed files with 61 additions and 26 deletions
|
|
@ -26,6 +26,7 @@ TriggerPage::TriggerPage(QWidget *parent)
|
|||
m_sortFilterProxy->setSourceModel(m_model);
|
||||
m_tableView->setModel(m_sortFilterProxy);
|
||||
m_tableView->setSortingEnabled(true);
|
||||
m_tableView->setSelectionBehavior(QAbstractItemView::SelectRows);
|
||||
|
||||
auto item_delegate = new PgLabItemDelegate(this);
|
||||
m_tableView->setItemDelegate(item_delegate);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue