/******************************************************************************** ** Form generated from reading UI file 'AddExclusionDialog.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_ADDEXCLUSIONDIALOG_H #define UI_ADDEXCLUSIONDIALOG_H #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_AddExclusionDialog { public: QVBoxLayout *verticalLayout; QLabel *label; QLineEdit *eExclusionItem; QWidget *widget; QHBoxLayout *horizontalLayout; QPushButton *bChooseFile; QPushButton *bChoose; QSpacerItem *horizontalSpacer; QPushButton *bCancel; QPushButton *bOk; void setupUi(QDialog *AddExclusionDialog) { if (AddExclusionDialog->objectName().isEmpty()) AddExclusionDialog->setObjectName(QString::fromUtf8("AddExclusionDialog")); AddExclusionDialog->resize(490, 150); AddExclusionDialog->setMinimumSize(QSize(490, 150)); AddExclusionDialog->setMaximumSize(QSize(490, 150)); AddExclusionDialog->setStyleSheet(QString::fromUtf8("QWidget\n" "{\n" "font-size: 11px;\n" "}\n" "\n" "#AddExclusionDialog\n" "{\n" " background-color: #f1f1f1;\n" "}")); verticalLayout = new QVBoxLayout(AddExclusionDialog); verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); verticalLayout->setContentsMargins(12, 12, 12, 12); label = new QLabel(AddExclusionDialog); label->setObjectName(QString::fromUtf8("label")); label->setMinimumSize(QSize(0, 50)); label->setMaximumSize(QSize(16777215, 16777215)); label->setStyleSheet(QString::fromUtf8("font-style: normal;")); label->setWordWrap(true); verticalLayout->addWidget(label); eExclusionItem = new QLineEdit(AddExclusionDialog); eExclusionItem->setObjectName(QString::fromUtf8("eExclusionItem")); verticalLayout->addWidget(eExclusionItem); widget = new QWidget(AddExclusionDialog); widget->setObjectName(QString::fromUtf8("widget")); horizontalLayout = new QHBoxLayout(widget); horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); horizontalLayout->setContentsMargins(0, 0, 0, 0); bChooseFile = new QPushButton(widget); bChooseFile->setObjectName(QString::fromUtf8("bChooseFile")); bChooseFile->setMinimumSize(QSize(0, 16)); horizontalLayout->addWidget(bChooseFile); bChoose = new QPushButton(widget); bChoose->setObjectName(QString::fromUtf8("bChoose")); bChoose->setMinimumSize(QSize(0, 16)); horizontalLayout->addWidget(bChoose); horizontalSpacer = new QSpacerItem(293, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout->addItem(horizontalSpacer); bCancel = new QPushButton(widget); bCancel->setObjectName(QString::fromUtf8("bCancel")); bCancel->setMinimumSize(QSize(0, 16)); horizontalLayout->addWidget(bCancel); bOk = new QPushButton(widget); bOk->setObjectName(QString::fromUtf8("bOk")); bOk->setMinimumSize(QSize(0, 16)); horizontalLayout->addWidget(bOk); bCancel->raise(); bOk->raise(); bChoose->raise(); bChooseFile->raise(); verticalLayout->addWidget(widget); retranslateUi(AddExclusionDialog); QObject::connect(bCancel, SIGNAL(clicked()), AddExclusionDialog, SLOT(reject())); QMetaObject::connectSlotsByName(AddExclusionDialog); } // setupUi void retranslateUi(QDialog *AddExclusionDialog) { AddExclusionDialog->setWindowTitle(QCoreApplication::translate("AddExclusionDialog", "Add exclusion", nullptr)); label->setText(QCoreApplication::translate("AddExclusionDialog", "Enter a name, an absolute path (wildcards * and ? are allowed) or choose which file or folder you want to exclude from the synchronization", nullptr)); bChooseFile->setText(QCoreApplication::translate("AddExclusionDialog", "Choose File", nullptr)); bChoose->setText(QCoreApplication::translate("AddExclusionDialog", "Choose Folder", nullptr)); bCancel->setText(QCoreApplication::translate("AddExclusionDialog", "Cancel", nullptr)); bOk->setText(QCoreApplication::translate("AddExclusionDialog", "OK", nullptr)); } // retranslateUi }; namespace Ui { class AddExclusionDialog: public Ui_AddExclusionDialog {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_ADDEXCLUSIONDIALOG_H