mirror of
https://github.com/wh201906/Proxmark3GUI.git
synced 2026-07-14 22:55:32 +08:00
V0.2
This commit is contained in:
@@ -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
@@ -1567,7 +1567,7 @@ When setting the freq, the "hw setlfdivisor" 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>
|
||||
|
||||
Reference in New Issue
Block a user