diff options
| author | Tannin <devnull@localhost> | 2013-04-12 15:31:47 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-04-12 15:31:47 +0200 |
| commit | 4fbfc9aa54ed4499f54eb7b3cd942337f6b49e58 (patch) | |
| tree | 43008c44a7adf429abc45d5a81537a118fcf6fa7 /src/mainwindow.ui | |
| parent | a47d9717884953b18b4b29e596d3e5a7d766e56e (diff) | |
- multi-selection in category window
- profile loading is now slightly more forgiving
Diffstat (limited to 'src/mainwindow.ui')
| -rw-r--r-- | src/mainwindow.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index b7d0057e..4b5b48de 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -71,6 +71,9 @@ <property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
+ <property name="selectionMode">
+ <enum>QAbstractItemView::ExtendedSelection</enum>
+ </property>
<attribute name="headerVisible">
<bool>false</bool>
</attribute>
|
