| 1 | /******************************************************************************** | 
|---|
| 2 | ** Form generated from reading UI file 'signalmessagedialog.ui' | 
|---|
| 3 | ** | 
|---|
| 4 | ** Created by: Qt User Interface Compiler version 5.15.3 | 
|---|
| 5 | ** | 
|---|
| 6 | ** WARNING! All changes made in this file will be lost when recompiling UI file! | 
|---|
| 7 | ********************************************************************************/ | 
|---|
| 8 |  | 
|---|
| 9 | #ifndef UI_SIGNALMESSAGEDIALOG_H | 
|---|
| 10 | #define UI_SIGNALMESSAGEDIALOG_H | 
|---|
| 11 |  | 
|---|
| 12 | #include <QtCore/QVariant> | 
|---|
| 13 | #include <QtWidgets/QApplication> | 
|---|
| 14 | #include <QtWidgets/QCheckBox> | 
|---|
| 15 | #include <QtWidgets/QDialog> | 
|---|
| 16 | #include <QtWidgets/QDialogButtonBox> | 
|---|
| 17 | #include <QtWidgets/QLabel> | 
|---|
| 18 | #include <QtWidgets/QVBoxLayout> | 
|---|
| 19 |  | 
|---|
| 20 | QT_BEGIN_NAMESPACE | 
|---|
| 21 |  | 
|---|
| 22 | class Ui_SignalMessageDialog | 
|---|
| 23 | { | 
|---|
| 24 | public: | 
|---|
| 25 | QVBoxLayout *verticalLayout; | 
|---|
| 26 | QLabel *lblMessage; | 
|---|
| 27 | QCheckBox *chkOpenCPUInfo; | 
|---|
| 28 | QDialogButtonBox *buttonBox; | 
|---|
| 29 |  | 
|---|
| 30 | void setupUi(QDialog *SignalMessageDialog) | 
|---|
| 31 | { | 
|---|
| 32 | if (SignalMessageDialog->objectName().isEmpty()) | 
|---|
| 33 | SignalMessageDialog->setObjectName(QString::fromUtf8( "SignalMessageDialog")); | 
|---|
| 34 | SignalMessageDialog->resize(400, 240); | 
|---|
| 35 | verticalLayout = new QVBoxLayout(SignalMessageDialog); | 
|---|
| 36 | verticalLayout->setObjectName(QString::fromUtf8( "verticalLayout")); | 
|---|
| 37 | lblMessage = new QLabel(SignalMessageDialog); | 
|---|
| 38 | lblMessage->setObjectName(QString::fromUtf8( "lblMessage")); | 
|---|
| 39 | QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding); | 
|---|
| 40 | sizePolicy.setHorizontalStretch(0); | 
|---|
| 41 | sizePolicy.setVerticalStretch(0); | 
|---|
| 42 | sizePolicy.setHeightForWidth(lblMessage->sizePolicy().hasHeightForWidth()); | 
|---|
| 43 | lblMessage->setSizePolicy(sizePolicy); | 
|---|
| 44 | lblMessage->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop); | 
|---|
| 45 |  | 
|---|
| 46 | verticalLayout->addWidget(lblMessage); | 
|---|
| 47 |  | 
|---|
| 48 | chkOpenCPUInfo = new QCheckBox(SignalMessageDialog); | 
|---|
| 49 | chkOpenCPUInfo->setObjectName(QString::fromUtf8( "chkOpenCPUInfo")); | 
|---|
| 50 | chkOpenCPUInfo->setChecked(true); | 
|---|
| 51 |  | 
|---|
| 52 | verticalLayout->addWidget(chkOpenCPUInfo); | 
|---|
| 53 |  | 
|---|
| 54 | buttonBox = new QDialogButtonBox(SignalMessageDialog); | 
|---|
| 55 | buttonBox->setObjectName(QString::fromUtf8( "buttonBox")); | 
|---|
| 56 | buttonBox->setOrientation(Qt::Horizontal); | 
|---|
| 57 | buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok); | 
|---|
| 58 |  | 
|---|
| 59 | verticalLayout->addWidget(buttonBox); | 
|---|
| 60 |  | 
|---|
| 61 |  | 
|---|
| 62 | retranslateUi(SignalMessageDialog); | 
|---|
| 63 | QObject::connect(buttonBox, SIGNAL(accepted()), SignalMessageDialog, SLOT(accept())); | 
|---|
| 64 | QObject::connect(buttonBox, SIGNAL(rejected()), SignalMessageDialog, SLOT(reject())); | 
|---|
| 65 |  | 
|---|
| 66 | QMetaObject::connectSlotsByName(SignalMessageDialog); | 
|---|
| 67 | } // setupUi | 
|---|
| 68 |  | 
|---|
| 69 | void retranslateUi(QDialog *SignalMessageDialog) | 
|---|
| 70 | { | 
|---|
| 71 | SignalMessageDialog->setWindowTitle(QCoreApplication::translate( "SignalMessageDialog", "Signal Received", nullptr)); | 
|---|
| 72 | lblMessage->setText(QCoreApplication::translate( "SignalMessageDialog", "TextLabel", nullptr)); | 
|---|
| 73 | chkOpenCPUInfo->setText(QCoreApplication::translate( "SignalMessageDialog", "Open CPU Info Dialog", nullptr)); | 
|---|
| 74 | } // retranslateUi | 
|---|
| 75 |  | 
|---|
| 76 | }; | 
|---|
| 77 |  | 
|---|
| 78 | namespace Ui { | 
|---|
| 79 | class SignalMessageDialog: public Ui_SignalMessageDialog {}; | 
|---|
| 80 | } // namespace Ui | 
|---|
| 81 |  | 
|---|
| 82 | QT_END_NAMESPACE | 
|---|
| 83 |  | 
|---|
| 84 | #endif // UI_SIGNALMESSAGEDIALOG_H | 
|---|
| 85 |  | 
|---|