Ref T573, small XPDR mode selector/display

This commit is contained in:
Klaus Basan
2019-03-19 05:34:03 +01:00
committed by Mat Sutcliffe
parent 53d5ed96af
commit 6adfc6b93f
3 changed files with 181 additions and 0 deletions

View File

@@ -0,0 +1,46 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CTransponderModeComponent</class>
<widget class="QFrame" name="CTransponderModeComponent">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>25</width>
<height>25</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>25</width>
<height>25</height>
</size>
</property>
<property name="windowTitle">
<string>Transponder mode</string>
</property>
<layout class="QHBoxLayout" name="hl_TransponderModeComponent">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QToolButton" name="tb_TransponderMode">
<property name="text">
<string>S</string>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>