add lightbar color override to Controller GUI (#2443)

* WIP Lightbar GUI, needs saving and loading

* Implement saving and loading lightbar values

* replace license header deleted by QT
This commit is contained in:
rainmakerv2
2025-02-16 00:19:04 +08:00
committed by GitHub
parent bdf4a5249d
commit 2b9a8e5605
3 changed files with 1375 additions and 1169 deletions

View File

@@ -18,6 +18,7 @@ public:
private Q_SLOTS:
void SaveControllerConfig(bool CloseOnSave);
void SetDefault();
void UpdateLightbarColor();
private:
std::unique_ptr<Ui::ControlSettings> ui;