Helpviewer/Sync/SyncDataPage.ui

changeset 1626
a77c8ea8582c
child 1628
52cf35f6b26a
equal deleted inserted replaced
1625:4f03e45703e9 1626:a77c8ea8582c
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>SyncDataPage</class>
4 <widget class="QWizardPage" name="SyncDataPage">
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>Basic synchronization settings</string>
15 </property>
16 <property name="subTitle">
17 <string>Please select, if synchronization should be enabled and which data should be synchronized.</string>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout_2">
20 <item>
21 <widget class="QCheckBox" name="activeCheckBox">
22 <property name="toolTip">
23 <string>Select to activate data synchronization</string>
24 </property>
25 <property name="text">
26 <string>Activate synchronization</string>
27 </property>
28 </widget>
29 </item>
30 <item>
31 <widget class="QGroupBox" name="syncDataBox">
32 <property name="enabled">
33 <bool>false</bool>
34 </property>
35 <property name="title">
36 <string>Data to be synchronized</string>
37 </property>
38 <layout class="QVBoxLayout" name="verticalLayout">
39 <item>
40 <widget class="QCheckBox" name="bookmarksCheckBox">
41 <property name="toolTip">
42 <string>Select to synchronize bookmarks</string>
43 </property>
44 <property name="text">
45 <string>Bookmarks</string>
46 </property>
47 <property name="checked">
48 <bool>true</bool>
49 </property>
50 </widget>
51 </item>
52 <item>
53 <widget class="QCheckBox" name="historyCheckBox">
54 <property name="toolTip">
55 <string>Select to synchronize history</string>
56 </property>
57 <property name="text">
58 <string>History</string>
59 </property>
60 <property name="checked">
61 <bool>true</bool>
62 </property>
63 </widget>
64 </item>
65 <item>
66 <widget class="QCheckBox" name="passwordsCheckBox">
67 <property name="toolTip">
68 <string>Select to synchronize passwords</string>
69 </property>
70 <property name="text">
71 <string>Passwords</string>
72 </property>
73 </widget>
74 </item>
75 <item>
76 <widget class="QCheckBox" name="userAgentsCheckBox">
77 <property name="toolTip">
78 <string>Select to synchronize user agent settings</string>
79 </property>
80 <property name="text">
81 <string>User Agent Settings</string>
82 </property>
83 <property name="checked">
84 <bool>true</bool>
85 </property>
86 </widget>
87 </item>
88 </layout>
89 </widget>
90 </item>
91 <item>
92 <spacer name="verticalSpacer">
93 <property name="orientation">
94 <enum>Qt::Vertical</enum>
95 </property>
96 <property name="sizeHint" stdset="0">
97 <size>
98 <width>20</width>
99 <height>150</height>
100 </size>
101 </property>
102 </spacer>
103 </item>
104 </layout>
105 </widget>
106 <resources/>
107 <connections>
108 <connection>
109 <sender>activeCheckBox</sender>
110 <signal>toggled(bool)</signal>
111 <receiver>syncDataBox</receiver>
112 <slot>setEnabled(bool)</slot>
113 <hints>
114 <hint type="sourcelabel">
115 <x>63</x>
116 <y>15</y>
117 </hint>
118 <hint type="destinationlabel">
119 <x>63</x>
120 <y>42</y>
121 </hint>
122 </hints>
123 </connection>
124 </connections>
125 </ui>

eric ide

mercurial