Make TX volatge for simu more flexible (#7124)
[opentx.git] / companion / src / radionotfound.ui
blob5282ad743703637afe72a3d67bfd20723862179f
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>RadioNotFoundDialog</class>
4 <widget class="QDialog" name="RadioNotFoundDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>367</width>
10 <height>350</height>
11 </rect>
12 </property>
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
17 </sizepolicy>
18 </property>
19 <property name="minimumSize">
20 <size>
21 <width>367</width>
22 <height>350</height>
23 </size>
24 </property>
25 <property name="maximumSize">
26 <size>
27 <width>367</width>
28 <height>350</height>
29 </size>
30 </property>
31 <property name="windowTitle">
32 <string>No Radio Found</string>
33 </property>
34 <layout class="QGridLayout" name="gridLayout">
35 <item row="0" column="0">
36 <layout class="QVBoxLayout" name="verticalLayout">
37 <item>
38 <widget class="QLabel" name="label">
39 <property name="text">
40 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;No Radio was found!&lt;/p&gt;&lt;p&gt;Make sure that you hold the lower trim buttons towards the center while you turn it on.&lt;/p&gt;&lt;p&gt;Then connect the USB wire.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-family:'arial,sans-serif'; font-size:13px; font-style:italic; color:#222222; background-color:#ffffff;&quot;&gt;Note: if you have a Taranis that has not had the firmware upgraded to 2.0 then this version of Companion will not work.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
41 </property>
42 <property name="textFormat">
43 <enum>Qt::RichText</enum>
44 </property>
45 <property name="alignment">
46 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
47 </property>
48 <property name="wordWrap">
49 <bool>true</bool>
50 </property>
51 </widget>
52 </item>
53 <item>
54 <widget class="QLabel" name="label_2">
55 <property name="sizePolicy">
56 <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
57 <horstretch>0</horstretch>
58 <verstretch>0</verstretch>
59 </sizepolicy>
60 </property>
61 <property name="frameShape">
62 <enum>QFrame::Box</enum>
63 </property>
64 <property name="text">
65 <string/>
66 </property>
67 <property name="pixmap">
68 <pixmap resource="companion.qrc">:/images/taranison.png</pixmap>
69 </property>
70 </widget>
71 </item>
72 </layout>
73 </item>
74 <item row="2" column="0">
75 <layout class="QHBoxLayout" name="horizontalLayout">
76 <item>
77 <spacer name="horizontalSpacer">
78 <property name="orientation">
79 <enum>Qt::Horizontal</enum>
80 </property>
81 <property name="sizeHint" stdset="0">
82 <size>
83 <width>40</width>
84 <height>20</height>
85 </size>
86 </property>
87 </spacer>
88 </item>
89 <item>
90 <widget class="QPushButton" name="OK">
91 <property name="text">
92 <string>OK</string>
93 </property>
94 </widget>
95 </item>
96 </layout>
97 </item>
98 <item row="1" column="0">
99 <spacer name="verticalSpacer">
100 <property name="orientation">
101 <enum>Qt::Vertical</enum>
102 </property>
103 <property name="sizeHint" stdset="0">
104 <size>
105 <width>20</width>
106 <height>40</height>
107 </size>
108 </property>
109 </spacer>
110 </item>
111 </layout>
112 </widget>
113 <resources>
114 <include location="companion.qrc"/>
115 </resources>
116 <connections/>
117 </ui>