1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <class>FunnelTextDialog
</class>
4 <widget class=
"QDialog" name=
"FunnelTextDialog">
5 <property name=
"geometry">
13 <property name=
"windowTitle">
14 <string>Dialog
</string>
16 <layout class=
"QVBoxLayout" name=
"verticalLayout">
18 <widget class=
"QTextEdit" name=
"textEdit"/>
21 <layout class=
"QHBoxLayout" name=
"horizontalLayout">
23 <widget class=
"QLabel" name=
"label">
24 <property name=
"toolTip">
25 <string><html
><head/
><body
><p
>Enter some text or a regular expression. It will be highlighted above.
</p
></body
></html
></string>
27 <property name=
"text">
28 <string>Highlight:
</string>
33 <widget class=
"QLineEdit" name=
"findLineEdit">
34 <property name=
"toolTip">
35 <string><html
><head/
><body
><p
>Enter some text or a regular expression. It will be highlighted above.
</p
></body
></html
></string>
42 <widget class=
"QDialogButtonBox" name=
"buttonBox">
43 <property name=
"orientation">
44 <enum>Qt::Horizontal
</enum>
46 <property name=
"standardButtons">
47 <set>QDialogButtonBox::Close
</set>
56 <sender>buttonBox
</sender>
57 <signal>accepted()
</signal>
58 <receiver>FunnelTextDialog
</receiver>
61 <hint type=
"sourcelabel">
65 <hint type=
"destinationlabel">
72 <sender>buttonBox
</sender>
73 <signal>rejected()
</signal>
74 <receiver>FunnelTextDialog
</receiver>
77 <hint type=
"sourcelabel">
81 <hint type=
"destinationlabel">