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:
Klaus Basan
2014-11-10 20:31:03 +01:00
committed by Roland Winklmeier
parent 0098fd3d58
commit 89806e69ce
7 changed files with 231 additions and 13 deletions

View File

@@ -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>