Added configuration for groups

This commit is contained in:
Jordan Sherer
2018-10-27 09:54:13 -04:00
parent c4089c0af9
commit 47a7c06854
3 changed files with 67 additions and 3 deletions
+20 -3
View File
@@ -23,7 +23,7 @@
<string>Select tab to change configuration parameters.</string>
</property>
<property name="currentIndex">
<number>1</number>
<number>0</number>
</property>
<widget class="QWidget" name="general_tab">
<attribute name="title">
@@ -206,7 +206,7 @@
</property>
</widget>
</item>
<item row="3" column="0">
<item row="4" column="0">
<widget class="QLabel" name="label_15">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Station Description Message&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
@@ -216,7 +216,7 @@
</property>
</widget>
</item>
<item row="3" column="1">
<item row="4" column="1">
<widget class="QLineEdit" name="station_message_line_edit">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Station message that is transmitted in response to &amp;quot;&amp;amp;&amp;quot; directed queries.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
@@ -237,6 +237,23 @@
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="label_23">
<property name="text">
<string>Groups (comma separated):</string>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QLineEdit" name="groups_line_edit">
<property name="text">
<string>@ALLCALL, @GROUPCALL</string>
</property>
<property name="placeholderText">
<string/>
</property>
</widget>
</item>
</layout>
</widget>
</item>