summaryrefslogtreecommitdiffstats
path: root/examples/icons
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2021-10-30 12:06:43 +0900
committerMichele Calgaro <[email protected]>2021-10-30 12:06:43 +0900
commit28de2ff84f59ac0b173670aa9c5331bc77c1e63f (patch)
tree43dcf0f461ee5552100b648e38979982c971597d /examples/icons
downloadpolkit-tqt-28de2ff84f59ac0b173670aa9c5331bc77c1e63f.tar.gz
polkit-tqt-28de2ff84f59ac0b173670aa9c5331bc77c1e63f.zip
Initial import from polkit-qt-1 debian snapshot archive.
https://snapshot.debian.org/package/polkit-qt-1/0.103.0-1/ Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'examples/icons')
-rw-r--r--examples/icons/action-locked-default.pngbin0 -> 1686 bytes
-rw-r--r--examples/icons/action-locked.pngbin0 -> 1052 bytes
-rw-r--r--examples/icons/action-unlocked.pngbin0 -> 4744 bytes
-rw-r--r--examples/icons/custom-no.pngbin0 -> 1650 bytes
-rw-r--r--examples/icons/custom-yes.pngbin0 -> 1628 bytes
-rw-r--r--examples/icons/icons.qrc9
6 files changed, 9 insertions, 0 deletions
diff --git a/examples/icons/action-locked-default.png b/examples/icons/action-locked-default.png
new file mode 100644
index 000000000..e334fb6ac
--- /dev/null
+++ b/examples/icons/action-locked-default.png
Binary files differ
diff --git a/examples/icons/action-locked.png b/examples/icons/action-locked.png
new file mode 100644
index 000000000..353a22ca2
--- /dev/null
+++ b/examples/icons/action-locked.png
Binary files differ
diff --git a/examples/icons/action-unlocked.png b/examples/icons/action-unlocked.png
new file mode 100644
index 000000000..0612191f7
--- /dev/null
+++ b/examples/icons/action-unlocked.png
Binary files differ
diff --git a/examples/icons/custom-no.png b/examples/icons/custom-no.png
new file mode 100644
index 000000000..9ea495347
--- /dev/null
+++ b/examples/icons/custom-no.png
Binary files differ
diff --git a/examples/icons/custom-yes.png b/examples/icons/custom-yes.png
new file mode 100644
index 000000000..95e73d93e
--- /dev/null
+++ b/examples/icons/custom-yes.png
Binary files differ
diff --git a/examples/icons/icons.qrc b/examples/icons/icons.qrc
new file mode 100644
index 000000000..9e90e6f21
--- /dev/null
+++ b/examples/icons/icons.qrc
@@ -0,0 +1,9 @@
+<RCC>
+ <qresource prefix="Icons" >
+ <file>action-locked-default.png</file>
+ <file>action-locked.png</file>
+ <file>action-unlocked.png</file>
+ <file>custom-no.png</file>
+ <file>custom-yes.png</file>
+ </qresource>
+</RCC>