|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>SyncHostTypePage</class> |
|
4 <widget class="QWizardPage" name="SyncHostTypePage"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>400</width> |
|
10 <height>300</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="title"> |
|
14 <string>Host Type Selection</string> |
|
15 </property> |
|
16 <property name="subTitle"> |
|
17 <string>Please select the type of the host to be used for synchronization.</string> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
20 <item> |
|
21 <widget class="QGroupBox" name="groupBox"> |
|
22 <property name="title"> |
|
23 <string>Synchronization Host Type</string> |
|
24 </property> |
|
25 <layout class="QVBoxLayout" name="verticalLayout"> |
|
26 <item> |
|
27 <widget class="QRadioButton" name="ftpRadioButton"> |
|
28 <property name="toolTip"> |
|
29 <string>Select to use a FTP host</string> |
|
30 </property> |
|
31 <property name="text"> |
|
32 <string>FTP</string> |
|
33 </property> |
|
34 </widget> |
|
35 </item> |
|
36 <item> |
|
37 <widget class="QRadioButton" name="noneRadioButton"> |
|
38 <property name="toolTip"> |
|
39 <string>Select to use no particular host type</string> |
|
40 </property> |
|
41 <property name="text"> |
|
42 <string>None</string> |
|
43 </property> |
|
44 </widget> |
|
45 </item> |
|
46 </layout> |
|
47 </widget> |
|
48 </item> |
|
49 <item> |
|
50 <spacer name="verticalSpacer"> |
|
51 <property name="orientation"> |
|
52 <enum>Qt::Vertical</enum> |
|
53 </property> |
|
54 <property name="sizeHint" stdset="0"> |
|
55 <size> |
|
56 <width>20</width> |
|
57 <height>191</height> |
|
58 </size> |
|
59 </property> |
|
60 </spacer> |
|
61 </item> |
|
62 </layout> |
|
63 </widget> |
|
64 <resources/> |
|
65 <connections/> |
|
66 </ui> |