diff options
author | bd <bdunahu@operationnull.com> | 2025-04-21 13:41:45 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-04-21 13:41:45 -0400 |
commit | 9fe7235d7c06677f152e20b9deac85e633f429a6 (patch) | |
tree | 3277706d1e8893c75872c1710bd0a375809f925e /gui/resources | |
parent | dbf5d3986e5fe271b072cd3d32e73e4fa26a5fae (diff) |
Add some expression
Diffstat (limited to 'gui/resources')
-rw-r--r-- | gui/resources/angry.png | bin | 0 -> 319 bytes | |||
-rw-r--r-- | gui/resources/busy.png | bin | 0 -> 329 bytes | |||
-rw-r--r-- | gui/resources/happy.png | bin | 0 -> 322 bytes | |||
-rw-r--r-- | gui/resources/idle.png | bin | 0 -> 322 bytes | |||
-rw-r--r-- | gui/resources/styles.qss | 22 |
5 files changed, 22 insertions, 0 deletions
diff --git a/gui/resources/angry.png b/gui/resources/angry.png Binary files differnew file mode 100644 index 0000000..3299eb4 --- /dev/null +++ b/gui/resources/angry.png diff --git a/gui/resources/busy.png b/gui/resources/busy.png Binary files differnew file mode 100644 index 0000000..df1b36a --- /dev/null +++ b/gui/resources/busy.png diff --git a/gui/resources/happy.png b/gui/resources/happy.png Binary files differnew file mode 100644 index 0000000..6168e89 --- /dev/null +++ b/gui/resources/happy.png diff --git a/gui/resources/idle.png b/gui/resources/idle.png Binary files differnew file mode 100644 index 0000000..f894716 --- /dev/null +++ b/gui/resources/idle.png diff --git a/gui/resources/styles.qss b/gui/resources/styles.qss index 9562b69..dbaa623 100644 --- a/gui/resources/styles.qss +++ b/gui/resources/styles.qss @@ -6,6 +6,28 @@ border: 0px solid "#000200"; } +QStatusBar { + font-size: 12pt; + color: "#000200"; + background-color: "#00cc00"; +} + +QLabel#msg_label { + font-size: 12pt; + color: "#000200"; + background-color: "#00cc00"; +} + +QLabel#info_label { + font-size: 12pt; + color: "#000200"; + background-color: "#00cc00"; +} + +QLabel#avatar_label { + background-color: "#00cc00"; +} + /* main window */ QWidget { } |