summaryrefslogtreecommitdiff
path: root/core/pim
authorharlekin <harlekin>2003-12-05 11:19:23 (UTC)
committer harlekin <harlekin>2003-12-05 11:19:23 (UTC)
commit1ef5137234e2b7cd0be2a220a86d848503196269 (patch) (unidiff)
treebf4e0bcfa6b1d57bfd459ad66897a60ea32d9ea3 /core/pim
parent956020cd93327d53d72254f00e448f92a5e679a1 (diff)
downloadopie-1ef5137234e2b7cd0be2a220a86d848503196269.zip
opie-1ef5137234e2b7cd0be2a220a86d848503196269.tar.gz
opie-1ef5137234e2b7cd0be2a220a86d848503196269.tar.bz2
add it to head too
Diffstat (limited to 'core/pim') (more/less context) (show whitespace changes)
-rw-r--r--core/pim/today/todayconfigmiscbase.ui240
1 files changed, 240 insertions, 0 deletions
diff --git a/core/pim/today/todayconfigmiscbase.ui b/core/pim/today/todayconfigmiscbase.ui
new file mode 100644
index 0000000..52e9b6e
--- a/dev/null
+++ b/core/pim/today/todayconfigmiscbase.ui
@@ -0,0 +1,240 @@
1<!DOCTYPE UI><UI>
2<class>TodayConfigMiscBase</class>
3<widget>
4 <class>QWidget</class>
5 <property stdset="1">
6 <name>name</name>
7 <cstring>TodayConfigMiscBase</cstring>
8 </property>
9 <property stdset="1">
10 <name>geometry</name>
11 <rect>
12 <x>0</x>
13 <y>0</y>
14 <width>201</width>
15 <height>190</height>
16 </rect>
17 </property>
18 <property stdset="1">
19 <name>caption</name>
20 <string>Form1</string>
21 </property>
22 <property>
23 <name>whatsThis</name>
24 <string>Check this if today should be autostarted on resume.</string>
25 </property>
26 <vbox>
27 <property stdset="1">
28 <name>margin</name>
29 <number>11</number>
30 </property>
31 <property stdset="1">
32 <name>spacing</name>
33 <number>6</number>
34 </property>
35 <widget>
36 <class>QCheckBox</class>
37 <property stdset="1">
38 <name>name</name>
39 <cstring>CheckBoxAuto</cstring>
40 </property>
41 <property stdset="1">
42 <name>text</name>
43 <string>autostart on resume?</string>
44 </property>
45 </widget>
46 <widget>
47 <class>QCheckBox</class>
48 <property stdset="1">
49 <name>name</name>
50 <cstring>CheckBoxHide</cstring>
51 </property>
52 <property stdset="1">
53 <name>text</name>
54 <string>tiny banner</string>
55 </property>
56 <property>
57 <name>whatsThis</name>
58 <string>Have small banner </string>
59 </property>
60 </widget>
61 <widget>
62 <class>QLayoutWidget</class>
63 <property stdset="1">
64 <name>name</name>
65 <cstring>Layout3</cstring>
66 </property>
67 <hbox>
68 <property stdset="1">
69 <name>margin</name>
70 <number>0</number>
71 </property>
72 <property stdset="1">
73 <name>spacing</name>
74 <number>6</number>
75 </property>
76 <widget>
77 <class>QSpinBox</class>
78 <property stdset="1">
79 <name>name</name>
80 <cstring>SpinBoxTime</cstring>
81 </property>
82 <property stdset="1">
83 <name>suffix</name>
84 <string> min</string>
85 </property>
86 <property stdset="1">
87 <name>maxValue</name>
88 <number>1440</number>
89 </property>
90 <property>
91 <name>whatsThis</name>
92 <string>How many minutes has the PDA been suspended before the autostart feature kicks in on resume</string>
93 </property>
94 </widget>
95 <widget>
96 <class>QLabel</class>
97 <property stdset="1">
98 <name>name</name>
99 <cstring>TextLabel1</cstring>
100 </property>
101 <property stdset="1">
102 <name>text</name>
103 <string>minutes inactive</string>
104 </property>
105 <property stdset="1">
106 <name>alignment</name>
107 <set>WordBreak|AlignVCenter|AlignLeft</set>
108 </property>
109 <property>
110 <name>whatsThis</name>
111 <string>How many minutes has the PDA been suspended before the autostart feature kicks in on resume</string>
112 </property>
113 <property>
114 <name>wordwrap</name>
115 </property>
116 </widget>
117 </hbox>
118 </widget>
119 <widget>
120 <class>QLayoutWidget</class>
121 <property stdset="1">
122 <name>name</name>
123 <cstring>Layout2</cstring>
124 </property>
125 <hbox>
126 <property stdset="1">
127 <name>margin</name>
128 <number>0</number>
129 </property>
130 <property stdset="1">
131 <name>spacing</name>
132 <number>6</number>
133 </property>
134 <widget>
135 <class>QSpinBox</class>
136 <property stdset="1">
137 <name>name</name>
138 <cstring>SpinBoxIconSize</cstring>
139 </property>
140 <property stdset="1">
141 <name>suffix</name>
142 <string> pixel</string>
143 </property>
144 <property stdset="1">
145 <name>maxValue</name>
146 <number>64</number>
147 </property>
148 <property>
149 <name>whatsThis</name>
150 <string>Set the icon size in pixel</string>
151 </property>
152 </widget>
153 <widget>
154 <class>QLabel</class>
155 <property stdset="1">
156 <name>name</name>
157 <cstring>TextLabel2</cstring>
158 </property>
159 <property stdset="1">
160 <name>text</name>
161 <string>icon size</string>
162 </property>
163 </widget>
164 </hbox>
165 </widget>
166 <widget>
167 <class>QLayoutWidget</class>
168 <property stdset="1">
169 <name>name</name>
170 <cstring>Layout1</cstring>
171 </property>
172 <hbox>
173 <property stdset="1">
174 <name>margin</name>
175 <number>0</number>
176 </property>
177 <property stdset="1">
178 <name>spacing</name>
179 <number>6</number>
180 </property>
181 <widget>
182 <class>QSpinBox</class>
183 <property stdset="1">
184 <name>name</name>
185 <cstring>SpinRefresh</cstring>
186 </property>
187 <property stdset="1">
188 <name>suffix</name>
189 <string> sec</string>
190 </property>
191 <property stdset="1">
192 <name>specialValueText</name>
193 <string>never</string>
194 </property>
195 <property stdset="1">
196 <name>maxValue</name>
197 <number>7200</number>
198 </property>
199 <property>
200 <name>whatsThis</name>
201 <string>How often should Today refresh itself</string>
202 </property>
203 </widget>
204 <widget>
205 <class>QLabel</class>
206 <property stdset="1">
207 <name>name</name>
208 <cstring>TextLabel3</cstring>
209 </property>
210 <property stdset="1">
211 <name>text</name>
212 <string>refresh</string>
213 </property>
214 </widget>
215 </hbox>
216 </widget>
217 <spacer>
218 <property>
219 <name>name</name>
220 <cstring>Spacer1</cstring>
221 </property>
222 <property stdset="1">
223 <name>orientation</name>
224 <enum>Vertical</enum>
225 </property>
226 <property stdset="1">
227 <name>sizeType</name>
228 <enum>Expanding</enum>
229 </property>
230 <property>
231 <name>sizeHint</name>
232 <size>
233 <width>20</width>
234 <height>20</height>
235 </size>
236 </property>
237 </spacer>
238 </vbox>
239</widget>
240</UI>