Allow specializations to decide when re-indexing is necessary.
[kdepim.git] / incidenceeditor-ng / todoprogress.ui
blob10d4dc79fc1bc0aee8fa8898eccc6d89fd649e53
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>TodoProgressEditor</class>
4 <widget class="QWidget" name="TodoProgressEditor">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>520</width>
10 <height>33</height>
11 </rect>
12 </property>
13 <layout class="QHBoxLayout" name="horizontalLayout">
14 <item>
15 <widget class="QComboBox" name="mCompletedCombo">
16 <property name="sizePolicy">
17 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
18 <horstretch>0</horstretch>
19 <verstretch>0</verstretch>
20 </sizepolicy>
21 </property>
22 <property name="toolTip">
23 <string/>
24 </property>
25 <property name="whatsThis">
26 <string extracomment="@info:whatsthis">Sets the current completion status of this to-do as a percentage.</string>
27 </property>
28 <item>
29 <property name="text">
30 <string extracomment="@item:inlistbox Percent complete">0 %</string>
31 </property>
32 </item>
33 <item>
34 <property name="text">
35 <string extracomment="@item:inlistbox Percent complete">10 %</string>
36 </property>
37 </item>
38 <item>
39 <property name="text">
40 <string extracomment="@item:inlistbox Percent complete">20 %</string>
41 </property>
42 </item>
43 <item>
44 <property name="text">
45 <string extracomment="@item:inlistbox Percent complete">30 %</string>
46 </property>
47 </item>
48 <item>
49 <property name="text">
50 <string extracomment="@item:inlistbox Percent complete">40 %</string>
51 </property>
52 </item>
53 <item>
54 <property name="text">
55 <string extracomment="@item:inlistbox Percent complete">50 %</string>
56 </property>
57 </item>
58 <item>
59 <property name="text">
60 <string extracomment="@item:inlistbox Percent complete">60 %</string>
61 </property>
62 </item>
63 <item>
64 <property name="text">
65 <string extracomment="@item:inlistbox Percent complete">70 %</string>
66 </property>
67 </item>
68 <item>
69 <property name="text">
70 <string extracomment="@item:inlistbox Percent complete">80 %</string>
71 </property>
72 </item>
73 <item>
74 <property name="text">
75 <string extracomment="@item:inlistbox Percent complete">90 %</string>
76 </property>
77 </item>
78 <item>
79 <property name="text">
80 <string extracomment="@item:inlistbox Percent complete">100 %</string>
81 </property>
82 </item>
83 </widget>
84 </item>
85 <item>
86 <widget class="QLabel" name="mCompletedLabel">
87 <property name="sizePolicy">
88 <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
89 <horstretch>0</horstretch>
90 <verstretch>0</verstretch>
91 </sizepolicy>
92 </property>
93 <property name="text">
94 <string extracomment="percent completed">co&amp;mpleted</string>
95 </property>
96 <property name="buddy">
97 <cstring>mCompletedCombo</cstring>
98 </property>
99 </widget>
100 </item>
101 <item>
102 <widget class="KPIM::KDateEdit" name="mCompletionDateEdit"/>
103 </item>
104 <item>
105 <widget class="KPIM::KTimeEdit" name="mCompletionTimeEdit"/>
106 </item>
107 <item>
108 <spacer name="horizontalSpacer">
109 <property name="orientation">
110 <enum>Qt::Horizontal</enum>
111 </property>
112 <property name="sizeType">
113 <enum>QSizePolicy::Minimum</enum>
114 </property>
115 <property name="sizeHint" stdset="0">
116 <size>
117 <width>40</width>
118 <height>20</height>
119 </size>
120 </property>
121 </spacer>
122 </item>
123 <item>
124 <widget class="QLabel" name="label_12">
125 <property name="whatsThis">
126 <string extracomment="@label">Sets the priority of this to-do on a scale from one to nine, with one being the highest priority, five being a medium priority, and nine being the lowest. In programs that have a different scale, the numbers will be adjusted to match the appropriate scale.</string>
127 </property>
128 <property name="text">
129 <string>&amp;Priority:</string>
130 </property>
131 <property name="alignment">
132 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
133 </property>
134 <property name="buddy">
135 <cstring>mPriorityCombo</cstring>
136 </property>
137 </widget>
138 </item>
139 <item>
140 <widget class="QComboBox" name="mPriorityCombo">
141 <property name="sizePolicy">
142 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
143 <horstretch>0</horstretch>
144 <verstretch>0</verstretch>
145 </sizepolicy>
146 </property>
147 <property name="whatsThis">
148 <string extracomment="@info:whatsthis">Sets the priority of this to-do on a scale from one to nine, with one being the highest priority, five being a medium priority, and nine being the lowest. In programs that have a different scale, the numbers will be adjusted to match the appropriate scale.</string>
149 </property>
150 <property name="sizeAdjustPolicy">
151 <enum>QComboBox::AdjustToContents</enum>
152 </property>
153 <item>
154 <property name="text">
155 <string extracomment="unspecified priority">unspecified</string>
156 </property>
157 </item>
158 <item>
159 <property name="text">
160 <string extracomment="highest priority">1 (highest)</string>
161 </property>
162 </item>
163 <item>
164 <property name="text">
165 <string>2</string>
166 </property>
167 </item>
168 <item>
169 <property name="text">
170 <string>3</string>
171 </property>
172 </item>
173 <item>
174 <property name="text">
175 <string>4</string>
176 </property>
177 </item>
178 <item>
179 <property name="text">
180 <string extracomment="medium priority">5 (medium)</string>
181 </property>
182 </item>
183 <item>
184 <property name="text">
185 <string>6</string>
186 </property>
187 </item>
188 <item>
189 <property name="text">
190 <string>7</string>
191 </property>
192 </item>
193 <item>
194 <property name="text">
195 <string>8</string>
196 </property>
197 </item>
198 <item>
199 <property name="text">
200 <string extracomment="lowest priority">9 (lowest)</string>
201 </property>
202 </item>
203 </widget>
204 </item>
205 </layout>
206 </widget>
207 <customwidgets>
208 <customwidget>
209 <class>KPIM::KTimeEdit</class>
210 <extends>QComboBox</extends>
211 <header>libkdepim/ktimeedit.h</header>
212 </customwidget>
213 <customwidget>
214 <class>KPIM::KDateEdit</class>
215 <extends>QComboBox</extends>
216 <header>libkdepim/kdateedit.h</header>
217 </customwidget>
218 </customwidgets>
219 <resources/>
220 <connections/>
221 </ui>