Line data Source code
1 : /********************************************************************************
2 : ** Form generated from reading UI file 'MsgAnalyzerDlg.ui'
3 : **
4 : ** Created by: Qt User Interface Compiler version 5.15.15
5 : **
6 : ** WARNING! All changes made in this file will be lost when recompiling UI file!
7 : ********************************************************************************/
8 :
9 : #ifndef UI_MSGANALYZERDLG_H
10 : #define UI_MSGANALYZERDLG_H
11 :
12 : #include <QtCore/QVariant>
13 : #include <QtWidgets/QApplication>
14 : #include <QtWidgets/QDialog>
15 : #include <QtWidgets/QFrame>
16 : #include <QtWidgets/QGridLayout>
17 : #include <QtWidgets/QHBoxLayout>
18 : #include <QtWidgets/QHeaderView>
19 : #include <QtWidgets/QLCDNumber>
20 : #include <QtWidgets/QLabel>
21 : #include <QtWidgets/QListWidget>
22 : #include <QtWidgets/QPushButton>
23 : #include <QtWidgets/QRadioButton>
24 : #include <QtWidgets/QTabWidget>
25 : #include <QtWidgets/QTableWidget>
26 : #include <QtWidgets/QWidget>
27 :
28 : QT_BEGIN_NAMESPACE
29 :
30 : class Ui_MsgAnalyzerDlg
31 : {
32 : public:
33 : QGridLayout *gridLayout;
34 : QFrame *mainFrame;
35 : QGridLayout *gridLayout_3;
36 : QListWidget *lwAlerts;
37 : QTabWidget *tabWidget;
38 : QWidget *tab_nodehealth;
39 : QGridLayout *gridLayout_5;
40 : QLabel *label;
41 : QLabel *label_12;
42 : QListWidget *lwMain;
43 : QLabel *label_2;
44 : QLabel *label_3;
45 : QListWidget *lwDCM;
46 : QListWidget *lwBN;
47 : QWidget *tab_ruleengine;
48 : QGridLayout *gridLayout_6;
49 : QLabel *label_9;
50 : QFrame *frame;
51 : QHBoxLayout *horizontalLayout;
52 : QLabel *label_10;
53 : QRadioButton *rbRuleDesc;
54 : QRadioButton *rbRuleExpr;
55 : QPushButton *btnRuleAct;
56 : QTableWidget *twRules;
57 : QLabel *label_8;
58 : QFrame *frame_2;
59 : QHBoxLayout *horizontalLayout_2;
60 : QLabel *label_11;
61 : QRadioButton *rbCondDesc;
62 : QRadioButton *rbCondRegx;
63 : QPushButton *btnCondAct;
64 : QTableWidget *twConds;
65 : QFrame *bannerFrame;
66 : QGridLayout *gridLayout_2;
67 : QLabel *label_Partition_3;
68 : QLabel *label_Partition_2;
69 : QLCDNumber *lcdMsgs;
70 : QPushButton *btnReset;
71 : QPushButton *btnExit;
72 :
73 0 : void setupUi(QDialog *MsgAnalyzerDlg)
74 : {
75 0 : if (MsgAnalyzerDlg->objectName().isEmpty())
76 0 : MsgAnalyzerDlg->setObjectName(QString::fromUtf8("MsgAnalyzerDlg"));
77 0 : MsgAnalyzerDlg->resize(1047, 766);
78 0 : MsgAnalyzerDlg->setStyleSheet(QString::fromUtf8("#bannerFrame {\n"
79 : "border: 0px;\n"
80 : "background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,\n"
81 : "stop: 0 #a6a6a6, stop: 0.08 #7f7f7f,\n"
82 : "stop: 0.39999 #717171, stop: 0.4 #626262,\n"
83 : "stop: 0.9 #4c4c4c, stop: 1 #333333);\n"
84 : "}\n"
85 : "\n"
86 : "#bannerFrame QPushButton {\n"
87 : "color: #333;\n"
88 : "border: 1px solid #555;\n"
89 : "border-radius: 3px;\n"
90 : "padding: 0px;\n"
91 : "background: qradialgradient(cx: 0.3, cy: -0.4,\n"
92 : "fx: 0.3, fy: -0.4,\n"
93 : "radius: 1.35, stop: 0 #fff, stop: 1 #bbb);\n"
94 : "min-width: 80px;\n"
95 : "}\n"
96 : "\n"
97 : "#btnSettings {\n"
98 : "color: #333;\n"
99 : "border: 0px solid #555;\n"
100 : "border-radius: 5px;\n"
101 : "padding: 0px;\n"
102 : "}\n"
103 : "\n"
104 : "#btnSettings:hover {\n"
105 : "color: #444;\n"
106 : "}\n"
107 : "\n"
108 : "#btnSwitchChannel {\n"
109 : "color: #333;\n"
110 : "border: 1px solid #555;\n"
111 : "border-radius: 5px;\n"
112 : "padding: 0px;\n"
113 : "background: qradialgradient(cx: 0.3, cy: -0.4,\n"
114 : "fx: 0.3, fy: -0.4,\n"
115 : "radius: 1.35, stop: 0 #fff, stop: 1 #888);\n"
116 : "}\n"
117 : "#topFrame QPushButton:hover {\n"
118 : "background: qradialgradient(cx: 0.3, cy: -0.4, fx: 0.3, fy: -0.4, radius: 1.3"
119 : "5, stop: 0 #fff, stop: 1 #ddd);\n"
120 : "}\n"
121 : "#topFrame QPushButton:pressed {\n"
122 : "background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #dadbde, stop: 1 #f6f7fa);\n"
123 : "}\n"
124 : "\n"
125 : "#sevFrame {\n"
126 : "border: 0px solid #222;\n"
127 : "background: ;\n"
128 : "padding: 0px;\n"
129 : "}\n"
130 : "\n"
131 : "#mainFrame {\n"
132 : "border: 0px;\n"
133 : "background:\n"
134 : "}\n"
135 : "\n"
136 : "#mainFrame QPushButton {\n"
137 : "color: #333;\n"
138 : "border: 1px solid #555;\n"
139 : "border-radius: 3px;\n"
140 : "padding: 0px;\n"
141 : "background: qradialgradient(cx: 0.3, cy: -0.4,\n"
142 : "fx: 0.3, fy: -0.4,\n"
143 : "radius: 1.35, stop: 0 #fff, stop: 1 #bbb);\n"
144 : "min-width: 40px;\n"
145 : "}\n"
146 : "\n"
147 : "#mainFrame QPushButton:hover {\n"
148 : "background: qradialgradient(cx: 0.3, cy: -0.4, fx: 0.3, fy: -0.4, radius: 1.35, stop: 0 #fff, stop: 1 #ddd);\n"
149 : "}\n"
150 : "#mainFrame QPushButton:pressed {\n"
151 : "background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #dadbde, stop: 1 #f6f7fa);\n"
152 : "}\n"
153 : "\n"
154 : "#mainFrame QListWidget {\n"
155 : "border: 1px solid #aaa;\n"
156 : "background-color: qlineargradient(spread:pad, x1:0.5, "
157 : "y1:0, x2:0.5, y2:0.07, stop:0 rgba(220, 220, 200, 255), stop:1 rgba(255, 255, 230, 255))\n"
158 : "}\n"
159 : "\n"
160 : "#mainFrame QTextEdit {\n"
161 : "border: 1px solid #aaa;\n"
162 : "background-color: #fff\n"
163 : "}\n"
164 : "\n"
165 : "#btnError {\n"
166 : "color: rgb(255, 0, 0);\n"
167 : "}\n"
168 : "#btnWarning {\n"
169 : "color: rgb(255, 170, 0);\n"
170 : "}\n"
171 : "#btnInfo {\n"
172 : "color: rgb(0, 170, 0);\n"
173 : "}\n"
174 : "#btnDebug {\n"
175 : "color: rgb(70, 70, 70);\n"
176 : "}\n"
177 : "\n"
178 : "\n"
179 : "/*\n"
180 : "#sevFrame QPushButton {\n"
181 : "color: #333;\n"
182 : "border: 2px solid #555;\n"
183 : "border-radius: 5px;\n"
184 : "padding: 2px;\n"
185 : "background: qradialgradient(cx: 0.3, cy: -0.4,\n"
186 : "fx: 0.3, fy: -0.4,\n"
187 : "radius: 1.35, stop: 0 #fff, stop: 1 #888);\n"
188 : "min-width: 80px;\n"
189 : "}\n"
190 : "#sevFrame QPushButton:hover {\n"
191 : "background: qradialgradient(cx: 0.3, cy: -0.4,\n"
192 : "fx: 0.3, fy: -0.4,\n"
193 : "radius: 1.35, stop: 0 #fff, stop: 1 #bbb);\n"
194 : "}\n"
195 : "#sevFrame QPushButton:pressed {\n"
196 : "background: qradialgradient(cx: 0.4, cy: -0.1,\n"
197 : "fx: 0.4, fy: -0.1,\n"
198 : "radius: 1.35, stop: 0 #fff, stop: 1 #ddd);\n"
199 : "}*/"));
200 0 : gridLayout = new QGridLayout(MsgAnalyzerDlg);
201 0 : gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
202 0 : mainFrame = new QFrame(MsgAnalyzerDlg);
203 0 : mainFrame->setObjectName(QString::fromUtf8("mainFrame"));
204 0 : mainFrame->setFrameShape(QFrame::StyledPanel);
205 0 : mainFrame->setFrameShadow(QFrame::Raised);
206 0 : gridLayout_3 = new QGridLayout(mainFrame);
207 0 : gridLayout_3->setObjectName(QString::fromUtf8("gridLayout_3"));
208 0 : lwAlerts = new QListWidget(mainFrame);
209 0 : lwAlerts->setObjectName(QString::fromUtf8("lwAlerts"));
210 0 : QFont font;
211 0 : lwAlerts->setFont(font);
212 0 : lwAlerts->setStyleSheet(QString::fromUtf8("border: 1px solid #aaa;\n"
213 : "background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:0.015, stop:0 rgba(220, 220, 200, 255), stop:1 rgba(255, 255, 240, 255));\n"
214 : "font-size: 12px;\n"
215 : "/*color: red;*/"));
216 0 : lwAlerts->setFrameShape(QFrame::StyledPanel);
217 0 : lwAlerts->setFrameShadow(QFrame::Sunken);
218 0 : lwAlerts->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
219 0 : lwAlerts->setProperty("isWrapping", QVariant(false));
220 0 : lwAlerts->setViewMode(QListView::ListMode);
221 0 : lwAlerts->setWordWrap(true);
222 :
223 0 : gridLayout_3->addWidget(lwAlerts, 0, 0, 1, 1);
224 :
225 0 : tabWidget = new QTabWidget(mainFrame);
226 0 : tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
227 0 : tab_nodehealth = new QWidget();
228 0 : tab_nodehealth->setObjectName(QString::fromUtf8("tab_nodehealth"));
229 0 : gridLayout_5 = new QGridLayout(tab_nodehealth);
230 0 : gridLayout_5->setObjectName(QString::fromUtf8("gridLayout_5"));
231 0 : label = new QLabel(tab_nodehealth);
232 0 : label->setObjectName(QString::fromUtf8("label"));
233 0 : QFont font1;
234 0 : font1.setFamily(QString::fromUtf8("Sans Serif"));
235 0 : font1.setPointSize(10);
236 0 : font1.setBold(true);
237 0 : font1.setWeight(75);
238 0 : label->setFont(font1);
239 :
240 0 : gridLayout_5->addWidget(label, 0, 0, 1, 1);
241 :
242 0 : label_12 = new QLabel(tab_nodehealth);
243 0 : label_12->setObjectName(QString::fromUtf8("label_12"));
244 :
245 0 : gridLayout_5->addWidget(label_12, 0, 1, 1, 1);
246 :
247 0 : lwMain = new QListWidget(tab_nodehealth);
248 0 : lwMain->setObjectName(QString::fromUtf8("lwMain"));
249 0 : QFont font2;
250 0 : font2.setPointSize(8);
251 0 : lwMain->setFont(font2);
252 0 : lwMain->setContextMenuPolicy(Qt::CustomContextMenu);
253 0 : lwMain->setFrameShape(QFrame::StyledPanel);
254 0 : lwMain->setFrameShadow(QFrame::Sunken);
255 0 : lwMain->setProperty("isWrapping", QVariant(true));
256 0 : lwMain->setGridSize(QSize(80, 60));
257 0 : lwMain->setViewMode(QListView::IconMode);
258 0 : lwMain->setWordWrap(true);
259 :
260 0 : gridLayout_5->addWidget(lwMain, 1, 0, 1, 2);
261 :
262 0 : label_2 = new QLabel(tab_nodehealth);
263 0 : label_2->setObjectName(QString::fromUtf8("label_2"));
264 0 : QFont font3;
265 0 : font3.setFamily(QString::fromUtf8("Sans Serif"));
266 0 : font3.setBold(true);
267 0 : font3.setWeight(75);
268 0 : label_2->setFont(font3);
269 :
270 0 : gridLayout_5->addWidget(label_2, 2, 0, 1, 1);
271 :
272 0 : label_3 = new QLabel(tab_nodehealth);
273 0 : label_3->setObjectName(QString::fromUtf8("label_3"));
274 0 : label_3->setFont(font3);
275 :
276 0 : gridLayout_5->addWidget(label_3, 2, 1, 1, 1);
277 :
278 0 : lwDCM = new QListWidget(tab_nodehealth);
279 0 : lwDCM->setObjectName(QString::fromUtf8("lwDCM"));
280 0 : lwDCM->setFont(font2);
281 0 : lwDCM->setContextMenuPolicy(Qt::CustomContextMenu);
282 0 : lwDCM->setViewMode(QListView::IconMode);
283 0 : lwDCM->setUniformItemSizes(false);
284 0 : lwDCM->setBatchSize(100);
285 0 : lwDCM->setWordWrap(true);
286 :
287 0 : gridLayout_5->addWidget(lwDCM, 3, 0, 1, 1);
288 :
289 0 : lwBN = new QListWidget(tab_nodehealth);
290 0 : lwBN->setObjectName(QString::fromUtf8("lwBN"));
291 0 : lwBN->setFont(font2);
292 0 : lwBN->setContextMenuPolicy(Qt::CustomContextMenu);
293 0 : lwBN->setViewMode(QListView::IconMode);
294 :
295 0 : gridLayout_5->addWidget(lwBN, 3, 1, 1, 1);
296 :
297 0 : tabWidget->addTab(tab_nodehealth, QString());
298 0 : tab_ruleengine = new QWidget();
299 0 : tab_ruleengine->setObjectName(QString::fromUtf8("tab_ruleengine"));
300 0 : gridLayout_6 = new QGridLayout(tab_ruleengine);
301 0 : gridLayout_6->setObjectName(QString::fromUtf8("gridLayout_6"));
302 0 : label_9 = new QLabel(tab_ruleengine);
303 0 : label_9->setObjectName(QString::fromUtf8("label_9"));
304 0 : label_9->setFont(font3);
305 :
306 0 : gridLayout_6->addWidget(label_9, 0, 0, 1, 1);
307 :
308 0 : frame = new QFrame(tab_ruleengine);
309 0 : frame->setObjectName(QString::fromUtf8("frame"));
310 0 : frame->setFrameShape(QFrame::NoFrame);
311 0 : frame->setFrameShadow(QFrame::Plain);
312 0 : frame->setLineWidth(0);
313 0 : horizontalLayout = new QHBoxLayout(frame);
314 0 : horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
315 0 : label_10 = new QLabel(frame);
316 0 : label_10->setObjectName(QString::fromUtf8("label_10"));
317 :
318 0 : horizontalLayout->addWidget(label_10);
319 :
320 0 : rbRuleDesc = new QRadioButton(frame);
321 0 : rbRuleDesc->setObjectName(QString::fromUtf8("rbRuleDesc"));
322 0 : rbRuleDesc->setChecked(true);
323 :
324 0 : horizontalLayout->addWidget(rbRuleDesc);
325 :
326 0 : rbRuleExpr = new QRadioButton(frame);
327 0 : rbRuleExpr->setObjectName(QString::fromUtf8("rbRuleExpr"));
328 0 : rbRuleExpr->setChecked(false);
329 :
330 0 : horizontalLayout->addWidget(rbRuleExpr);
331 :
332 :
333 0 : gridLayout_6->addWidget(frame, 0, 1, 1, 1);
334 :
335 0 : btnRuleAct = new QPushButton(tab_ruleengine);
336 0 : btnRuleAct->setObjectName(QString::fromUtf8("btnRuleAct"));
337 :
338 0 : gridLayout_6->addWidget(btnRuleAct, 0, 2, 1, 1);
339 :
340 0 : twRules = new QTableWidget(tab_ruleengine);
341 0 : if (twRules->columnCount() < 4)
342 0 : twRules->setColumnCount(4);
343 0 : QTableWidgetItem *__qtablewidgetitem = new QTableWidgetItem();
344 0 : twRules->setHorizontalHeaderItem(0, __qtablewidgetitem);
345 0 : QTableWidgetItem *__qtablewidgetitem1 = new QTableWidgetItem();
346 0 : twRules->setHorizontalHeaderItem(1, __qtablewidgetitem1);
347 0 : QTableWidgetItem *__qtablewidgetitem2 = new QTableWidgetItem();
348 0 : twRules->setHorizontalHeaderItem(2, __qtablewidgetitem2);
349 0 : QTableWidgetItem *__qtablewidgetitem3 = new QTableWidgetItem();
350 0 : twRules->setHorizontalHeaderItem(3, __qtablewidgetitem3);
351 0 : twRules->setObjectName(QString::fromUtf8("twRules"));
352 0 : twRules->setEditTriggers(QAbstractItemView::NoEditTriggers);
353 0 : twRules->setSelectionBehavior(QAbstractItemView::SelectRows);
354 0 : twRules->setColumnCount(4);
355 :
356 0 : gridLayout_6->addWidget(twRules, 1, 0, 1, 3);
357 :
358 0 : label_8 = new QLabel(tab_ruleengine);
359 0 : label_8->setObjectName(QString::fromUtf8("label_8"));
360 0 : label_8->setFont(font3);
361 :
362 0 : gridLayout_6->addWidget(label_8, 2, 0, 1, 1);
363 :
364 0 : frame_2 = new QFrame(tab_ruleengine);
365 0 : frame_2->setObjectName(QString::fromUtf8("frame_2"));
366 0 : frame_2->setFrameShape(QFrame::NoFrame);
367 0 : frame_2->setFrameShadow(QFrame::Plain);
368 0 : frame_2->setLineWidth(0);
369 0 : horizontalLayout_2 = new QHBoxLayout(frame_2);
370 0 : horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
371 0 : label_11 = new QLabel(frame_2);
372 0 : label_11->setObjectName(QString::fromUtf8("label_11"));
373 :
374 0 : horizontalLayout_2->addWidget(label_11);
375 :
376 0 : rbCondDesc = new QRadioButton(frame_2);
377 0 : rbCondDesc->setObjectName(QString::fromUtf8("rbCondDesc"));
378 0 : rbCondDesc->setChecked(true);
379 :
380 0 : horizontalLayout_2->addWidget(rbCondDesc);
381 :
382 0 : rbCondRegx = new QRadioButton(frame_2);
383 0 : rbCondRegx->setObjectName(QString::fromUtf8("rbCondRegx"));
384 :
385 0 : horizontalLayout_2->addWidget(rbCondRegx);
386 :
387 :
388 0 : gridLayout_6->addWidget(frame_2, 2, 1, 1, 1);
389 :
390 0 : btnCondAct = new QPushButton(tab_ruleengine);
391 0 : btnCondAct->setObjectName(QString::fromUtf8("btnCondAct"));
392 :
393 0 : gridLayout_6->addWidget(btnCondAct, 2, 2, 1, 1);
394 :
395 0 : twConds = new QTableWidget(tab_ruleengine);
396 0 : if (twConds->columnCount() < 4)
397 0 : twConds->setColumnCount(4);
398 0 : QTableWidgetItem *__qtablewidgetitem4 = new QTableWidgetItem();
399 0 : twConds->setHorizontalHeaderItem(0, __qtablewidgetitem4);
400 0 : QTableWidgetItem *__qtablewidgetitem5 = new QTableWidgetItem();
401 0 : twConds->setHorizontalHeaderItem(1, __qtablewidgetitem5);
402 0 : QTableWidgetItem *__qtablewidgetitem6 = new QTableWidgetItem();
403 0 : twConds->setHorizontalHeaderItem(2, __qtablewidgetitem6);
404 0 : QTableWidgetItem *__qtablewidgetitem7 = new QTableWidgetItem();
405 0 : __qtablewidgetitem7->setTextAlignment(Qt::AlignTrailing|Qt::AlignVCenter);
406 0 : twConds->setHorizontalHeaderItem(3, __qtablewidgetitem7);
407 0 : twConds->setObjectName(QString::fromUtf8("twConds"));
408 0 : twConds->setEditTriggers(QAbstractItemView::NoEditTriggers);
409 0 : twConds->setSelectionBehavior(QAbstractItemView::SelectRows);
410 0 : twConds->setColumnCount(4);
411 :
412 0 : gridLayout_6->addWidget(twConds, 3, 0, 1, 3);
413 :
414 0 : tabWidget->addTab(tab_ruleengine, QString());
415 :
416 0 : gridLayout_3->addWidget(tabWidget, 0, 1, 1, 1);
417 :
418 0 : gridLayout_3->setColumnStretch(0, 2);
419 0 : gridLayout_3->setColumnStretch(1, 3);
420 :
421 0 : gridLayout->addWidget(mainFrame, 1, 0, 1, 1);
422 :
423 0 : bannerFrame = new QFrame(MsgAnalyzerDlg);
424 0 : bannerFrame->setObjectName(QString::fromUtf8("bannerFrame"));
425 0 : bannerFrame->setFrameShape(QFrame::StyledPanel);
426 0 : bannerFrame->setFrameShadow(QFrame::Raised);
427 0 : gridLayout_2 = new QGridLayout(bannerFrame);
428 0 : gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
429 0 : label_Partition_3 = new QLabel(bannerFrame);
430 0 : label_Partition_3->setObjectName(QString::fromUtf8("label_Partition_3"));
431 0 : QPalette palette;
432 0 : QBrush brush(QColor(255, 170, 0, 255));
433 0 : brush.setStyle(Qt::SolidPattern);
434 0 : palette.setBrush(QPalette::Active, QPalette::WindowText, brush);
435 0 : palette.setBrush(QPalette::Inactive, QPalette::WindowText, brush);
436 0 : QBrush brush1(QColor(133, 131, 127, 255));
437 0 : brush1.setStyle(Qt::SolidPattern);
438 0 : palette.setBrush(QPalette::Disabled, QPalette::WindowText, brush1);
439 0 : label_Partition_3->setPalette(palette);
440 0 : QFont font4;
441 0 : font4.setFamily(QString::fromUtf8("Sans Serif"));
442 0 : font4.setPointSize(11);
443 0 : font4.setBold(true);
444 0 : font4.setWeight(75);
445 0 : label_Partition_3->setFont(font4);
446 0 : label_Partition_3->setAutoFillBackground(false);
447 :
448 0 : gridLayout_2->addWidget(label_Partition_3, 0, 0, 1, 1);
449 :
450 0 : label_Partition_2 = new QLabel(bannerFrame);
451 0 : label_Partition_2->setObjectName(QString::fromUtf8("label_Partition_2"));
452 0 : QPalette palette1;
453 0 : QBrush brush2(QColor(255, 255, 255, 255));
454 0 : brush2.setStyle(Qt::SolidPattern);
455 0 : palette1.setBrush(QPalette::Active, QPalette::WindowText, brush2);
456 0 : palette1.setBrush(QPalette::Inactive, QPalette::WindowText, brush2);
457 0 : palette1.setBrush(QPalette::Disabled, QPalette::WindowText, brush1);
458 0 : label_Partition_2->setPalette(palette1);
459 0 : QFont font5;
460 0 : font5.setFamily(QString::fromUtf8("Sans Serif"));
461 0 : font5.setPointSize(10);
462 0 : font5.setBold(false);
463 0 : font5.setWeight(50);
464 0 : label_Partition_2->setFont(font5);
465 :
466 0 : gridLayout_2->addWidget(label_Partition_2, 0, 1, 1, 1);
467 :
468 0 : lcdMsgs = new QLCDNumber(bannerFrame);
469 0 : lcdMsgs->setObjectName(QString::fromUtf8("lcdMsgs"));
470 0 : QPalette palette2;
471 0 : QBrush brush3(QColor(0, 255, 0, 255));
472 0 : brush3.setStyle(Qt::SolidPattern);
473 0 : palette2.setBrush(QPalette::Active, QPalette::WindowText, brush3);
474 0 : palette2.setBrush(QPalette::Inactive, QPalette::WindowText, brush3);
475 0 : palette2.setBrush(QPalette::Disabled, QPalette::WindowText, brush1);
476 0 : lcdMsgs->setPalette(palette2);
477 0 : lcdMsgs->setFrameShape(QFrame::Box);
478 0 : lcdMsgs->setFrameShadow(QFrame::Raised);
479 0 : lcdMsgs->setSmallDecimalPoint(false);
480 0 : lcdMsgs->setDigitCount(8);
481 0 : lcdMsgs->setSegmentStyle(QLCDNumber::Flat);
482 :
483 0 : gridLayout_2->addWidget(lcdMsgs, 0, 2, 1, 1);
484 :
485 0 : btnReset = new QPushButton(bannerFrame);
486 0 : btnReset->setObjectName(QString::fromUtf8("btnReset"));
487 :
488 0 : gridLayout_2->addWidget(btnReset, 0, 3, 1, 1);
489 :
490 0 : btnExit = new QPushButton(bannerFrame);
491 0 : btnExit->setObjectName(QString::fromUtf8("btnExit"));
492 :
493 0 : gridLayout_2->addWidget(btnExit, 0, 4, 1, 1);
494 :
495 0 : gridLayout_2->setColumnStretch(0, 1);
496 :
497 0 : gridLayout->addWidget(bannerFrame, 0, 0, 1, 1);
498 :
499 0 : gridLayout->setRowStretch(1, 1);
500 :
501 0 : retranslateUi(MsgAnalyzerDlg);
502 :
503 0 : tabWidget->setCurrentIndex(1);
504 :
505 :
506 0 : QMetaObject::connectSlotsByName(MsgAnalyzerDlg);
507 0 : } // setupUi
508 :
509 0 : void retranslateUi(QDialog *MsgAnalyzerDlg)
510 : {
511 0 : MsgAnalyzerDlg->setWindowTitle(QCoreApplication::translate("MsgAnalyzerDlg", "artdaq Message Analyzer", nullptr));
512 0 : label->setText(QCoreApplication::translate("MsgAnalyzerDlg", "Main Components", nullptr));
513 0 : label_12->setText(QCoreApplication::translate("MsgAnalyzerDlg", "Double click on nodes for detailed messages", nullptr));
514 0 : label_2->setText(QCoreApplication::translate("MsgAnalyzerDlg", "User Components", nullptr));
515 0 : label_3->setText(QCoreApplication::translate("MsgAnalyzerDlg", "External Components", nullptr));
516 0 : tabWidget->setTabText(tabWidget->indexOf(tab_nodehealth), QCoreApplication::translate("MsgAnalyzerDlg", "Node Status", nullptr));
517 0 : label_9->setText(QCoreApplication::translate("MsgAnalyzerDlg", "Rules", nullptr));
518 0 : label_10->setText(QCoreApplication::translate("MsgAnalyzerDlg", "Details", nullptr));
519 0 : rbRuleDesc->setText(QCoreApplication::translate("MsgAnalyzerDlg", "Description", nullptr));
520 0 : rbRuleExpr->setText(QCoreApplication::translate("MsgAnalyzerDlg", "Expression", nullptr));
521 0 : btnRuleAct->setText(QCoreApplication::translate("MsgAnalyzerDlg", "Actions", nullptr));
522 0 : QTableWidgetItem *___qtablewidgetitem = twRules->horizontalHeaderItem(0);
523 0 : ___qtablewidgetitem->setText(QCoreApplication::translate("MsgAnalyzerDlg", "Name", nullptr));
524 0 : QTableWidgetItem *___qtablewidgetitem1 = twRules->horizontalHeaderItem(1);
525 0 : ___qtablewidgetitem1->setText(QCoreApplication::translate("MsgAnalyzerDlg", "Details", nullptr));
526 0 : QTableWidgetItem *___qtablewidgetitem2 = twRules->horizontalHeaderItem(2);
527 0 : ___qtablewidgetitem2->setText(QCoreApplication::translate("MsgAnalyzerDlg", "Status", nullptr));
528 0 : QTableWidgetItem *___qtablewidgetitem3 = twRules->horizontalHeaderItem(3);
529 0 : ___qtablewidgetitem3->setText(QCoreApplication::translate("MsgAnalyzerDlg", "Rst", nullptr));
530 0 : label_8->setText(QCoreApplication::translate("MsgAnalyzerDlg", "Base conditions", nullptr));
531 0 : label_11->setText(QCoreApplication::translate("MsgAnalyzerDlg", "Details", nullptr));
532 0 : rbCondDesc->setText(QCoreApplication::translate("MsgAnalyzerDlg", "Description", nullptr));
533 0 : rbCondRegx->setText(QCoreApplication::translate("MsgAnalyzerDlg", "RegExpr", nullptr));
534 0 : btnCondAct->setText(QCoreApplication::translate("MsgAnalyzerDlg", "Actions", nullptr));
535 0 : QTableWidgetItem *___qtablewidgetitem4 = twConds->horizontalHeaderItem(0);
536 0 : ___qtablewidgetitem4->setText(QCoreApplication::translate("MsgAnalyzerDlg", "Name", nullptr));
537 0 : QTableWidgetItem *___qtablewidgetitem5 = twConds->horizontalHeaderItem(1);
538 0 : ___qtablewidgetitem5->setText(QCoreApplication::translate("MsgAnalyzerDlg", "From", nullptr));
539 0 : QTableWidgetItem *___qtablewidgetitem6 = twConds->horizontalHeaderItem(2);
540 0 : ___qtablewidgetitem6->setText(QCoreApplication::translate("MsgAnalyzerDlg", "Details", nullptr));
541 0 : QTableWidgetItem *___qtablewidgetitem7 = twConds->horizontalHeaderItem(3);
542 0 : ___qtablewidgetitem7->setText(QCoreApplication::translate("MsgAnalyzerDlg", "Cnt", nullptr));
543 0 : tabWidget->setTabText(tabWidget->indexOf(tab_ruleengine), QCoreApplication::translate("MsgAnalyzerDlg", "Rule Engine Indicator", nullptr));
544 0 : label_Partition_3->setText(QCoreApplication::translate("MsgAnalyzerDlg", "artdaq Message Analyzer", nullptr));
545 0 : label_Partition_2->setText(QCoreApplication::translate("MsgAnalyzerDlg", "Total parsed messages", nullptr));
546 0 : btnReset->setText(QCoreApplication::translate("MsgAnalyzerDlg", "Reset All", nullptr));
547 0 : btnExit->setText(QCoreApplication::translate("MsgAnalyzerDlg", "Exit", nullptr));
548 0 : } // retranslateUi
549 :
550 : };
551 :
552 : namespace Ui {
553 : class MsgAnalyzerDlg: public Ui_MsgAnalyzerDlg {};
554 : } // namespace Ui
555 :
556 : QT_END_NAMESPACE
557 :
558 : #endif // UI_MSGANALYZERDLG_H
|