src/ui/config.ui

changeset 464
3779a14d597c
parent 457
3327a32436f4
child 469
f2faed654633
equal deleted inserted replaced
463:22bdcca9f78d 464:3779a14d597c
4 <widget class="QDialog" name="ConfigUI"> 4 <widget class="QDialog" name="ConfigUI">
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>513</width> 9 <width>561</width>
10 <height>351</height> 10 <height>351</height>
11 </rect> 11 </rect>
12 </property> 12 </property>
13 <property name="windowTitle"> 13 <property name="windowTitle">
14 <string>Settings</string> 14 <string>Settings</string>
38 <property name="movable"> 38 <property name="movable">
39 <bool>false</bool> 39 <bool>false</bool>
40 </property> 40 </property>
41 <widget class="QWidget" name="tab"> 41 <widget class="QWidget" name="tab">
42 <attribute name="title"> 42 <attribute name="title">
43 <string>General</string> 43 <string>Interface</string>
44 </attribute> 44 </attribute>
45 <layout class="QVBoxLayout" name="verticalLayout_2"> 45 <layout class="QVBoxLayout" name="verticalLayout_2">
46 <item> 46 <item>
47 <widget class="QGroupBox" name="groupBox"> 47 <widget class="QGroupBox" name="groupBox">
48 <property name="title"> 48 <property name="title">
255 </spacer> 255 </spacer>
256 </item> 256 </item>
257 </layout> 257 </layout>
258 </item> 258 </item>
259 </layout> 259 </layout>
260 </item>
261 </layout>
262 </widget>
263 <widget class="QWidget" name="tab_7">
264 <attribute name="title">
265 <string>Profile</string>
266 </attribute>
267 <layout class="QVBoxLayout" name="verticalLayout_10">
268 <item>
269 <widget class="QGroupBox" name="groupBox_4">
270 <property name="title">
271 <string>Profile</string>
272 </property>
273 <layout class="QVBoxLayout" name="verticalLayout_8">
274 <item>
275 <layout class="QFormLayout" name="formLayout_3">
276 <item row="2" column="0">
277 <widget class="QLabel" name="label_8">
278 <property name="text">
279 <string>Username:</string>
280 </property>
281 </widget>
282 </item>
283 <item row="1" column="0">
284 <widget class="QLabel" name="label_7">
285 <property name="text">
286 <string>Name:</string>
287 </property>
288 </widget>
289 </item>
290 <item row="3" column="0">
291 <widget class="QLabel" name="label_9">
292 <property name="text">
293 <string>License:</string>
294 </property>
295 </widget>
296 </item>
297 <item row="1" column="1">
298 <widget class="QLineEdit" name="m_profileName"/>
299 </item>
300 <item row="2" column="1">
301 <widget class="QLineEdit" name="m_profileUsername"/>
302 </item>
303 <item row="3" column="1">
304 <widget class="QComboBox" name="m_profileLicense">
305 <property name="sizePolicy">
306 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
307 <horstretch>0</horstretch>
308 <verstretch>0</verstretch>
309 </sizepolicy>
310 </property>
311 <item>
312 <property name="text">
313 <string>CA - redistributable</string>
314 </property>
315 </item>
316 <item>
317 <property name="text">
318 <string>NonCA - not redistributable</string>
319 </property>
320 </item>
321 <item>
322 <property name="text">
323 <string>None</string>
324 </property>
325 </item>
326 </widget>
327 </item>
328 </layout>
329 </item>
330 <item>
331 <spacer name="verticalSpacer_7">
332 <property name="orientation">
333 <enum>Qt::Vertical</enum>
334 </property>
335 <property name="sizeHint" stdset="0">
336 <size>
337 <width>20</width>
338 <height>40</height>
339 </size>
340 </property>
341 </spacer>
342 </item>
343 </layout>
344 </widget>
260 </item> 345 </item>
261 </layout> 346 </layout>
262 </widget> 347 </widget>
263 <widget class="QWidget" name="tab_2"> 348 <widget class="QWidget" name="tab_2">
264 <attribute name="title"> 349 <attribute name="title">

mercurial