Line data Source code
1 : /********************************************************************************
2 : ** Form generated from reading UI file 'MsgBox.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_MSGBOX_H
10 : #define UI_MSGBOX_H
11 :
12 : #include <QtCore/QVariant>
13 : #include <QtWidgets/QApplication>
14 : #include <QtWidgets/QDialog>
15 : #include <QtWidgets/QDialogButtonBox>
16 : #include <QtWidgets/QFrame>
17 : #include <QtWidgets/QGridLayout>
18 : #include <QtWidgets/QLabel>
19 : #include <QtWidgets/QPushButton>
20 : #include <QtWidgets/QTextEdit>
21 :
22 : QT_BEGIN_NAMESPACE
23 :
24 : class Ui_MsgBox
25 : {
26 : public:
27 : QGridLayout *gridLayout;
28 : QFrame *bannerFrame;
29 : QGridLayout *gridLayout_2;
30 : QLabel *label_Partition_2;
31 : QLabel *labelNodeName;
32 : QTextEdit *txtMessages;
33 : QPushButton *btnRefresh;
34 : QDialogButtonBox *buttonBox;
35 :
36 0 : void setupUi(QDialog *MsgBox)
37 : {
38 0 : if (MsgBox->objectName().isEmpty())
39 0 : MsgBox->setObjectName(QString::fromUtf8("MsgBox"));
40 0 : MsgBox->resize(400, 450);
41 0 : MsgBox->setStyleSheet(QString::fromUtf8("#bannerFrame {\n"
42 : "border: 0px;\n"
43 : "background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,\n"
44 : "stop: 0 #a6a6a6, stop: 0.08 #7f7f7f,\n"
45 : "stop: 0.39999 #717171, stop: 0.4 #626262,\n"
46 : "stop: 0.9 #4c4c4c, stop: 1 #333333);\n"
47 : "}\n"
48 : "\n"
49 : "#btnSettings {\n"
50 : "color: #333;\n"
51 : "border: 0px solid #555;\n"
52 : "border-radius: 5px;\n"
53 : "padding: 0px;\n"
54 : "}\n"
55 : "\n"
56 : "#btnSettings:hover {\n"
57 : "color: #444;\n"
58 : "}\n"
59 : "\n"
60 : "#btnSwitchChannel {\n"
61 : "color: #333;\n"
62 : "border: 1px solid #555;\n"
63 : "border-radius: 5px;\n"
64 : "padding: 0px;\n"
65 : "background: qradialgradient(cx: 0.3, cy: -0.4,\n"
66 : "fx: 0.3, fy: -0.4,\n"
67 : "radius: 1.35, stop: 0 #fff, stop: 1 #888);\n"
68 : "}\n"
69 : "#topFrame QPushButton:hover {\n"
70 : "background: qradialgradient(cx: 0.3, cy: -0.4, fx: 0.3, fy: -0.4, radius: 1.35, stop: 0 #fff, stop: 1 #ddd);\n"
71 : "}\n"
72 : "#topFrame QPushButton:pressed {\n"
73 : "background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #dadbde, stop: 1 #f6f7fa);\n"
74 : "}\n"
75 : "\n"
76 : "#sevFrame {\n"
77 : "border: 0px solid #222;\n"
78 : "background: ;\n"
79 : "padding: 0px;\n"
80 : "}"
81 : "\n"
82 : "\n"
83 : "#mainFrame {\n"
84 : "border: 0px;\n"
85 : "background:\n"
86 : "}\n"
87 : "\n"
88 : "#mainFrame QPushButton {\n"
89 : "color: #333;\n"
90 : "border: 1px solid #555;\n"
91 : "border-radius: 3px;\n"
92 : "padding: 0px;\n"
93 : "background: qradialgradient(cx: 0.3, cy: -0.4,\n"
94 : "fx: 0.3, fy: -0.4,\n"
95 : "radius: 1.35, stop: 0 #fff, stop: 1 #bbb);\n"
96 : "min-width: 80px;\n"
97 : "}\n"
98 : "\n"
99 : "#mainFrame QPushButton:hover {\n"
100 : "background: qradialgradient(cx: 0.3, cy: -0.4, fx: 0.3, fy: -0.4, radius: 1.35, stop: 0 #fff, stop: 1 #ddd);\n"
101 : "}\n"
102 : "#mainFrame QPushButton:pressed {\n"
103 : "background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #dadbde, stop: 1 #f6f7fa);\n"
104 : "}\n"
105 : "\n"
106 : "#mainFrame QListWidget {\n"
107 : "border: 1px solid #aaa;\n"
108 : "background-color: qlineargradient(spread:pad, x1:0.5, y1:0, x2:0.5, y2:0.07, stop:0 rgba(220, 220, 200, 255), stop:1 rgba(255, 255, 230, 255))\n"
109 : "}\n"
110 : "\n"
111 : "#mainFrame QTextEdit {\n"
112 : "border: 1px solid #aaa;\n"
113 : "background-color: #fff\n"
114 : "}\n"
115 : "\n"
116 : "#btnError {\n"
117 : "color: rgb(255, 0, 0);\n"
118 : "}\n"
119 : "#btnWarning {\n"
120 : "color: "
121 : "rgb(255, 170, 0);\n"
122 : "}\n"
123 : "#btnInfo {\n"
124 : "color: rgb(0, 170, 0);\n"
125 : "}\n"
126 : "#btnDebug {\n"
127 : "color: rgb(70, 70, 70);\n"
128 : "}\n"
129 : "\n"
130 : "\n"
131 : "/*\n"
132 : "#sevFrame QPushButton {\n"
133 : "color: #333;\n"
134 : "border: 2px solid #555;\n"
135 : "border-radius: 5px;\n"
136 : "padding: 2px;\n"
137 : "background: qradialgradient(cx: 0.3, cy: -0.4,\n"
138 : "fx: 0.3, fy: -0.4,\n"
139 : "radius: 1.35, stop: 0 #fff, stop: 1 #888);\n"
140 : "min-width: 80px;\n"
141 : "}\n"
142 : "#sevFrame QPushButton:hover {\n"
143 : "background: qradialgradient(cx: 0.3, cy: -0.4,\n"
144 : "fx: 0.3, fy: -0.4,\n"
145 : "radius: 1.35, stop: 0 #fff, stop: 1 #bbb);\n"
146 : "}\n"
147 : "#sevFrame QPushButton:pressed {\n"
148 : "background: qradialgradient(cx: 0.4, cy: -0.1,\n"
149 : "fx: 0.4, fy: -0.1,\n"
150 : "radius: 1.35, stop: 0 #fff, stop: 1 #ddd);\n"
151 : "}*/"));
152 0 : gridLayout = new QGridLayout(MsgBox);
153 0 : gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
154 0 : bannerFrame = new QFrame(MsgBox);
155 0 : bannerFrame->setObjectName(QString::fromUtf8("bannerFrame"));
156 0 : bannerFrame->setFrameShape(QFrame::StyledPanel);
157 0 : bannerFrame->setFrameShadow(QFrame::Raised);
158 0 : gridLayout_2 = new QGridLayout(bannerFrame);
159 0 : gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
160 0 : label_Partition_2 = new QLabel(bannerFrame);
161 0 : label_Partition_2->setObjectName(QString::fromUtf8("label_Partition_2"));
162 0 : QPalette palette;
163 0 : QBrush brush(QColor(255, 255, 255, 255));
164 0 : brush.setStyle(Qt::SolidPattern);
165 0 : palette.setBrush(QPalette::Active, QPalette::WindowText, brush);
166 0 : palette.setBrush(QPalette::Inactive, QPalette::WindowText, brush);
167 0 : QBrush brush1(QColor(133, 131, 127, 255));
168 0 : brush1.setStyle(Qt::SolidPattern);
169 0 : palette.setBrush(QPalette::Disabled, QPalette::WindowText, brush1);
170 0 : label_Partition_2->setPalette(palette);
171 0 : QFont font;
172 0 : font.setFamily(QString::fromUtf8("Sans Serif"));
173 0 : font.setPointSize(9);
174 0 : font.setBold(false);
175 0 : font.setWeight(50);
176 0 : label_Partition_2->setFont(font);
177 :
178 0 : gridLayout_2->addWidget(label_Partition_2, 0, 0, 1, 1);
179 :
180 0 : labelNodeName = new QLabel(bannerFrame);
181 0 : labelNodeName->setObjectName(QString::fromUtf8("labelNodeName"));
182 0 : QPalette palette1;
183 0 : QBrush brush2(QColor(255, 255, 127, 255));
184 0 : brush2.setStyle(Qt::SolidPattern);
185 0 : palette1.setBrush(QPalette::Active, QPalette::WindowText, brush2);
186 0 : palette1.setBrush(QPalette::Inactive, QPalette::WindowText, brush2);
187 0 : QBrush brush3(QColor(118, 116, 113, 255));
188 0 : brush3.setStyle(Qt::SolidPattern);
189 0 : palette1.setBrush(QPalette::Disabled, QPalette::WindowText, brush3);
190 0 : labelNodeName->setPalette(palette1);
191 0 : QFont font1;
192 0 : font1.setFamily(QString::fromUtf8("Sans Serif"));
193 0 : font1.setBold(true);
194 0 : font1.setWeight(75);
195 0 : labelNodeName->setFont(font1);
196 0 : labelNodeName->setWordWrap(true);
197 :
198 0 : gridLayout_2->addWidget(labelNodeName, 0, 1, 1, 1);
199 :
200 0 : gridLayout_2->setColumnStretch(1, 1);
201 :
202 0 : gridLayout->addWidget(bannerFrame, 0, 0, 1, 2);
203 :
204 0 : txtMessages = new QTextEdit(MsgBox);
205 0 : txtMessages->setObjectName(QString::fromUtf8("txtMessages"));
206 0 : QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
207 0 : sizePolicy.setHorizontalStretch(0);
208 0 : sizePolicy.setVerticalStretch(0);
209 0 : sizePolicy.setHeightForWidth(txtMessages->sizePolicy().hasHeightForWidth());
210 0 : txtMessages->setSizePolicy(sizePolicy);
211 :
212 0 : gridLayout->addWidget(txtMessages, 1, 0, 2, 1);
213 :
214 0 : btnRefresh = new QPushButton(MsgBox);
215 0 : btnRefresh->setObjectName(QString::fromUtf8("btnRefresh"));
216 :
217 0 : gridLayout->addWidget(btnRefresh, 1, 1, 1, 1);
218 :
219 0 : buttonBox = new QDialogButtonBox(MsgBox);
220 0 : buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
221 0 : buttonBox->setOrientation(Qt::Vertical);
222 0 : buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
223 :
224 0 : gridLayout->addWidget(buttonBox, 2, 1, 1, 1);
225 :
226 0 : gridLayout->setRowStretch(2, 1);
227 0 : gridLayout->setColumnStretch(0, 1);
228 0 : gridLayout->setRowMinimumHeight(0, 50);
229 :
230 0 : retranslateUi(MsgBox);
231 0 : QObject::connect(buttonBox, SIGNAL(accepted()), MsgBox, SLOT(accept()));
232 0 : QObject::connect(buttonBox, SIGNAL(rejected()), MsgBox, SLOT(reject()));
233 :
234 0 : QMetaObject::connectSlotsByName(MsgBox);
235 0 : } // setupUi
236 :
237 0 : void retranslateUi(QDialog *MsgBox)
238 : {
239 0 : MsgBox->setWindowTitle(QCoreApplication::translate("MsgBox", "Node Details", nullptr));
240 0 : label_Partition_2->setText(QCoreApplication::translate("MsgBox", "Detailed Information for:", nullptr));
241 0 : labelNodeName->setText(QCoreApplication::translate("MsgBox", "Node Name", nullptr));
242 0 : btnRefresh->setText(QCoreApplication::translate("MsgBox", "Refresh", nullptr));
243 0 : } // retranslateUi
244 :
245 : };
246 :
247 : namespace Ui {
248 : class MsgBox: public Ui_MsgBox {};
249 : } // namespace Ui
250 :
251 : QT_END_NAMESPACE
252 :
253 : #endif // UI_MSGBOX_H
|