/******************************************************************************** ** Form generated from reading UI file 'RemoveBackupDialog.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_REMOVEBACKUPDIALOG_H #define UI_REMOVEBACKUPDIALOG_H #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_RemoveBackupDialog { public: QVBoxLayout *verticalLayout; QLabel *lTitle; QLabel *lSecondaryText; QVBoxLayout *verticalLayout_2; QRadioButton *rMoveFolder; QLabel *lMoveFolder; QHBoxLayout *horizontalLayout; QWidget *moveToContainer; QHBoxLayout *horizontalLayout_3; QLabel *label_5; QLineEdit *lTarget; QPushButton *bChange; QSpacerItem *verticalSpacer; QRadioButton *rDeleteFolder; QLabel *lDeleteFolder; QSpacerItem *verticalSpacer_2; QFrame *line; QHBoxLayout *horizontalLayout_2; QSpacerItem *horizontalSpacer; QPushButton *bConfirm; QPushButton *bCancel; void setupUi(QDialog *RemoveBackupDialog) { if (RemoveBackupDialog->objectName().isEmpty()) RemoveBackupDialog->setObjectName(QString::fromUtf8("RemoveBackupDialog")); RemoveBackupDialog->resize(540, 350); RemoveBackupDialog->setMinimumSize(QSize(536, 350)); RemoveBackupDialog->setStyleSheet(QString::fromUtf8("QDialog{\n" "background-color:#ECECEC;\n" "}\n" "\n" "QRadioButton::indicator{\n" "width: 13px;\n" "height: 13px;\n" "}\n" "QLabel\n" "{\n" "font-family:Lato Regular;\n" "}")); verticalLayout = new QVBoxLayout(RemoveBackupDialog); verticalLayout->setSpacing(10); verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); verticalLayout->setContentsMargins(24, 24, 24, 24); lTitle = new QLabel(RemoveBackupDialog); lTitle->setObjectName(QString::fromUtf8("lTitle")); lTitle->setStyleSheet(QString::fromUtf8("QLabel{\n" "font-family: SF Pro Text Regular;\n" "font-size:16px;\n" "color:#333333;\n" "}")); verticalLayout->addWidget(lTitle); lSecondaryText = new QLabel(RemoveBackupDialog); lSecondaryText->setObjectName(QString::fromUtf8("lSecondaryText")); lSecondaryText->setStyleSheet(QString::fromUtf8("QLabel{\n" "font-size:12px;\n" "color:#666666;\n" "}")); lSecondaryText->setWordWrap(true); verticalLayout->addWidget(lSecondaryText); verticalLayout_2 = new QVBoxLayout(); verticalLayout_2->setSpacing(4); verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2")); verticalLayout_2->setContentsMargins(16, 15, -1, 15); rMoveFolder = new QRadioButton(RemoveBackupDialog); rMoveFolder->setObjectName(QString::fromUtf8("rMoveFolder")); rMoveFolder->setStyleSheet(QString::fromUtf8("*{\n" "font-family:Lato Medium;\n" "font-size:14px;\n" "color:#111111;\n" "}")); verticalLayout_2->addWidget(rMoveFolder); lMoveFolder = new QLabel(RemoveBackupDialog); lMoveFolder->setObjectName(QString::fromUtf8("lMoveFolder")); lMoveFolder->setMinimumSize(QSize(0, 0)); lMoveFolder->setStyleSheet(QString::fromUtf8("QLabel{\n" "font-size:11px;\n" "color: #333333;\n" "padding-left:15px;\n" "}")); lMoveFolder->setWordWrap(true); verticalLayout_2->addWidget(lMoveFolder); horizontalLayout = new QHBoxLayout(); horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); horizontalLayout->setContentsMargins(15, -1, -1, 0); moveToContainer = new QWidget(RemoveBackupDialog); moveToContainer->setObjectName(QString::fromUtf8("moveToContainer")); moveToContainer->setMinimumSize(QSize(0, 28)); moveToContainer->setMaximumSize(QSize(16777215, 28)); moveToContainer->setStyleSheet(QString::fromUtf8("#moveToContainer{\n" "background-color:#E2E2E2;\n" "border-radius:3px;\n" "}\n" "\n" "*::disabled\n" "{\n" "color: rgba(0, 0, 0, 0.2)\n" "}\n" "\n" "")); horizontalLayout_3 = new QHBoxLayout(moveToContainer); horizontalLayout_3->setSpacing(7); horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3")); horizontalLayout_3->setContentsMargins(8, 0, 4, 0); label_5 = new QLabel(moveToContainer); label_5->setObjectName(QString::fromUtf8("label_5")); label_5->setStyleSheet(QString::fromUtf8("QLabel{\n" "font-family:SF Pro Regular;\n" "font-size:13px;\n" "}")); horizontalLayout_3->addWidget(label_5, 0, Qt::AlignVCenter); lTarget = new QLineEdit(moveToContainer); lTarget->setObjectName(QString::fromUtf8("lTarget")); lTarget->setMinimumSize(QSize(0, 20)); lTarget->setMaximumSize(QSize(16777215, 20)); lTarget->setStyleSheet(QString::fromUtf8("QLineEdit{\n" "font-family:SF NS Display Regular;\n" "font-size:13px;\n" "}")); horizontalLayout_3->addWidget(lTarget, 0, Qt::AlignVCenter); bChange = new QPushButton(moveToContainer); bChange->setObjectName(QString::fromUtf8("bChange")); bChange->setMinimumSize(QSize(0, 20)); bChange->setMaximumSize(QSize(16777215, 20)); horizontalLayout_3->addWidget(bChange, 0, Qt::AlignVCenter); horizontalLayout->addWidget(moveToContainer); verticalLayout_2->addLayout(horizontalLayout); verticalSpacer = new QSpacerItem(10, 20, QSizePolicy::Minimum, QSizePolicy::Fixed); verticalLayout_2->addItem(verticalSpacer); rDeleteFolder = new QRadioButton(RemoveBackupDialog); rDeleteFolder->setObjectName(QString::fromUtf8("rDeleteFolder")); rDeleteFolder->setStyleSheet(QString::fromUtf8("*{\n" "font-family:Lato Medium;\n" "font-size:14px;\n" "color:#111111;\n" "}")); verticalLayout_2->addWidget(rDeleteFolder); lDeleteFolder = new QLabel(RemoveBackupDialog); lDeleteFolder->setObjectName(QString::fromUtf8("lDeleteFolder")); lDeleteFolder->setStyleSheet(QString::fromUtf8("QLabel{\n" "font-size:11px;\n" "color: #333333;\n" "padding-left:15px;\n" "}")); lDeleteFolder->setWordWrap(true); verticalLayout_2->addWidget(lDeleteFolder); verticalSpacer_2 = new QSpacerItem(20, 0, QSizePolicy::Minimum, QSizePolicy::Expanding); verticalLayout_2->addItem(verticalSpacer_2); verticalLayout->addLayout(verticalLayout_2); line = new QFrame(RemoveBackupDialog); line->setObjectName(QString::fromUtf8("line")); line->setStyleSheet(QString::fromUtf8("QFrame{\n" "color:rgba(0,0,0,0.1);\n" "}")); line->setFrameShadow(QFrame::Plain); line->setFrameShape(QFrame::HLine); verticalLayout->addWidget(line); horizontalLayout_2 = new QHBoxLayout(); horizontalLayout_2->setSpacing(10); horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2")); horizontalLayout_2->setContentsMargins(-1, -1, -1, 0); horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout_2->addItem(horizontalSpacer); bConfirm = new QPushButton(RemoveBackupDialog); bConfirm->setObjectName(QString::fromUtf8("bConfirm")); horizontalLayout_2->addWidget(bConfirm); bCancel = new QPushButton(RemoveBackupDialog); bCancel->setObjectName(QString::fromUtf8("bCancel")); horizontalLayout_2->addWidget(bCancel); verticalLayout->addLayout(horizontalLayout_2); retranslateUi(RemoveBackupDialog); bConfirm->setDefault(true); bCancel->setDefault(false); QMetaObject::connectSlotsByName(RemoveBackupDialog); } // setupUi void retranslateUi(QDialog *RemoveBackupDialog) { RemoveBackupDialog->setWindowTitle(QCoreApplication::translate("RemoveBackupDialog", "Stop backup", nullptr)); lTitle->setText(QCoreApplication::translate("RemoveBackupDialog", "Stop backing up folder?", nullptr)); lSecondaryText->setText(QCoreApplication::translate("RemoveBackupDialog", "To stop backing up this folder, you need to either move it or delete it.", nullptr)); rMoveFolder->setText(QCoreApplication::translate("RemoveBackupDialog", "Move folder", nullptr)); lMoveFolder->setText(QCoreApplication::translate("RemoveBackupDialog", "Move this folder from backups to another location in your cloud drive to get full access to your data. This folder will stop being backed up.", nullptr)); label_5->setText(QCoreApplication::translate("RemoveBackupDialog", "Move to:", nullptr)); lTarget->setText(QString()); bChange->setText(QCoreApplication::translate("RemoveBackupDialog", "Change", nullptr)); rDeleteFolder->setText(QCoreApplication::translate("RemoveBackupDialog", "Delete folder permanently", nullptr)); lDeleteFolder->setText(QCoreApplication::translate("RemoveBackupDialog", "Folder will be deleted from MEGA. It won't be deleted from your computer. This action cannot be undone.", nullptr)); bConfirm->setText(QCoreApplication::translate("RemoveBackupDialog", "Confirm", nullptr)); bCancel->setText(QCoreApplication::translate("RemoveBackupDialog", "Cancel", nullptr)); } // retranslateUi }; namespace Ui { class RemoveBackupDialog: public Ui_RemoveBackupDialog {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_REMOVEBACKUPDIALOG_H