mirror of
https://github.com/wh201906/Proxmark3GUI.git
synced 2025-02-16 22:21:30 +08:00
UI: More configurable items
UI part
This commit is contained in:
parent
aaf6e52a12
commit
6926b2f170
@ -1322,7 +1322,7 @@ void MainWindow::on_Set_Client_forceEnabledBox_stateChanged(int arg1)
|
|||||||
setButtonsEnabled(true);
|
setButtonsEnabled(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::on_Set_GUI_setLanguageButton_clicked()
|
void MainWindow::on_Set_UI_setLanguageButton_clicked()
|
||||||
{
|
{
|
||||||
Util::chooseLanguage(settings, this);
|
Util::chooseLanguage(settings, this);
|
||||||
}
|
}
|
||||||
|
@ -172,7 +172,7 @@ private slots:
|
|||||||
|
|
||||||
void on_Set_Client_forceEnabledBox_stateChanged(int arg1);
|
void on_Set_Client_forceEnabledBox_stateChanged(int arg1);
|
||||||
|
|
||||||
void on_Set_GUI_setLanguageButton_clicked();
|
void on_Set_UI_setLanguageButton_clicked();
|
||||||
|
|
||||||
void setButtonsEnabled(bool st);
|
void setButtonsEnabled(bool st);
|
||||||
|
|
||||||
|
1021
src/ui/mainwindow.ui
1021
src/ui/mainwindow.ui
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user