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:
w1z7ard
2008-02-28 05:14:55 +00:00
parent 60f42fd526
commit 0e03413d18
2 changed files with 2 additions and 3 deletions

View File

@ -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() ) );

View File

@ -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>