1 <ui version="4.0" > |
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
2 <class>TaskPropertiesDialog</class> |
3 <class>TaskPropertiesDialog</class> |
3 <widget class="QDialog" name="TaskPropertiesDialog" > |
4 <widget class="QDialog" name="TaskPropertiesDialog"> |
4 <property name="geometry" > |
5 <property name="geometry"> |
5 <rect> |
6 <rect> |
6 <x>0</x> |
7 <x>0</x> |
7 <y>0</y> |
8 <y>0</y> |
8 <width>579</width> |
9 <width>579</width> |
9 <height>297</height> |
10 <height>297</height> |
10 </rect> |
11 </rect> |
11 </property> |
12 </property> |
12 <property name="windowTitle" > |
13 <property name="windowTitle"> |
13 <string>Task Properties</string> |
14 <string>Task Properties</string> |
14 </property> |
15 </property> |
15 <property name="sizeGripEnabled" > |
16 <property name="sizeGripEnabled"> |
16 <bool>true</bool> |
17 <bool>true</bool> |
17 </property> |
18 </property> |
18 <layout class="QGridLayout" > |
19 <layout class="QGridLayout"> |
19 <item row="0" column="0" > |
20 <item row="0" column="0"> |
20 <widget class="QLabel" name="label" > |
21 <widget class="QLabel" name="label"> |
21 <property name="text" > |
22 <property name="text"> |
22 <string>&Summary:</string> |
23 <string>&Summary:</string> |
23 </property> |
24 </property> |
24 <property name="buddy" > |
25 <property name="buddy"> |
|
26 <cstring>summaryEdit</cstring> |
|
27 </property> |
|
28 </widget> |
|
29 </item> |
|
30 <item row="0" column="1" colspan="3"> |
|
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="textLabel1"> |
|
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"> |
25 <cstring>descriptionEdit</cstring> |
46 <cstring>descriptionEdit</cstring> |
26 </property> |
47 </property> |
27 </widget> |
48 </widget> |
28 </item> |
49 </item> |
29 <item row="0" column="1" colspan="3" > |
50 <item row="1" column="1" colspan="3"> |
30 <widget class="QLineEdit" name="descriptionEdit" > |
51 <widget class="QTextEdit" name="descriptionEdit"> |
31 <property name="toolTip" > |
52 <property name="toolTip"> |
32 <string>Enter the task summary</string> |
|
33 </property> |
|
34 </widget> |
|
35 </item> |
|
36 <item row="1" column="0" > |
|
37 <widget class="QLabel" name="textLabel1" > |
|
38 <property name="text" > |
|
39 <string>&Description:</string> |
|
40 </property> |
|
41 <property name="alignment" > |
|
42 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
|
43 </property> |
|
44 <property name="buddy" > |
|
45 <cstring>longtextEdit</cstring> |
|
46 </property> |
|
47 </widget> |
|
48 </item> |
|
49 <item row="1" column="1" colspan="3" > |
|
50 <widget class="QTextEdit" name="longtextEdit" > |
|
51 <property name="toolTip" > |
|
52 <string>Enter the task description</string> |
53 <string>Enter the task description</string> |
53 </property> |
54 </property> |
54 </widget> |
55 </widget> |
55 </item> |
56 </item> |
56 <item row="2" column="0" > |
57 <item row="2" column="0"> |
57 <widget class="QLabel" name="textLabel2" > |
58 <widget class="QLabel" name="textLabel2"> |
58 <property name="text" > |
59 <property name="text"> |
59 <string>Creation Time:</string> |
60 <string>Creation Time:</string> |
60 </property> |
61 </property> |
61 </widget> |
62 </widget> |
62 </item> |
63 </item> |
63 <item row="2" column="1" colspan="3" > |
64 <item row="2" column="1" colspan="3"> |
64 <widget class="QLabel" name="creationLabel" > |
65 <widget class="QLabel" name="creationLabel"> |
65 <property name="sizePolicy" > |
66 <property name="sizePolicy"> |
66 <sizepolicy vsizetype="Preferred" hsizetype="Expanding" > |
67 <sizepolicy hsizetype="Expanding" vsizetype="Preferred"> |
67 <horstretch>0</horstretch> |
68 <horstretch>0</horstretch> |
68 <verstretch>0</verstretch> |
69 <verstretch>0</verstretch> |
69 </sizepolicy> |
70 </sizepolicy> |
70 </property> |
71 </property> |
71 </widget> |
72 </widget> |
72 </item> |
73 </item> |
73 <item row="3" column="0" > |
74 <item row="3" column="0"> |
74 <widget class="QLabel" name="textLabel4" > |
75 <widget class="QLabel" name="textLabel4"> |
75 <property name="text" > |
76 <property name="text"> |
76 <string>&Priority:</string> |
77 <string>&Priority:</string> |
77 </property> |
78 </property> |
78 <property name="buddy" > |
79 <property name="buddy"> |
79 <cstring>priorityCombo</cstring> |
80 <cstring>priorityCombo</cstring> |
80 </property> |
81 </property> |
81 </widget> |
82 </widget> |
82 </item> |
83 </item> |
83 <item row="3" column="1" > |
84 <item row="3" column="1"> |
84 <widget class="QComboBox" name="priorityCombo" > |
85 <widget class="QComboBox" name="priorityCombo"> |
85 <property name="toolTip" > |
86 <property name="toolTip"> |
86 <string>Select the task priority</string> |
87 <string>Select the task priority</string> |
87 </property> |
88 </property> |
88 <property name="currentIndex" > |
89 <property name="currentIndex"> |
89 <number>1</number> |
90 <number>1</number> |
90 </property> |
91 </property> |
91 <item> |
92 <item> |
92 <property name="text" > |
93 <property name="text"> |
93 <string>High</string> |
94 <string>High</string> |
94 </property> |
95 </property> |
95 </item> |
96 </item> |
96 <item> |
97 <item> |
97 <property name="text" > |
98 <property name="text"> |
98 <string>Normal</string> |
99 <string>Normal</string> |
99 </property> |
100 </property> |
100 </item> |
101 </item> |
101 <item> |
102 <item> |
102 <property name="text" > |
103 <property name="text"> |
103 <string>Low</string> |
104 <string>Low</string> |
104 </property> |
105 </property> |
105 </item> |
106 </item> |
106 </widget> |
107 </widget> |
107 </item> |
108 </item> |
108 <item row="3" column="2" > |
109 <item row="3" column="2"> |
109 <widget class="QCheckBox" name="projectCheckBox" > |
110 <widget class="QCheckBox" name="projectCheckBox"> |
110 <property name="toolTip" > |
111 <property name="toolTip"> |
111 <string>Select to indicate a task related to the current project</string> |
112 <string>Select to indicate a task related to the current project</string> |
112 </property> |
113 </property> |
113 <property name="text" > |
114 <property name="text"> |
114 <string>Project &Task</string> |
115 <string>Project &Task</string> |
115 </property> |
116 </property> |
116 </widget> |
117 </widget> |
117 </item> |
118 </item> |
118 <item row="3" column="3" > |
119 <item row="3" column="3"> |
119 <widget class="QCheckBox" name="completedCheckBox" > |
120 <widget class="QCheckBox" name="completedCheckBox"> |
120 <property name="sizePolicy" > |
121 <property name="sizePolicy"> |
121 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" > |
122 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
122 <horstretch>0</horstretch> |
123 <horstretch>0</horstretch> |
123 <verstretch>0</verstretch> |
124 <verstretch>0</verstretch> |
124 </sizepolicy> |
125 </sizepolicy> |
125 </property> |
126 </property> |
126 <property name="toolTip" > |
127 <property name="toolTip"> |
127 <string>Select to mark this task as completed</string> |
128 <string>Select to mark this task as completed</string> |
128 </property> |
129 </property> |
129 <property name="text" > |
130 <property name="text"> |
130 <string>T&ask completed</string> |
131 <string>T&ask completed</string> |
131 </property> |
132 </property> |
132 </widget> |
133 </widget> |
133 </item> |
134 </item> |
134 <item row="4" column="0" > |
135 <item row="4" column="0"> |
135 <widget class="QLabel" name="textLabel5" > |
136 <widget class="QLabel" name="textLabel5"> |
136 <property name="text" > |
137 <property name="text"> |
137 <string>Filename:</string> |
138 <string>Filename:</string> |
138 </property> |
139 </property> |
139 </widget> |
140 </widget> |
140 </item> |
141 </item> |
141 <item row="4" column="1" colspan="3" > |
142 <item row="4" column="1" colspan="3"> |
142 <widget class="QLineEdit" name="filenameEdit" > |
143 <widget class="QLineEdit" name="filenameEdit"> |
143 <property name="focusPolicy" > |
144 <property name="focusPolicy"> |
144 <enum>Qt::NoFocus</enum> |
145 <enum>Qt::NoFocus</enum> |
145 </property> |
146 </property> |
146 <property name="readOnly" > |
147 <property name="readOnly"> |
147 <bool>true</bool> |
148 <bool>true</bool> |
148 </property> |
149 </property> |
149 </widget> |
150 </widget> |
150 </item> |
151 </item> |
151 <item row="5" column="0" > |
152 <item row="5" column="0"> |
152 <widget class="QLabel" name="textLabel6" > |
153 <widget class="QLabel" name="textLabel6"> |
153 <property name="text" > |
154 <property name="text"> |
154 <string>Line:</string> |
155 <string>Line:</string> |
155 </property> |
156 </property> |
156 </widget> |
157 </widget> |
157 </item> |
158 </item> |
158 <item row="5" column="1" colspan="3" > |
159 <item row="5" column="1" colspan="3"> |
159 <widget class="QLineEdit" name="linenoEdit" > |
160 <widget class="QLineEdit" name="linenoEdit"> |
160 <property name="focusPolicy" > |
161 <property name="focusPolicy"> |
161 <enum>Qt::NoFocus</enum> |
162 <enum>Qt::NoFocus</enum> |
162 </property> |
163 </property> |
163 <property name="readOnly" > |
164 <property name="readOnly"> |
164 <bool>true</bool> |
165 <bool>true</bool> |
165 </property> |
166 </property> |
166 </widget> |
167 </widget> |
167 </item> |
168 </item> |
168 <item row="6" column="0" colspan="4" > |
169 <item row="6" column="0" colspan="4"> |
169 <widget class="QDialogButtonBox" name="buttonBox" > |
170 <widget class="QDialogButtonBox" name="buttonBox"> |
170 <property name="orientation" > |
171 <property name="orientation"> |
171 <enum>Qt::Horizontal</enum> |
172 <enum>Qt::Horizontal</enum> |
172 </property> |
173 </property> |
173 <property name="standardButtons" > |
174 <property name="standardButtons"> |
174 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
175 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
175 </property> |
176 </property> |
176 </widget> |
177 </widget> |
177 </item> |
178 </item> |
178 </layout> |
179 </layout> |
179 </widget> |
180 </widget> |
180 <layoutdefault spacing="6" margin="6" /> |
181 <layoutdefault spacing="6" margin="6"/> |
181 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
182 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction> |
182 <tabstops> |
183 <tabstops> |
|
184 <tabstop>summaryEdit</tabstop> |
183 <tabstop>descriptionEdit</tabstop> |
185 <tabstop>descriptionEdit</tabstop> |
184 <tabstop>longtextEdit</tabstop> |
|
185 <tabstop>priorityCombo</tabstop> |
186 <tabstop>priorityCombo</tabstop> |
186 <tabstop>projectCheckBox</tabstop> |
187 <tabstop>projectCheckBox</tabstop> |
187 <tabstop>completedCheckBox</tabstop> |
188 <tabstop>completedCheckBox</tabstop> |
188 <tabstop>buttonBox</tabstop> |
189 <tabstop>buttonBox</tabstop> |
189 </tabstops> |
190 </tabstops> |