Add login/logoff notification sound option

Fixes #156
This commit is contained in:
Lars Toenning
2023-11-07 22:05:35 +01:00
parent e1cf40463f
commit ee33a75ba0
5 changed files with 34 additions and 3 deletions

View File

@@ -192,6 +192,20 @@
</property>
</widget>
</item>
<item row="14" column="1">
<widget class="QCheckBox" name="cb_SetupAudioNotificationLogin">
<property name="text">
<string>Login</string>
</property>
</widget>
</item>
<item row="15" column="1">
<widget class="QCheckBox" name="cb_SetupAudioNotificationLogoff">
<property name="text">
<string>Logoff</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
@@ -214,6 +228,8 @@
<tabstop>cb_SetupAudioPTTBlocked</tabstop>
<tabstop>cb_SetupAfvClicked</tabstop>
<tabstop>cb_SetupAfvBlocked</tabstop>
<tabstop>cb_SetupAudioNotificationLogin</tabstop>
<tabstop>cb_SetupAudioNotificationLogoff</tabstop>
</tabstops>
<resources/>
<connections/>