diff options
author | Chris Xiong <chirs241097@gmail.com> | 2019-10-07 00:19:16 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2019-10-07 00:19:16 +0800 |
commit | dfdd98ae185a46949b668d01fcce3f5f2646970a (patch) | |
tree | e929b6d9281fc941fdf344652630973e57e73109 /qmidiplayer-desktop/qmpsettingswindow.ui | |
parent | 9f41b32536ef24519d8ea6bb958b80a903690f57 (diff) | |
download | QMidiPlayer-dfdd98ae185a46949b668d01fcce3f5f2646970a.tar.xz |
A less stupid way to save the soundfont list.
Old soundfont list will be ignored.
Stop using widgets in the soundfont table.
The soundfont table is no longer exposed.
Diffstat (limited to 'qmidiplayer-desktop/qmpsettingswindow.ui')
-rw-r--r-- | qmidiplayer-desktop/qmpsettingswindow.ui | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qmidiplayer-desktop/qmpsettingswindow.ui b/qmidiplayer-desktop/qmpsettingswindow.ui index 3619943..c773958 100644 --- a/qmidiplayer-desktop/qmpsettingswindow.ui +++ b/qmidiplayer-desktop/qmpsettingswindow.ui @@ -474,6 +474,12 @@ <property name="dragDropMode"> <enum>QAbstractItemView::InternalMove</enum> </property> + <property name="selectionMode"> + <enum>QAbstractItemView::SingleSelection</enum> + </property> + <property name="selectionBehavior"> + <enum>QAbstractItemView::SelectRows</enum> + </property> <column> <property name="text"> <string>E</string> |