mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-06 07:25:15 +00:00
extended selection enabled in playlist table view
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@851 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
@ -235,8 +235,7 @@ void QProjectM_MainWindow::postProjectM_Initialize()
|
||||
disconnect (m_QProjectMWidget);
|
||||
connect ( m_QProjectMWidget, SIGNAL ( presetLockChanged ( bool ) ),
|
||||
playlistModel, SLOT ( updateItemHighlights() ) );
|
||||
|
||||
/// @bug not right - selected preset problems when searching
|
||||
|
||||
disconnect(ui->presetSearchBarLineEdit);
|
||||
connect ( ui->presetSearchBarLineEdit, SIGNAL ( textChanged ( const QString& ) ),
|
||||
playlistModel, SLOT ( updateItemHighlights() ) );
|
||||
|
||||
@ -237,7 +237,7 @@ p, li { white-space: pre-wrap; }
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="selectionMode" >
|
||||
<enum>QAbstractItemView::SingleSelection</enum>
|
||||
<enum>QAbstractItemView::ExtendedSelection</enum>
|
||||
</property>
|
||||
<property name="selectionBehavior" >
|
||||
<enum>QAbstractItemView::SelectRows</enum>
|
||||
|
||||
Reference in New Issue
Block a user