|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>TasksPage</class> |
|
4 <widget class="QWidget" name="TasksPage"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>586</width> |
|
10 <height>475</height> |
|
11 </rect> |
|
12 </property> |
|
13 <layout class="QVBoxLayout" name="verticalLayout"> |
|
14 <item> |
|
15 <widget class="QLabel" name="headerLabel"> |
|
16 <property name="text"> |
|
17 <string><b>Configure Tasks</b></string> |
|
18 </property> |
|
19 </widget> |
|
20 </item> |
|
21 <item> |
|
22 <widget class="Line" name="line11_2_2_2"> |
|
23 <property name="frameShape"> |
|
24 <enum>QFrame::HLine</enum> |
|
25 </property> |
|
26 <property name="frameShadow"> |
|
27 <enum>QFrame::Sunken</enum> |
|
28 </property> |
|
29 <property name="orientation"> |
|
30 <enum>Qt::Horizontal</enum> |
|
31 </property> |
|
32 </widget> |
|
33 </item> |
|
34 <item> |
|
35 <widget class="QGroupBox" name="groupBox"> |
|
36 <property name="title"> |
|
37 <string>Tasks Markers</string> |
|
38 </property> |
|
39 <layout class="QGridLayout" name="gridLayout"> |
|
40 <item row="0" column="0"> |
|
41 <widget class="QLabel" name="textLabel5_3"> |
|
42 <property name="text"> |
|
43 <string>Bugfix tasks:</string> |
|
44 </property> |
|
45 </widget> |
|
46 </item> |
|
47 <item row="0" column="1"> |
|
48 <widget class="QLineEdit" name="tasksMarkerFixmeEdit"> |
|
49 <property name="toolTip"> |
|
50 <string>Enter the tasks markers separated by a space character.</string> |
|
51 </property> |
|
52 <property name="text"> |
|
53 <string/> |
|
54 </property> |
|
55 </widget> |
|
56 </item> |
|
57 <item row="1" column="0"> |
|
58 <widget class="QLabel" name="textLabel4_4"> |
|
59 <property name="text"> |
|
60 <string>Warning tasks:</string> |
|
61 </property> |
|
62 </widget> |
|
63 </item> |
|
64 <item row="1" column="1"> |
|
65 <widget class="QLineEdit" name="tasksMarkerWarningEdit"> |
|
66 <property name="toolTip"> |
|
67 <string>Enter the tasks markers separated by a space character.</string> |
|
68 </property> |
|
69 </widget> |
|
70 </item> |
|
71 <item row="2" column="0"> |
|
72 <widget class="QLabel" name="textLabel4_3"> |
|
73 <property name="text"> |
|
74 <string>Todo tasks:</string> |
|
75 </property> |
|
76 </widget> |
|
77 </item> |
|
78 <item row="2" column="1"> |
|
79 <widget class="QLineEdit" name="tasksMarkerTodoEdit"> |
|
80 <property name="toolTip"> |
|
81 <string>Enter the tasks markers separated by a space character.</string> |
|
82 </property> |
|
83 </widget> |
|
84 </item> |
|
85 <item row="3" column="0"> |
|
86 <widget class="QLabel" name="textLabel4_5"> |
|
87 <property name="text"> |
|
88 <string>Note tasks:</string> |
|
89 </property> |
|
90 </widget> |
|
91 </item> |
|
92 <item row="3" column="1"> |
|
93 <widget class="QLineEdit" name="tasksMarkerNoteEdit"> |
|
94 <property name="toolTip"> |
|
95 <string>Enter the tasks markers separated by a space character.</string> |
|
96 </property> |
|
97 </widget> |
|
98 </item> |
|
99 </layout> |
|
100 </widget> |
|
101 </item> |
|
102 <item> |
|
103 <widget class="QGroupBox" name="groupBox_2"> |
|
104 <property name="title"> |
|
105 <string>Tasks Background Colours</string> |
|
106 </property> |
|
107 <layout class="QGridLayout" name="gridLayout_2"> |
|
108 <item row="0" column="0"> |
|
109 <widget class="QLabel" name="textLabel2_8"> |
|
110 <property name="text"> |
|
111 <string>Bugfix tasks:</string> |
|
112 </property> |
|
113 </widget> |
|
114 </item> |
|
115 <item row="0" column="1"> |
|
116 <widget class="QPushButton" name="tasksFixmeColourButton"> |
|
117 <property name="minimumSize"> |
|
118 <size> |
|
119 <width>100</width> |
|
120 <height>0</height> |
|
121 </size> |
|
122 </property> |
|
123 <property name="toolTip"> |
|
124 <string>Select the background colour for these tasks.</string> |
|
125 </property> |
|
126 <property name="text"> |
|
127 <string/> |
|
128 </property> |
|
129 </widget> |
|
130 </item> |
|
131 <item row="0" column="2"> |
|
132 <spacer> |
|
133 <property name="orientation"> |
|
134 <enum>Qt::Horizontal</enum> |
|
135 </property> |
|
136 <property name="sizeHint" stdset="0"> |
|
137 <size> |
|
138 <width>40</width> |
|
139 <height>20</height> |
|
140 </size> |
|
141 </property> |
|
142 </spacer> |
|
143 </item> |
|
144 <item row="1" column="0"> |
|
145 <widget class="QLabel" name="textLabel6_3"> |
|
146 <property name="text"> |
|
147 <string>Warning tasks:</string> |
|
148 </property> |
|
149 </widget> |
|
150 </item> |
|
151 <item row="1" column="1"> |
|
152 <widget class="QPushButton" name="tasksWarningColourButton"> |
|
153 <property name="minimumSize"> |
|
154 <size> |
|
155 <width>100</width> |
|
156 <height>0</height> |
|
157 </size> |
|
158 </property> |
|
159 <property name="toolTip"> |
|
160 <string>Select the background colour for these tasks.</string> |
|
161 </property> |
|
162 <property name="text"> |
|
163 <string/> |
|
164 </property> |
|
165 </widget> |
|
166 </item> |
|
167 <item row="2" column="0"> |
|
168 <widget class="QLabel" name="textLabel1_3"> |
|
169 <property name="text"> |
|
170 <string>Todo tasks:</string> |
|
171 </property> |
|
172 </widget> |
|
173 </item> |
|
174 <item row="2" column="1"> |
|
175 <widget class="QPushButton" name="tasksTodoColourButton"> |
|
176 <property name="minimumSize"> |
|
177 <size> |
|
178 <width>100</width> |
|
179 <height>0</height> |
|
180 </size> |
|
181 </property> |
|
182 <property name="toolTip"> |
|
183 <string>Select the background colour for these tasks.</string> |
|
184 </property> |
|
185 <property name="text"> |
|
186 <string/> |
|
187 </property> |
|
188 </widget> |
|
189 </item> |
|
190 <item row="3" column="0"> |
|
191 <widget class="QLabel" name="textLabel3_4"> |
|
192 <property name="text"> |
|
193 <string>Note tasks:</string> |
|
194 </property> |
|
195 </widget> |
|
196 </item> |
|
197 <item row="3" column="1"> |
|
198 <widget class="QPushButton" name="tasksNoteColourButton"> |
|
199 <property name="minimumSize"> |
|
200 <size> |
|
201 <width>100</width> |
|
202 <height>0</height> |
|
203 </size> |
|
204 </property> |
|
205 <property name="toolTip"> |
|
206 <string>Select the background colour for these tasks.</string> |
|
207 </property> |
|
208 <property name="text"> |
|
209 <string/> |
|
210 </property> |
|
211 </widget> |
|
212 </item> |
|
213 </layout> |
|
214 </widget> |
|
215 </item> |
|
216 <item> |
|
217 <widget class="QGroupBox" name="groupBox_3"> |
|
218 <property name="title"> |
|
219 <string>Tasks Handling</string> |
|
220 </property> |
|
221 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
222 <item> |
|
223 <widget class="QCheckBox" name="clearCheckBox"> |
|
224 <property name="toolTip"> |
|
225 <string>Select to clear global file tasks when the file is closed</string> |
|
226 </property> |
|
227 <property name="text"> |
|
228 <string>Clear global file task when file is closed</string> |
|
229 </property> |
|
230 </widget> |
|
231 </item> |
|
232 </layout> |
|
233 </widget> |
|
234 </item> |
|
235 <item> |
|
236 <spacer> |
|
237 <property name="orientation"> |
|
238 <enum>Qt::Vertical</enum> |
|
239 </property> |
|
240 <property name="sizeHint" stdset="0"> |
|
241 <size> |
|
242 <width>20</width> |
|
243 <height>40</height> |
|
244 </size> |
|
245 </property> |
|
246 </spacer> |
|
247 </item> |
|
248 </layout> |
|
249 </widget> |
|
250 <tabstops> |
|
251 <tabstop>tasksMarkerFixmeEdit</tabstop> |
|
252 <tabstop>tasksMarkerWarningEdit</tabstop> |
|
253 <tabstop>tasksMarkerTodoEdit</tabstop> |
|
254 <tabstop>tasksMarkerNoteEdit</tabstop> |
|
255 <tabstop>tasksFixmeColourButton</tabstop> |
|
256 <tabstop>tasksWarningColourButton</tabstop> |
|
257 <tabstop>tasksTodoColourButton</tabstop> |
|
258 <tabstop>tasksNoteColourButton</tabstop> |
|
259 <tabstop>clearCheckBox</tabstop> |
|
260 </tabstops> |
|
261 <resources/> |
|
262 <connections/> |
|
263 </ui> |