update epan/dissectors/pidl/drsuapi/drsuapi.idl from samba
[wireshark-sm.git] / ui / qt / protocol_hierarchy_dialog.ui
blob085cdc7e4b35a19b3252e88fa2fe4584534b9522
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>ProtocolHierarchyDialog</class>
4 <widget class="QDialog" name="ProtocolHierarchyDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>620</width>
10 <height>480</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="hierStatsTreeWidget">
19 <property name="uniformRowHeights">
20 <bool>true</bool>
21 </property>
22 <attribute name="headerDefaultSectionSize">
23 <number>50</number>
24 </attribute>
25 <attribute name="headerShowSortIndicator" stdset="0">
26 <bool>false</bool>
27 </attribute>
28 <column>
29 <property name="text">
30 <string>Protocol</string>
31 </property>
32 </column>
33 <column>
34 <property name="text">
35 <string>Percent Packets</string>
36 </property>
37 </column>
38 <column>
39 <property name="text">
40 <string>Packets</string>
41 </property>
42 </column>
43 <column>
44 <property name="text">
45 <string>Percent Bytes</string>
46 </property>
47 </column>
48 <column>
49 <property name="text">
50 <string>Bytes</string>
51 </property>
52 </column>
53 <column>
54 <property name="text">
55 <string>Bits/s</string>
56 </property>
57 </column>
58 <column>
59 <property name="text">
60 <string>End Packets</string>
61 </property>
62 </column>
63 <column>
64 <property name="text">
65 <string>End Bytes</string>
66 </property>
67 </column>
68 <column>
69 <property name="text">
70 <string>End Bits/s</string>
71 </property>
72 </column>
73 <column>
74 <property name="text">
75 <string>PDUs</string>
76 </property>
77 </column>
78 </widget>
79 </item>
80 <item>
81 <widget class="QLabel" name="hintLabel">
82 <property name="text">
83 <string>&lt;small&gt;&lt;i&gt;A hint.&lt;/i&gt;&lt;/small&gt;</string>
84 </property>
85 <property name="wordWrap">
86 <bool>true</bool>
87 </property>
88 </widget>
89 </item>
90 <item>
91 <widget class="QDialogButtonBox" name="buttonBox">
92 <property name="orientation">
93 <enum>Qt::Horizontal</enum>
94 </property>
95 <property name="standardButtons">
96 <set>QDialogButtonBox::Close|QDialogButtonBox::Help</set>
97 </property>
98 </widget>
99 </item>
100 </layout>
101 <action name="actionCopyAsCsv">
102 <property name="text">
103 <string>Copy as CSV</string>
104 </property>
105 <property name="toolTip">
106 <string>Copy stream list as CSV.</string>
107 </property>
108 </action>
109 <action name="actionCopyAsYaml">
110 <property name="text">
111 <string>Copy as YAML</string>
112 </property>
113 <property name="toolTip">
114 <string>Copy stream list as YAML.</string>
115 </property>
116 </action>
117 <action name="actionCopyProtoList">
118 <property name="text">
119 <string>Copy short names</string>
120 </property>
121 <property name="toolTip">
122 <string>Copy short protocol names in use.</string>
123 </property>
124 </action>
125 <action name="actionDisableProtos">
126 <property name="text">
127 <string>Disable unused protocols</string>
128 </property>
129 <property name="toolTip">
130 <string>Disable all protocols but those listed.</string>
131 </property>
132 </action>
133 <action name="actionRevertProtos">
134 <property name="text">
135 <string>Re-enable unused protocols</string>
136 </property>
137 <property name="toolTip">
138 <string>Re-enable protocols that were disabled in this dialog.</string>
139 </property>
140 </action>
141 </widget>
142 <resources/>
143 <connections>
144 <connection>
145 <sender>buttonBox</sender>
146 <signal>accepted()</signal>
147 <receiver>ProtocolHierarchyDialog</receiver>
148 <slot>accept()</slot>
149 <hints>
150 <hint type="sourcelabel">
151 <x>248</x>
152 <y>254</y>
153 </hint>
154 <hint type="destinationlabel">
155 <x>157</x>
156 <y>274</y>
157 </hint>
158 </hints>
159 </connection>
160 <connection>
161 <sender>buttonBox</sender>
162 <signal>rejected()</signal>
163 <receiver>ProtocolHierarchyDialog</receiver>
164 <slot>reject()</slot>
165 <hints>
166 <hint type="sourcelabel">
167 <x>316</x>
168 <y>260</y>
169 </hint>
170 <hint type="destinationlabel">
171 <x>286</x>
172 <y>274</y>
173 </hint>
174 </hints>
175 </connection>
176 </connections>
177 </ui>