src/ui/configbox.ui

changeset 10
bc1414343e19
parent 8
e8f645d9f28f
child 19
c9b6dd9dd4cd
equal deleted inserted replaced
9:f9893eea978b 10:bc1414343e19
4 <widget class="QDialog" name="ConfigBox"> 4 <widget class="QDialog" name="ConfigBox">
5 <property name="geometry"> 5 <property name="geometry">
6 <rect> 6 <rect>
7 <x>0</x> 7 <x>0</x>
8 <y>0</y> 8 <y>0</y>
9 <width>480</width> 9 <width>544</width>
10 <height>320</height> 10 <height>308</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="minimumSize"> 13 <property name="minimumSize">
14 <size> 14 <size>
15 <width>320</width> 15 <width>320</width>
113 </item> 113 </item>
114 </layout> 114 </layout>
115 </widget> 115 </widget>
116 <widget class="QWidget" name="tab_2"> 116 <widget class="QWidget" name="tab_2">
117 <attribute name="title"> 117 <attribute name="title">
118 <string>Zandronum Binaries</string> 118 <string>Release Binaries</string>
119 </attribute> 119 </attribute>
120 <layout class="QVBoxLayout" name="verticalLayout_4"> 120 <layout class="QVBoxLayout" name="verticalLayout_4">
121 <item> 121 <item>
122 <widget class="QScrollArea" name="scrollArea"> 122 <widget class="QScrollArea" name="scrollArea">
123 <property name="frameShape">
124 <enum>QFrame::NoFrame</enum>
125 </property>
123 <property name="widgetResizable"> 126 <property name="widgetResizable">
124 <bool>true</bool> 127 <bool>true</bool>
125 </property> 128 </property>
126 <widget class="QWidget" name="scrollAreaWidgetContents"> 129 <widget class="QWidget" name="scrollAreaWidgetContents">
127 <property name="geometry"> 130 <property name="geometry">
128 <rect> 131 <rect>
129 <x>0</x> 132 <x>0</x>
130 <y>0</y> 133 <y>0</y>
131 <width>96</width> 134 <width>516</width>
132 <height>26</height> 135 <height>213</height>
133 </rect> 136 </rect>
134 </property> 137 </property>
135 <layout class="QVBoxLayout" name="verticalLayout_5"> 138 <layout class="QVBoxLayout" name="verticalLayout_5">
136 <item> 139 <item>
137 <widget class="QWidget" name="zandronumVersions" native="true"/> 140 <widget class="QWidget" name="zandronumVersions" native="true"/>
141 </item>
142 </layout>
143 </widget>
144 </widget>
145 </item>
146 </layout>
147 </widget>
148 <widget class="QWidget" name="tab_4">
149 <attribute name="title">
150 <string>Testing Binaries</string>
151 </attribute>
152 <layout class="QVBoxLayout" name="verticalLayout_7">
153 <item>
154 <widget class="QScrollArea" name="scrollArea_2">
155 <property name="frameShape">
156 <enum>QFrame::NoFrame</enum>
157 </property>
158 <property name="widgetResizable">
159 <bool>true</bool>
160 </property>
161 <widget class="QWidget" name="scrollAreaWidgetContents_2">
162 <property name="geometry">
163 <rect>
164 <x>0</x>
165 <y>0</y>
166 <width>516</width>
167 <height>213</height>
168 </rect>
169 </property>
170 <layout class="QVBoxLayout" name="verticalLayout_8">
171 <item>
172 <widget class="QWidget" name="betaVersions" native="true"/>
138 </item> 173 </item>
139 </layout> 174 </layout>
140 </widget> 175 </widget>
141 </widget> 176 </widget>
142 </item> 177 </item>
151 <widget class="QCheckBox" name="noDemoPrompt"> 186 <widget class="QCheckBox" name="noDemoPrompt">
152 <property name="whatsThis"> 187 <property name="whatsThis">
153 <string>If this is not set, a prompt showing demo info is displayed first.</string> 188 <string>If this is not set, a prompt showing demo info is displayed first.</string>
154 </property> 189 </property>
155 <property name="text"> 190 <property name="text">
156 <string>Launch immediately</string> 191 <string>Launch without prompt</string>
157 </property> 192 </property>
158 </widget> 193 </widget>
159 </item> 194 </item>
160 <item> 195 <item>
161 <spacer name="verticalSpacer_2"> 196 <spacer name="verticalSpacer_2">
173 </layout> 208 </layout>
174 </widget> 209 </widget>
175 </widget> 210 </widget>
176 </item> 211 </item>
177 <item> 212 <item>
178 <widget class="QDialogButtonBox" name="buttonBox"> 213 <layout class="QHBoxLayout" name="horizontalLayout_2">
179 <property name="orientation"> 214 <item>
180 <enum>Qt::Horizontal</enum> 215 <widget class="QWidget" name="widget" native="true">
181 </property> 216 <layout class="QHBoxLayout" name="horizontalLayout_3">
182 <property name="standardButtons"> 217 <item>
183 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> 218 <widget class="QLabel" name="updateLabel">
184 </property> 219 <property name="text">
185 </widget> 220 <string>Checking for updates... </string>
221 </property>
222 </widget>
223 </item>
224 <item>
225 <widget class="QProgressBar" name="updateProgress">
226 <property name="enabled">
227 <bool>true</bool>
228 </property>
229 <property name="maximumSize">
230 <size>
231 <width>16777215</width>
232 <height>16</height>
233 </size>
234 </property>
235 <property name="maximum">
236 <number>0</number>
237 </property>
238 <property name="value">
239 <number>-1</number>
240 </property>
241 <property name="textVisible">
242 <bool>true</bool>
243 </property>
244 </widget>
245 </item>
246 </layout>
247 </widget>
248 </item>
249 <item>
250 <spacer name="horizontalSpacer">
251 <property name="orientation">
252 <enum>Qt::Horizontal</enum>
253 </property>
254 <property name="sizeHint" stdset="0">
255 <size>
256 <width>40</width>
257 <height>20</height>
258 </size>
259 </property>
260 </spacer>
261 </item>
262 <item>
263 <widget class="QDialogButtonBox" name="buttonBox">
264 <property name="orientation">
265 <enum>Qt::Horizontal</enum>
266 </property>
267 <property name="standardButtons">
268 <set>QDialogButtonBox::Apply|QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
269 </property>
270 </widget>
271 </item>
272 </layout>
186 </item> 273 </item>
187 </layout> 274 </layout>
188 </widget> 275 </widget>
189 <resources/> 276 <resources/>
190 <connections> 277 <connections>

mercurial