diff options
author | Michele Calgaro <[email protected]> | 2021-10-30 12:06:43 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-10-30 12:06:43 +0900 |
commit | 28de2ff84f59ac0b173670aa9c5331bc77c1e63f (patch) | |
tree | 43dcf0f461ee5552100b648e38979982c971597d /examples/icons | |
download | polkit-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.png | bin | 0 -> 1686 bytes | |||
-rw-r--r-- | examples/icons/action-locked.png | bin | 0 -> 1052 bytes | |||
-rw-r--r-- | examples/icons/action-unlocked.png | bin | 0 -> 4744 bytes | |||
-rw-r--r-- | examples/icons/custom-no.png | bin | 0 -> 1650 bytes | |||
-rw-r--r-- | examples/icons/custom-yes.png | bin | 0 -> 1628 bytes | |||
-rw-r--r-- | examples/icons/icons.qrc | 9 |
6 files changed, 9 insertions, 0 deletions
diff --git a/examples/icons/action-locked-default.png b/examples/icons/action-locked-default.png Binary files differnew file mode 100644 index 000000000..e334fb6ac --- /dev/null +++ b/examples/icons/action-locked-default.png diff --git a/examples/icons/action-locked.png b/examples/icons/action-locked.png Binary files differnew file mode 100644 index 000000000..353a22ca2 --- /dev/null +++ b/examples/icons/action-locked.png diff --git a/examples/icons/action-unlocked.png b/examples/icons/action-unlocked.png Binary files differnew file mode 100644 index 000000000..0612191f7 --- /dev/null +++ b/examples/icons/action-unlocked.png diff --git a/examples/icons/custom-no.png b/examples/icons/custom-no.png Binary files differnew file mode 100644 index 000000000..9ea495347 --- /dev/null +++ b/examples/icons/custom-no.png diff --git a/examples/icons/custom-yes.png b/examples/icons/custom-yes.png Binary files differnew file mode 100644 index 000000000..95e73d93e --- /dev/null +++ b/examples/icons/custom-yes.png 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> |