summaryrefslogtreecommitdiffstats
path: root/src/MainWidget.h
diff options
context:
space:
mode:
authorRay-V <[email protected]>2021-02-26 13:02:18 +0900
committerMichele Calgaro <[email protected]>2021-02-26 13:04:57 +0900
commitdd8d52708461bcd9d5fd11f62fc59f18fcfc542e (patch)
tree26a64e4909a269bdf947f7886be78f892193edb1 /src/MainWidget.h
parent2b6b682830d718edf4f2bc4f660239857f6a6fca (diff)
downloadkvkbd-dd8d52708461bcd9d5fd11f62fc59f18fcfc542e.tar.gz
kvkbd-dd8d52708461bcd9d5fd11f62fc59f18fcfc542e.zip
Added functionality to select keyboard background and keys colors.
A restart of the application is required if the keys color is changed. Signed-off-by: Ray-V <[email protected]> Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/MainWidget.h')
-rw-r--r--src/MainWidget.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/MainWidget.h b/src/MainWidget.h
index e2eb947..ff77d27 100644
--- a/src/MainWidget.h
+++ b/src/MainWidget.h
@@ -61,12 +61,13 @@ public slots:
void quitClicked();
void chooseFont();
+ void chooseBackgroundColor();
+ void chooseKeysColor();
void toggleNumericPad();
void toggleFontAutoRes();
void toggleLock();
void restorePosition();
void showConfigMenu();
-// void shutDown();
void saveState();
protected: