|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>SyncFtpSettingsPage</class> |
|
4 <widget class="QWizardPage" name="SyncFtpSettingsPage"> |
|
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>Synchronize to an FTP host</string> |
|
15 </property> |
|
16 <property name="subTitle"> |
|
17 <string>Please enter the data for synchronization via FTP. All fields must be filled.</string> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout"> |
|
20 <item> |
|
21 <widget class="QGroupBox" name="groupBox"> |
|
22 <property name="title"> |
|
23 <string>Remote FTP Host Settings</string> |
|
24 </property> |
|
25 <layout class="QGridLayout" name="gridLayout"> |
|
26 <item row="0" column="0"> |
|
27 <widget class="QLabel" name="label"> |
|
28 <property name="text"> |
|
29 <string>Server:</string> |
|
30 </property> |
|
31 </widget> |
|
32 </item> |
|
33 <item row="0" column="1" colspan="2"> |
|
34 <widget class="QLineEdit" name="serverEdit"> |
|
35 <property name="toolTip"> |
|
36 <string>Enter the FTP server name</string> |
|
37 </property> |
|
38 </widget> |
|
39 </item> |
|
40 <item row="1" column="0"> |
|
41 <widget class="QLabel" name="label_2"> |
|
42 <property name="text"> |
|
43 <string>User Name:</string> |
|
44 </property> |
|
45 </widget> |
|
46 </item> |
|
47 <item row="1" column="1" colspan="2"> |
|
48 <widget class="QLineEdit" name="userNameEdit"> |
|
49 <property name="toolTip"> |
|
50 <string>Enter the user name</string> |
|
51 </property> |
|
52 </widget> |
|
53 </item> |
|
54 <item row="2" column="0"> |
|
55 <widget class="QLabel" name="label_3"> |
|
56 <property name="text"> |
|
57 <string>Password:</string> |
|
58 </property> |
|
59 </widget> |
|
60 </item> |
|
61 <item row="2" column="1" colspan="2"> |
|
62 <widget class="QLineEdit" name="passwordEdit"> |
|
63 <property name="toolTip"> |
|
64 <string>Enter the password</string> |
|
65 </property> |
|
66 <property name="echoMode"> |
|
67 <enum>QLineEdit::Password</enum> |
|
68 </property> |
|
69 </widget> |
|
70 </item> |
|
71 <item row="3" column="0"> |
|
72 <widget class="QLabel" name="label_4"> |
|
73 <property name="text"> |
|
74 <string>Path:</string> |
|
75 </property> |
|
76 </widget> |
|
77 </item> |
|
78 <item row="3" column="1" colspan="2"> |
|
79 <widget class="QLineEdit" name="pathEdit"> |
|
80 <property name="toolTip"> |
|
81 <string>Enter the remote path</string> |
|
82 </property> |
|
83 </widget> |
|
84 </item> |
|
85 <item row="4" column="0"> |
|
86 <widget class="QLabel" name="label_5"> |
|
87 <property name="text"> |
|
88 <string>Port:</string> |
|
89 </property> |
|
90 </widget> |
|
91 </item> |
|
92 <item row="4" column="1"> |
|
93 <widget class="QSpinBox" name="portSpinBox"> |
|
94 <property name="toolTip"> |
|
95 <string>Enter the remote port</string> |
|
96 </property> |
|
97 <property name="alignment"> |
|
98 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
99 </property> |
|
100 <property name="minimum"> |
|
101 <number>1</number> |
|
102 </property> |
|
103 <property name="maximum"> |
|
104 <number>65635</number> |
|
105 </property> |
|
106 <property name="value"> |
|
107 <number>21</number> |
|
108 </property> |
|
109 </widget> |
|
110 </item> |
|
111 <item row="4" column="2"> |
|
112 <spacer name="horizontalSpacer"> |
|
113 <property name="orientation"> |
|
114 <enum>Qt::Horizontal</enum> |
|
115 </property> |
|
116 <property name="sizeHint" stdset="0"> |
|
117 <size> |
|
118 <width>218</width> |
|
119 <height>20</height> |
|
120 </size> |
|
121 </property> |
|
122 </spacer> |
|
123 </item> |
|
124 <item row="5" column="0"> |
|
125 <widget class="QLabel" name="label_6"> |
|
126 <property name="text"> |
|
127 <string>Idle Timeout:</string> |
|
128 </property> |
|
129 </widget> |
|
130 </item> |
|
131 <item row="5" column="1"> |
|
132 <widget class="QSpinBox" name="idleSpinBox"> |
|
133 <property name="toolTip"> |
|
134 <string>Enter the idle timeout interval to prevent a server disconnect</string> |
|
135 </property> |
|
136 <property name="alignment"> |
|
137 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
138 </property> |
|
139 <property name="suffix"> |
|
140 <string> s</string> |
|
141 </property> |
|
142 <property name="minimum"> |
|
143 <number>10</number> |
|
144 </property> |
|
145 <property name="maximum"> |
|
146 <number>3600</number> |
|
147 </property> |
|
148 </widget> |
|
149 </item> |
|
150 <item row="5" column="2"> |
|
151 <spacer name="horizontalSpacer_2"> |
|
152 <property name="orientation"> |
|
153 <enum>Qt::Horizontal</enum> |
|
154 </property> |
|
155 <property name="sizeHint" stdset="0"> |
|
156 <size> |
|
157 <width>419</width> |
|
158 <height>20</height> |
|
159 </size> |
|
160 </property> |
|
161 </spacer> |
|
162 </item> |
|
163 </layout> |
|
164 </widget> |
|
165 </item> |
|
166 <item> |
|
167 <spacer name="verticalSpacer"> |
|
168 <property name="orientation"> |
|
169 <enum>Qt::Vertical</enum> |
|
170 </property> |
|
171 <property name="sizeHint" stdset="0"> |
|
172 <size> |
|
173 <width>20</width> |
|
174 <height>101</height> |
|
175 </size> |
|
176 </property> |
|
177 </spacer> |
|
178 </item> |
|
179 </layout> |
|
180 </widget> |
|
181 <resources/> |
|
182 <connections/> |
|
183 </ui> |