mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15:35 +08:00
refs #288, some GUI elements
* tick label, shows OK/failure * serverlist selector, select 1 of servers * used tick label in selcal selector * fixed include in transponder mode selector
This commit is contained in:
committed by
Roland Winklmeier
parent
0098fd3d58
commit
89806e69ce
@@ -6,7 +6,7 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>143</width>
|
||||
<width>151</width>
|
||||
<height>22</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -42,7 +42,7 @@
|
||||
<widget class="QComboBox" name="cb_SelcalPairs2"/>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="lbl_ValidCodeIcon">
|
||||
<widget class="BlackGui::CTickLabel" name="lblp_ValidCodeIcon">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Maximum" vsizetype="Maximum">
|
||||
<horstretch>0</horstretch>
|
||||
@@ -59,6 +59,13 @@
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<customwidgets>
|
||||
<customwidget>
|
||||
<class>BlackGui::CTickLabel</class>
|
||||
<extends>QLabel</extends>
|
||||
<header>blackgui/ticklabel.h</header>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<resources>
|
||||
<include location="../blackmisc/blackmisc.qrc"/>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user