update epan/dissectors/pidl/drsuapi/drsuapi.idl from samba
[wireshark-sm.git] / ui / qt / expert_info_dialog.ui
blob4a38250ef816bf61738782d7de09e28c008f97b3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>ExpertInfoDialog</class>
4 <widget class="QDialog" name="ExpertInfoDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>620</width>
10 <height>540</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="ExpertInfoTreeView" name="expertInfoTreeView">
19 <property name="uniformRowHeights">
20 <bool>true</bool>
21 </property>
22 <property name="sortingEnabled">
23 <bool>true</bool>
24 </property>
25 </widget>
26 </item>
27 <item>
28 <widget class="ElidedLabel" name="hintLabel">
29 <property name="text">
30 <string>&lt;small&gt;&lt;i&gt;A hint.&lt;/i&gt;&lt;/small&gt;</string>
31 </property>
32 </widget>
33 </item>
34 <item>
35 <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="0,0,0,0,0,1,0,0">
36 <item>
37 <widget class="QCheckBox" name="limitCheckBox">
38 <property name="text">
39 <string>Limit to Display Filter</string>
40 </property>
41 </widget>
42 </item>
43 <item>
44 <spacer name="horizontalSpacer_2">
45 <property name="orientation">
46 <enum>Qt::Horizontal</enum>
47 </property>
48 <property name="sizeHint" stdset="0">
49 <size>
50 <width>20</width>
51 <height>20</height>
52 </size>
53 </property>
54 </spacer>
55 </item>
56 <item>
57 <widget class="QCheckBox" name="groupBySummaryCheckBox">
58 <property name="text">
59 <string>Group by summary</string>
60 </property>
61 <property name="checked">
62 <bool>true</bool>
63 </property>
64 </widget>
65 </item>
66 <item>
67 <spacer name="horizontalSpacer">
68 <property name="orientation">
69 <enum>Qt::Horizontal</enum>
70 </property>
71 <property name="sizeHint" stdset="0">
72 <size>
73 <width>20</width>
74 <height>10</height>
75 </size>
76 </property>
77 </spacer>
78 </item>
79 <item>
80 <widget class="QLabel" name="label">
81 <property name="toolTip">
82 <string>Search expert summaries.</string>
83 </property>
84 <property name="text">
85 <string>Search:</string>
86 </property>
87 </widget>
88 </item>
89 <item>
90 <widget class="QLineEdit" name="searchLineEdit">
91 <property name="toolTip">
92 <string>Search expert summaries.</string>
93 </property>
94 </widget>
95 </item>
96 <item>
97 <spacer name="horizontalSpacer_3">
98 <property name="orientation">
99 <enum>Qt::Horizontal</enum>
100 </property>
101 <property name="sizeHint" stdset="0">
102 <size>
103 <width>40</width>
104 <height>10</height>
105 </size>
106 </property>
107 </spacer>
108 </item>
109 <item>
110 <widget class="QPushButton" name="severitiesPushButton">
111 <property name="text">
112 <string>Show…</string>
113 </property>
114 <widget class="QMenu" name="menuShowExpert">
115 <addaction name="actionShowError"/>
116 <addaction name="actionShowWarning"/>
117 <addaction name="actionShowNote"/>
118 <addaction name="actionShowChat"/>
119 <addaction name="actionShowComment"/>
120 </widget>
121 </widget>
122 </item>
123 </layout>
124 </item>
125 <item>
126 <widget class="QDialogButtonBox" name="buttonBox">
127 <property name="orientation">
128 <enum>Qt::Horizontal</enum>
129 </property>
130 <property name="standardButtons">
131 <set>QDialogButtonBox::Close|QDialogButtonBox::Help</set>
132 </property>
133 </widget>
134 </item>
135 </layout>
136 <action name="actionShowError">
137 <property name="checkable">
138 <bool>true</bool>
139 </property>
140 <property name="checked">
141 <bool>true</bool>
142 </property>
143 <property name="text">
144 <string>Error</string>
145 </property>
146 <property name="toolTip">
147 <string>Show error packets.</string>
148 </property>
149 </action>
150 <action name="actionShowWarning">
151 <property name="checkable">
152 <bool>true</bool>
153 </property>
154 <property name="checked">
155 <bool>true</bool>
156 </property>
157 <property name="text">
158 <string>Warning</string>
159 </property>
160 <property name="toolTip">
161 <string>Show warning packets.</string>
162 </property>
163 </action>
164 <action name="actionShowNote">
165 <property name="checkable">
166 <bool>true</bool>
167 </property>
168 <property name="checked">
169 <bool>true</bool>
170 </property>
171 <property name="text">
172 <string>Note</string>
173 </property>
174 <property name="toolTip">
175 <string>Show note packets.</string>
176 </property>
177 </action>
178 <action name="actionShowChat">
179 <property name="checkable">
180 <bool>true</bool>
181 </property>
182 <property name="checked">
183 <bool>true</bool>
184 </property>
185 <property name="text">
186 <string>Chat</string>
187 </property>
188 <property name="toolTip">
189 <string>Show chat packets.</string>
190 </property>
191 </action>
192 <action name="actionShowComment">
193 <property name="checkable">
194 <bool>true</bool>
195 </property>
196 <property name="checked">
197 <bool>true</bool>
198 </property>
199 <property name="text">
200 <string>Comment</string>
201 </property>
202 <property name="toolTip">
203 <string>Show comment packets.</string>
204 </property>
205 </action>
206 </widget>
207 <customwidgets>
208 <customwidget>
209 <class>ElidedLabel</class>
210 <extends>QLabel</extends>
211 <header>widgets/elided_label.h</header>
212 </customwidget>
213 <customwidget>
214 <class>ExpertInfoTreeView</class>
215 <extends>QTreeView</extends>
216 <header>widgets/expert_info_view.h</header>
217 </customwidget>
218 </customwidgets>
219 <resources/>
220 <connections>
221 <connection>
222 <sender>buttonBox</sender>
223 <signal>accepted()</signal>
224 <receiver>ExpertInfoDialog</receiver>
225 <slot>accept()</slot>
226 <hints>
227 <hint type="sourcelabel">
228 <x>248</x>
229 <y>254</y>
230 </hint>
231 <hint type="destinationlabel">
232 <x>157</x>
233 <y>274</y>
234 </hint>
235 </hints>
236 </connection>
237 <connection>
238 <sender>buttonBox</sender>
239 <signal>rejected()</signal>
240 <receiver>ExpertInfoDialog</receiver>
241 <slot>reject()</slot>
242 <hints>
243 <hint type="sourcelabel">
244 <x>316</x>
245 <y>260</y>
246 </hint>
247 <hint type="destinationlabel">
248 <x>286</x>
249 <y>274</y>
250 </hint>
251 </hints>
252 </connection>
253 </connections>
254 </ui>