update epan/dissectors/pidl/drsuapi/drsuapi.idl from samba
[wireshark-sm.git] / ui / qt / funnel_text_dialog.ui
blob80bb02f371cb0eec7ad1c4986062c0b0d19b21a7
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>FunnelTextDialog</class>
4 <widget class="QDialog" name="FunnelTextDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>620</width>
10 <height>450</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Dialog</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <widget class="QTextEdit" name="textEdit"/>
19 </item>
20 <item>
21 <layout class="QHBoxLayout" name="horizontalLayout">
22 <item>
23 <widget class="QLabel" name="label">
24 <property name="toolTip">
25 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Enter some text or a regular expression. It will be highlighted above.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
26 </property>
27 <property name="text">
28 <string>Highlight:</string>
29 </property>
30 </widget>
31 </item>
32 <item>
33 <widget class="QLineEdit" name="findLineEdit">
34 <property name="toolTip">
35 <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Enter some text or a regular expression. It will be highlighted above.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
36 </property>
37 </widget>
38 </item>
39 </layout>
40 </item>
41 <item>
42 <widget class="QDialogButtonBox" name="buttonBox">
43 <property name="orientation">
44 <enum>Qt::Horizontal</enum>
45 </property>
46 <property name="standardButtons">
47 <set>QDialogButtonBox::Close</set>
48 </property>
49 </widget>
50 </item>
51 </layout>
52 </widget>
53 <resources/>
54 <connections>
55 <connection>
56 <sender>buttonBox</sender>
57 <signal>accepted()</signal>
58 <receiver>FunnelTextDialog</receiver>
59 <slot>accept()</slot>
60 <hints>
61 <hint type="sourcelabel">
62 <x>248</x>
63 <y>254</y>
64 </hint>
65 <hint type="destinationlabel">
66 <x>157</x>
67 <y>274</y>
68 </hint>
69 </hints>
70 </connection>
71 <connection>
72 <sender>buttonBox</sender>
73 <signal>rejected()</signal>
74 <receiver>FunnelTextDialog</receiver>
75 <slot>reject()</slot>
76 <hints>
77 <hint type="sourcelabel">
78 <x>316</x>
79 <y>260</y>
80 </hint>
81 <hint type="destinationlabel">
82 <x>286</x>
83 <y>274</y>
84 </hint>
85 </hints>
86 </connection>
87 </connections>
88 </ui>