This commit is contained in:
wh201906
2021-02-23 20:40:55 +08:00
parent 03bb57ee58
commit a8b1a4a82e
12 changed files with 26 additions and 8 deletions
+2
View File
@@ -1152,6 +1152,8 @@ void MainWindow::setButtonsEnabled(bool st)
ui->MF_sniffGroupBox->setEnabled(st);
ui->Raw_CMDEdit->setEnabled(st);
ui->Raw_sendCMDButton->setEnabled(st);
ui->LF_configGroupBox->setEnabled(st);
ui->LF_operationGroupBox->setEnabled(st);
}
void MainWindow::on_GroupBox_clicked(bool checked)
+1 -1
View File
@@ -1567,7 +1567,7 @@ When setting the freq, the &quot;hw setlfdivisor&quot; will also be called.</str
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox">
<widget class="QGroupBox" name="LF_operationGroupBox">
<property name="title">
<string>LF Operation</string>
</property>