/******************************************************************************** ** Form generated from reading UI file 'LockedPopOver.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_LOCKEDPOPOVER_H #define UI_LOCKEDPOPOVER_H #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_LockedPopOver { public: QVBoxLayout *verticalLayout; QWidget *wHeader; QHBoxLayout *horizontalLayout; QSpacerItem *horizontalSpacer; QPushButton *bLockedIcon; QSpacerItem *horizontalSpacer_2; QWidget *widget; QHBoxLayout *horizontalLayout_2; QLabel *lTitleLocked; QWidget *wDesc; QVBoxLayout *verticalLayout_2; QLabel *lDescLock; QLabel *lPassLeaked; QSpacerItem *verticalSpacer; void setupUi(QWidget *LockedPopOver) { if (LockedPopOver->objectName().isEmpty()) LockedPopOver->setObjectName(QString::fromUtf8("LockedPopOver")); LockedPopOver->resize(320, 320); LockedPopOver->setMinimumSize(QSize(320, 320)); LockedPopOver->setMaximumSize(QSize(320, 320)); LockedPopOver->setStyleSheet(QString::fromUtf8("#LockedPopOver {\n" "background: #FFFFFF;\n" "border: 1px solid rgba(0,0,0,0.05);\n" "}")); verticalLayout = new QVBoxLayout(LockedPopOver); verticalLayout->setSpacing(0); verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); verticalLayout->setContentsMargins(12, 32, 12, 0); wHeader = new QWidget(LockedPopOver); wHeader->setObjectName(QString::fromUtf8("wHeader")); wHeader->setMinimumSize(QSize(0, 0)); wHeader->setMaximumSize(QSize(16777215, 11651561)); horizontalLayout = new QHBoxLayout(wHeader); horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); horizontalLayout->setContentsMargins(0, 0, 0, 0); horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout->addItem(horizontalSpacer); bLockedIcon = new QPushButton(wHeader); bLockedIcon->setObjectName(QString::fromUtf8("bLockedIcon")); bLockedIcon->setMinimumSize(QSize(70, 70)); bLockedIcon->setMaximumSize(QSize(70, 70)); bLockedIcon->setStyleSheet(QString::fromUtf8("#bLockedIcon\n" "{\n" " border: none;\n" "}")); QIcon icon; icon.addFile(QString::fromUtf8(":/images/locked_account_ico.png"), QSize(), QIcon::Normal, QIcon::On); bLockedIcon->setIcon(icon); bLockedIcon->setIconSize(QSize(70, 70)); horizontalLayout->addWidget(bLockedIcon); horizontalSpacer_2 = new QSpacerItem(96, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout->addItem(horizontalSpacer_2); verticalLayout->addWidget(wHeader); widget = new QWidget(LockedPopOver); widget->setObjectName(QString::fromUtf8("widget")); horizontalLayout_2 = new QHBoxLayout(widget); horizontalLayout_2->setSpacing(0); horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2")); horizontalLayout_2->setContentsMargins(0, 10, 0, 10); lTitleLocked = new QLabel(widget); lTitleLocked->setObjectName(QString::fromUtf8("lTitleLocked")); lTitleLocked->setMinimumSize(QSize(0, 20)); lTitleLocked->setMaximumSize(QSize(16777215, 20)); lTitleLocked->setStyleSheet(QString::fromUtf8("#lTitleLocked\n" "{\n" " color: #111111;\n" " font-family: \"Lato\";\n" " font-size: 15px;\n" " font-weight: 600;\n" "}")); lTitleLocked->setAlignment(Qt::AlignCenter); horizontalLayout_2->addWidget(lTitleLocked); verticalLayout->addWidget(widget); wDesc = new QWidget(LockedPopOver); wDesc->setObjectName(QString::fromUtf8("wDesc")); verticalLayout_2 = new QVBoxLayout(wDesc); verticalLayout_2->setSpacing(15); verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2")); verticalLayout_2->setContentsMargins(0, 0, 0, 0); lDescLock = new QLabel(wDesc); lDescLock->setObjectName(QString::fromUtf8("lDescLock")); lDescLock->setStyleSheet(QString::fromUtf8("#lDescLock\n" "{\n" " color: #333333;\n" " font-family: \"Lato\";\n" " font-size: 13px;\n" "}")); lDescLock->setAlignment(Qt::AlignCenter); lDescLock->setWordWrap(true); verticalLayout_2->addWidget(lDescLock); lPassLeaked = new QLabel(wDesc); lPassLeaked->setObjectName(QString::fromUtf8("lPassLeaked")); lPassLeaked->setStyleSheet(QString::fromUtf8("#lPassLeaked\n" "{\n" " color: #333333;\n" " font-family: \"Lato\";\n" " font-size: 13px;\n" "}")); lPassLeaked->setAlignment(Qt::AlignCenter); lPassLeaked->setWordWrap(true); verticalLayout_2->addWidget(lPassLeaked); verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); verticalLayout_2->addItem(verticalSpacer); verticalLayout->addWidget(wDesc); retranslateUi(LockedPopOver); QMetaObject::connectSlotsByName(LockedPopOver); } // setupUi void retranslateUi(QWidget *LockedPopOver) { LockedPopOver->setWindowTitle(QString()); bLockedIcon->setText(QString()); lTitleLocked->setText(QCoreApplication::translate("LockedPopOver", "Locked Accounts", nullptr)); lDescLock->setText(QCoreApplication::translate("LockedPopOver", "[A]It is possible that you are using the same password for your MEGA account as for other services, and that at least one of these other services has suffered a data breach.[/A]", nullptr)); lPassLeaked->setText(QCoreApplication::translate("LockedPopOver", "[A]Your password leaked and is now being used by bad actors to log into your accounts, including, but not limited to, your MEGA account.[/A]", nullptr)); } // retranslateUi }; namespace Ui { class LockedPopOver: public Ui_LockedPopOver {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_LOCKEDPOPOVER_H