mirror of
https://github.com/SELinuxProject/setools
synced 2025-02-19 13:37:04 +00:00
ChooseAnalysis: Sort analysis options
This commit is contained in:
parent
5e3da8f6bb
commit
f89f875a62
@ -26,9 +26,6 @@
|
||||
<property name="selectionMode">
|
||||
<enum>QAbstractItemView::SingleSelection</enum>
|
||||
</property>
|
||||
<property name="sortingEnabled">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="headerHidden">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
|
@ -259,6 +259,7 @@ class ChooseAnalysis(SEToolsWidget, QDialog):
|
||||
groupitem.addChild(item)
|
||||
|
||||
self.analysisTypes.expandAll()
|
||||
self.analysisTypes.sortByColumn(0, Qt.AscendingOrder)
|
||||
|
||||
def ok_clicked(self):
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user