Fix default sort order
This commit is contained in:
parent
2c5a42f45d
commit
1ab119c29a
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ public:
|
|||
m_sortFilter->setSourceModel(m_dataModel);
|
||||
m_tableView->setModel(m_sortFilter);
|
||||
m_tableView->setSortingEnabled(true);
|
||||
m_sortFilter->sort(0, Qt::AscendingOrder);
|
||||
}
|
||||
|
||||
PgLabTableViewHelper(QWidget * parent)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue