|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>SyncCheckPage</class> |
|
4 <widget class="QWizardPage" name="SyncCheckPage"> |
|
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>Synchronization status</string> |
|
15 </property> |
|
16 <property name="subTitle"> |
|
17 <string>This page shows the status of the current synchronization process.</string> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout"> |
|
20 <item> |
|
21 <widget class="QGroupBox" name="groupBox"> |
|
22 <property name="title"> |
|
23 <string>Synchronization Data</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>Sync Handler:</string> |
|
30 </property> |
|
31 </widget> |
|
32 </item> |
|
33 <item row="0" column="1"> |
|
34 <widget class="QLabel" name="handlerLabel"> |
|
35 <property name="sizePolicy"> |
|
36 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
37 <horstretch>0</horstretch> |
|
38 <verstretch>0</verstretch> |
|
39 </sizepolicy> |
|
40 </property> |
|
41 <property name="text"> |
|
42 <string notr="true">handler</string> |
|
43 </property> |
|
44 </widget> |
|
45 </item> |
|
46 <item row="1" column="0"> |
|
47 <widget class="QLabel" name="infoLabel"> |
|
48 <property name="text"> |
|
49 <string notr="true">Host:</string> |
|
50 </property> |
|
51 </widget> |
|
52 </item> |
|
53 <item row="1" column="1"> |
|
54 <widget class="QLabel" name="infoDataLabel"> |
|
55 <property name="sizePolicy"> |
|
56 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
57 <horstretch>0</horstretch> |
|
58 <verstretch>0</verstretch> |
|
59 </sizepolicy> |
|
60 </property> |
|
61 <property name="text"> |
|
62 <string notr="true">host</string> |
|
63 </property> |
|
64 </widget> |
|
65 </item> |
|
66 </layout> |
|
67 </widget> |
|
68 </item> |
|
69 <item> |
|
70 <widget class="QGroupBox" name="groupBox_2"> |
|
71 <property name="title"> |
|
72 <string>Synchronization Status</string> |
|
73 </property> |
|
74 <layout class="QGridLayout" name="gridLayout_2"> |
|
75 <item row="0" column="0"> |
|
76 <widget class="QLabel" name="label_3"> |
|
77 <property name="text"> |
|
78 <string>Bookmarks:</string> |
|
79 </property> |
|
80 </widget> |
|
81 </item> |
|
82 <item row="0" column="1"> |
|
83 <widget class="QLabel" name="bookmarkLabel"/> |
|
84 </item> |
|
85 <item row="0" column="2" colspan="2"> |
|
86 <widget class="QLabel" name="bookmarkMsgLabel"> |
|
87 <property name="sizePolicy"> |
|
88 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
89 <horstretch>0</horstretch> |
|
90 <verstretch>0</verstretch> |
|
91 </sizepolicy> |
|
92 </property> |
|
93 <property name="wordWrap"> |
|
94 <bool>true</bool> |
|
95 </property> |
|
96 </widget> |
|
97 </item> |
|
98 <item row="1" column="0"> |
|
99 <widget class="QLabel" name="label_4"> |
|
100 <property name="text"> |
|
101 <string>History:</string> |
|
102 </property> |
|
103 </widget> |
|
104 </item> |
|
105 <item row="1" column="1"> |
|
106 <widget class="QLabel" name="historyLabel"/> |
|
107 </item> |
|
108 <item row="1" column="2" colspan="2"> |
|
109 <widget class="QLabel" name="historyMsgLabel"> |
|
110 <property name="sizePolicy"> |
|
111 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
112 <horstretch>0</horstretch> |
|
113 <verstretch>0</verstretch> |
|
114 </sizepolicy> |
|
115 </property> |
|
116 <property name="wordWrap"> |
|
117 <bool>true</bool> |
|
118 </property> |
|
119 </widget> |
|
120 </item> |
|
121 <item row="2" column="0"> |
|
122 <widget class="QLabel" name="label_5"> |
|
123 <property name="text"> |
|
124 <string>Passwords:</string> |
|
125 </property> |
|
126 </widget> |
|
127 </item> |
|
128 <item row="2" column="1"> |
|
129 <widget class="QLabel" name="passwordsLabel"/> |
|
130 </item> |
|
131 <item row="2" column="2" colspan="2"> |
|
132 <widget class="QLabel" name="passwordsMsgLabel"> |
|
133 <property name="sizePolicy"> |
|
134 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
135 <horstretch>0</horstretch> |
|
136 <verstretch>0</verstretch> |
|
137 </sizepolicy> |
|
138 </property> |
|
139 <property name="wordWrap"> |
|
140 <bool>true</bool> |
|
141 </property> |
|
142 </widget> |
|
143 </item> |
|
144 <item row="3" column="0"> |
|
145 <widget class="QLabel" name="label_6"> |
|
146 <property name="text"> |
|
147 <string>User Agent Settings:</string> |
|
148 </property> |
|
149 </widget> |
|
150 </item> |
|
151 <item row="3" column="1"> |
|
152 <widget class="QLabel" name="userAgentsLabel"/> |
|
153 </item> |
|
154 <item row="3" column="2" colspan="2"> |
|
155 <widget class="QLabel" name="userAgentsMsgLabel"> |
|
156 <property name="sizePolicy"> |
|
157 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
158 <horstretch>0</horstretch> |
|
159 <verstretch>0</verstretch> |
|
160 </sizepolicy> |
|
161 </property> |
|
162 <property name="wordWrap"> |
|
163 <bool>true</bool> |
|
164 </property> |
|
165 </widget> |
|
166 </item> |
|
167 <item row="4" column="0"> |
|
168 <widget class="QLabel" name="label_7"> |
|
169 <property name="text"> |
|
170 <string>Speed Dial Settings:</string> |
|
171 </property> |
|
172 </widget> |
|
173 </item> |
|
174 <item row="4" column="1" colspan="2"> |
|
175 <widget class="QLabel" name="speedDialLabel"/> |
|
176 </item> |
|
177 <item row="4" column="3"> |
|
178 <widget class="QLabel" name="speedDialMsgLabel"> |
|
179 <property name="sizePolicy"> |
|
180 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
181 <horstretch>0</horstretch> |
|
182 <verstretch>0</verstretch> |
|
183 </sizepolicy> |
|
184 </property> |
|
185 <property name="wordWrap"> |
|
186 <bool>true</bool> |
|
187 </property> |
|
188 </widget> |
|
189 </item> |
|
190 <item row="5" column="0" colspan="4"> |
|
191 <widget class="QLabel" name="syncErrorLabel"> |
|
192 <property name="wordWrap"> |
|
193 <bool>true</bool> |
|
194 </property> |
|
195 </widget> |
|
196 </item> |
|
197 </layout> |
|
198 </widget> |
|
199 </item> |
|
200 <item> |
|
201 <spacer name="verticalSpacer"> |
|
202 <property name="orientation"> |
|
203 <enum>Qt::Vertical</enum> |
|
204 </property> |
|
205 <property name="sizeHint" stdset="0"> |
|
206 <size> |
|
207 <width>20</width> |
|
208 <height>81</height> |
|
209 </size> |
|
210 </property> |
|
211 </spacer> |
|
212 </item> |
|
213 </layout> |
|
214 </widget> |
|
215 <resources/> |
|
216 <connections/> |
|
217 </ui> |