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