delete m_dashboard->widget(0);
}
-void MainWindow::onCloseSingleRun()
-{
- emit singleRunClose(ui->qcbox_singleRun->currentText());
-}
-
void MainWindow::onSetActiveSequenceKey(const std::string& key)
{
const SequenceSelectorModel* model = static_cast<const SequenceSelectorModel*>(ui->qcbox_sequence->model());
emit sequenceClose(ui->qcbox_sequence->currentText());
}
+void MainWindow::onCloseSingleRun()
+{
+ emit singleRunClose(ui->qcbox_singleRun->currentText());
+}
+
void MainWindow::onIntegrateBaselineSelected()
{
emit integrateBaselineMode();