/******************************************************************************** ** Form generated from reading UI file 'VerifyLockMessage.ui' ** ** Created by: Qt User Interface Compiler version 5.15.17 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_VERIFYLOCKMESSAGE_H #define UI_VERIFYLOCKMESSAGE_H #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_VerifyLockMessage { public: QVBoxLayout *verticalLayout_2; QHBoxLayout *horizontalLayout_4; QWidget *wWarning; QVBoxLayout *verticalLayout_3; QToolButton *bWarning; QSpacerItem *verticalSpacer; QWidget *wContainer; QVBoxLayout *verticalLayout; QLabel *lVerifyEmailTitle; QLabel *lVerifyEmailDesc; QWidget *wWhySeenThis; QHBoxLayout *horizontalLayout; QLabel *lWhySeenThis; QSpacerItem *horizontalSpacer; QWidget *wButtons; QHBoxLayout *horizontalLayout_3; QSpacerItem *horizontalSpacer_3; QLabel *lEmailSent; QSpacerItem *horizontalSpacer_2; QPushButton *bLogout; QPushButton *bResendEmail; void setupUi(QDialog *VerifyLockMessage) { if (VerifyLockMessage->objectName().isEmpty()) VerifyLockMessage->setObjectName(QString::fromUtf8("VerifyLockMessage")); VerifyLockMessage->resize(480, 165); VerifyLockMessage->setMinimumSize(QSize(480, 165)); VerifyLockMessage->setMaximumSize(QSize(480, 165)); VerifyLockMessage->setStyleSheet(QString::fromUtf8("QWidget\n" "{\n" "font-size: 11px;\n" "}")); verticalLayout_2 = new QVBoxLayout(VerifyLockMessage); verticalLayout_2->setSpacing(0); verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2")); verticalLayout_2->setContentsMargins(0, -1, 0, 0); horizontalLayout_4 = new QHBoxLayout(); horizontalLayout_4->setSpacing(22); horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4")); horizontalLayout_4->setContentsMargins(20, 0, 17, -1); wWarning = new QWidget(VerifyLockMessage); wWarning->setObjectName(QString::fromUtf8("wWarning")); verticalLayout_3 = new QVBoxLayout(wWarning); verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3")); verticalLayout_3->setContentsMargins(0, 0, 0, 0); bWarning = new QToolButton(wWarning); bWarning->setObjectName(QString::fromUtf8("bWarning")); bWarning->setMinimumSize(QSize(60, 60)); bWarning->setMaximumSize(QSize(60, 60)); bWarning->setStyleSheet(QString::fromUtf8("#bWarning\n" "{\n" "border: none;\n" "}")); bWarning->setIconSize(QSize(60, 60)); verticalLayout_3->addWidget(bWarning); verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); verticalLayout_3->addItem(verticalSpacer); horizontalLayout_4->addWidget(wWarning); wContainer = new QWidget(VerifyLockMessage); wContainer->setObjectName(QString::fromUtf8("wContainer")); verticalLayout = new QVBoxLayout(wContainer); verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); verticalLayout->setContentsMargins(0, 0, 0, 0); lVerifyEmailTitle = new QLabel(wContainer); lVerifyEmailTitle->setObjectName(QString::fromUtf8("lVerifyEmailTitle")); lVerifyEmailTitle->setStyleSheet(QString::fromUtf8("#lVerifyEmailTitle\n" "{\n" " color: rgba(0,0,0,0.85);\n" " font-size: 13px;\n" " font-weight: bold;\n" "}")); lVerifyEmailTitle->setWordWrap(true); verticalLayout->addWidget(lVerifyEmailTitle); lVerifyEmailDesc = new QLabel(wContainer); lVerifyEmailDesc->setObjectName(QString::fromUtf8("lVerifyEmailDesc")); lVerifyEmailDesc->setStyleSheet(QString::fromUtf8("#lVerifyEmailDesc\n" "{\n" " color: rgba(0,0,0,0.85);\n" " font-size: 12px;\n" " line-height: 14px;\n" "}")); lVerifyEmailDesc->setWordWrap(true); verticalLayout->addWidget(lVerifyEmailDesc); wWhySeenThis = new QWidget(wContainer); wWhySeenThis->setObjectName(QString::fromUtf8("wWhySeenThis")); horizontalLayout = new QHBoxLayout(wWhySeenThis); horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); horizontalLayout->setContentsMargins(0, 0, 0, 0); lWhySeenThis = new QLabel(wWhySeenThis); lWhySeenThis->setObjectName(QString::fromUtf8("lWhySeenThis")); lWhySeenThis->setCursor(QCursor(Qt::PointingHandCursor)); lWhySeenThis->setStyleSheet(QString::fromUtf8("#lWhySeenThis\n" "{\n" " border: none;\n" " color: #F0373A;\n" " font-size: 12px;\n" " line-height: 20px;\n" "}")); horizontalLayout->addWidget(lWhySeenThis); horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout->addItem(horizontalSpacer); verticalLayout->addWidget(wWhySeenThis); horizontalLayout_4->addWidget(wContainer); verticalLayout_2->addLayout(horizontalLayout_4); wButtons = new QWidget(VerifyLockMessage); wButtons->setObjectName(QString::fromUtf8("wButtons")); horizontalLayout_3 = new QHBoxLayout(wButtons); horizontalLayout_3->setSpacing(8); horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3")); horizontalLayout_3->setContentsMargins(18, -1, 18, -1); horizontalSpacer_3 = new QSpacerItem(50, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout_3->addItem(horizontalSpacer_3); lEmailSent = new QLabel(wButtons); lEmailSent->setObjectName(QString::fromUtf8("lEmailSent")); lEmailSent->setStyleSheet(QString::fromUtf8("#lEmailSent\n" "{\n" " color: #666666;\n" " font-size: 11px;\n" " line-height: 13px;\n" "}")); horizontalLayout_3->addWidget(lEmailSent); horizontalSpacer_2 = new QSpacerItem(1, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout_3->addItem(horizontalSpacer_2); bLogout = new QPushButton(wButtons); bLogout->setObjectName(QString::fromUtf8("bLogout")); horizontalLayout_3->addWidget(bLogout); bResendEmail = new QPushButton(wButtons); bResendEmail->setObjectName(QString::fromUtf8("bResendEmail")); horizontalLayout_3->addWidget(bResendEmail); verticalLayout_2->addWidget(wButtons); retranslateUi(VerifyLockMessage); bResendEmail->setDefault(true); QMetaObject::connectSlotsByName(VerifyLockMessage); } // setupUi void retranslateUi(QDialog *VerifyLockMessage) { VerifyLockMessage->setWindowTitle(QString()); bWarning->setText(QString()); lVerifyEmailTitle->setText(QString()); lVerifyEmailDesc->setText(QString()); lWhySeenThis->setText(QCoreApplication::translate("VerifyLockMessage", "Why am I seeing this?", nullptr)); lEmailSent->setText(QString()); bLogout->setText(QCoreApplication::translate("VerifyLockMessage", "Log out", nullptr)); bResendEmail->setText(QString()); } // retranslateUi }; namespace Ui { class VerifyLockMessage: public Ui_VerifyLockMessage {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_VERIFYLOCKMESSAGE_H