plot: no selection for tree plot columns widget

This commit is contained in:
Peinthor Rene
2014-05-13 21:18:22 +02:00
parent 8dfc8ad4fb
commit 75b519df37

View File

@@ -129,6 +129,9 @@ void MainWindow::init()
ui->comboLogSubmittedBy->setCurrentIndex(ui->comboLogSubmittedBy->findText(PreferencesDialog::getSettingsValue("SQLLogDock", "Log").toString()));
ui->splitterForPlot->restoreState(PreferencesDialog::getSettingsValue("PlotDock", "splitterSize").toByteArray());
// plot widgets
ui->treePlotColumns->setSelectionMode(QAbstractItemView::NoSelection);
// Set other window settings
setAcceptDrops(true);
setWindowTitle(QApplication::applicationName());