Set the selection mode to ExtendedSelection instead of MultiSelection.
authorMikko Keinänen <mikko.keinanen@gmail.com>
Sun, 7 Nov 2010 09:50:38 +0000 (11:50 +0200)
committerMikko Keinänen <mikko.keinanen@gmail.com>
Sun, 7 Nov 2010 09:50:38 +0000 (11:50 +0200)
src/emulauncher.cpp

index 11418a6..482081d 100644 (file)
@@ -65,7 +65,7 @@ void EmuLauncher::updateData()
 void EmuLauncher::initWidgets()
 {
     micTable = new QTableView(this);
-    micTable->setSelectionMode(QAbstractItemView::MultiSelection);
+    micTable->setSelectionMode(QAbstractItemView::ExtendedSelection);
     mediaTypeSelectBox = new EFFileObjectComboBox(dbMediaType, this);
     platformSelectBox = new EFFileObjectComboBox(dbPlatform, this);
     execSelectBox = new ExecutableComboBox(dbExec, this);