1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <class>LBMStreamDialog
</class>
4 <widget class=
"QDialog" name=
"LBMStreamDialog">
5 <property name=
"geometry">
13 <property name=
"windowTitle">
14 <string>Dialog
</string>
16 <layout class=
"QVBoxLayout" name=
"verticalLayout">
18 <widget class=
"QTreeWidget" name=
"lbm_stream_TreeWidget">
20 <property name=
"text">
21 <string>Stream
</string>
25 <property name=
"text">
26 <string>Endpoint A
</string>
30 <property name=
"text">
31 <string>Endpoint B
</string>
35 <property name=
"text">
36 <string>Messages
</string>
38 <property name=
"textAlignment">
39 <set>AlignLeft|AlignVCenter
</set>
43 <property name=
"text">
44 <string>Bytes
</string>
48 <property name=
"text">
49 <string>First Frame
</string>
53 <property name=
"text">
54 <string>Last Frame
</string>
60 <layout class=
"QHBoxLayout" name=
"horizontalLayout">
62 <widget class=
"QLabel" name=
"label">
63 <property name=
"text">
64 <string>Display filter:
</string>
69 <widget class=
"DisplayFilterEdit" name=
"displayFilterLineEdit"/>
72 <widget class=
"QPushButton" name=
"applyFilterButton">
73 <property name=
"toolTip">
74 <string>Regenerate statistics using this display filter
</string>
76 <property name=
"text">
77 <string>Apply
</string>
84 <widget class=
"QDialogButtonBox" name=
"buttonBox">
85 <property name=
"orientation">
86 <enum>Qt::Horizontal
</enum>
88 <property name=
"standardButtons">
89 <set>QDialogButtonBox::Close|QDialogButtonBox::Help
</set>
94 <action name=
"actionCopyAsCSV">
95 <property name=
"text">
96 <string>Copy as CSV
</string>
98 <property name=
"toolTip">
99 <string>Copy the tree as CSV
</string>
101 <property name=
"shortcut">
102 <string notr=
"true">Ctrl+C
</string>
105 <action name=
"actionCopyAsYAML">
106 <property name=
"text">
107 <string>Copy as YAML
</string>
109 <property name=
"toolTip">
110 <string>Copy the tree as YAML
</string>
112 <property name=
"shortcut">
113 <string notr=
"true">Ctrl+Y
</string>
119 <class>DisplayFilterEdit
</class>
120 <extends>QLineEdit
</extends>
121 <header>widgets/display_filter_edit.h
</header>
126 <sender>buttonBox
</sender>
127 <signal>accepted()
</signal>
128 <receiver>LBMStreamDialog
</receiver>
129 <slot>accept()
</slot>
131 <hint type=
"sourcelabel">
135 <hint type=
"destinationlabel">
142 <sender>buttonBox
</sender>
143 <signal>rejected()
</signal>
144 <receiver>LBMStreamDialog
</receiver>
145 <slot>reject()
</slot>
147 <hint type=
"sourcelabel">
151 <hint type=
"destinationlabel">