2 <author>Olivier Goffart</author>
3 <class>HighlightPrefsUI</class>
4 <widget class="QWidget" name="HighlightPrefsUI" >
5 <property name="geometry" >
13 <layout class="QVBoxLayout" >
14 <property name="spacing" >
17 <property name="leftMargin" >
20 <property name="topMargin" >
23 <property name="rightMargin" >
26 <property name="bottomMargin" >
30 <widget class="QGroupBox" name="groupBox" >
31 <property name="title" >
32 <string>Available Filters</string>
34 <layout class="QGridLayout" >
35 <property name="leftMargin" >
38 <property name="topMargin" >
41 <property name="rightMargin" >
44 <property name="bottomMargin" >
47 <property name="horizontalSpacing" >
50 <property name="verticalSpacing" >
53 <item row="1" column="0" >
54 <widget class="QPushButton" name="m_add" >
55 <property name="text" >
60 <item row="1" column="1" >
61 <widget class="QPushButton" name="m_remove" >
62 <property name="enabled" >
65 <property name="text" >
66 <string>Remove</string>
70 <item row="0" column="0" colspan="3" >
71 <widget class="QListWidget" name="m_list" >
72 <property name="sizePolicy" >
73 <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
74 <horstretch>0</horstretch>
75 <verstretch>0</verstretch>
80 <item row="1" column="2" >
81 <widget class="QPushButton" name="m_rename" >
82 <property name="enabled" >
85 <property name="text" >
86 <string>Rename...</string>
94 <widget class="QGroupBox" name="groupBox_2" >
95 <property name="title" >
96 <string>Criteria</string>
98 <layout class="QVBoxLayout" >
99 <property name="spacing" >
102 <property name="leftMargin" >
105 <property name="topMargin" >
108 <property name="rightMargin" >
111 <property name="bottomMargin" >
115 <widget class="QLabel" name="textLabel1" >
116 <property name="sizePolicy" >
117 <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
118 <horstretch>0</horstretch>
119 <verstretch>0</verstretch>
122 <property name="text" >
123 <string>If the message contains:</string>
128 <widget class="QLineEdit" name="m_search" />
131 <layout class="QHBoxLayout" >
132 <property name="spacing" >
135 <property name="leftMargin" >
138 <property name="topMargin" >
141 <property name="rightMargin" >
144 <property name="bottomMargin" >
148 <widget class="QCheckBox" name="m_regexp" >
149 <property name="text" >
150 <string>Regular expression</string>
155 <widget class="QPushButton" name="m_editregexp" >
156 <property name="enabled" >
159 <property name="sizePolicy" >
160 <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
161 <horstretch>0</horstretch>
162 <verstretch>0</verstretch>
165 <property name="text" >
166 <string>Edit...</string>
172 <property name="orientation" >
173 <enum>Qt::Horizontal</enum>
175 <property name="sizeType" >
176 <enum>QSizePolicy::Expanding</enum>
178 <property name="sizeHint" >
189 <widget class="QCheckBox" name="m_case" >
190 <property name="text" >
191 <string>Case sensitive</string>
199 <widget class="QGroupBox" name="groupBox_3" >
200 <property name="title" >
201 <string>Action</string>
203 <layout class="QVBoxLayout" >
204 <property name="spacing" >
207 <property name="leftMargin" >
210 <property name="topMargin" >
213 <property name="rightMargin" >
216 <property name="bottomMargin" >
220 <layout class="QHBoxLayout" >
221 <property name="spacing" >
224 <property name="leftMargin" >
227 <property name="topMargin" >
230 <property name="rightMargin" >
233 <property name="bottomMargin" >
237 <widget class="QCheckBox" name="m_setImportance" >
238 <property name="sizePolicy" >
239 <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
240 <horstretch>0</horstretch>
241 <verstretch>0</verstretch>
244 <property name="text" >
245 <string>Set the message importance to:</string>
250 <widget class="QComboBox" name="m_importance" >
251 <property name="enabled" >
254 <property name="sizePolicy" >
255 <sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
256 <horstretch>0</horstretch>
257 <verstretch>0</verstretch>
261 <property name="text" >
266 <property name="text" >
267 <string>Normal</string>
271 <property name="text" >
272 <string>Highlight</string>
279 <property name="orientation" >
280 <enum>Qt::Horizontal</enum>
282 <property name="sizeType" >
283 <enum>QSizePolicy::Expanding</enum>
285 <property name="sizeHint" >
296 <layout class="QHBoxLayout" >
297 <property name="spacing" >
300 <property name="leftMargin" >
303 <property name="topMargin" >
306 <property name="rightMargin" >
309 <property name="bottomMargin" >
313 <widget class="QCheckBox" name="m_setBG" >
314 <property name="text" >
315 <string>Change the background color to:</string>
320 <widget class="KColorButton" name="m_BG" >
321 <property name="enabled" >
324 <property name="sizePolicy" >
325 <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
326 <horstretch>0</horstretch>
327 <verstretch>0</verstretch>
330 <property name="text" >
337 <property name="orientation" >
338 <enum>Qt::Horizontal</enum>
340 <property name="sizeType" >
341 <enum>QSizePolicy::Expanding</enum>
343 <property name="sizeHint" >
354 <layout class="QHBoxLayout" >
355 <property name="spacing" >
358 <property name="leftMargin" >
361 <property name="topMargin" >
364 <property name="rightMargin" >
367 <property name="bottomMargin" >
371 <widget class="QCheckBox" name="m_setFG" >
372 <property name="text" >
373 <string>Change the foreground color to:</string>
378 <widget class="KColorButton" name="m_FG" >
379 <property name="enabled" >
382 <property name="sizePolicy" >
383 <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
384 <horstretch>0</horstretch>
385 <verstretch>0</verstretch>
388 <property name="text" >
395 <property name="orientation" >
396 <enum>Qt::Horizontal</enum>
398 <property name="sizeType" >
399 <enum>QSizePolicy::Expanding</enum>
401 <property name="sizeHint" >
412 <layout class="QHBoxLayout" >
413 <property name="spacing" >
416 <property name="leftMargin" >
419 <property name="topMargin" >
422 <property name="rightMargin" >
425 <property name="bottomMargin" >
429 <widget class="QCheckBox" name="m_raise" >
430 <property name="text" >
431 <string>Raise window</string>
438 <layout class="QHBoxLayout" >
439 <property name="spacing" >
442 <property name="leftMargin" >
445 <property name="topMargin" >
448 <property name="rightMargin" >
451 <property name="bottomMargin" >
455 <widget class="QPushButton" name="m_notifications" >
456 <property name="text" >
457 <string>Configure Notifications...</string>
463 <property name="orientation" >
464 <enum>Qt::Horizontal</enum>
466 <property name="sizeHint" >
481 <layoutdefault spacing="6" margin="11" />
484 <class>KColorButton</class>
485 <extends>QPushButton</extends>
486 <header>kcolorbutton.h</header>
490 <tabstop>m_list</tabstop>
491 <tabstop>m_add</tabstop>
492 <tabstop>m_remove</tabstop>
493 <tabstop>m_rename</tabstop>
494 <tabstop>m_search</tabstop>
495 <tabstop>m_regexp</tabstop>
496 <tabstop>m_editregexp</tabstop>
497 <tabstop>m_case</tabstop>
498 <tabstop>m_setImportance</tabstop>
499 <tabstop>m_importance</tabstop>
500 <tabstop>m_setBG</tabstop>
501 <tabstop>m_BG</tabstop>
502 <tabstop>m_setFG</tabstop>
503 <tabstop>m_FG</tabstop>
504 <tabstop>m_raise</tabstop>
509 <sender>m_regexp</sender>
510 <signal>toggled(bool)</signal>
511 <receiver>m_editregexp</receiver>
512 <slot>setEnabled(bool)</slot>
514 <hint type="sourcelabel" >
518 <hint type="destinationlabel" >
525 <sender>m_setImportance</sender>
526 <signal>toggled(bool)</signal>
527 <receiver>m_importance</receiver>
528 <slot>setEnabled(bool)</slot>
530 <hint type="sourcelabel" >
534 <hint type="destinationlabel" >
541 <sender>m_setBG</sender>
542 <signal>toggled(bool)</signal>
543 <receiver>m_BG</receiver>
544 <slot>setEnabled(bool)</slot>
546 <hint type="sourcelabel" >
550 <hint type="destinationlabel" >
557 <sender>m_setFG</sender>
558 <signal>toggled(bool)</signal>
559 <receiver>m_FG</receiver>
560 <slot>setEnabled(bool)</slot>
562 <hint type="sourcelabel" >
566 <hint type="destinationlabel" >