Add autosorting for source list. By @samuel-w

This commit is contained in:
Samuel Woon 2020-08-30 01:52:40 -05:00 committed by GitHub
parent a0e7d50318
commit a17af6b99b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,9 @@
<property name="selectionMode">
<enum>QAbstractItemView::ExtendedSelection</enum>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
</widget>
</item>
<item>