diff options
author | Ray-V <[email protected]> | 2021-02-11 11:37:04 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-02-11 11:37:04 +0900 |
commit | 0da79dd6ef5eae251828d32568aedb01240590b3 (patch) | |
tree | a41922a2bef3cfc3f112996d35f2fa2ea0ae9a76 /src/MainWidget.h | |
parent | d1fca948cfde3b711652e69e03084908facc9f83 (diff) | |
download | kvkbd-0da79dd6ef5eae251828d32568aedb01240590b3.tar.gz kvkbd-0da79dd6ef5eae251828d32568aedb01240590b3.zip |
Added 'lock on screen' functionality.
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.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/MainWidget.h b/src/MainWidget.h index c9f85a8..d0fb301 100644 --- a/src/MainWidget.h +++ b/src/MainWidget.h @@ -63,6 +63,7 @@ public slots: void chooseFont(); void toggleNumericPad(); void toggleFontAutoRes(); + void toggleLock(); void restorePosition(); void showConfigMenu(); // void shutDown(); @@ -128,7 +129,7 @@ private: double sdxb; int mnu_dock; int mnu_autores; - + int mnu_lock; }; |