Fix doc path
[opentx.git] / companion / src / fwpreferencesdialog.ui
blob54885149abbdbaa1e50af010b04a6caa2dee3082
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>FirmwarePreferencesDialog</class>
4 <widget class="QDialog" name="FirmwarePreferencesDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>416</width>
10 <height>154</height>
11 </rect>
12 </property>
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
17 </sizepolicy>
18 </property>
19 <property name="minimumSize">
20 <size>
21 <width>0</width>
22 <height>0</height>
23 </size>
24 </property>
25 <property name="windowTitle">
26 <string>Downloads</string>
27 </property>
28 <layout class="QGridLayout" name="gridLayout">
29 <property name="leftMargin">
30 <number>6</number>
31 </property>
32 <property name="topMargin">
33 <number>6</number>
34 </property>
35 <property name="rightMargin">
36 <number>6</number>
37 </property>
38 <property name="bottomMargin">
39 <number>6</number>
40 </property>
41 <property name="verticalSpacing">
42 <number>2</number>
43 </property>
44 <item row="23" column="3">
45 <widget class="QDialogButtonBox" name="buttonBox">
46 <property name="orientation">
47 <enum>Qt::Horizontal</enum>
48 </property>
49 <property name="standardButtons">
50 <set>QDialogButtonBox::Ok</set>
51 </property>
52 </widget>
53 </item>
54 <item row="3" column="3">
55 <widget class="QPushButton" name="checkFWUpdates">
56 <property name="minimumSize">
57 <size>
58 <width>0</width>
59 <height>0</height>
60 </size>
61 </property>
62 <property name="text">
63 <string>Check for updates</string>
64 </property>
65 </widget>
66 </item>
67 <item row="0" column="0">
68 <widget class="QLabel" name="label_6">
69 <property name="sizePolicy">
70 <sizepolicy hsizetype="Preferred" vsizetype="Minimum">
71 <horstretch>0</horstretch>
72 <verstretch>0</verstretch>
73 </sizepolicy>
74 </property>
75 <property name="font">
76 <font>
77 <family>Sans Serif</family>
78 <weight>75</weight>
79 <bold>true</bold>
80 </font>
81 </property>
82 <property name="text">
83 <string>Firmware</string>
84 </property>
85 <property name="alignment">
86 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
87 </property>
88 </widget>
89 </item>
90 <item row="5" column="3">
91 <widget class="QPushButton" name="fw_dnld">
92 <property name="text">
93 <string>Download firmware</string>
94 </property>
95 </widget>
96 </item>
97 <item row="22" column="0" colspan="4">
98 <widget class="Line" name="line_6">
99 <property name="orientation">
100 <enum>Qt::Horizontal</enum>
101 </property>
102 </widget>
103 </item>
104 <item row="6" column="3">
105 <widget class="QPushButton" name="sd_dnld">
106 <property name="text">
107 <string>Download SD contents</string>
108 </property>
109 </widget>
110 </item>
111 <item row="3" column="1" colspan="2">
112 <widget class="QLabel" name="lastRevisionLbl">
113 <property name="text">
114 <string notr="true">-</string>
115 </property>
116 </widget>
117 </item>
118 <item row="3" column="0">
119 <widget class="QLabel" name="label">
120 <property name="text">
121 <string>Latest Download</string>
122 </property>
123 </widget>
124 </item>
125 <item row="0" column="1" colspan="3">
126 <widget class="QLabel" name="fwTypeLbl">
127 <property name="sizePolicy">
128 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
129 <horstretch>0</horstretch>
130 <verstretch>0</verstretch>
131 </sizepolicy>
132 </property>
133 <property name="text">
134 <string notr="true">FwType</string>
135 </property>
136 </widget>
137 </item>
138 <item row="6" column="2">
139 <spacer name="horizontalSpacer_2">
140 <property name="orientation">
141 <enum>Qt::Horizontal</enum>
142 </property>
143 <property name="sizeHint" stdset="0">
144 <size>
145 <width>40</width>
146 <height>20</height>
147 </size>
148 </property>
149 </spacer>
150 </item>
151 </layout>
152 </widget>
153 <tabstops>
154 <tabstop>checkFWUpdates</tabstop>
155 <tabstop>fw_dnld</tabstop>
156 <tabstop>sd_dnld</tabstop>
157 <tabstop>buttonBox</tabstop>
158 </tabstops>
159 <resources>
160 <include location="companion.qrc"/>
161 </resources>
162 <connections>
163 <connection>
164 <sender>buttonBox</sender>
165 <signal>accepted()</signal>
166 <receiver>FirmwarePreferencesDialog</receiver>
167 <slot>close()</slot>
168 <hints>
169 <hint type="sourcelabel">
170 <x>345</x>
171 <y>133</y>
172 </hint>
173 <hint type="destinationlabel">
174 <x>207</x>
175 <y>76</y>
176 </hint>
177 </hints>
178 </connection>
179 </connections>
180 </ui>