/******************************************************************************** ** Form generated from reading UI file 'QCryptokeyUI.ui' ** ** Created by: Qt User Interface Compiler version 5.9.4 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_QCRYPTOKEYUI_H #define UI_QCRYPTOKEYUI_H #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_QCryptokeyUI { public: QGridLayout *gridLayout_3; QPushButton *pushButton_2; QSpacerItem *horizontalSpacer; QGridLayout *gridLayout_2; QGridLayout *gridLayout; QLabel *label_4; QLineEdit *m_lineEdit_Serial; QLabel *label_5; QPushButton *pushButton; QTextEdit *textEdit; QLabel *label_6; QLabel *m_label_Active; void setupUi(QWidget *QCryptokeyUI) { if (QCryptokeyUI->objectName().isEmpty()) QCryptokeyUI->setObjectName(QStringLiteral("QCryptokeyUI")); QCryptokeyUI->resize(648, 334); gridLayout_3 = new QGridLayout(QCryptokeyUI); gridLayout_3->setSpacing(6); gridLayout_3->setContentsMargins(11, 11, 11, 11); gridLayout_3->setObjectName(QStringLiteral("gridLayout_3")); pushButton_2 = new QPushButton(QCryptokeyUI); pushButton_2->setObjectName(QStringLiteral("pushButton_2")); pushButton_2->setMinimumSize(QSize(100, 0)); QFont font; font.setPointSize(20); pushButton_2->setFont(font); pushButton_2->setStyleSheet(QStringLiteral("color:rgb(52, 101, 164)")); gridLayout_3->addWidget(pushButton_2, 1, 1, 1, 1); horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); gridLayout_3->addItem(horizontalSpacer, 1, 0, 1, 1); gridLayout_2 = new QGridLayout(); gridLayout_2->setSpacing(6); gridLayout_2->setObjectName(QStringLiteral("gridLayout_2")); gridLayout = new QGridLayout(); gridLayout->setSpacing(6); gridLayout->setObjectName(QStringLiteral("gridLayout")); label_4 = new QLabel(QCryptokeyUI); label_4->setObjectName(QStringLiteral("label_4")); label_4->setFont(font); label_4->setStyleSheet(QStringLiteral("color:rgb(52, 101, 164)")); gridLayout->addWidget(label_4, 1, 0, 1, 1); m_lineEdit_Serial = new QLineEdit(QCryptokeyUI); m_lineEdit_Serial->setObjectName(QStringLiteral("m_lineEdit_Serial")); m_lineEdit_Serial->setFont(font); m_lineEdit_Serial->setStyleSheet(QStringLiteral("color:rgb(52, 101, 164)")); m_lineEdit_Serial->setAlignment(Qt::AlignCenter); m_lineEdit_Serial->setReadOnly(true); gridLayout->addWidget(m_lineEdit_Serial, 1, 1, 1, 1); label_5 = new QLabel(QCryptokeyUI); label_5->setObjectName(QStringLiteral("label_5")); label_5->setFont(font); label_5->setStyleSheet(QStringLiteral("color:rgb(52, 101, 164)")); gridLayout->addWidget(label_5, 2, 0, 1, 1); pushButton = new QPushButton(QCryptokeyUI); pushButton->setObjectName(QStringLiteral("pushButton")); pushButton->setFont(font); pushButton->setStyleSheet(QStringLiteral("color:rgb(52, 101, 164)")); gridLayout->addWidget(pushButton, 1, 2, 1, 1); textEdit = new QTextEdit(QCryptokeyUI); textEdit->setObjectName(QStringLiteral("textEdit")); QFont font1; font1.setPointSize(12); textEdit->setFont(font1); gridLayout->addWidget(textEdit, 2, 1, 1, 2); label_6 = new QLabel(QCryptokeyUI); label_6->setObjectName(QStringLiteral("label_6")); label_6->setFont(font); label_6->setStyleSheet(QStringLiteral("color:rgb(52, 101, 164)")); gridLayout->addWidget(label_6, 0, 0, 1, 1); m_label_Active = new QLabel(QCryptokeyUI); m_label_Active->setObjectName(QStringLiteral("m_label_Active")); m_label_Active->setFont(font); m_label_Active->setStyleSheet(QStringLiteral("color:rgb(52, 101, 164)")); gridLayout->addWidget(m_label_Active, 0, 1, 1, 1); gridLayout_2->addLayout(gridLayout, 1, 0, 1, 3); gridLayout_3->addLayout(gridLayout_2, 0, 0, 1, 3); retranslateUi(QCryptokeyUI); QMetaObject::connectSlotsByName(QCryptokeyUI); } // setupUi void retranslateUi(QWidget *QCryptokeyUI) { QCryptokeyUI->setWindowTitle(QApplication::translate("QCryptokeyUI", "\346\263\250\345\206\214", Q_NULLPTR)); pushButton_2->setText(QApplication::translate("QCryptokeyUI", "\351\200\200\345\207\272", Q_NULLPTR)); label_4->setText(QApplication::translate("QCryptokeyUI", "\346\234\272\345\231\250\347\240\201\357\274\232", Q_NULLPTR)); label_5->setText(QApplication::translate("QCryptokeyUI", "\346\263\250\345\206\214\347\240\201\357\274\232", Q_NULLPTR)); pushButton->setText(QApplication::translate("QCryptokeyUI", "\346\277\200\346\264\273", Q_NULLPTR)); textEdit->setPlaceholderText(QApplication::translate("QCryptokeyUI", "\350\257\267\350\276\223\345\205\245\346\263\250\345\206\214\347\240\201", Q_NULLPTR)); label_6->setText(QApplication::translate("QCryptokeyUI", "\346\277\200\346\264\273\347\212\266\346\200\201\357\274\232", Q_NULLPTR)); m_label_Active->setText(QApplication::translate("QCryptokeyUI", "\346\234\252\346\277\200\346\264\273", Q_NULLPTR)); } // retranslateUi }; namespace Ui { class QCryptokeyUI: public Ui_QCryptokeyUI {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_QCRYPTOKEYUI_H