diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-02-27 15:28:40 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-02-27 15:29:41 +0900 |
| commit | 4918c52f39ab6459d1c48e9456a7fbd01a4e91f6 (patch) | |
| tree | 45027af97cb407006c2c09632566fbeeee1e3683 /src/MainWidget.h | |
| parent | 807c1ac53f76fda7c4cafd58c5a2079a0a1961e5 (diff) | |
| download | kvkbd-4918c52f.tar.gz kvkbd-4918c52f.zip | |
Keys color can now be changed without the need to restart the
application.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 64d40d992ecb290a7d395b14e5d3b81e4ed074d2)
Diffstat (limited to 'src/MainWidget.h')
| -rw-r--r-- | src/MainWidget.h | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/src/MainWidget.h b/src/MainWidget.h index ff77d27..f476c67 100644 --- a/src/MainWidget.h +++ b/src/MainWidget.h @@ -50,25 +50,21 @@ public: public slots: void keyPress(unsigned int keycode); - void toggleCaps(); void toggleNumlock(); - void toggleShift(); - + void toggleNumericPad(); + void toggleFontAutoRes(); + void toggleLock(); void queryModState(); void showDock(); - - void quitClicked(); void chooseFont(); void chooseBackgroundColor(); void chooseKeysColor(); - void toggleNumericPad(); - void toggleFontAutoRes(); - void toggleLock(); void restorePosition(); void showConfigMenu(); void saveState(); + void quitClicked(); protected: void resizeEvent(TQResizeEvent *e); |
