nexmon – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <ui version="4.0"> |
||
3 | <class>LBMStreamDialog</class> |
||
4 | <widget class="QDialog" name="LBMStreamDialog"> |
||
5 | <property name="geometry"> |
||
6 | <rect> |
||
7 | <x>0</x> |
||
8 | <y>0</y> |
||
9 | <width>652</width> |
||
10 | <height>459</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="lbm_stream_TreeWidget"> |
||
19 | <column> |
||
20 | <property name="text"> |
||
21 | <string>Stream</string> |
||
22 | </property> |
||
23 | </column> |
||
24 | <column> |
||
25 | <property name="text"> |
||
26 | <string>Endpoint A</string> |
||
27 | </property> |
||
28 | </column> |
||
29 | <column> |
||
30 | <property name="text"> |
||
31 | <string>Endpoint B</string> |
||
32 | </property> |
||
33 | </column> |
||
34 | <column> |
||
35 | <property name="text"> |
||
36 | <string>Messages</string> |
||
37 | </property> |
||
38 | <property name="textAlignment"> |
||
39 | <set>AlignLeft|AlignVCenter</set> |
||
40 | </property> |
||
41 | </column> |
||
42 | <column> |
||
43 | <property name="text"> |
||
44 | <string>Bytes</string> |
||
45 | </property> |
||
46 | </column> |
||
47 | <column> |
||
48 | <property name="text"> |
||
49 | <string>First Frame</string> |
||
50 | </property> |
||
51 | </column> |
||
52 | <column> |
||
53 | <property name="text"> |
||
54 | <string>Last Frame</string> |
||
55 | </property> |
||
56 | </column> |
||
57 | </widget> |
||
58 | </item> |
||
59 | <item> |
||
60 | <layout class="QHBoxLayout" name="horizontalLayout"> |
||
61 | <item> |
||
62 | <widget class="QLabel" name="label"> |
||
63 | <property name="text"> |
||
64 | <string>Display filter:</string> |
||
65 | </property> |
||
66 | </widget> |
||
67 | </item> |
||
68 | <item> |
||
69 | <widget class="DisplayFilterEdit" name="displayFilterLineEdit"/> |
||
70 | </item> |
||
71 | <item> |
||
72 | <widget class="QPushButton" name="applyFilterButton"> |
||
73 | <property name="toolTip"> |
||
74 | <string>Regenerate statistics using this display filter</string> |
||
75 | </property> |
||
76 | <property name="text"> |
||
77 | <string>Apply</string> |
||
78 | </property> |
||
79 | </widget> |
||
80 | </item> |
||
81 | </layout> |
||
82 | </item> |
||
83 | <item> |
||
84 | <widget class="QDialogButtonBox" name="buttonBox"> |
||
85 | <property name="orientation"> |
||
86 | <enum>Qt::Horizontal</enum> |
||
87 | </property> |
||
88 | <property name="standardButtons"> |
||
89 | <set>QDialogButtonBox::Close|QDialogButtonBox::Help</set> |
||
90 | </property> |
||
91 | </widget> |
||
92 | </item> |
||
93 | </layout> |
||
94 | <action name="actionCopyAsCSV"> |
||
95 | <property name="text"> |
||
96 | <string>Copy as CSV</string> |
||
97 | </property> |
||
98 | <property name="toolTip"> |
||
99 | <string>Copy the tree as CSV</string> |
||
100 | </property> |
||
101 | <property name="shortcut"> |
||
102 | <string notr="true">Ctrl+C</string> |
||
103 | </property> |
||
104 | </action> |
||
105 | <action name="actionCopyAsYAML"> |
||
106 | <property name="text"> |
||
107 | <string>Copy as YAML</string> |
||
108 | </property> |
||
109 | <property name="toolTip"> |
||
110 | <string>Copy the tree as YAML</string> |
||
111 | </property> |
||
112 | <property name="shortcut"> |
||
113 | <string notr="true">Ctrl+Y</string> |
||
114 | </property> |
||
115 | </action> |
||
116 | </widget> |
||
117 | <customwidgets> |
||
118 | <customwidget> |
||
119 | <class>DisplayFilterEdit</class> |
||
120 | <extends>QLineEdit</extends> |
||
121 | <header>display_filter_edit.h</header> |
||
122 | </customwidget> |
||
123 | </customwidgets> |
||
124 | <connections> |
||
125 | <connection> |
||
126 | <sender>buttonBox</sender> |
||
127 | <signal>accepted()</signal> |
||
128 | <receiver>LBMStreamDialog</receiver> |
||
129 | <slot>accept()</slot> |
||
130 | <hints> |
||
131 | <hint type="sourcelabel"> |
||
132 | <x>248</x> |
||
133 | <y>254</y> |
||
134 | </hint> |
||
135 | <hint type="destinationlabel"> |
||
136 | <x>157</x> |
||
137 | <y>274</y> |
||
138 | </hint> |
||
139 | </hints> |
||
140 | </connection> |
||
141 | <connection> |
||
142 | <sender>buttonBox</sender> |
||
143 | <signal>rejected()</signal> |
||
144 | <receiver>LBMStreamDialog</receiver> |
||
145 | <slot>reject()</slot> |
||
146 | <hints> |
||
147 | <hint type="sourcelabel"> |
||
148 | <x>316</x> |
||
149 | <y>260</y> |
||
150 | </hint> |
||
151 | <hint type="destinationlabel"> |
||
152 | <x>286</x> |
||
153 | <y>274</y> |
||
154 | </hint> |
||
155 | </hints> |
||
156 | </connection> |
||
157 | </connections> |
||
158 | </ui> |