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:28:40 +0900 |
| commit | 64d40d992ecb290a7d395b14e5d3b81e4ed074d2 (patch) | |
| tree | 620066cb47066d1919c7fdfba8dba5f544c97f0b /src/MainWidget.h | |
| parent | 43425b84f70794eeb975f6811b7dacc3cec01cd2 (diff) | |
| download | kvkbd-64d40d992ecb290a7d395b14e5d3b81e4ed074d2.tar.gz kvkbd-64d40d992ecb290a7d395b14e5d3b81e4ed074d2.zip | |
Keys color can now be changed without the need to restart the
application.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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); |
