diff options
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 { } |