/******************************************************************************** ** Form generated from reading UI file 'BackupNameConflictDialog.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_BACKUPNAMECONFLICTDIALOG_H #define UI_BACKUPNAMECONFLICTDIALOG_H #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_BackupNameConflictDialog { public: QVBoxLayout *verticalLayout; QGridLayout *gridLayout; QLabel *lTitle; QLabel *lConflictText; QLabel *lToBackupCenterText; QLabel *lWarningIcon; QScrollArea *scrollArea; QWidget *wConflictZone; QVBoxLayout *scrollAreaLayout; QHBoxLayout *buttonBoxLayout; QDialogButtonBox *buttonBox; void setupUi(QDialog *BackupNameConflictDialog) { if (BackupNameConflictDialog->objectName().isEmpty()) BackupNameConflictDialog->setObjectName(QString::fromUtf8("BackupNameConflictDialog")); BackupNameConflictDialog->resize(560, 380); BackupNameConflictDialog->setMinimumSize(QSize(560, 380)); BackupNameConflictDialog->setStyleSheet(QString::fromUtf8("QDialog\n" "{\n" "background-color: #FAFAFA;\n" "}\n" "\n" "QTextBrowser\n" "{\n" "font-family: 'SF Pro';\n" "font-style: normal;\n" "font-weight: 400;\n" "font-size: 14px;\n" "line-height: 20px;\n" "background: transparent;\n" "}\n" "QLabel\n" "{\n" "font-family: 'SF Pro';\n" "font-style: normal;\n" "font-weight: 400;\n" "font-size: 14px;\n" "line-height: 20px;\n" "background: transparent;\n" "}")); verticalLayout = new QVBoxLayout(BackupNameConflictDialog); verticalLayout->setSpacing(8); verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); verticalLayout->setContentsMargins(0, -1, 0, -1); gridLayout = new QGridLayout(); gridLayout->setObjectName(QString::fromUtf8("gridLayout")); gridLayout->setHorizontalSpacing(20); gridLayout->setVerticalSpacing(12); gridLayout->setContentsMargins(24, -1, 24, 16); lTitle = new QLabel(BackupNameConflictDialog); lTitle->setObjectName(QString::fromUtf8("lTitle")); lTitle->setStyleSheet(QString::fromUtf8("*{\n" "font-family: 'Inter';\n" "font-style: normal;\n" "font-weight: 500;\n" "font-size: 16px;\n" "line-height: 24px;\n" "}")); gridLayout->addWidget(lTitle, 0, 1, 1, 1); lConflictText = new QLabel(BackupNameConflictDialog); lConflictText->setObjectName(QString::fromUtf8("lConflictText")); QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred); sizePolicy.setHorizontalStretch(0); sizePolicy.setVerticalStretch(0); sizePolicy.setHeightForWidth(lConflictText->sizePolicy().hasHeightForWidth()); lConflictText->setSizePolicy(sizePolicy); lConflictText->setMinimumSize(QSize(0, 50)); lConflictText->setStyleSheet(QString::fromUtf8("*\n" "{\n" "font-family: 'Inter';\n" "}")); lConflictText->setText(QString::fromUtf8("Conflict text")); lConflictText->setWordWrap(true); gridLayout->addWidget(lConflictText, 1, 1, 1, 1); lToBackupCenterText = new QLabel(BackupNameConflictDialog); lToBackupCenterText->setObjectName(QString::fromUtf8("lToBackupCenterText")); sizePolicy.setHeightForWidth(lToBackupCenterText->sizePolicy().hasHeightForWidth()); lToBackupCenterText->setSizePolicy(sizePolicy); lToBackupCenterText->setMinimumSize(QSize(0, 50)); lToBackupCenterText->setStyleSheet(QString::fromUtf8("*\n" "{\n" "color: #AA1A00;\n" "font-family: 'Inter';\n" "}")); lToBackupCenterText->setText(QString::fromUtf8("to backup center text")); lToBackupCenterText->setTextFormat(Qt::PlainText); lToBackupCenterText->setWordWrap(true); lToBackupCenterText->setTextInteractionFlags(Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse); gridLayout->addWidget(lToBackupCenterText, 2, 1, 1, 1); lWarningIcon = new QLabel(BackupNameConflictDialog); lWarningIcon->setObjectName(QString::fromUtf8("lWarningIcon")); lWarningIcon->setPixmap(QPixmap(QString::fromUtf8(":/images/icon_warning.png"))); gridLayout->addWidget(lWarningIcon, 0, 0, 2, 1, Qt::AlignTop); gridLayout->setColumnStretch(1, 1); verticalLayout->addLayout(gridLayout); scrollArea = new QScrollArea(BackupNameConflictDialog); scrollArea->setObjectName(QString::fromUtf8("scrollArea")); scrollArea->setStyleSheet(QString::fromUtf8("#wConflictZone\n" "{\n" "background-color: #ECECEC;\n" "}")); scrollArea->setFrameShape(QFrame::NoFrame); scrollArea->setFrameShadow(QFrame::Plain); scrollArea->setLineWidth(0); scrollArea->setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff); scrollArea->setWidgetResizable(true); wConflictZone = new QWidget(); wConflictZone->setObjectName(QString::fromUtf8("wConflictZone")); wConflictZone->setGeometry(QRect(0, 0, 560, 141)); scrollAreaLayout = new QVBoxLayout(wConflictZone); scrollAreaLayout->setSpacing(0); scrollAreaLayout->setObjectName(QString::fromUtf8("scrollAreaLayout")); scrollAreaLayout->setContentsMargins(0, 0, 0, 0); scrollArea->setWidget(wConflictZone); verticalLayout->addWidget(scrollArea); buttonBoxLayout = new QHBoxLayout(); buttonBoxLayout->setSpacing(0); buttonBoxLayout->setObjectName(QString::fromUtf8("buttonBoxLayout")); buttonBoxLayout->setContentsMargins(24, 12, 24, 10); buttonBox = new QDialogButtonBox(BackupNameConflictDialog); buttonBox->setObjectName(QString::fromUtf8("buttonBox")); buttonBox->setOrientation(Qt::Horizontal); buttonBox->setStandardButtons(QDialogButtonBox::Apply|QDialogButtonBox::Cancel); buttonBox->setCenterButtons(false); buttonBoxLayout->addWidget(buttonBox); verticalLayout->addLayout(buttonBoxLayout); retranslateUi(BackupNameConflictDialog); QObject::connect(buttonBox, SIGNAL(rejected()), BackupNameConflictDialog, SLOT(reject())); QObject::connect(buttonBox, SIGNAL(accepted()), BackupNameConflictDialog, SLOT(accept())); QMetaObject::connectSlotsByName(BackupNameConflictDialog); } // setupUi void retranslateUi(QDialog *BackupNameConflictDialog) { lTitle->setText(QCoreApplication::translate("BackupNameConflictDialog", "Rename folder", nullptr)); (void)BackupNameConflictDialog; } // retranslateUi }; namespace Ui { class BackupNameConflictDialog: public Ui_BackupNameConflictDialog {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_BACKUPNAMECONFLICTDIALOG_H