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:05:40 +0900
commit9834ca330b758a9e5b3ae89fff39f6f912163b77 (patch)
treeecc8367a84e3270e354942c38873b34293e40e6f /src/MainWidget.h
parent8966a83626993c2ddb55f50d261eccc512996cb8 (diff)
downloadkvkbd-9834ca330b758a9e5b3ae89fff39f6f912163b77.tar.gz
kvkbd-9834ca330b758a9e5b3ae89fff39f6f912163b77.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]> (cherry picked from commit dd8d52708461bcd9d5fd11f62fc59f18fcfc542e)
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: