/******************************************************************************** ** Form generated from reading UI file 'BindFolderDialog.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_BINDFOLDERDIALOG_H #define UI_BINDFOLDERDIALOG_H #include #include #include #include #include #include #include #include #include #include #include "syncs/gui/Twoways/FolderBinder.h" QT_BEGIN_NAMESPACE class Ui_BindFolderDialog { public: QVBoxLayout *verticalLayout; QLabel *label; QGroupBox *groupBox; QVBoxLayout *verticalLayout_2; FolderBinder *wBinder; QSpacerItem *verticalSpacer; QWidget *bLayout; QHBoxLayout *horizontalLayout; QSpacerItem *horizontalSpacer; QPushButton *bOK; QPushButton *bCancel; void setupUi(QDialog *BindFolderDialog) { if (BindFolderDialog->objectName().isEmpty()) BindFolderDialog->setObjectName(QString::fromUtf8("BindFolderDialog")); BindFolderDialog->resize(461, 201); verticalLayout = new QVBoxLayout(BindFolderDialog); verticalLayout->setSpacing(10); verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); verticalLayout->setContentsMargins(20, 10, 20, 10); label = new QLabel(BindFolderDialog); label->setObjectName(QString::fromUtf8("label")); label->setMaximumSize(QSize(128, 48)); label->setStyleSheet(QString::fromUtf8("border-image: url(\":/images/megasync_logo.png\");\n" "min-width: 128px;\n" "min-height: 48px;\n" "")); verticalLayout->addWidget(label, 0, Qt::AlignHCenter); groupBox = new QGroupBox(BindFolderDialog); groupBox->setObjectName(QString::fromUtf8("groupBox")); verticalLayout_2 = new QVBoxLayout(groupBox); verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2")); wBinder = new FolderBinder(groupBox); wBinder->setObjectName(QString::fromUtf8("wBinder")); verticalLayout_2->addWidget(wBinder); verticalLayout->addWidget(groupBox); verticalSpacer = new QSpacerItem(20, 0, QSizePolicy::Minimum, QSizePolicy::Expanding); verticalLayout->addItem(verticalSpacer); bLayout = new QWidget(BindFolderDialog); bLayout->setObjectName(QString::fromUtf8("bLayout")); bLayout->setMaximumSize(QSize(16777215, 26)); horizontalLayout = new QHBoxLayout(bLayout); horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); horizontalLayout->setContentsMargins(0, 0, 0, 0); horizontalSpacer = new QSpacerItem(40, 26, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout->addItem(horizontalSpacer); bOK = new QPushButton(bLayout); bOK->setObjectName(QString::fromUtf8("bOK")); horizontalLayout->addWidget(bOK); bCancel = new QPushButton(bLayout); bCancel->setObjectName(QString::fromUtf8("bCancel")); horizontalLayout->addWidget(bCancel); verticalLayout->addWidget(bLayout); retranslateUi(BindFolderDialog); QObject::connect(bCancel, SIGNAL(clicked()), BindFolderDialog, SLOT(reject())); QMetaObject::connectSlotsByName(BindFolderDialog); } // setupUi void retranslateUi(QDialog *BindFolderDialog) { BindFolderDialog->setWindowTitle(QCoreApplication::translate("BindFolderDialog", "Add folder", nullptr)); groupBox->setTitle(QCoreApplication::translate("BindFolderDialog", "Add synchronised folder", nullptr)); bOK->setText(QCoreApplication::translate("BindFolderDialog", "Add", nullptr)); bCancel->setText(QCoreApplication::translate("BindFolderDialog", "Cancel", nullptr)); } // retranslateUi }; namespace Ui { class BindFolderDialog: public Ui_BindFolderDialog {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_BINDFOLDERDIALOG_H