/******************************************************************************** ** Form generated from reading UI file 'DownloadFromMegaDialog.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_DOWNLOADFROMMEGADIALOG_H #define UI_DOWNLOADFROMMEGADIALOG_H #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_DownloadFromMegaDialog { public: QVBoxLayout *verticalLayout; QLabel *infoLabel; QWidget *widget; QHBoxLayout *horizontalLayout; QLabel *label_2; QLineEdit *eFolderPath; QPushButton *bChange; QCheckBox *cDefaultPath; QWidget *bLayout; QHBoxLayout *horizontalLayout_2; QSpacerItem *horizontalSpacer; QPushButton *bOK; QPushButton *bCancel; void setupUi(QDialog *DownloadFromMegaDialog) { if (DownloadFromMegaDialog->objectName().isEmpty()) DownloadFromMegaDialog->setObjectName(QString::fromUtf8("DownloadFromMegaDialog")); DownloadFromMegaDialog->resize(430, 160); DownloadFromMegaDialog->setMinimumSize(QSize(430, 160)); DownloadFromMegaDialog->setMaximumSize(QSize(430, 160)); DownloadFromMegaDialog->setStyleSheet(QString::fromUtf8("QCheckBox::indicator {\n" " width: 16px;\n" " height: 16px;\n" " }\n" "\n" "QRadioButton::indicator {\n" " width: 16px;\n" " height: 16px;\n" " }\n" "\n" "QScrollBar:horizontal {\n" "height: 16px;\n" "}\n" "")); verticalLayout = new QVBoxLayout(DownloadFromMegaDialog); verticalLayout->setSpacing(0); verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); infoLabel = new QLabel(DownloadFromMegaDialog); infoLabel->setObjectName(QString::fromUtf8("infoLabel")); infoLabel->setMinimumSize(QSize(0, 24)); infoLabel->setMaximumSize(QSize(16777215, 24)); infoLabel->setAlignment(Qt::AlignBottom|Qt::AlignHCenter); verticalLayout->addWidget(infoLabel); widget = new QWidget(DownloadFromMegaDialog); widget->setObjectName(QString::fromUtf8("widget")); horizontalLayout = new QHBoxLayout(widget); horizontalLayout->setSpacing(6); horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); horizontalLayout->setContentsMargins(9, 0, 0, 0); label_2 = new QLabel(widget); label_2->setObjectName(QString::fromUtf8("label_2")); horizontalLayout->addWidget(label_2); eFolderPath = new QLineEdit(widget); eFolderPath->setObjectName(QString::fromUtf8("eFolderPath")); eFolderPath->setEnabled(true); eFolderPath->setReadOnly(true); horizontalLayout->addWidget(eFolderPath); bChange = new QPushButton(widget); bChange->setObjectName(QString::fromUtf8("bChange")); bChange->setFlat(false); horizontalLayout->addWidget(bChange); verticalLayout->addWidget(widget); cDefaultPath = new QCheckBox(DownloadFromMegaDialog); cDefaultPath->setObjectName(QString::fromUtf8("cDefaultPath")); cDefaultPath->setEnabled(true); cDefaultPath->setStyleSheet(QString::fromUtf8("margin-left: 9px;")); cDefaultPath->setChecked(false); verticalLayout->addWidget(cDefaultPath); bLayout = new QWidget(DownloadFromMegaDialog); bLayout->setObjectName(QString::fromUtf8("bLayout")); bLayout->setMaximumSize(QSize(16777215, 40)); horizontalLayout_2 = new QHBoxLayout(bLayout); horizontalLayout_2->setSpacing(6); horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2")); horizontalLayout_2->setContentsMargins(0, 12, 0, 0); horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout_2->addItem(horizontalSpacer); bOK = new QPushButton(bLayout); bOK->setObjectName(QString::fromUtf8("bOK")); horizontalLayout_2->addWidget(bOK); bCancel = new QPushButton(bLayout); bCancel->setObjectName(QString::fromUtf8("bCancel")); horizontalLayout_2->addWidget(bCancel); verticalLayout->addWidget(bLayout); retranslateUi(DownloadFromMegaDialog); QObject::connect(bCancel, SIGNAL(clicked()), DownloadFromMegaDialog, SLOT(reject())); QMetaObject::connectSlotsByName(DownloadFromMegaDialog); } // setupUi void retranslateUi(QDialog *DownloadFromMegaDialog) { DownloadFromMegaDialog->setWindowTitle(QCoreApplication::translate("DownloadFromMegaDialog", "Download from MEGA", nullptr)); infoLabel->setText(QCoreApplication::translate("DownloadFromMegaDialog", "Please select the download folder for your files:", nullptr)); label_2->setText(QCoreApplication::translate("DownloadFromMegaDialog", "Local folder:", nullptr)); bChange->setText(QCoreApplication::translate("DownloadFromMegaDialog", "Choose", nullptr)); cDefaultPath->setText(QCoreApplication::translate("DownloadFromMegaDialog", "Always download to this destination", nullptr)); bOK->setText(QCoreApplication::translate("DownloadFromMegaDialog", "OK", nullptr)); bCancel->setText(QCoreApplication::translate("DownloadFromMegaDialog", "Cancel", nullptr)); } // retranslateUi }; namespace Ui { class DownloadFromMegaDialog: public Ui_DownloadFromMegaDialog {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_DOWNLOADFROMMEGADIALOG_H