File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -2046,3 +2046,11 @@ void MainWindow::on_actionInfo_triggered()
2046
2046
// infoDialog.setModal(true);
2047
2047
infoDialog.show ();
2048
2048
}
2049
+
2050
+ void MainWindow::on_comboBoxLoggingMode_currentIndexChanged (int index)
2051
+ {
2052
+ if (index == 0 )
2053
+ ui->checkBoxSimplifyLog ->setEnabled (true );
2054
+ else if (index == 1 )
2055
+ ui->checkBoxSimplifyLog ->setEnabled (false );
2056
+ }
Original file line number Diff line number Diff line change @@ -133,9 +133,8 @@ private slots:
133
133
void showSelectedGraphExclusively ();
134
134
void updateDeviceList ();
135
135
void on_actionUser_guide_triggered ();
136
-
137
136
void on_actionInfo_triggered ();
138
-
137
+ void on_comboBoxLoggingMode_currentIndexChanged ( int index);
139
138
private:
140
139
// QCompleter *completer;
141
140
FileReader fileReader;
You can’t perform that action at this time.
0 commit comments