diff --git a/src/blackgui/components/configurationwizard.cpp b/src/blackgui/components/configurationwizard.cpp index e3c418785..ced08e220 100644 --- a/src/blackgui/components/configurationwizard.cpp +++ b/src/blackgui/components/configurationwizard.cpp @@ -23,6 +23,8 @@ namespace BlackGui ui->wp_CopySettings->setConfigComponent(ui->comp_CopySettings); ui->wp_Simulator->setConfigComponent(ui->comp_Simulator); ui->wp_DataLoad->setConfigComponent(ui->comp_DataLoad); + ui->wp_Hotkeys->setConfigComponent(ui->comp_Hotkeys); + ui->comp_Hotkeys->registerDummyPttEntry(); this->setButtonText(CustomButton1, "skip"); // no other versions, skip copy pages diff --git a/src/blackgui/components/configurationwizard.h b/src/blackgui/components/configurationwizard.h index 09f4abe20..641b42b24 100644 --- a/src/blackgui/components/configurationwizard.h +++ b/src/blackgui/components/configurationwizard.h @@ -34,7 +34,9 @@ namespace BlackGui { CopySettings, CopyCaches, - ConfigSimulator + ConfigSimulator, + DataLoad, + ConfigHotkeys }; //! Constructor diff --git a/src/blackgui/components/configurationwizard.ui b/src/blackgui/components/configurationwizard.ui index 6bc8446e6..2fd5c4564 100644 --- a/src/blackgui/components/configurationwizard.ui +++ b/src/blackgui/components/configurationwizard.ui @@ -6,8 +6,8 @@ 0 0 - 600 - 500 + 800 + 600 @@ -156,6 +156,31 @@ + + + Hotkeys + + + Configure (at least) your PTT key + + + + 4 + + + 4 + + + 4 + + + 4 + + + + + + @@ -194,6 +219,18 @@
blackgui/components/initialdataloadcomponent.h
1
+ + BlackGui::Components::CSettingsHotkeyComponent + QFrame +
blackgui/components/settingshotkeycomponent.h
+ 1 +
+ + BlackGui::Components::CConfigHotkeyWizardPage + QWizardPage +
blackgui/components/settingshotkeycomponent.h
+ 1 +