diff options
author | Ray-V <[email protected]> | 2021-02-11 11:37:04 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-02-11 12:36:02 +0900 |
commit | 16e7cd436a26f2c3c401034082e739543ec7860e (patch) | |
tree | 2a5545dac1cb23c36e46f133a182f9ab38f0131d /src/MainWidget.h | |
parent | 2c38847e01161b7e4720271b1b17e79007334855 (diff) | |
download | kvkbd-16e7cd436a26f2c3c401034082e739543ec7860e.tar.gz kvkbd-16e7cd436a26f2c3c401034082e739543ec7860e.zip |
Added 'lock on screen' functionality.
Signed-off-by: Ray-V <[email protected]>
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 0da79dd6ef5eae251828d32568aedb01240590b3)
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; }; |