Use icons for the indicators

This commit is contained in:
Cacodemon345
2025-05-06 13:06:44 +06:00
parent 5b5a13ac56
commit 3d233fc4b4
11 changed files with 35 additions and 13 deletions

View File

@@ -7,6 +7,7 @@
#include <QFocusEvent>
#include <QLabel>
#include <QShortcut>
#include <QIcon>
#include <memory>
#include <array>
@@ -191,6 +192,8 @@ private:
friend class WindowsRawInputFilter; // Needed to reload renderers on style sheet changes.
QLabel *caps_label, *scroll_label, *num_label;
QIcon caps_icon, scroll_icon, num_icon;
QIcon caps_icon_off, scroll_icon_off, num_icon_off;
bool isShowMessage = false;
};