9 #ifndef UI_LBM_LBTRU_TRANSPORT_DIALOG_H 10 #define UI_LBM_LBTRU_TRANSPORT_DIALOG_H 12 #include <QtCore/QVariant> 13 #include <QtWidgets/QAction> 14 #include <QtWidgets/QApplication> 15 #include <QtWidgets/QButtonGroup> 16 #include <QtWidgets/QComboBox> 17 #include <QtWidgets/QDialog> 18 #include <QtWidgets/QDialogButtonBox> 19 #include <QtWidgets/QHBoxLayout> 20 #include <QtWidgets/QHeaderView> 21 #include <QtWidgets/QLabel> 22 #include <QtWidgets/QPushButton> 23 #include <QtWidgets/QSpacerItem> 24 #include <QtWidgets/QSplitter> 25 #include <QtWidgets/QStackedWidget> 26 #include <QtWidgets/QTabWidget> 27 #include <QtWidgets/QTreeWidget> 28 #include <QtWidgets/QVBoxLayout> 29 #include <QtWidgets/QWidget> 30 #include "widgets/display_filter_edit.h" 37 QAction *actionCopyAsCSV;
38 QAction *actionCopyAsYAML;
39 QAction *action_SourceDataFrames;
40 QAction *action_SourceDataBytes;
41 QAction *action_SourceDataFramesBytes;
42 QAction *action_SourceDataRate;
43 QAction *action_SourceRXDataFrames;
44 QAction *action_SourceRXDataBytes;
45 QAction *action_SourceRXDataFramesBytes;
46 QAction *action_SourceRXDataRate;
47 QAction *action_SourceNCFFrames;
48 QAction *action_SourceNCFCount;
49 QAction *action_SourceNCFBytes;
50 QAction *action_SourceNCFFramesBytes;
51 QAction *action_SourceNCFCountBytes;
52 QAction *action_SourceNCFFramesCount;
53 QAction *action_SourceNCFFramesCountBytes;
54 QAction *action_SourceSMFrames;
55 QAction *action_SourceSMBytes;
56 QAction *action_SourceSMFramesBytes;
57 QAction *action_SourceSMRate;
58 QAction *action_SourceRSTFrames;
59 QAction *action_SourceRSTBytes;
60 QAction *action_SourceRSTFramesBytes;
61 QAction *action_SourceRSTRate;
62 QAction *action_ReceiverNAKFrames;
63 QAction *action_ReceiverNAKCount;
64 QAction *action_ReceiverNAKBytes;
65 QAction *action_ReceiverNAKFramesCount;
66 QAction *action_ReceiverNAKCountBytes;
67 QAction *action_ReceiverNAKFramesBytes;
68 QAction *action_ReceiverNAKFramesCountBytes;
69 QAction *action_ReceiverNAKRate;
70 QAction *action_ReceiverACKFrames;
71 QAction *action_ReceiverACKBytes;
72 QAction *action_ReceiverACKFramesBytes;
73 QAction *action_ReceiverACKRate;
74 QAction *action_ReceiverCREQFrames;
75 QAction *action_ReceiverCREQBytes;
76 QAction *action_ReceiverCREQFramesBytes;
77 QAction *action_ReceiverCREQRate;
78 QAction *action_SourceAutoResizeColumns;
79 QAction *action_ReceiverAutoResizeColumns;
80 QAction *action_SourceNCFRate;
81 QVBoxLayout *verticalLayout;
82 QTabWidget *tabWidget;
84 QHBoxLayout *horizontalLayout_5;
86 QTreeWidget *sources_TreeWidget;
87 QWidget *layoutWidget;
88 QVBoxLayout *verticalLayout_2;
89 QHBoxLayout *horizontalLayout_2;
91 QComboBox *sources_detail_ComboBox;
93 QLabel *sources_detail_transport_Label;
94 QSpacerItem *horizontalSpacer;
95 QStackedWidget *sources_stackedWidget;
96 QWidget *sources_detail_sqn_page;
97 QHBoxLayout *horizontalLayout_4;
98 QTreeWidget *sources_detail_sqn_TreeWidget;
99 QWidget *sources_detail_rst_page;
100 QVBoxLayout *verticalLayout_4;
101 QTreeWidget *sources_detail_rst_TreeWidget;
102 QWidget *sources_detail_ncf_sqn_page;
103 QHBoxLayout *horizontalLayout_6;
104 QTreeWidget *sources_detail_ncf_sqn_TreeWidget;
105 QWidget *receiversTab;
106 QHBoxLayout *horizontalLayout_9;
107 QSplitter *splitter_2;
108 QTreeWidget *receivers_TreeWidget;
109 QWidget *layoutWidget_2;
110 QVBoxLayout *verticalLayout_3;
111 QHBoxLayout *horizontalLayout_3;
113 QComboBox *receivers_detail_ComboBox;
115 QLabel *receivers_detail_transport_Label;
116 QSpacerItem *horizontalSpacer_2;
117 QStackedWidget *receivers_stackedWidget;
118 QWidget *receivers_detail_sqn_page;
119 QHBoxLayout *horizontalLayout_7;
120 QTreeWidget *receivers_detail_sqn_TreeWidget;
121 QWidget *receivers_detail_reason_page;
122 QHBoxLayout *horizontalLayout_8;
123 QTreeWidget *receivers_detail_reason_TreeWidget;
124 QHBoxLayout *horizontalLayout;
127 QPushButton *applyFilterButton;
128 QDialogButtonBox *buttonBox;
132 if (LBMLBTRUTransportDialog->objectName().isEmpty())
133 LBMLBTRUTransportDialog->setObjectName(QStringLiteral(
"LBMLBTRUTransportDialog"));
134 LBMLBTRUTransportDialog->resize(872, 667);
135 LBMLBTRUTransportDialog->setSizeGripEnabled(
true);
136 actionCopyAsCSV =
new QAction(LBMLBTRUTransportDialog);
137 actionCopyAsCSV->setObjectName(QStringLiteral(
"actionCopyAsCSV"));
138 actionCopyAsCSV->setShortcut(QStringLiteral(
"Ctrl+C"));
139 actionCopyAsYAML =
new QAction(LBMLBTRUTransportDialog);
140 actionCopyAsYAML->setObjectName(QStringLiteral(
"actionCopyAsYAML"));
141 actionCopyAsYAML->setShortcut(QStringLiteral(
"Ctrl+Y"));
142 action_SourceDataFrames =
new QAction(LBMLBTRUTransportDialog);
143 action_SourceDataFrames->setObjectName(QStringLiteral(
"action_SourceDataFrames"));
144 action_SourceDataFrames->setCheckable(
true);
145 action_SourceDataBytes =
new QAction(LBMLBTRUTransportDialog);
146 action_SourceDataBytes->setObjectName(QStringLiteral(
"action_SourceDataBytes"));
147 action_SourceDataBytes->setCheckable(
true);
148 action_SourceDataFramesBytes =
new QAction(LBMLBTRUTransportDialog);
149 action_SourceDataFramesBytes->setObjectName(QStringLiteral(
"action_SourceDataFramesBytes"));
150 action_SourceDataFramesBytes->setCheckable(
true);
151 action_SourceDataRate =
new QAction(LBMLBTRUTransportDialog);
152 action_SourceDataRate->setObjectName(QStringLiteral(
"action_SourceDataRate"));
153 action_SourceDataRate->setCheckable(
true);
154 action_SourceRXDataFrames =
new QAction(LBMLBTRUTransportDialog);
155 action_SourceRXDataFrames->setObjectName(QStringLiteral(
"action_SourceRXDataFrames"));
156 action_SourceRXDataFrames->setCheckable(
true);
157 action_SourceRXDataBytes =
new QAction(LBMLBTRUTransportDialog);
158 action_SourceRXDataBytes->setObjectName(QStringLiteral(
"action_SourceRXDataBytes"));
159 action_SourceRXDataBytes->setCheckable(
true);
160 action_SourceRXDataFramesBytes =
new QAction(LBMLBTRUTransportDialog);
161 action_SourceRXDataFramesBytes->setObjectName(QStringLiteral(
"action_SourceRXDataFramesBytes"));
162 action_SourceRXDataFramesBytes->setCheckable(
true);
163 action_SourceRXDataRate =
new QAction(LBMLBTRUTransportDialog);
164 action_SourceRXDataRate->setObjectName(QStringLiteral(
"action_SourceRXDataRate"));
165 action_SourceRXDataRate->setCheckable(
true);
166 action_SourceNCFFrames =
new QAction(LBMLBTRUTransportDialog);
167 action_SourceNCFFrames->setObjectName(QStringLiteral(
"action_SourceNCFFrames"));
168 action_SourceNCFFrames->setCheckable(
true);
169 action_SourceNCFCount =
new QAction(LBMLBTRUTransportDialog);
170 action_SourceNCFCount->setObjectName(QStringLiteral(
"action_SourceNCFCount"));
171 action_SourceNCFCount->setCheckable(
true);
172 action_SourceNCFBytes =
new QAction(LBMLBTRUTransportDialog);
173 action_SourceNCFBytes->setObjectName(QStringLiteral(
"action_SourceNCFBytes"));
174 action_SourceNCFBytes->setCheckable(
true);
175 action_SourceNCFFramesBytes =
new QAction(LBMLBTRUTransportDialog);
176 action_SourceNCFFramesBytes->setObjectName(QStringLiteral(
"action_SourceNCFFramesBytes"));
177 action_SourceNCFFramesBytes->setCheckable(
true);
178 action_SourceNCFCountBytes =
new QAction(LBMLBTRUTransportDialog);
179 action_SourceNCFCountBytes->setObjectName(QStringLiteral(
"action_SourceNCFCountBytes"));
180 action_SourceNCFCountBytes->setCheckable(
true);
181 action_SourceNCFFramesCount =
new QAction(LBMLBTRUTransportDialog);
182 action_SourceNCFFramesCount->setObjectName(QStringLiteral(
"action_SourceNCFFramesCount"));
183 action_SourceNCFFramesCount->setCheckable(
true);
184 action_SourceNCFFramesCountBytes =
new QAction(LBMLBTRUTransportDialog);
185 action_SourceNCFFramesCountBytes->setObjectName(QStringLiteral(
"action_SourceNCFFramesCountBytes"));
186 action_SourceNCFFramesCountBytes->setCheckable(
true);
187 action_SourceSMFrames =
new QAction(LBMLBTRUTransportDialog);
188 action_SourceSMFrames->setObjectName(QStringLiteral(
"action_SourceSMFrames"));
189 action_SourceSMFrames->setCheckable(
true);
190 action_SourceSMBytes =
new QAction(LBMLBTRUTransportDialog);
191 action_SourceSMBytes->setObjectName(QStringLiteral(
"action_SourceSMBytes"));
192 action_SourceSMBytes->setCheckable(
true);
193 action_SourceSMFramesBytes =
new QAction(LBMLBTRUTransportDialog);
194 action_SourceSMFramesBytes->setObjectName(QStringLiteral(
"action_SourceSMFramesBytes"));
195 action_SourceSMFramesBytes->setCheckable(
true);
196 action_SourceSMRate =
new QAction(LBMLBTRUTransportDialog);
197 action_SourceSMRate->setObjectName(QStringLiteral(
"action_SourceSMRate"));
198 action_SourceSMRate->setCheckable(
true);
199 action_SourceRSTFrames =
new QAction(LBMLBTRUTransportDialog);
200 action_SourceRSTFrames->setObjectName(QStringLiteral(
"action_SourceRSTFrames"));
201 action_SourceRSTFrames->setCheckable(
true);
202 action_SourceRSTBytes =
new QAction(LBMLBTRUTransportDialog);
203 action_SourceRSTBytes->setObjectName(QStringLiteral(
"action_SourceRSTBytes"));
204 action_SourceRSTBytes->setCheckable(
true);
205 action_SourceRSTFramesBytes =
new QAction(LBMLBTRUTransportDialog);
206 action_SourceRSTFramesBytes->setObjectName(QStringLiteral(
"action_SourceRSTFramesBytes"));
207 action_SourceRSTFramesBytes->setCheckable(
true);
208 action_SourceRSTRate =
new QAction(LBMLBTRUTransportDialog);
209 action_SourceRSTRate->setObjectName(QStringLiteral(
"action_SourceRSTRate"));
210 action_SourceRSTRate->setCheckable(
true);
211 action_ReceiverNAKFrames =
new QAction(LBMLBTRUTransportDialog);
212 action_ReceiverNAKFrames->setObjectName(QStringLiteral(
"action_ReceiverNAKFrames"));
213 action_ReceiverNAKFrames->setCheckable(
true);
214 action_ReceiverNAKCount =
new QAction(LBMLBTRUTransportDialog);
215 action_ReceiverNAKCount->setObjectName(QStringLiteral(
"action_ReceiverNAKCount"));
216 action_ReceiverNAKCount->setCheckable(
true);
217 action_ReceiverNAKBytes =
new QAction(LBMLBTRUTransportDialog);
218 action_ReceiverNAKBytes->setObjectName(QStringLiteral(
"action_ReceiverNAKBytes"));
219 action_ReceiverNAKBytes->setCheckable(
true);
220 action_ReceiverNAKFramesCount =
new QAction(LBMLBTRUTransportDialog);
221 action_ReceiverNAKFramesCount->setObjectName(QStringLiteral(
"action_ReceiverNAKFramesCount"));
222 action_ReceiverNAKFramesCount->setCheckable(
true);
223 action_ReceiverNAKCountBytes =
new QAction(LBMLBTRUTransportDialog);
224 action_ReceiverNAKCountBytes->setObjectName(QStringLiteral(
"action_ReceiverNAKCountBytes"));
225 action_ReceiverNAKCountBytes->setCheckable(
true);
226 action_ReceiverNAKFramesBytes =
new QAction(LBMLBTRUTransportDialog);
227 action_ReceiverNAKFramesBytes->setObjectName(QStringLiteral(
"action_ReceiverNAKFramesBytes"));
228 action_ReceiverNAKFramesBytes->setCheckable(
true);
229 action_ReceiverNAKFramesCountBytes =
new QAction(LBMLBTRUTransportDialog);
230 action_ReceiverNAKFramesCountBytes->setObjectName(QStringLiteral(
"action_ReceiverNAKFramesCountBytes"));
231 action_ReceiverNAKFramesCountBytes->setCheckable(
true);
232 action_ReceiverNAKRate =
new QAction(LBMLBTRUTransportDialog);
233 action_ReceiverNAKRate->setObjectName(QStringLiteral(
"action_ReceiverNAKRate"));
234 action_ReceiverNAKRate->setCheckable(
true);
235 action_ReceiverACKFrames =
new QAction(LBMLBTRUTransportDialog);
236 action_ReceiverACKFrames->setObjectName(QStringLiteral(
"action_ReceiverACKFrames"));
237 action_ReceiverACKFrames->setCheckable(
true);
238 action_ReceiverACKBytes =
new QAction(LBMLBTRUTransportDialog);
239 action_ReceiverACKBytes->setObjectName(QStringLiteral(
"action_ReceiverACKBytes"));
240 action_ReceiverACKBytes->setCheckable(
true);
241 action_ReceiverACKFramesBytes =
new QAction(LBMLBTRUTransportDialog);
242 action_ReceiverACKFramesBytes->setObjectName(QStringLiteral(
"action_ReceiverACKFramesBytes"));
243 action_ReceiverACKFramesBytes->setCheckable(
true);
244 action_ReceiverACKRate =
new QAction(LBMLBTRUTransportDialog);
245 action_ReceiverACKRate->setObjectName(QStringLiteral(
"action_ReceiverACKRate"));
246 action_ReceiverACKRate->setCheckable(
true);
247 action_ReceiverCREQFrames =
new QAction(LBMLBTRUTransportDialog);
248 action_ReceiverCREQFrames->setObjectName(QStringLiteral(
"action_ReceiverCREQFrames"));
249 action_ReceiverCREQFrames->setCheckable(
true);
250 action_ReceiverCREQBytes =
new QAction(LBMLBTRUTransportDialog);
251 action_ReceiverCREQBytes->setObjectName(QStringLiteral(
"action_ReceiverCREQBytes"));
252 action_ReceiverCREQBytes->setCheckable(
true);
253 action_ReceiverCREQFramesBytes =
new QAction(LBMLBTRUTransportDialog);
254 action_ReceiverCREQFramesBytes->setObjectName(QStringLiteral(
"action_ReceiverCREQFramesBytes"));
255 action_ReceiverCREQFramesBytes->setCheckable(
true);
256 action_ReceiverCREQRate =
new QAction(LBMLBTRUTransportDialog);
257 action_ReceiverCREQRate->setObjectName(QStringLiteral(
"action_ReceiverCREQRate"));
258 action_ReceiverCREQRate->setCheckable(
true);
259 action_SourceAutoResizeColumns =
new QAction(LBMLBTRUTransportDialog);
260 action_SourceAutoResizeColumns->setObjectName(QStringLiteral(
"action_SourceAutoResizeColumns"));
261 action_ReceiverAutoResizeColumns =
new QAction(LBMLBTRUTransportDialog);
262 action_ReceiverAutoResizeColumns->setObjectName(QStringLiteral(
"action_ReceiverAutoResizeColumns"));
263 action_SourceNCFRate =
new QAction(LBMLBTRUTransportDialog);
264 action_SourceNCFRate->setObjectName(QStringLiteral(
"action_SourceNCFRate"));
265 action_SourceNCFRate->setCheckable(
true);
266 verticalLayout =
new QVBoxLayout(LBMLBTRUTransportDialog);
267 verticalLayout->setObjectName(QStringLiteral(
"verticalLayout"));
268 tabWidget =
new QTabWidget(LBMLBTRUTransportDialog);
269 tabWidget->setObjectName(QStringLiteral(
"tabWidget"));
270 sourcesTab =
new QWidget();
271 sourcesTab->setObjectName(QStringLiteral(
"sourcesTab"));
272 QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
273 sizePolicy.setHorizontalStretch(0);
274 sizePolicy.setVerticalStretch(0);
275 sizePolicy.setHeightForWidth(sourcesTab->sizePolicy().hasHeightForWidth());
276 sourcesTab->setSizePolicy(sizePolicy);
277 horizontalLayout_5 =
new QHBoxLayout(sourcesTab);
278 horizontalLayout_5->setObjectName(QStringLiteral(
"horizontalLayout_5"));
279 splitter =
new QSplitter(sourcesTab);
280 splitter->setObjectName(QStringLiteral(
"splitter"));
281 splitter->setOrientation(Qt::Vertical);
282 splitter->setHandleWidth(10);
283 sources_TreeWidget =
new QTreeWidget(splitter);
284 sources_TreeWidget->setObjectName(QStringLiteral(
"sources_TreeWidget"));
285 sizePolicy.setHeightForWidth(sources_TreeWidget->sizePolicy().hasHeightForWidth());
286 sources_TreeWidget->setSizePolicy(sizePolicy);
287 sources_TreeWidget->setMaximumSize(QSize(16777215, 16777215));
288 splitter->addWidget(sources_TreeWidget);
289 sources_TreeWidget->header()->setDefaultSectionSize(80);
290 layoutWidget =
new QWidget(splitter);
291 layoutWidget->setObjectName(QStringLiteral(
"layoutWidget"));
292 verticalLayout_2 =
new QVBoxLayout(layoutWidget);
293 verticalLayout_2->setObjectName(QStringLiteral(
"verticalLayout_2"));
294 verticalLayout_2->setContentsMargins(0, 0, 0, 0);
295 horizontalLayout_2 =
new QHBoxLayout();
296 horizontalLayout_2->setObjectName(QStringLiteral(
"horizontalLayout_2"));
297 label_2 =
new QLabel(layoutWidget);
298 label_2->setObjectName(QStringLiteral(
"label_2"));
300 horizontalLayout_2->addWidget(label_2);
302 sources_detail_ComboBox =
new QComboBox(layoutWidget);
303 sources_detail_ComboBox->setObjectName(QStringLiteral(
"sources_detail_ComboBox"));
304 QSizePolicy sizePolicy1(QSizePolicy::Minimum, QSizePolicy::Fixed);
305 sizePolicy1.setHorizontalStretch(0);
306 sizePolicy1.setVerticalStretch(0);
307 sizePolicy1.setHeightForWidth(sources_detail_ComboBox->sizePolicy().hasHeightForWidth());
308 sources_detail_ComboBox->setSizePolicy(sizePolicy1);
309 sources_detail_ComboBox->setMinimumSize(QSize(120, 0));
311 horizontalLayout_2->addWidget(sources_detail_ComboBox);
313 label_3 =
new QLabel(layoutWidget);
314 label_3->setObjectName(QStringLiteral(
"label_3"));
316 horizontalLayout_2->addWidget(label_3);
318 sources_detail_transport_Label =
new QLabel(layoutWidget);
319 sources_detail_transport_Label->setObjectName(QStringLiteral(
"sources_detail_transport_Label"));
321 horizontalLayout_2->addWidget(sources_detail_transport_Label);
323 horizontalSpacer =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
325 horizontalLayout_2->addItem(horizontalSpacer);
328 verticalLayout_2->addLayout(horizontalLayout_2);
330 sources_stackedWidget =
new QStackedWidget(layoutWidget);
331 sources_stackedWidget->setObjectName(QStringLiteral(
"sources_stackedWidget"));
332 sources_stackedWidget->setEnabled(
true);
333 sources_stackedWidget->setFrameShape(QFrame::NoFrame);
334 sources_stackedWidget->setLineWidth(1);
335 sources_detail_sqn_page =
new QWidget();
336 sources_detail_sqn_page->setObjectName(QStringLiteral(
"sources_detail_sqn_page"));
337 horizontalLayout_4 =
new QHBoxLayout(sources_detail_sqn_page);
338 horizontalLayout_4->setObjectName(QStringLiteral(
"horizontalLayout_4"));
339 sources_detail_sqn_TreeWidget =
new QTreeWidget(sources_detail_sqn_page);
340 sources_detail_sqn_TreeWidget->setObjectName(QStringLiteral(
"sources_detail_sqn_TreeWidget"));
342 horizontalLayout_4->addWidget(sources_detail_sqn_TreeWidget);
344 sources_stackedWidget->addWidget(sources_detail_sqn_page);
345 sources_detail_rst_page =
new QWidget();
346 sources_detail_rst_page->setObjectName(QStringLiteral(
"sources_detail_rst_page"));
347 verticalLayout_4 =
new QVBoxLayout(sources_detail_rst_page);
348 verticalLayout_4->setObjectName(QStringLiteral(
"verticalLayout_4"));
349 sources_detail_rst_TreeWidget =
new QTreeWidget(sources_detail_rst_page);
350 sources_detail_rst_TreeWidget->setObjectName(QStringLiteral(
"sources_detail_rst_TreeWidget"));
352 verticalLayout_4->addWidget(sources_detail_rst_TreeWidget);
354 sources_stackedWidget->addWidget(sources_detail_rst_page);
355 sources_detail_ncf_sqn_page =
new QWidget();
356 sources_detail_ncf_sqn_page->setObjectName(QStringLiteral(
"sources_detail_ncf_sqn_page"));
357 horizontalLayout_6 =
new QHBoxLayout(sources_detail_ncf_sqn_page);
358 horizontalLayout_6->setObjectName(QStringLiteral(
"horizontalLayout_6"));
359 sources_detail_ncf_sqn_TreeWidget =
new QTreeWidget(sources_detail_ncf_sqn_page);
360 sources_detail_ncf_sqn_TreeWidget->setObjectName(QStringLiteral(
"sources_detail_ncf_sqn_TreeWidget"));
362 horizontalLayout_6->addWidget(sources_detail_ncf_sqn_TreeWidget);
364 sources_stackedWidget->addWidget(sources_detail_ncf_sqn_page);
366 verticalLayout_2->addWidget(sources_stackedWidget);
368 splitter->addWidget(layoutWidget);
370 horizontalLayout_5->addWidget(splitter);
372 tabWidget->addTab(sourcesTab, QString());
373 receiversTab =
new QWidget();
374 receiversTab->setObjectName(QStringLiteral(
"receiversTab"));
375 sizePolicy.setHeightForWidth(receiversTab->sizePolicy().hasHeightForWidth());
376 receiversTab->setSizePolicy(sizePolicy);
377 horizontalLayout_9 =
new QHBoxLayout(receiversTab);
378 horizontalLayout_9->setObjectName(QStringLiteral(
"horizontalLayout_9"));
379 splitter_2 =
new QSplitter(receiversTab);
380 splitter_2->setObjectName(QStringLiteral(
"splitter_2"));
381 splitter_2->setOrientation(Qt::Vertical);
382 splitter_2->setHandleWidth(10);
383 receivers_TreeWidget =
new QTreeWidget(splitter_2);
384 receivers_TreeWidget->setObjectName(QStringLiteral(
"receivers_TreeWidget"));
385 splitter_2->addWidget(receivers_TreeWidget);
386 layoutWidget_2 =
new QWidget(splitter_2);
387 layoutWidget_2->setObjectName(QStringLiteral(
"layoutWidget_2"));
388 verticalLayout_3 =
new QVBoxLayout(layoutWidget_2);
389 verticalLayout_3->setObjectName(QStringLiteral(
"verticalLayout_3"));
390 verticalLayout_3->setContentsMargins(0, 0, 0, 0);
391 horizontalLayout_3 =
new QHBoxLayout();
392 horizontalLayout_3->setObjectName(QStringLiteral(
"horizontalLayout_3"));
393 label_4 =
new QLabel(layoutWidget_2);
394 label_4->setObjectName(QStringLiteral(
"label_4"));
396 horizontalLayout_3->addWidget(label_4);
398 receivers_detail_ComboBox =
new QComboBox(layoutWidget_2);
399 receivers_detail_ComboBox->setObjectName(QStringLiteral(
"receivers_detail_ComboBox"));
400 receivers_detail_ComboBox->setMinimumSize(QSize(130, 0));
402 horizontalLayout_3->addWidget(receivers_detail_ComboBox);
404 label_5 =
new QLabel(layoutWidget_2);
405 label_5->setObjectName(QStringLiteral(
"label_5"));
407 horizontalLayout_3->addWidget(label_5);
409 receivers_detail_transport_Label =
new QLabel(layoutWidget_2);
410 receivers_detail_transport_Label->setObjectName(QStringLiteral(
"receivers_detail_transport_Label"));
412 horizontalLayout_3->addWidget(receivers_detail_transport_Label);
414 horizontalSpacer_2 =
new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
416 horizontalLayout_3->addItem(horizontalSpacer_2);
419 verticalLayout_3->addLayout(horizontalLayout_3);
421 receivers_stackedWidget =
new QStackedWidget(layoutWidget_2);
422 receivers_stackedWidget->setObjectName(QStringLiteral(
"receivers_stackedWidget"));
423 sizePolicy.setHeightForWidth(receivers_stackedWidget->sizePolicy().hasHeightForWidth());
424 receivers_stackedWidget->setSizePolicy(sizePolicy);
425 receivers_detail_sqn_page =
new QWidget();
426 receivers_detail_sqn_page->setObjectName(QStringLiteral(
"receivers_detail_sqn_page"));
427 sizePolicy.setHeightForWidth(receivers_detail_sqn_page->sizePolicy().hasHeightForWidth());
428 receivers_detail_sqn_page->setSizePolicy(sizePolicy);
429 horizontalLayout_7 =
new QHBoxLayout(receivers_detail_sqn_page);
430 horizontalLayout_7->setObjectName(QStringLiteral(
"horizontalLayout_7"));
431 receivers_detail_sqn_TreeWidget =
new QTreeWidget(receivers_detail_sqn_page);
432 receivers_detail_sqn_TreeWidget->setObjectName(QStringLiteral(
"receivers_detail_sqn_TreeWidget"));
434 horizontalLayout_7->addWidget(receivers_detail_sqn_TreeWidget);
436 receivers_stackedWidget->addWidget(receivers_detail_sqn_page);
437 receivers_detail_reason_page =
new QWidget();
438 receivers_detail_reason_page->setObjectName(QStringLiteral(
"receivers_detail_reason_page"));
439 sizePolicy.setHeightForWidth(receivers_detail_reason_page->sizePolicy().hasHeightForWidth());
440 receivers_detail_reason_page->setSizePolicy(sizePolicy);
441 horizontalLayout_8 =
new QHBoxLayout(receivers_detail_reason_page);
442 horizontalLayout_8->setObjectName(QStringLiteral(
"horizontalLayout_8"));
443 receivers_detail_reason_TreeWidget =
new QTreeWidget(receivers_detail_reason_page);
444 receivers_detail_reason_TreeWidget->setObjectName(QStringLiteral(
"receivers_detail_reason_TreeWidget"));
446 horizontalLayout_8->addWidget(receivers_detail_reason_TreeWidget);
448 receivers_stackedWidget->addWidget(receivers_detail_reason_page);
450 verticalLayout_3->addWidget(receivers_stackedWidget);
452 splitter_2->addWidget(layoutWidget_2);
454 horizontalLayout_9->addWidget(splitter_2);
456 tabWidget->addTab(receiversTab, QString());
458 verticalLayout->addWidget(tabWidget);
460 horizontalLayout =
new QHBoxLayout();
461 horizontalLayout->setObjectName(QStringLiteral(
"horizontalLayout"));
462 horizontalLayout->setContentsMargins(-1, 0, -1, -1);
463 label =
new QLabel(LBMLBTRUTransportDialog);
464 label->setObjectName(QStringLiteral(
"label"));
466 horizontalLayout->addWidget(label);
469 displayFilterLineEdit->setObjectName(QStringLiteral(
"displayFilterLineEdit"));
471 horizontalLayout->addWidget(displayFilterLineEdit);
473 applyFilterButton =
new QPushButton(LBMLBTRUTransportDialog);
474 applyFilterButton->setObjectName(QStringLiteral(
"applyFilterButton"));
476 horizontalLayout->addWidget(applyFilterButton);
479 verticalLayout->addLayout(horizontalLayout);
481 buttonBox =
new QDialogButtonBox(LBMLBTRUTransportDialog);
482 buttonBox->setObjectName(QStringLiteral(
"buttonBox"));
483 buttonBox->setOrientation(Qt::Horizontal);
484 buttonBox->setStandardButtons(QDialogButtonBox::Close|QDialogButtonBox::Help);
486 verticalLayout->addWidget(buttonBox);
489 retranslateUi(LBMLBTRUTransportDialog);
490 QObject::connect(buttonBox, SIGNAL(accepted()), LBMLBTRUTransportDialog, SLOT(accept()));
491 QObject::connect(buttonBox, SIGNAL(rejected()), LBMLBTRUTransportDialog, SLOT(reject()));
492 QObject::connect(sources_detail_ComboBox, SIGNAL(currentIndexChanged(
int)), LBMLBTRUTransportDialog, SLOT(sourcesDetailCurrentChanged(
int)));
493 QObject::connect(sources_TreeWidget, SIGNAL(itemClicked(QTreeWidgetItem*,
int)), LBMLBTRUTransportDialog, SLOT(sourcesItemClicked(QTreeWidgetItem*,
int)));
494 QObject::connect(sources_detail_sqn_TreeWidget, SIGNAL(itemDoubleClicked(QTreeWidgetItem*,
int)), LBMLBTRUTransportDialog, SLOT(sourcesDetailItemDoubleClicked(QTreeWidgetItem*,
int)));
495 QObject::connect(sources_detail_ncf_sqn_TreeWidget, SIGNAL(itemDoubleClicked(QTreeWidgetItem*,
int)), LBMLBTRUTransportDialog, SLOT(sourcesDetailItemDoubleClicked(QTreeWidgetItem*,
int)));
496 QObject::connect(receivers_TreeWidget, SIGNAL(itemClicked(QTreeWidgetItem*,
int)), LBMLBTRUTransportDialog, SLOT(receiversItemClicked(QTreeWidgetItem*,
int)));
497 QObject::connect(receivers_detail_ComboBox, SIGNAL(currentIndexChanged(
int)), LBMLBTRUTransportDialog, SLOT(receiversDetailCurrentChanged(
int)));
498 QObject::connect(receivers_detail_sqn_TreeWidget, SIGNAL(itemDoubleClicked(QTreeWidgetItem*,
int)), LBMLBTRUTransportDialog, SLOT(receiversDetailItemDoubleClicked(QTreeWidgetItem*,
int)));
499 QObject::connect(receivers_detail_reason_TreeWidget, SIGNAL(itemDoubleClicked(QTreeWidgetItem*,
int)), LBMLBTRUTransportDialog, SLOT(receiversDetailItemDoubleClicked(QTreeWidgetItem*,
int)));
501 tabWidget->setCurrentIndex(0);
502 sources_stackedWidget->setCurrentIndex(1);
505 QMetaObject::connectSlotsByName(LBMLBTRUTransportDialog);
508 void retranslateUi(QDialog *LBMLBTRUTransportDialog)
510 LBMLBTRUTransportDialog->setWindowTitle(QApplication::translate(
"LBMLBTRUTransportDialog",
"LBT-RU Transport Statistics", 0));
511 actionCopyAsCSV->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"Copy as CSV", 0));
512 #ifndef QT_NO_TOOLTIP 513 actionCopyAsCSV->setToolTip(QApplication::translate(
"LBMLBTRUTransportDialog",
"Copy the tree as CSV", 0));
514 #endif // QT_NO_TOOLTIP 515 actionCopyAsYAML->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"Copy as YAML", 0));
516 #ifndef QT_NO_TOOLTIP 517 actionCopyAsYAML->setToolTip(QApplication::translate(
"LBMLBTRUTransportDialog",
"Copy the tree as YAML", 0));
518 #endif // QT_NO_TOOLTIP 519 action_SourceDataFrames->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"Data frames", 0));
520 #ifndef QT_NO_TOOLTIP 521 action_SourceDataFrames->setToolTip(QApplication::translate(
"LBMLBTRUTransportDialog",
"Show the data frames column", 0));
522 #endif // QT_NO_TOOLTIP 523 action_SourceDataBytes->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"Data bytes", 0));
524 #ifndef QT_NO_TOOLTIP 525 action_SourceDataBytes->setToolTip(QApplication::translate(
"LBMLBTRUTransportDialog",
"Show the data bytes column", 0));
526 #endif // QT_NO_TOOLTIP 527 action_SourceDataFramesBytes->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"Data frames/bytes", 0));
528 #ifndef QT_NO_TOOLTIP 529 action_SourceDataFramesBytes->setToolTip(QApplication::translate(
"LBMLBTRUTransportDialog",
"Show the data frames/bytes column", 0));
530 #endif // QT_NO_TOOLTIP 531 action_SourceDataRate->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"Data rate", 0));
532 #ifndef QT_NO_TOOLTIP 533 action_SourceDataRate->setToolTip(QApplication::translate(
"LBMLBTRUTransportDialog",
"Show the data rate column", 0));
534 #endif // QT_NO_TOOLTIP 535 action_SourceRXDataFrames->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"RX data frames", 0));
536 #ifndef QT_NO_TOOLTIP 537 action_SourceRXDataFrames->setToolTip(QApplication::translate(
"LBMLBTRUTransportDialog",
"Show the RX data frames column", 0));
538 #endif // QT_NO_TOOLTIP 539 action_SourceRXDataBytes->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"RX data bytes", 0));
540 #ifndef QT_NO_TOOLTIP 541 action_SourceRXDataBytes->setToolTip(QApplication::translate(
"LBMLBTRUTransportDialog",
"Show the RX data bytes column", 0));
542 #endif // QT_NO_TOOLTIP 543 action_SourceRXDataFramesBytes->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"RX data frames/bytes", 0));
544 #ifndef QT_NO_TOOLTIP 545 action_SourceRXDataFramesBytes->setToolTip(QApplication::translate(
"LBMLBTRUTransportDialog",
"Show the RX data frames/bytes column", 0));
546 #endif // QT_NO_TOOLTIP 547 action_SourceRXDataRate->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"RX data rate", 0));
548 #ifndef QT_NO_TOOLTIP 549 action_SourceRXDataRate->setToolTip(QApplication::translate(
"LBMLBTRUTransportDialog",
"Show the RX data rate column", 0));
550 #endif // QT_NO_TOOLTIP 551 action_SourceNCFFrames->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"NCF frames", 0));
552 #ifndef QT_NO_TOOLTIP 553 action_SourceNCFFrames->setToolTip(QApplication::translate(
"LBMLBTRUTransportDialog",
"Show the NCF frames column", 0));
554 #endif // QT_NO_TOOLTIP 555 action_SourceNCFCount->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"NCF count", 0));
556 #ifndef QT_NO_TOOLTIP 557 action_SourceNCFCount->setToolTip(QApplication::translate(
"LBMLBTRUTransportDialog",
"Show the NCF count column", 0));
558 #endif // QT_NO_TOOLTIP 559 action_SourceNCFBytes->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"NCF bytes", 0));
560 #ifndef QT_NO_TOOLTIP 561 action_SourceNCFBytes->setToolTip(QApplication::translate(
"LBMLBTRUTransportDialog",
"Show the NCF bytes column", 0));
562 #endif // QT_NO_TOOLTIP 563 action_SourceNCFFramesBytes->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"NCF frames/bytes", 0));
564 #ifndef QT_NO_TOOLTIP 565 action_SourceNCFFramesBytes->setToolTip(QApplication::translate(
"LBMLBTRUTransportDialog",
"Show the NCF frames/bytes column", 0));
566 #endif // QT_NO_TOOLTIP 567 action_SourceNCFCountBytes->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"NCF count/bytes", 0));
568 #ifndef QT_NO_TOOLTIP 569 action_SourceNCFCountBytes->setToolTip(QApplication::translate(
"LBMLBTRUTransportDialog",
"Show the NCF count/bytes column", 0));
570 #endif // QT_NO_TOOLTIP 571 action_SourceNCFFramesCount->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"NCF frames/count", 0));
572 #ifndef QT_NO_TOOLTIP 573 action_SourceNCFFramesCount->setToolTip(QApplication::translate(
"LBMLBTRUTransportDialog",
"Show the NCF frames/count column", 0));
574 #endif // QT_NO_TOOLTIP 575 action_SourceNCFFramesCountBytes->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"NCF frames/count/bytes", 0));
576 #ifndef QT_NO_TOOLTIP 577 action_SourceNCFFramesCountBytes->setToolTip(QApplication::translate(
"LBMLBTRUTransportDialog",
"Show the NCF frames/count/bytes column", 0));
578 #endif // QT_NO_TOOLTIP 579 action_SourceSMFrames->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"SM frames", 0));
580 #ifndef QT_NO_TOOLTIP 581 action_SourceSMFrames->setToolTip(QApplication::translate(
"LBMLBTRUTransportDialog",
"Show the SM frames column", 0));
582 #endif // QT_NO_TOOLTIP 583 action_SourceSMBytes->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"SM bytes", 0));
584 #ifndef QT_NO_TOOLTIP 585 action_SourceSMBytes->setToolTip(QApplication::translate(
"LBMLBTRUTransportDialog",
"Show the SM bytes column", 0));
586 #endif // QT_NO_TOOLTIP 587 action_SourceSMFramesBytes->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"SM frames/bytes", 0));
588 #ifndef QT_NO_TOOLTIP 589 action_SourceSMFramesBytes->setToolTip(QApplication::translate(
"LBMLBTRUTransportDialog",
"Show the SM frames/bytes column", 0));
590 #endif // QT_NO_TOOLTIP 591 action_SourceSMRate->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"SM rate", 0));
592 #ifndef QT_NO_TOOLTIP 593 action_SourceSMRate->setToolTip(QApplication::translate(
"LBMLBTRUTransportDialog",
"Show the SM rate column", 0));
594 #endif // QT_NO_TOOLTIP 595 action_SourceRSTFrames->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"RST frames", 0));
596 #ifndef QT_NO_TOOLTIP 597 action_SourceRSTFrames->setToolTip(QApplication::translate(
"LBMLBTRUTransportDialog",
"Show the RST frames column", 0));
598 #endif // QT_NO_TOOLTIP 599 action_SourceRSTBytes->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"RST bytes", 0));
600 #ifndef QT_NO_TOOLTIP 601 action_SourceRSTBytes->setToolTip(QApplication::translate(
"LBMLBTRUTransportDialog",
"Show the RST bytes column", 0));
602 #endif // QT_NO_TOOLTIP 603 action_SourceRSTFramesBytes->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"RST frames/bytes", 0));
604 #ifndef QT_NO_TOOLTIP 605 action_SourceRSTFramesBytes->setToolTip(QApplication::translate(
"LBMLBTRUTransportDialog",
"Show the RST frames/bytes column", 0));
606 #endif // QT_NO_TOOLTIP 607 action_SourceRSTRate->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"RST rate", 0));
608 #ifndef QT_NO_TOOLTIP 609 action_SourceRSTRate->setToolTip(QApplication::translate(
"LBMLBTRUTransportDialog",
"Show the RST rate column", 0));
610 #endif // QT_NO_TOOLTIP 611 action_ReceiverNAKFrames->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"NAK frames", 0));
612 #ifndef QT_NO_TOOLTIP 613 action_ReceiverNAKFrames->setToolTip(QApplication::translate(
"LBMLBTRUTransportDialog",
"Show the NAK frames column", 0));
614 #endif // QT_NO_TOOLTIP 615 action_ReceiverNAKCount->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"NAK count", 0));
616 #ifndef QT_NO_TOOLTIP 617 action_ReceiverNAKCount->setToolTip(QApplication::translate(
"LBMLBTRUTransportDialog",
"Show the NAK count column", 0));
618 #endif // QT_NO_TOOLTIP 619 action_ReceiverNAKBytes->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"NAK bytes", 0));
620 #ifndef QT_NO_TOOLTIP 621 action_ReceiverNAKBytes->setToolTip(QApplication::translate(
"LBMLBTRUTransportDialog",
"Show the NAK bytes column", 0));
622 #endif // QT_NO_TOOLTIP 623 action_ReceiverNAKFramesCount->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"NAK frames/count", 0));
624 #ifndef QT_NO_TOOLTIP 625 action_ReceiverNAKFramesCount->setToolTip(QApplication::translate(
"LBMLBTRUTransportDialog",
"Show the NAK frames/count column", 0));
626 #endif // QT_NO_TOOLTIP 627 action_ReceiverNAKCountBytes->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"NAK count/bytes", 0));
628 #ifndef QT_NO_TOOLTIP 629 action_ReceiverNAKCountBytes->setToolTip(QApplication::translate(
"LBMLBTRUTransportDialog",
"Show the NAK count/bytes column", 0));
630 #endif // QT_NO_TOOLTIP 631 action_ReceiverNAKFramesBytes->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"NAK frames/bytes", 0));
632 #ifndef QT_NO_TOOLTIP 633 action_ReceiverNAKFramesBytes->setToolTip(QApplication::translate(
"LBMLBTRUTransportDialog",
"Show the NAK frames/bytes column", 0));
634 #endif // QT_NO_TOOLTIP 635 action_ReceiverNAKFramesCountBytes->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"NAK frames/count/bytes", 0));
636 #ifndef QT_NO_TOOLTIP 637 action_ReceiverNAKFramesCountBytes->setToolTip(QApplication::translate(
"LBMLBTRUTransportDialog",
"Show the NAK frames/count/bytes column", 0));
638 #endif // QT_NO_TOOLTIP 639 action_ReceiverNAKRate->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"NAK rate", 0));
640 #ifndef QT_NO_TOOLTIP 641 action_ReceiverNAKRate->setToolTip(QApplication::translate(
"LBMLBTRUTransportDialog",
"Show the NAK rate column", 0));
642 #endif // QT_NO_TOOLTIP 643 action_ReceiverACKFrames->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"ACK frames", 0));
644 #ifndef QT_NO_TOOLTIP 645 action_ReceiverACKFrames->setToolTip(QApplication::translate(
"LBMLBTRUTransportDialog",
"Show the ACK frames column", 0));
646 #endif // QT_NO_TOOLTIP 647 action_ReceiverACKBytes->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"ACK bytes", 0));
648 #ifndef QT_NO_TOOLTIP 649 action_ReceiverACKBytes->setToolTip(QApplication::translate(
"LBMLBTRUTransportDialog",
"Show the ACK bytes column", 0));
650 #endif // QT_NO_TOOLTIP 651 action_ReceiverACKFramesBytes->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"ACK frames/bytes", 0));
652 #ifndef QT_NO_TOOLTIP 653 action_ReceiverACKFramesBytes->setToolTip(QApplication::translate(
"LBMLBTRUTransportDialog",
"Show the ACK frames/bytes column", 0));
654 #endif // QT_NO_TOOLTIP 655 action_ReceiverACKRate->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"ACK rate", 0));
656 #ifndef QT_NO_TOOLTIP 657 action_ReceiverACKRate->setToolTip(QApplication::translate(
"LBMLBTRUTransportDialog",
"Show the ACK rate column", 0));
658 #endif // QT_NO_TOOLTIP 659 action_ReceiverCREQFrames->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"CREQ frames", 0));
660 #ifndef QT_NO_TOOLTIP 661 action_ReceiverCREQFrames->setToolTip(QApplication::translate(
"LBMLBTRUTransportDialog",
"Show the CREQ frames column", 0));
662 #endif // QT_NO_TOOLTIP 663 action_ReceiverCREQBytes->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"CREQ bytes", 0));
664 #ifndef QT_NO_TOOLTIP 665 action_ReceiverCREQBytes->setToolTip(QApplication::translate(
"LBMLBTRUTransportDialog",
"Show the CREQ bytes column", 0));
666 #endif // QT_NO_TOOLTIP 667 action_ReceiverCREQFramesBytes->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"CREQ frames/bytes", 0));
668 #ifndef QT_NO_TOOLTIP 669 action_ReceiverCREQFramesBytes->setToolTip(QApplication::translate(
"LBMLBTRUTransportDialog",
"Show the CREQ frames/bytes column", 0));
670 #endif // QT_NO_TOOLTIP 671 action_ReceiverCREQRate->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"CREQ rate", 0));
672 #ifndef QT_NO_TOOLTIP 673 action_ReceiverCREQRate->setToolTip(QApplication::translate(
"LBMLBTRUTransportDialog",
"Show the CREQ rate column", 0));
674 #endif // QT_NO_TOOLTIP 675 action_SourceAutoResizeColumns->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"Auto-resize columns to content", 0));
676 #ifndef QT_NO_TOOLTIP 677 action_SourceAutoResizeColumns->setToolTip(QApplication::translate(
"LBMLBTRUTransportDialog",
"Resize columns to content size", 0));
678 #endif // QT_NO_TOOLTIP 679 action_ReceiverAutoResizeColumns->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"Auto-resize columns to content", 0));
680 #ifndef QT_NO_TOOLTIP 681 action_ReceiverAutoResizeColumns->setToolTip(QApplication::translate(
"LBMLBTRUTransportDialog",
"Resize columns to content size", 0));
682 #endif // QT_NO_TOOLTIP 683 action_SourceNCFRate->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"NCF rate", 0));
684 #ifndef QT_NO_TOOLTIP 685 action_SourceNCFRate->setToolTip(QApplication::translate(
"LBMLBTRUTransportDialog",
"Show the NCF rate column", 0));
686 #endif // QT_NO_TOOLTIP 687 QTreeWidgetItem *___qtreewidgetitem = sources_TreeWidget->headerItem();
688 ___qtreewidgetitem->setText(24, QApplication::translate(
"LBMLBTRUTransportDialog",
"RST rate", 0));
689 ___qtreewidgetitem->setText(23, QApplication::translate(
"LBMLBTRUTransportDialog",
"RST frames/bytes", 0));
690 ___qtreewidgetitem->setText(22, QApplication::translate(
"LBMLBTRUTransportDialog",
"RST bytes", 0));
691 ___qtreewidgetitem->setText(21, QApplication::translate(
"LBMLBTRUTransportDialog",
"RST frames", 0));
692 ___qtreewidgetitem->setText(20, QApplication::translate(
"LBMLBTRUTransportDialog",
"SM rate", 0));
693 ___qtreewidgetitem->setText(19, QApplication::translate(
"LBMLBTRUTransportDialog",
"SM frames/bytes", 0));
694 ___qtreewidgetitem->setText(18, QApplication::translate(
"LBMLBTRUTransportDialog",
"SM bytes", 0));
695 ___qtreewidgetitem->setText(17, QApplication::translate(
"LBMLBTRUTransportDialog",
"SM frames", 0));
696 ___qtreewidgetitem->setText(16, QApplication::translate(
"LBMLBTRUTransportDialog",
"NCF rate", 0));
697 ___qtreewidgetitem->setText(15, QApplication::translate(
"LBMLBTRUTransportDialog",
"NCF frames/count/bytes", 0));
698 ___qtreewidgetitem->setText(14, QApplication::translate(
"LBMLBTRUTransportDialog",
"NCF count/bytes", 0));
699 ___qtreewidgetitem->setText(13, QApplication::translate(
"LBMLBTRUTransportDialog",
"NCF frames/bytes", 0));
700 ___qtreewidgetitem->setText(12, QApplication::translate(
"LBMLBTRUTransportDialog",
"NCF frames/count", 0));
701 ___qtreewidgetitem->setText(11, QApplication::translate(
"LBMLBTRUTransportDialog",
"NCF bytes", 0));
702 ___qtreewidgetitem->setText(10, QApplication::translate(
"LBMLBTRUTransportDialog",
"NCF count", 0));
703 ___qtreewidgetitem->setText(9, QApplication::translate(
"LBMLBTRUTransportDialog",
"NCF frames", 0));
704 ___qtreewidgetitem->setText(8, QApplication::translate(
"LBMLBTRUTransportDialog",
"RX data rate", 0));
705 ___qtreewidgetitem->setText(7, QApplication::translate(
"LBMLBTRUTransportDialog",
"RX data frames/bytes", 0));
706 ___qtreewidgetitem->setText(6, QApplication::translate(
"LBMLBTRUTransportDialog",
"RX data bytes", 0));
707 ___qtreewidgetitem->setText(5, QApplication::translate(
"LBMLBTRUTransportDialog",
"RX data frames", 0));
708 ___qtreewidgetitem->setText(4, QApplication::translate(
"LBMLBTRUTransportDialog",
"Data rate", 0));
709 ___qtreewidgetitem->setText(3, QApplication::translate(
"LBMLBTRUTransportDialog",
"Data frames/bytes", 0));
710 ___qtreewidgetitem->setText(2, QApplication::translate(
"LBMLBTRUTransportDialog",
"Data bytes", 0));
711 ___qtreewidgetitem->setText(1, QApplication::translate(
"LBMLBTRUTransportDialog",
"Data frames", 0));
712 ___qtreewidgetitem->setText(0, QApplication::translate(
"LBMLBTRUTransportDialog",
"Address/Transport/Client", 0));
713 label_2->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"Show", 0));
714 sources_detail_ComboBox->clear();
715 sources_detail_ComboBox->insertItems(0, QStringList()
716 << QApplication::translate(
"LBMLBTRUTransportDialog",
"Data SQN", 0)
717 << QApplication::translate(
"LBMLBTRUTransportDialog",
"RX Data SQN", 0)
718 << QApplication::translate(
"LBMLBTRUTransportDialog",
"NCF SQN", 0)
719 << QApplication::translate(
"LBMLBTRUTransportDialog",
"SM SQN", 0)
720 << QApplication::translate(
"LBMLBTRUTransportDialog",
"RST reason", 0)
722 label_3->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"details for transport", 0));
723 sources_detail_transport_Label->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"XXXXX:XXX.XXX.XXX.XXX:XXXXX:XXXXXXXX:XXX.XXX.XXX.XXX:XXXXX", 0));
724 QTreeWidgetItem *___qtreewidgetitem1 = sources_detail_sqn_TreeWidget->headerItem();
725 ___qtreewidgetitem1->setText(2, QApplication::translate(
"LBMLBTRUTransportDialog",
"Frame", 0));
726 ___qtreewidgetitem1->setText(1, QApplication::translate(
"LBMLBTRUTransportDialog",
"Count", 0));
727 ___qtreewidgetitem1->setText(0, QApplication::translate(
"LBMLBTRUTransportDialog",
"SQN", 0));
728 QTreeWidgetItem *___qtreewidgetitem2 = sources_detail_rst_TreeWidget->headerItem();
729 ___qtreewidgetitem2->setText(2, QApplication::translate(
"LBMLBTRUTransportDialog",
"Frame", 0));
730 ___qtreewidgetitem2->setText(1, QApplication::translate(
"LBMLBTRUTransportDialog",
"Count", 0));
731 ___qtreewidgetitem2->setText(0, QApplication::translate(
"LBMLBTRUTransportDialog",
"Reason", 0));
732 QTreeWidgetItem *___qtreewidgetitem3 = sources_detail_ncf_sqn_TreeWidget->headerItem();
733 ___qtreewidgetitem3->setText(2, QApplication::translate(
"LBMLBTRUTransportDialog",
"Frame", 0));
734 ___qtreewidgetitem3->setText(1, QApplication::translate(
"LBMLBTRUTransportDialog",
"Count", 0));
735 ___qtreewidgetitem3->setText(0, QApplication::translate(
"LBMLBTRUTransportDialog",
"SQN/Reason", 0));
736 tabWidget->setTabText(tabWidget->indexOf(sourcesTab), QApplication::translate(
"LBMLBTRUTransportDialog",
"Sources", 0));
737 QTreeWidgetItem *___qtreewidgetitem4 = receivers_TreeWidget->headerItem();
738 ___qtreewidgetitem4->setText(16, QApplication::translate(
"LBMLBTRUTransportDialog",
"CREQ rate", 0));
739 ___qtreewidgetitem4->setText(15, QApplication::translate(
"LBMLBTRUTransportDialog",
"CREQ frames/bytes", 0));
740 ___qtreewidgetitem4->setText(14, QApplication::translate(
"LBMLBTRUTransportDialog",
"CREQ bytes", 0));
741 ___qtreewidgetitem4->setText(13, QApplication::translate(
"LBMLBTRUTransportDialog",
"CREQ frames", 0));
742 ___qtreewidgetitem4->setText(12, QApplication::translate(
"LBMLBTRUTransportDialog",
"ACK rate", 0));
743 ___qtreewidgetitem4->setText(11, QApplication::translate(
"LBMLBTRUTransportDialog",
"ACK frames/bytes", 0));
744 ___qtreewidgetitem4->setText(10, QApplication::translate(
"LBMLBTRUTransportDialog",
"ACK bytes", 0));
745 ___qtreewidgetitem4->setText(9, QApplication::translate(
"LBMLBTRUTransportDialog",
"ACK frames", 0));
746 ___qtreewidgetitem4->setText(8, QApplication::translate(
"LBMLBTRUTransportDialog",
"NAK rate", 0));
747 ___qtreewidgetitem4->setText(7, QApplication::translate(
"LBMLBTRUTransportDialog",
"NAK frames/count/bytes", 0));
748 ___qtreewidgetitem4->setText(6, QApplication::translate(
"LBMLBTRUTransportDialog",
"NAK frames/bytes", 0));
749 ___qtreewidgetitem4->setText(5, QApplication::translate(
"LBMLBTRUTransportDialog",
"NAK count/bytes", 0));
750 ___qtreewidgetitem4->setText(4, QApplication::translate(
"LBMLBTRUTransportDialog",
"NAK frames/count", 0));
751 ___qtreewidgetitem4->setText(3, QApplication::translate(
"LBMLBTRUTransportDialog",
"NAK bytes", 0));
752 ___qtreewidgetitem4->setText(2, QApplication::translate(
"LBMLBTRUTransportDialog",
"NAK count", 0));
753 ___qtreewidgetitem4->setText(1, QApplication::translate(
"LBMLBTRUTransportDialog",
"NAK frames", 0));
754 ___qtreewidgetitem4->setText(0, QApplication::translate(
"LBMLBTRUTransportDialog",
"Address/Transport", 0));
755 label_4->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"Show", 0));
756 receivers_detail_ComboBox->clear();
757 receivers_detail_ComboBox->insertItems(0, QStringList()
758 << QApplication::translate(
"LBMLBTRUTransportDialog",
"NAK SQN", 0)
759 << QApplication::translate(
"LBMLBTRUTransportDialog",
"ACK SQN", 0)
760 << QApplication::translate(
"LBMLBTRUTransportDialog",
"CREQ request", 0)
762 label_5->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"details for transport", 0));
763 receivers_detail_transport_Label->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"XXXXX:XXX.XXX.XXX.XXX:XXXXX:XXXXXXXX:XXX.XXX.XXX.XXX:XXXXX", 0));
764 QTreeWidgetItem *___qtreewidgetitem5 = receivers_detail_sqn_TreeWidget->headerItem();
765 ___qtreewidgetitem5->setText(2, QApplication::translate(
"LBMLBTRUTransportDialog",
"Frame", 0));
766 ___qtreewidgetitem5->setText(1, QApplication::translate(
"LBMLBTRUTransportDialog",
"Count", 0));
767 ___qtreewidgetitem5->setText(0, QApplication::translate(
"LBMLBTRUTransportDialog",
"SQN", 0));
768 QTreeWidgetItem *___qtreewidgetitem6 = receivers_detail_reason_TreeWidget->headerItem();
769 ___qtreewidgetitem6->setText(2, QApplication::translate(
"LBMLBTRUTransportDialog",
"Frame", 0));
770 ___qtreewidgetitem6->setText(1, QApplication::translate(
"LBMLBTRUTransportDialog",
"Count", 0));
771 ___qtreewidgetitem6->setText(0, QApplication::translate(
"LBMLBTRUTransportDialog",
"Reason", 0));
772 tabWidget->setTabText(tabWidget->indexOf(receiversTab), QApplication::translate(
"LBMLBTRUTransportDialog",
"Receivers", 0));
773 label->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"Display filter:", 0));
774 #ifndef QT_NO_TOOLTIP 775 applyFilterButton->setToolTip(QApplication::translate(
"LBMLBTRUTransportDialog",
"Regenerate statistics using this display filter", 0));
776 #endif // QT_NO_TOOLTIP 777 applyFilterButton->setText(QApplication::translate(
"LBMLBTRUTransportDialog",
"Apply", 0));
788 #endif // UI_LBM_LBTRU_TRANSPORT_DIALOG_H Definition: ui_about_dialog.h:291
Definition: ui_lbm_lbtru_transport_dialog.h:34
Definition: ui_lbm_lbtru_transport_dialog.h:783
Definition: lbm_lbtru_transport_dialog.h:36
Definition: display_filter_edit.h:26