Initial MQTT bell app based on systray

This commit is contained in:
2020-10-26 20:25:50 +01:00
commit 2debcf4c7d
27 changed files with 1926 additions and 0 deletions

11
systray.qrc Normal file
View File

@@ -0,0 +1,11 @@
<RCC>
<qresource prefix="/">
<file>images/bad.png</file>
<file>images/heart.png</file>
<file>images/trash.png</file>
<file>sounds/default_bell.wav</file>
<file>sounds/bell_large_gong_like_single.wav</file>
<file>sounds/bells_buddhist_chime.wav</file>
<file>images/bell-icon.png</file>
</qresource>
</RCC>