eric6/Helpviewer/Sync/SyncDataPage.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>SyncDataPage</class>
4 <widget class="QWizardPage" name="SyncDataPage">
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>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 </widget>
48 </item>
49 <item>
50 <widget class="QCheckBox" name="historyCheckBox">
51 <property name="toolTip">
52 <string>Select to synchronize history</string>
53 </property>
54 <property name="text">
55 <string>History</string>
56 </property>
57 </widget>
58 </item>
59 <item>
60 <widget class="QCheckBox" name="passwordsCheckBox">
61 <property name="toolTip">
62 <string>Select to synchronize passwords</string>
63 </property>
64 <property name="text">
65 <string>Passwords</string>
66 </property>
67 </widget>
68 </item>
69 <item>
70 <widget class="QCheckBox" name="userAgentsCheckBox">
71 <property name="toolTip">
72 <string>Select to synchronize user agent settings</string>
73 </property>
74 <property name="text">
75 <string>User Agent Settings</string>
76 </property>
77 </widget>
78 </item>
79 <item>
80 <widget class="QCheckBox" name="speedDialCheckBox">
81 <property name="toolTip">
82 <string>Select to synchronize the speed dial data</string>
83 </property>
84 <property name="text">
85 <string>Speed Dial Settings</string>
86 </property>
87 </widget>
88 </item>
89 </layout>
90 </widget>
91 </item>
92 <item>
93 <spacer name="verticalSpacer">
94 <property name="orientation">
95 <enum>Qt::Vertical</enum>
96 </property>
97 <property name="sizeHint" stdset="0">
98 <size>
99 <width>20</width>
100 <height>150</height>
101 </size>
102 </property>
103 </spacer>
104 </item>
105 </layout>
106 </widget>
107 <resources/>
108 <connections>
109 <connection>
110 <sender>activeCheckBox</sender>
111 <signal>toggled(bool)</signal>
112 <receiver>syncDataBox</receiver>
113 <slot>setEnabled(bool)</slot>
114 <hints>
115 <hint type="sourcelabel">
116 <x>63</x>
117 <y>15</y>
118 </hint>
119 <hint type="destinationlabel">
120 <x>63</x>
121 <y>42</y>
122 </hint>
123 </hints>
124 </connection>
125 </connections>
126 </ui>

eric ide

mercurial