From 3fa1f36505cd1cd5ebd580355900a62f2381a586 Mon Sep 17 00:00:00 2001 From: Cristian Maureira-Fredes Date: Thu, 14 May 2020 00:45:08 +0200 Subject: example: add systray example Adding an example with systray functionality, since we didn't have any in our repo. Task-number: PYSIDE-841 Change-Id: I7df67c55d38c1f98f9e4c28c82e6253bae494272 Reviewed-by: Friedemann Kleint --- examples/widgets/systray/systray.qrc | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 examples/widgets/systray/systray.qrc (limited to 'examples/widgets/systray/systray.qrc') diff --git a/examples/widgets/systray/systray.qrc b/examples/widgets/systray/systray.qrc new file mode 100644 index 000000000..a8b653584 --- /dev/null +++ b/examples/widgets/systray/systray.qrc @@ -0,0 +1,7 @@ + + + images/bad.png + images/heart.png + images/trash.png + + -- cgit v1.2.3