|
1 <ui version="4.0" > |
|
2 <class>TasksPage</class> |
|
3 <widget class="QWidget" name="TasksPage" > |
|
4 <property name="geometry" > |
|
5 <rect> |
|
6 <x>0</x> |
|
7 <y>0</y> |
|
8 <width>586</width> |
|
9 <height>360</height> |
|
10 </rect> |
|
11 </property> |
|
12 <layout class="QVBoxLayout" > |
|
13 <item> |
|
14 <widget class="QLabel" name="headerLabel" > |
|
15 <property name="text" > |
|
16 <string><b>Configure Tasks</b></string> |
|
17 </property> |
|
18 </widget> |
|
19 </item> |
|
20 <item> |
|
21 <widget class="Line" name="line11_2_2_2" > |
|
22 <property name="frameShape" > |
|
23 <enum>QFrame::HLine</enum> |
|
24 </property> |
|
25 <property name="frameShadow" > |
|
26 <enum>QFrame::Sunken</enum> |
|
27 </property> |
|
28 <property name="orientation" > |
|
29 <enum>Qt::Horizontal</enum> |
|
30 </property> |
|
31 </widget> |
|
32 </item> |
|
33 <item> |
|
34 <widget class="QGroupBox" name="groupBox" > |
|
35 <property name="title" > |
|
36 <string>Tasks Markers</string> |
|
37 </property> |
|
38 <layout class="QGridLayout" > |
|
39 <item row="0" column="1" > |
|
40 <widget class="QLineEdit" name="tasksMarkerEdit" > |
|
41 <property name="toolTip" > |
|
42 <string>Enter the tasks markers separated by a space character.</string> |
|
43 </property> |
|
44 </widget> |
|
45 </item> |
|
46 <item row="0" column="0" > |
|
47 <widget class="QLabel" name="textLabel4_3" > |
|
48 <property name="text" > |
|
49 <string>Standard tasks:</string> |
|
50 </property> |
|
51 </widget> |
|
52 </item> |
|
53 <item row="1" column="1" > |
|
54 <widget class="QLineEdit" name="tasksMarkerBugfixEdit" > |
|
55 <property name="toolTip" > |
|
56 <string>Enter the tasks markers separated by a space character.</string> |
|
57 </property> |
|
58 <property name="text" > |
|
59 <string/> |
|
60 </property> |
|
61 </widget> |
|
62 </item> |
|
63 <item row="1" column="0" > |
|
64 <widget class="QLabel" name="textLabel5_3" > |
|
65 <property name="text" > |
|
66 <string>Bugfix tasks:</string> |
|
67 </property> |
|
68 </widget> |
|
69 </item> |
|
70 </layout> |
|
71 </widget> |
|
72 </item> |
|
73 <item> |
|
74 <widget class="QGroupBox" name="groupBox_2" > |
|
75 <property name="title" > |
|
76 <string>Tasks Colours</string> |
|
77 </property> |
|
78 <layout class="QGridLayout" > |
|
79 <item row="3" column="1" > |
|
80 <widget class="QPushButton" name="tasksProjectBgColourButton" > |
|
81 <property name="minimumSize" > |
|
82 <size> |
|
83 <width>100</width> |
|
84 <height>0</height> |
|
85 </size> |
|
86 </property> |
|
87 <property name="toolTip" > |
|
88 <string>Select the background colour for project tasks.</string> |
|
89 </property> |
|
90 <property name="text" > |
|
91 <string/> |
|
92 </property> |
|
93 </widget> |
|
94 </item> |
|
95 <item row="2" column="1" > |
|
96 <widget class="QPushButton" name="tasksBgColourButton" > |
|
97 <property name="minimumSize" > |
|
98 <size> |
|
99 <width>100</width> |
|
100 <height>0</height> |
|
101 </size> |
|
102 </property> |
|
103 <property name="toolTip" > |
|
104 <string>Select the background colour for global tasks.</string> |
|
105 </property> |
|
106 <property name="text" > |
|
107 <string/> |
|
108 </property> |
|
109 </widget> |
|
110 </item> |
|
111 <item row="1" column="1" > |
|
112 <widget class="QPushButton" name="tasksBugfixColourButton" > |
|
113 <property name="minimumSize" > |
|
114 <size> |
|
115 <width>100</width> |
|
116 <height>0</height> |
|
117 </size> |
|
118 </property> |
|
119 <property name="toolTip" > |
|
120 <string>Select the colour for bugfix tasks.</string> |
|
121 </property> |
|
122 <property name="text" > |
|
123 <string/> |
|
124 </property> |
|
125 </widget> |
|
126 </item> |
|
127 <item row="0" column="1" > |
|
128 <widget class="QPushButton" name="tasksColourButton" > |
|
129 <property name="minimumSize" > |
|
130 <size> |
|
131 <width>100</width> |
|
132 <height>0</height> |
|
133 </size> |
|
134 </property> |
|
135 <property name="toolTip" > |
|
136 <string>Select the colour for standard tasks.</string> |
|
137 </property> |
|
138 <property name="text" > |
|
139 <string/> |
|
140 </property> |
|
141 </widget> |
|
142 </item> |
|
143 <item row="1" column="0" > |
|
144 <widget class="QLabel" name="textLabel2_8" > |
|
145 <property name="text" > |
|
146 <string>Bugfix tasks foreground colour:</string> |
|
147 </property> |
|
148 </widget> |
|
149 </item> |
|
150 <item row="2" column="0" > |
|
151 <widget class="QLabel" name="textLabel6_3" > |
|
152 <property name="text" > |
|
153 <string>Global tasks background colour:</string> |
|
154 </property> |
|
155 </widget> |
|
156 </item> |
|
157 <item row="3" column="0" > |
|
158 <widget class="QLabel" name="textLabel3_4" > |
|
159 <property name="text" > |
|
160 <string>Project tasks background colour:</string> |
|
161 </property> |
|
162 </widget> |
|
163 </item> |
|
164 <item row="0" column="0" > |
|
165 <widget class="QLabel" name="textLabel1_3" > |
|
166 <property name="text" > |
|
167 <string>Standard tasks foreground colour:</string> |
|
168 </property> |
|
169 </widget> |
|
170 </item> |
|
171 <item row="1" column="2" > |
|
172 <spacer> |
|
173 <property name="orientation" > |
|
174 <enum>Qt::Horizontal</enum> |
|
175 </property> |
|
176 <property name="sizeHint" stdset="0" > |
|
177 <size> |
|
178 <width>40</width> |
|
179 <height>20</height> |
|
180 </size> |
|
181 </property> |
|
182 </spacer> |
|
183 </item> |
|
184 </layout> |
|
185 </widget> |
|
186 </item> |
|
187 <item> |
|
188 <spacer> |
|
189 <property name="orientation" > |
|
190 <enum>Qt::Vertical</enum> |
|
191 </property> |
|
192 <property name="sizeHint" stdset="0" > |
|
193 <size> |
|
194 <width>20</width> |
|
195 <height>40</height> |
|
196 </size> |
|
197 </property> |
|
198 </spacer> |
|
199 </item> |
|
200 </layout> |
|
201 </widget> |
|
202 <tabstops> |
|
203 <tabstop>tasksMarkerEdit</tabstop> |
|
204 <tabstop>tasksMarkerBugfixEdit</tabstop> |
|
205 <tabstop>tasksColourButton</tabstop> |
|
206 <tabstop>tasksBugfixColourButton</tabstop> |
|
207 <tabstop>tasksBgColourButton</tabstop> |
|
208 <tabstop>tasksProjectBgColourButton</tabstop> |
|
209 </tabstops> |
|
210 <resources/> |
|
211 <connections/> |
|
212 </ui> |