mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-11 15:41:41 +02:00
bugfix 2571
This commit is contained in:
@@ -69,6 +69,8 @@ ObjectListView::ObjectListView(QWidget* parent, const char*,
|
|||||||
setFocus();
|
setFocus();
|
||||||
header()->setClickable(true);
|
header()->setClickable(true);
|
||||||
header()->setMovable(false);
|
header()->setMovable(false);
|
||||||
|
setSortingEnabled(true);
|
||||||
|
sortByColumn ( 0, Qt::AscendingOrder );
|
||||||
connect (header (),SIGNAL(sectionClicked (int)),this,SLOT(sectionClicked (int)));
|
connect (header (),SIGNAL(sectionClicked (int)),this,SLOT(sectionClicked (int)));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user