Add column sort arrow to tableview
This commit is contained in:
@@ -103,8 +103,8 @@ SelectFormWidget::SelectFormWidget(QWidget* parent) :
|
||||
// table->setSortingEnabled(true);
|
||||
table->setColumnWidth(1, 250);
|
||||
table->setColumnWidth(2, 250);
|
||||
table->setColumnWidth(3, 120);
|
||||
table->setColumnWidth(4, 80);
|
||||
table->setColumnWidth(3, 160);
|
||||
table->setColumnWidth(4, 120);
|
||||
table->setColumnWidth(5, 250);
|
||||
// table->sortByColumn(5);
|
||||
// table->setSortingEnabled(true);
|
||||
|
||||
Reference in New Issue
Block a user