summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorJoshua Drake <joshua.ellis.drake@gmail.com>2022-11-17 20:50:46 -0600
committerJoshua Drake <joshua.ellis.drake@gmail.com>2022-11-17 20:50:46 -0600
commitaeef870dbed6488483dc8dadfdf57858a9d84b7c (patch)
tree3974d2eaf2e50c8108d31c48e21d07f301eb6b73 /resources
Initial Commit
Diffstat (limited to 'resources')
-rw-r--r--resources/boxout-th.pngbin0 -> 3674 bytes
-rw-r--r--resources/connect.pngbin0 -> 4116 bytes
-rw-r--r--resources/connected.pngbin0 -> 3697 bytes
-rw-r--r--resources/disk.pngbin0 -> 3172 bytes
-rw-r--r--resources/disk_green.pngbin0 -> 2784 bytes
-rw-r--r--resources/gear.pngbin0 -> 9179 bytes
-rw-r--r--resources/icon.pngbin0 -> 20699 bytes
-rw-r--r--resources/play.pngbin0 -> 4235 bytes
-rw-r--r--resources/play_green.pngbin0 -> 3922 bytes
-rw-r--r--resources/play_white.pngbin0 -> 3908 bytes
-rw-r--r--resources/res.qrc14
11 files changed, 14 insertions, 0 deletions
diff --git a/resources/boxout-th.png b/resources/boxout-th.png
new file mode 100644
index 0000000..4e69d7d
--- /dev/null
+++ b/resources/boxout-th.png
Binary files differ
diff --git a/resources/connect.png b/resources/connect.png
new file mode 100644
index 0000000..75735f7
--- /dev/null
+++ b/resources/connect.png
Binary files differ
diff --git a/resources/connected.png b/resources/connected.png
new file mode 100644
index 0000000..b24ee6f
--- /dev/null
+++ b/resources/connected.png
Binary files differ
diff --git a/resources/disk.png b/resources/disk.png
new file mode 100644
index 0000000..41e1be9
--- /dev/null
+++ b/resources/disk.png
Binary files differ
diff --git a/resources/disk_green.png b/resources/disk_green.png
new file mode 100644
index 0000000..8c5a1dd
--- /dev/null
+++ b/resources/disk_green.png
Binary files differ
diff --git a/resources/gear.png b/resources/gear.png
new file mode 100644
index 0000000..4434d09
--- /dev/null
+++ b/resources/gear.png
Binary files differ
diff --git a/resources/icon.png b/resources/icon.png
new file mode 100644
index 0000000..9333dec
--- /dev/null
+++ b/resources/icon.png
Binary files differ
diff --git a/resources/play.png b/resources/play.png
new file mode 100644
index 0000000..deff0a7
--- /dev/null
+++ b/resources/play.png
Binary files differ
diff --git a/resources/play_green.png b/resources/play_green.png
new file mode 100644
index 0000000..4799a17
--- /dev/null
+++ b/resources/play_green.png
Binary files differ
diff --git a/resources/play_white.png b/resources/play_white.png
new file mode 100644
index 0000000..ef67ecf
--- /dev/null
+++ b/resources/play_white.png
Binary files differ
diff --git a/resources/res.qrc b/resources/res.qrc
new file mode 100644
index 0000000..22ddb8f
--- /dev/null
+++ b/resources/res.qrc
@@ -0,0 +1,14 @@
+<RCC>
+ <qresource prefix="/img">
+ <file>connect.png</file>
+ <file>connected.png</file>
+ <file>disk.png</file>
+ <file>disk_green.png</file>
+ <file>gear.png</file>
+ <file>icon.png</file>
+ <file>play.png</file>
+ <file>play_green.png</file>
+ <file>play_white.png</file>
+ <file>boxout-th.png</file>
+ </qresource>
+</RCC>