1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <class>ProtocolHierarchyDialog
</class>
4 <widget class=
"QDialog" name=
"ProtocolHierarchyDialog">
5 <property name=
"geometry">
13 <property name=
"windowTitle">
14 <string>Dialog
</string>
16 <layout class=
"QVBoxLayout" name=
"verticalLayout">
18 <widget class=
"QTreeWidget" name=
"hierStatsTreeWidget">
19 <property name=
"uniformRowHeights">
22 <attribute name=
"headerDefaultSectionSize">
25 <attribute name=
"headerShowSortIndicator" stdset=
"0">
29 <property name=
"text">
30 <string>Protocol
</string>
34 <property name=
"text">
35 <string>Percent Packets
</string>
39 <property name=
"text">
40 <string>Packets
</string>
44 <property name=
"text">
45 <string>Percent Bytes
</string>
49 <property name=
"text">
50 <string>Bytes
</string>
54 <property name=
"text">
55 <string>Bits/s
</string>
59 <property name=
"text">
60 <string>End Packets
</string>
64 <property name=
"text">
65 <string>End Bytes
</string>
69 <property name=
"text">
70 <string>End Bits/s
</string>
74 <property name=
"text">
81 <widget class=
"QLabel" name=
"hintLabel">
82 <property name=
"text">
83 <string><small
><i
>A hint.
</i
></small
></string>
85 <property name=
"wordWrap">
91 <widget class=
"QDialogButtonBox" name=
"buttonBox">
92 <property name=
"orientation">
93 <enum>Qt::Horizontal
</enum>
95 <property name=
"standardButtons">
96 <set>QDialogButtonBox::Close|QDialogButtonBox::Help
</set>
101 <action name=
"actionCopyAsCsv">
102 <property name=
"text">
103 <string>Copy as CSV
</string>
105 <property name=
"toolTip">
106 <string>Copy stream list as CSV.
</string>
109 <action name=
"actionCopyAsYaml">
110 <property name=
"text">
111 <string>Copy as YAML
</string>
113 <property name=
"toolTip">
114 <string>Copy stream list as YAML.
</string>
117 <action name=
"actionCopyProtoList">
118 <property name=
"text">
119 <string>Copy short names
</string>
121 <property name=
"toolTip">
122 <string>Copy short protocol names in use.
</string>
125 <action name=
"actionDisableProtos">
126 <property name=
"text">
127 <string>Disable unused protocols
</string>
129 <property name=
"toolTip">
130 <string>Disable all protocols but those listed.
</string>
133 <action name=
"actionRevertProtos">
134 <property name=
"text">
135 <string>Re-enable unused protocols
</string>
137 <property name=
"toolTip">
138 <string>Re-enable protocols that were disabled in this dialog.
</string>
145 <sender>buttonBox
</sender>
146 <signal>accepted()
</signal>
147 <receiver>ProtocolHierarchyDialog
</receiver>
148 <slot>accept()
</slot>
150 <hint type=
"sourcelabel">
154 <hint type=
"destinationlabel">
161 <sender>buttonBox
</sender>
162 <signal>rejected()
</signal>
163 <receiver>ProtocolHierarchyDialog
</receiver>
164 <slot>reject()
</slot>
166 <hint type=
"sourcelabel">
170 <hint type=
"destinationlabel">