UI: Add Push-to-talk/mute settings to audio settings

This commit is contained in:
Palana
2015-05-01 07:07:42 +02:00
parent d28e80ae39
commit c23c071ba2
4 changed files with 219 additions and 1 deletions

View File

@@ -2014,7 +2014,16 @@
</property>
</widget>
</item>
<item row="7" column="1">
<item row="7" colspan="2">
<widget class="QScrollArea" name="audioSourceScrollArea">
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="audioSourceWidget">
</widget>
</widget>
</item>
<item row="8" column="1">
<widget class="QLabel" name="audioMsg">
<property name="styleSheet">
<string notr="true">color: rgb(255, 0, 4);</string>