summaryrefslogtreecommitdiff
path: root/core/pim/datebook/datebooksettingsbase.ui
authorkergoth <kergoth>2002-01-25 22:14:26 (UTC)
committer kergoth <kergoth>2002-01-25 22:14:26 (UTC)
commit15318cad33835e4e2dc620d033e43cd930676cdd (patch) (unidiff)
treec2fa0399a2c47fda8e2cd0092c73a809d17f68eb /core/pim/datebook/datebooksettingsbase.ui
downloadopie-15318cad33835e4e2dc620d033e43cd930676cdd.zip
opie-15318cad33835e4e2dc620d033e43cd930676cdd.tar.gz
opie-15318cad33835e4e2dc620d033e43cd930676cdd.tar.bz2
Initial revision
Diffstat (limited to 'core/pim/datebook/datebooksettingsbase.ui') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/datebook/datebooksettingsbase.ui232
1 files changed, 232 insertions, 0 deletions
diff --git a/core/pim/datebook/datebooksettingsbase.ui b/core/pim/datebook/datebooksettingsbase.ui
new file mode 100644
index 0000000..0f40773
--- a/dev/null
+++ b/core/pim/datebook/datebooksettingsbase.ui
@@ -0,0 +1,232 @@
1<!DOCTYPE UI><UI>
2<class>DateBookSettingsBase</class>
3<comment>**********************************************************************
4** Copyright (C) 2000 Trolltech AS. All rights reserved.
5**
6** This file is part of Qtopia Environment.
7**
8** This file may be distributed and/or modified under the terms of the
9** GNU General Public License version 2 as published by the Free Software
10** Foundation and appearing in the file LICENSE.GPL included in the
11** packaging of this file.
12**
13** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
14** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
15**
16** See http://www.trolltech.com/gpl/ for GPL licensing information.
17**
18** Contact info@trolltech.com if any conditions of this licensing are
19** not clear to you.
20**
21** $Id$
22**
23**********************************************************************</comment>
24<widget>
25 <class>QDialog</class>
26 <property stdset="1">
27 <name>name</name>
28 <cstring>DateBookSettingsBase</cstring>
29 </property>
30 <property stdset="1">
31 <name>geometry</name>
32 <rect>
33 <x>0</x>
34 <y>0</y>
35 <width>232</width>
36 <height>290</height>
37 </rect>
38 </property>
39 <property stdset="1">
40 <name>caption</name>
41 <string>Preferences</string>
42 </property>
43 <property>
44 <name>layoutMargin</name>
45 </property>
46 <property>
47 <name>layoutSpacing</name>
48 </property>
49 <vbox>
50 <property stdset="1">
51 <name>margin</name>
52 <number>5</number>
53 </property>
54 <property stdset="1">
55 <name>spacing</name>
56 <number>1</number>
57 </property>
58 <widget>
59 <class>QGroupBox</class>
60 <property stdset="1">
61 <name>name</name>
62 <cstring>fraStart</cstring>
63 </property>
64 <property stdset="1">
65 <name>frameShape</name>
66 <enum>Box</enum>
67 </property>
68 <property stdset="1">
69 <name>frameShadow</name>
70 <enum>Sunken</enum>
71 </property>
72 <property stdset="1">
73 <name>title</name>
74 <string>Start viewing events</string>
75 </property>
76 <vbox>
77 <property stdset="1">
78 <name>margin</name>
79 <number>11</number>
80 </property>
81 <property stdset="1">
82 <name>spacing</name>
83 <number>6</number>
84 </property>
85 <widget>
86 <class>QLayoutWidget</class>
87 <property stdset="1">
88 <name>name</name>
89 <cstring>Layout1</cstring>
90 </property>
91 <hbox>
92 <property stdset="1">
93 <name>margin</name>
94 <number>0</number>
95 </property>
96 <property stdset="1">
97 <name>spacing</name>
98 <number>6</number>
99 </property>
100 <widget>
101 <class>QLabel</class>
102 <property stdset="1">
103 <name>name</name>
104 <cstring>lblStartTime</cstring>
105 </property>
106 <property stdset="1">
107 <name>text</name>
108 <string>Start Time:</string>
109 </property>
110 </widget>
111 <widget>
112 <class>QSpinBox</class>
113 <property stdset="1">
114 <name>name</name>
115 <cstring>spinStart</cstring>
116 </property>
117 <property stdset="1">
118 <name>suffix</name>
119 <string>:00</string>
120 </property>
121 <property stdset="1">
122 <name>wrapping</name>
123 <bool>true</bool>
124 </property>
125 <property stdset="1">
126 <name>maxValue</name>
127 <number>23</number>
128 </property>
129 </widget>
130 </hbox>
131 </widget>
132 </vbox>
133 </widget>
134 <widget>
135 <class>QGroupBox</class>
136 <property stdset="1">
137 <name>name</name>
138 <cstring>fraAlarm</cstring>
139 </property>
140 <property stdset="1">
141 <name>title</name>
142 <string>Alarm Settings</string>
143 </property>
144 <vbox>
145 <property stdset="1">
146 <name>margin</name>
147 <number>11</number>
148 </property>
149 <property stdset="1">
150 <name>spacing</name>
151 <number>6</number>
152 </property>
153 <widget>
154 <class>QLayoutWidget</class>
155 <property stdset="1">
156 <name>name</name>
157 <cstring>Layout6</cstring>
158 </property>
159 <hbox>
160 <property stdset="1">
161 <name>margin</name>
162 <number>0</number>
163 </property>
164 <property stdset="1">
165 <name>spacing</name>
166 <number>6</number>
167 </property>
168 <widget>
169 <class>QCheckBox</class>
170 <property stdset="1">
171 <name>name</name>
172 <cstring>chkAlarmPreset</cstring>
173 </property>
174 <property stdset="1">
175 <name>text</name>
176 <string>Alarm Preset</string>
177 </property>
178 </widget>
179 <widget>
180 <class>QSpinBox</class>
181 <property stdset="1">
182 <name>name</name>
183 <cstring>spinPreset</cstring>
184 </property>
185 <property stdset="1">
186 <name>enabled</name>
187 <bool>false</bool>
188 </property>
189 <property stdset="1">
190 <name>suffix</name>
191 <string> minutes</string>
192 </property>
193 <property stdset="1">
194 <name>maxValue</name>
195 <number>180</number>
196 </property>
197 <property stdset="1">
198 <name>minValue</name>
199 <number>0</number>
200 </property>
201 <property stdset="1">
202 <name>lineStep</name>
203 <number>5</number>
204 </property>
205 <property stdset="1">
206 <name>value</name>
207 <number>5</number>
208 </property>
209 </widget>
210 </hbox>
211 </widget>
212 </vbox>
213 </widget>
214 </vbox>
215</widget>
216<connections>
217 <connection>
218 <sender>chkAlarmPreset</sender>
219 <signal>toggled(bool)</signal>
220 <receiver>spinPreset</receiver>
221 <slot>setEnabled(bool)</slot>
222 </connection>
223 <connection>
224 <sender>spinStart</sender>
225 <signal>valueChanged(int)</signal>
226 <receiver>DateBookSettingsBase</receiver>
227 <slot>slot12Hour( int )</slot>
228 </connection>
229 <slot access="public">slotChangeClock( bool )</slot>
230 <slot access="public">slot12Hour( int )</slot>
231</connections>
232</UI>