|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>TaskPropertiesDialog</class> |
|
4 <widget class="QDialog" name="TaskPropertiesDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>600</width> |
|
10 <height>400</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Task Properties</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QGridLayout" name="gridLayout_2"> |
|
20 <item row="0" column="0"> |
|
21 <widget class="QLabel" name="label"> |
|
22 <property name="text"> |
|
23 <string>&Summary:</string> |
|
24 </property> |
|
25 <property name="buddy"> |
|
26 <cstring>summaryEdit</cstring> |
|
27 </property> |
|
28 </widget> |
|
29 </item> |
|
30 <item row="0" column="1"> |
|
31 <widget class="QLineEdit" name="summaryEdit"> |
|
32 <property name="toolTip"> |
|
33 <string>Enter the task summary</string> |
|
34 </property> |
|
35 </widget> |
|
36 </item> |
|
37 <item row="1" column="0"> |
|
38 <widget class="QLabel" name="descriptionLabel"> |
|
39 <property name="text"> |
|
40 <string>&Description:</string> |
|
41 </property> |
|
42 <property name="alignment"> |
|
43 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
|
44 </property> |
|
45 <property name="buddy"> |
|
46 <cstring>descriptionEdit</cstring> |
|
47 </property> |
|
48 </widget> |
|
49 </item> |
|
50 <item row="1" column="1"> |
|
51 <widget class="EricSpellCheckedTextEdit" name="descriptionEdit"> |
|
52 <property name="toolTip"> |
|
53 <string>Enter the task description</string> |
|
54 </property> |
|
55 </widget> |
|
56 </item> |
|
57 <item row="2" column="0" colspan="2"> |
|
58 <widget class="QFrame" name="manualTaskFrame"> |
|
59 <property name="frameShape"> |
|
60 <enum>QFrame::NoFrame</enum> |
|
61 </property> |
|
62 <property name="frameShadow"> |
|
63 <enum>QFrame::Plain</enum> |
|
64 </property> |
|
65 <layout class="QVBoxLayout" name="verticalLayout"> |
|
66 <item> |
|
67 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
68 <item> |
|
69 <widget class="QLabel" name="textLabel2"> |
|
70 <property name="text"> |
|
71 <string>Creation Time:</string> |
|
72 </property> |
|
73 </widget> |
|
74 </item> |
|
75 <item> |
|
76 <widget class="QLabel" name="creationLabel"> |
|
77 <property name="sizePolicy"> |
|
78 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
|
79 <horstretch>0</horstretch> |
|
80 <verstretch>0</verstretch> |
|
81 </sizepolicy> |
|
82 </property> |
|
83 </widget> |
|
84 </item> |
|
85 </layout> |
|
86 </item> |
|
87 <item> |
|
88 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
89 <item> |
|
90 <widget class="QLabel" name="textLabel4"> |
|
91 <property name="text"> |
|
92 <string>&Priority:</string> |
|
93 </property> |
|
94 <property name="buddy"> |
|
95 <cstring>priorityCombo</cstring> |
|
96 </property> |
|
97 </widget> |
|
98 </item> |
|
99 <item> |
|
100 <widget class="QComboBox" name="priorityCombo"> |
|
101 <property name="toolTip"> |
|
102 <string>Select the task priority</string> |
|
103 </property> |
|
104 <property name="currentIndex"> |
|
105 <number>1</number> |
|
106 </property> |
|
107 <item> |
|
108 <property name="text"> |
|
109 <string>High</string> |
|
110 </property> |
|
111 </item> |
|
112 <item> |
|
113 <property name="text"> |
|
114 <string>Normal</string> |
|
115 </property> |
|
116 </item> |
|
117 <item> |
|
118 <property name="text"> |
|
119 <string>Low</string> |
|
120 </property> |
|
121 </item> |
|
122 </widget> |
|
123 </item> |
|
124 <item> |
|
125 <widget class="QLabel" name="label_2"> |
|
126 <property name="text"> |
|
127 <string>Type:</string> |
|
128 </property> |
|
129 </widget> |
|
130 </item> |
|
131 <item> |
|
132 <widget class="QComboBox" name="typeCombo"> |
|
133 <property name="toolTip"> |
|
134 <string>Select the task type</string> |
|
135 </property> |
|
136 </widget> |
|
137 </item> |
|
138 <item> |
|
139 <spacer name="horizontalSpacer"> |
|
140 <property name="orientation"> |
|
141 <enum>Qt::Horizontal</enum> |
|
142 </property> |
|
143 <property name="sizeHint" stdset="0"> |
|
144 <size> |
|
145 <width>40</width> |
|
146 <height>20</height> |
|
147 </size> |
|
148 </property> |
|
149 </spacer> |
|
150 </item> |
|
151 </layout> |
|
152 </item> |
|
153 <item> |
|
154 <widget class="QCheckBox" name="completedCheckBox"> |
|
155 <property name="sizePolicy"> |
|
156 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
157 <horstretch>0</horstretch> |
|
158 <verstretch>0</verstretch> |
|
159 </sizepolicy> |
|
160 </property> |
|
161 <property name="toolTip"> |
|
162 <string>Select to mark this task as completed</string> |
|
163 </property> |
|
164 <property name="text"> |
|
165 <string>T&ask completed</string> |
|
166 </property> |
|
167 </widget> |
|
168 </item> |
|
169 </layout> |
|
170 </widget> |
|
171 </item> |
|
172 <item row="3" column="0" colspan="2"> |
|
173 <widget class="QCheckBox" name="projectCheckBox"> |
|
174 <property name="toolTip"> |
|
175 <string>Select to indicate a task related to the current project</string> |
|
176 </property> |
|
177 <property name="text"> |
|
178 <string>Project &Task</string> |
|
179 </property> |
|
180 </widget> |
|
181 </item> |
|
182 <item row="4" column="0" colspan="2"> |
|
183 <widget class="QFrame" name="fileTaskFrame"> |
|
184 <property name="frameShape"> |
|
185 <enum>QFrame::NoFrame</enum> |
|
186 </property> |
|
187 <property name="frameShadow"> |
|
188 <enum>QFrame::Plain</enum> |
|
189 </property> |
|
190 <layout class="QGridLayout" name="gridLayout"> |
|
191 <property name="leftMargin"> |
|
192 <number>0</number> |
|
193 </property> |
|
194 <property name="topMargin"> |
|
195 <number>0</number> |
|
196 </property> |
|
197 <property name="rightMargin"> |
|
198 <number>0</number> |
|
199 </property> |
|
200 <property name="bottomMargin"> |
|
201 <number>0</number> |
|
202 </property> |
|
203 <item row="1" column="1"> |
|
204 <widget class="QLineEdit" name="linenoEdit"> |
|
205 <property name="focusPolicy"> |
|
206 <enum>Qt::NoFocus</enum> |
|
207 </property> |
|
208 <property name="readOnly"> |
|
209 <bool>true</bool> |
|
210 </property> |
|
211 </widget> |
|
212 </item> |
|
213 <item row="1" column="0"> |
|
214 <widget class="QLabel" name="linenoLabel"> |
|
215 <property name="text"> |
|
216 <string>Line:</string> |
|
217 </property> |
|
218 </widget> |
|
219 </item> |
|
220 <item row="0" column="0"> |
|
221 <widget class="QLabel" name="filenameLabel"> |
|
222 <property name="text"> |
|
223 <string>Filename:</string> |
|
224 </property> |
|
225 </widget> |
|
226 </item> |
|
227 <item row="0" column="1"> |
|
228 <widget class="QLineEdit" name="filenameEdit"> |
|
229 <property name="focusPolicy"> |
|
230 <enum>Qt::NoFocus</enum> |
|
231 </property> |
|
232 <property name="readOnly"> |
|
233 <bool>true</bool> |
|
234 </property> |
|
235 </widget> |
|
236 </item> |
|
237 </layout> |
|
238 </widget> |
|
239 </item> |
|
240 <item row="5" column="0" colspan="2"> |
|
241 <widget class="QDialogButtonBox" name="buttonBox"> |
|
242 <property name="orientation"> |
|
243 <enum>Qt::Horizontal</enum> |
|
244 </property> |
|
245 <property name="standardButtons"> |
|
246 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
247 </property> |
|
248 </widget> |
|
249 </item> |
|
250 </layout> |
|
251 </widget> |
|
252 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
|
253 <customwidgets> |
|
254 <customwidget> |
|
255 <class>EricSpellCheckedTextEdit</class> |
|
256 <extends>QTextEdit</extends> |
|
257 <header>EricWidgets/EricSpellCheckedTextEdit.h</header> |
|
258 </customwidget> |
|
259 </customwidgets> |
|
260 <tabstops> |
|
261 <tabstop>summaryEdit</tabstop> |
|
262 <tabstop>descriptionEdit</tabstop> |
|
263 <tabstop>priorityCombo</tabstop> |
|
264 <tabstop>typeCombo</tabstop> |
|
265 <tabstop>completedCheckBox</tabstop> |
|
266 <tabstop>projectCheckBox</tabstop> |
|
267 </tabstops> |
|
268 <resources/> |
|
269 <connections> |
|
270 <connection> |
|
271 <sender>buttonBox</sender> |
|
272 <signal>accepted()</signal> |
|
273 <receiver>TaskPropertiesDialog</receiver> |
|
274 <slot>accept()</slot> |
|
275 <hints> |
|
276 <hint type="sourcelabel"> |
|
277 <x>48</x> |
|
278 <y>143</y> |
|
279 </hint> |
|
280 <hint type="destinationlabel"> |
|
281 <x>49</x> |
|
282 <y>165</y> |
|
283 </hint> |
|
284 </hints> |
|
285 </connection> |
|
286 <connection> |
|
287 <sender>buttonBox</sender> |
|
288 <signal>rejected()</signal> |
|
289 <receiver>TaskPropertiesDialog</receiver> |
|
290 <slot>reject()</slot> |
|
291 <hints> |
|
292 <hint type="sourcelabel"> |
|
293 <x>177</x> |
|
294 <y>149</y> |
|
295 </hint> |
|
296 <hint type="destinationlabel"> |
|
297 <x>177</x> |
|
298 <y>162</y> |
|
299 </hint> |
|
300 </hints> |
|
301 </connection> |
|
302 </connections> |
|
303 </ui> |