refs #841, UI to set text message settings and added this UI to textmessage component

This commit is contained in:
Klaus Basan
2016-12-23 01:05:35 +01:00
committed by Mathew Sutcliffe
parent b2e53d64f1
commit 062f0671ea
6 changed files with 236 additions and 20 deletions

View File

@@ -0,0 +1,84 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CSettingsTextMessageInlineComponent</class>
<widget class="QFrame" name="CSettingsTextMessageInlineComponent">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>338</width>
<height>26</height>
</rect>
</property>
<property name="windowTitle">
<string>Frame</string>
</property>
<layout class="QHBoxLayout" name="hl_TextMessageSettings">
<property name="leftMargin">
<number>3</number>
</property>
<property name="topMargin">
<number>3</number>
</property>
<property name="rightMargin">
<number>3</number>
</property>
<property name="bottomMargin">
<number>3</number>
</property>
<item>
<widget class="QLabel" name="lbl_Overlay">
<property name="toolTip">
<string>Overlay</string>
</property>
<property name="text">
<string>Ovl.:</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="cb_Private">
<property name="text">
<string>private</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="cb_Supervisor">
<property name="toolTip">
<string>supervisor</string>
</property>
<property name="text">
<string>super.</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="cb_Selcal">
<property name="text">
<string>SELCAL</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="cb_Frequency">
<property name="toolTip">
<string>frequency</string>
</property>
<property name="text">
<string>freq.</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="cb_All">
<property name="text">
<string>all</string>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>