summaryrefslogtreecommitdiff
path: root/core/pim/todo/todoentry.ui
Unidiff
Diffstat (limited to 'core/pim/todo/todoentry.ui') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/todo/todoentry.ui266
1 files changed, 266 insertions, 0 deletions
diff --git a/core/pim/todo/todoentry.ui b/core/pim/todo/todoentry.ui
new file mode 100644
index 0000000..c735e76
--- a/dev/null
+++ b/core/pim/todo/todoentry.ui
@@ -0,0 +1,266 @@
1<!DOCTYPE UI><UI>
2<class>NewTaskDialogBase</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*********************************************************************</comment>
22<widget>
23 <class>QDialog</class>
24 <property stdset="1">
25 <name>name</name>
26 <cstring>NewTaskDialogBase</cstring>
27 </property>
28 <property stdset="1">
29 <name>geometry</name>
30 <rect>
31 <x>0</x>
32 <y>0</y>
33 <width>249</width>
34 <height>321</height>
35 </rect>
36 </property>
37 <property stdset="1">
38 <name>caption</name>
39 <string>New Task</string>
40 </property>
41 <property>
42 <name>layoutMargin</name>
43 </property>
44 <property>
45 <name>layoutSpacing</name>
46 </property>
47 <vbox>
48 <property stdset="1">
49 <name>margin</name>
50 <number>0</number>
51 </property>
52 <property stdset="1">
53 <name>spacing</name>
54 <number>0</number>
55 </property>
56 <widget>
57 <class>QLayoutWidget</class>
58 <property stdset="1">
59 <name>name</name>
60 <cstring>Layout4</cstring>
61 </property>
62 <hbox>
63 <property stdset="1">
64 <name>margin</name>
65 <number>0</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>TextLabel2</cstring>
76 </property>
77 <property stdset="1">
78 <name>text</name>
79 <string>Priority:</string>
80 </property>
81 </widget>
82 <widget>
83 <class>QComboBox</class>
84 <item>
85 <property>
86 <name>text</name>
87 <string>1 - Very High</string>
88 </property>
89 </item>
90 <item>
91 <property>
92 <name>text</name>
93 <string>2 - High</string>
94 </property>
95 </item>
96 <item>
97 <property>
98 <name>text</name>
99 <string>3 - Normal</string>
100 </property>
101 </item>
102 <item>
103 <property>
104 <name>text</name>
105 <string>4 - Low</string>
106 </property>
107 </item>
108 <item>
109 <property>
110 <name>text</name>
111 <string>5 - Very Low</string>
112 </property>
113 </item>
114 <property stdset="1">
115 <name>name</name>
116 <cstring>comboPriority</cstring>
117 </property>
118 <property stdset="1">
119 <name>sizePolicy</name>
120 <sizepolicy>
121 <hsizetype>7</hsizetype>
122 <vsizetype>0</vsizetype>
123 </sizepolicy>
124 </property>
125 <property stdset="1">
126 <name>currentItem</name>
127 <number>2</number>
128 </property>
129 </widget>
130 </hbox>
131 </widget>
132 <widget>
133 <class>QLayoutWidget</class>
134 <property stdset="1">
135 <name>name</name>
136 <cstring>Layout3</cstring>
137 </property>
138 <hbox>
139 <property stdset="1">
140 <name>margin</name>
141 <number>0</number>
142 </property>
143 <property stdset="1">
144 <name>spacing</name>
145 <number>6</number>
146 </property>
147 <widget>
148 <class>QLabel</class>
149 <property stdset="1">
150 <name>name</name>
151 <cstring>TextLabel3</cstring>
152 </property>
153 <property stdset="1">
154 <name>frameShape</name>
155 <enum>NoFrame</enum>
156 </property>
157 <property stdset="1">
158 <name>text</name>
159 <string>Category:</string>
160 </property>
161 </widget>
162 <widget>
163 <class>CategorySelect</class>
164 <property stdset="1">
165 <name>name</name>
166 <cstring>comboCategory</cstring>
167 </property>
168 </widget>
169 </hbox>
170 </widget>
171 <widget>
172 <class>QLayoutWidget</class>
173 <property stdset="1">
174 <name>name</name>
175 <cstring>Layout4</cstring>
176 </property>
177 <hbox>
178 <property stdset="1">
179 <name>margin</name>
180 <number>0</number>
181 </property>
182 <property stdset="1">
183 <name>spacing</name>
184 <number>6</number>
185 </property>
186 <widget>
187 <class>QCheckBox</class>
188 <property stdset="1">
189 <name>name</name>
190 <cstring>checkCompleted</cstring>
191 </property>
192 <property stdset="1">
193 <name>text</name>
194 <string>&amp;Completed</string>
195 </property>
196 </widget>
197 <widget>
198 <class>QCheckBox</class>
199 <property stdset="1">
200 <name>name</name>
201 <cstring>checkDate</cstring>
202 </property>
203 <property stdset="1">
204 <name>text</name>
205 <string>D&amp;ue</string>
206 </property>
207 </widget>
208 <widget>
209 <class>QPushButton</class>
210 <property stdset="1">
211 <name>name</name>
212 <cstring>buttonDate</cstring>
213 </property>
214 <property stdset="1">
215 <name>enabled</name>
216 <bool>false</bool>
217 </property>
218 <property stdset="1">
219 <name>text</name>
220 <string>1 Jan 2001</string>
221 </property>
222 </widget>
223 </hbox>
224 </widget>
225 <widget>
226 <class>QMultiLineEdit</class>
227 <property stdset="1">
228 <name>name</name>
229 <cstring>txtTodo</cstring>
230 </property>
231 </widget>
232 </vbox>
233</widget>
234<customwidgets>
235 <customwidget>
236 <class>CategorySelect</class>
237 <header location="global">qpe/categoryselect.h</header>
238 <sizehint>
239 <width>-1</width>
240 <height>-1</height>
241 </sizehint>
242 <container>0</container>
243 <sizepolicy>
244 <hordata>7</hordata>
245 <verdata>1</verdata>
246 </sizepolicy>
247 <pixmap>image0</pixmap>
248 </customwidget>
249</customwidgets>
250<images>
251 <image>
252 <name>image0</name>
253 <data format="XPM.GZ" length="646">789c6dd2c10ac2300c00d07bbf2234b7229d1be245fc04c5a3201e4615f430059d0711ff5ddb2e6bb236ec90eed134cb5a19d8ef36602af5ecdbfeeac05dda0798d3abebde87e3faa374d3807fa0d633a52d38d8de6f679fe33fc776e196f53cd010188256a3600a292882096246517815ca99884606e18044a3a40d91824820924265a7923a2e8bcd05f33db1173e002913175f2a6be6d3294871a2d95fa00e8a94ee017b69d339d90df1e77c57ea072ede6758</data>
254 </image>
255</images>
256<connections>
257 <connection>
258 <sender>checkDate</sender>
259 <signal>toggled(bool)</signal>
260 <receiver>buttonDate</receiver>
261 <slot>setEnabled(bool)</slot>
262 </connection>
263 <slot access="protected">dateChanged( const QString &amp; )</slot>
264 <slot access="protected">dateChanged( int, int, int )</slot>
265</connections>
266</UI>