summaryrefslogtreecommitdiff
path: root/core/settings/security/syncbase.ui
authorzecke <zecke>2004-07-17 20:03:12 (UTC)
committer zecke <zecke>2004-07-17 20:03:12 (UTC)
commitd68baedc489a7ab4ab1419144608d28d5336a884 (patch) (unidiff)
tree487ee1528b6696a7bd1954eeae0d6b600cd57e9f /core/settings/security/syncbase.ui
parent658ea4b6442d26b4ef0cbde5e9f98433b01dff57 (diff)
downloadopie-d68baedc489a7ab4ab1419144608d28d5336a884.zip
opie-d68baedc489a7ab4ab1419144608d28d5336a884.tar.gz
opie-d68baedc489a7ab4ab1419144608d28d5336a884.tar.bz2
Add Clements reworked and OMAF capable Security Settings application
This adds configuration of OMAF For now it disables quicklaunch which will be changed Also a demo application is added
Diffstat (limited to 'core/settings/security/syncbase.ui') (more/less context) (ignore whitespace changes)
-rw-r--r--core/settings/security/syncbase.ui213
1 files changed, 213 insertions, 0 deletions
diff --git a/core/settings/security/syncbase.ui b/core/settings/security/syncbase.ui
new file mode 100644
index 0000000..194d141
--- a/dev/null
+++ b/core/settings/security/syncbase.ui
@@ -0,0 +1,213 @@
1<!DOCTYPE UI><UI>
2<class>SyncBase</class>
3<widget>
4 <class>QWidget</class>
5 <property stdset="1">
6 <name>name</name>
7 <cstring>SyncBase</cstring>
8 </property>
9 <property stdset="1">
10 <name>geometry</name>
11 <rect>
12 <x>0</x>
13 <y>0</y>
14 <width>303</width>
15 <height>233</height>
16 </rect>
17 </property>
18 <property stdset="1">
19 <name>caption</name>
20 <string>SyncBase</string>
21 </property>
22 <grid>
23 <property stdset="1">
24 <name>margin</name>
25 <number>11</number>
26 </property>
27 <property stdset="1">
28 <name>spacing</name>
29 <number>6</number>
30 </property>
31 <spacer row="1" column="0" >
32 <property>
33 <name>name</name>
34 <cstring>Spacer1</cstring>
35 </property>
36 <property stdset="1">
37 <name>orientation</name>
38 <enum>Vertical</enum>
39 </property>
40 <property stdset="1">
41 <name>sizeType</name>
42 <enum>Expanding</enum>
43 </property>
44 <property>
45 <name>sizeHint</name>
46 <size>
47 <width>20</width>
48 <height>20</height>
49 </size>
50 </property>
51 </spacer>
52 <widget row="0" column="0" >
53 <class>QGroupBox</class>
54 <property stdset="1">
55 <name>name</name>
56 <cstring>GroupBox2</cstring>
57 </property>
58 <property stdset="1">
59 <name>title</name>
60 <string>Sync</string>
61 </property>
62 <vbox>
63 <property stdset="1">
64 <name>margin</name>
65 <number>6</number>
66 </property>
67 <property stdset="1">
68 <name>spacing</name>
69 <number>6</number>
70 </property>
71 <widget>
72 <class>QLabel</class>
73 <property stdset="1">
74 <name>name</name>
75 <cstring>TextLabel1_2</cstring>
76 </property>
77 <property stdset="1">
78 <name>text</name>
79 <string>Accept sync from network:</string>
80 </property>
81 <property stdset="1">
82 <name>textFormat</name>
83 <enum>RichText</enum>
84 </property>
85 </widget>
86 <widget>
87 <class>QComboBox</class>
88 <property stdset="1">
89 <name>name</name>
90 <cstring>syncnet</cstring>
91 </property>
92 <property stdset="1">
93 <name>editable</name>
94 <bool>true</bool>
95 </property>
96 <property>
97 <name>whatsThis</name>
98 <string>Select a net-range or enter a new one.
99
100This drop-down list lets you select a net range which is allowed to connect to your Zaurus.
101
102For example, a net range of 192.168.1.0/24 will allow any machine with an IP between 192.168.1.1 and 192.168.1.254 to connect to (and sync with) your Zaurus.
103
104The entry "All" will allow *any* IP to connect.
105The entry "None" will *deny* any connection.
106
107If unsure, select "Any".</string>
108 </property>
109 </widget>
110 <widget>
111 <class>QLayoutWidget</class>
112 <property stdset="1">
113 <name>name</name>
114 <cstring>Layout4</cstring>
115 </property>
116 <hbox>
117 <property stdset="1">
118 <name>margin</name>
119 <number>0</number>
120 </property>
121 <property stdset="1">
122 <name>spacing</name>
123 <number>6</number>
124 </property>
125 <widget>
126 <class>QPushButton</class>
127 <property stdset="1">
128 <name>name</name>
129 <cstring>deleteentry</cstring>
130 </property>
131 <property stdset="1">
132 <name>text</name>
133 <string>Delete Entry</string>
134 </property>
135 <property>
136 <name>whatsThis</name>
137 <string>Delete the selected net range from the list
138
139If you press this button, the currently selected net range will be deleted from the list of net ranges.
140
141If you hit this button in error, the button "Restore Defaults" will restore
142the list to the state it has been when you initially booted your Zaurus.</string>
143 </property>
144 </widget>
145 <widget>
146 <class>QPushButton</class>
147 <property stdset="1">
148 <name>name</name>
149 <cstring>restoredefaults</cstring>
150 </property>
151 <property stdset="1">
152 <name>text</name>
153 <string>Restore Defaults</string>
154 </property>
155 <property>
156 <name>whatsThis</name>
157 <string>This button will restore the list of net ranges
158to the defaults.
159
160Beware that all manually entered net ranges will be lost!</string>
161 </property>
162 </widget>
163 </hbox>
164 </widget>
165 <widget>
166 <class>QLabel</class>
167 <property stdset="1">
168 <name>name</name>
169 <cstring>TextLabel2</cstring>
170 </property>
171 <property stdset="1">
172 <name>text</name>
173 <string>Select your sync software</string>
174 </property>
175 </widget>
176 <widget>
177 <class>QComboBox</class>
178 <item>
179 <property>
180 <name>text</name>
181 <string>Qtopia 1.7</string>
182 </property>
183 </item>
184 <item>
185 <property>
186 <name>text</name>
187 <string>Opie 1.0</string>
188 </property>
189 </item>
190 <item>
191 <property>
192 <name>text</name>
193 <string>IntelliSync</string>
194 </property>
195 </item>
196 <property stdset="1">
197 <name>name</name>
198 <cstring>syncModeCombo</cstring>
199 </property>
200 <property>
201 <name>whatsThis</name>
202 <string>Alter the Sync Protocol to tweak for the different devices.
203 IntelliSync will disable the password check but you'll be prompted to accept the connection.
204 Opie1.0 will be compatible with QtopiaDesktop, MultiSync and KitchenSync
205 Qtopia1.7 will alter the way data is send to the client and will not work with older clients.
206 </string>
207 </property>
208 </widget>
209 </vbox>
210 </widget>
211 </grid>
212</widget>
213</UI>