eric6/Helpviewer/Sync/SyncHostTypePage.ui

branch
maintenance
changeset 6989
8b8cadf8d7e9
parent 6942
2602857055c5
equal deleted inserted replaced
6938:7926553b7509 6989:8b8cadf8d7e9
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>650</width>
10 <height>400</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="directoryRadioButton">
38 <property name="toolTip">
39 <string>Select to use a shared directory</string>
40 </property>
41 <property name="text">
42 <string>Shared Directory</string>
43 </property>
44 </widget>
45 </item>
46 <item>
47 <widget class="QRadioButton" name="noneRadioButton">
48 <property name="toolTip">
49 <string>Select to use no particular host type</string>
50 </property>
51 <property name="text">
52 <string>None</string>
53 </property>
54 </widget>
55 </item>
56 </layout>
57 </widget>
58 </item>
59 <item>
60 <spacer name="verticalSpacer">
61 <property name="orientation">
62 <enum>Qt::Vertical</enum>
63 </property>
64 <property name="sizeHint" stdset="0">
65 <size>
66 <width>20</width>
67 <height>191</height>
68 </size>
69 </property>
70 </spacer>
71 </item>
72 </layout>
73 </widget>
74 <tabstops>
75 <tabstop>ftpRadioButton</tabstop>
76 <tabstop>directoryRadioButton</tabstop>
77 <tabstop>noneRadioButton</tabstop>
78 </tabstops>
79 <resources/>
80 <connections/>
81 </ui>

eric ide

mercurial