/******************************************************************************** ** Form generated from reading UI file 'MegaProgressCustomDialog.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_MEGAPROGRESSCUSTOMDIALOG_H #define UI_MEGAPROGRESSCUSTOMDIALOG_H #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_MegaProgressCustomDialog { public: QVBoxLayout *verticalLayout; QLabel *label; QProgressBar *progressBar; void setupUi(QDialog *MegaProgressCustomDialog) { if (MegaProgressCustomDialog->objectName().isEmpty()) MegaProgressCustomDialog->setObjectName(QString::fromUtf8("MegaProgressCustomDialog")); MegaProgressCustomDialog->resize(380, 70); MegaProgressCustomDialog->setStyleSheet(QString::fromUtf8("label\n" "{\n" " font-size: 13px;\n" " text-align: center;\n" " font-family: \"Lato\";\n" "\n" "}\n" "\n" "#MegaProgressCustomDialog\n" "{\n" " background-color: #f1f1f1;\n" "}")); verticalLayout = new QVBoxLayout(MegaProgressCustomDialog); verticalLayout->setSpacing(12); verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); label = new QLabel(MegaProgressCustomDialog); label->setObjectName(QString::fromUtf8("label")); QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Preferred); sizePolicy.setHorizontalStretch(0); sizePolicy.setVerticalStretch(0); sizePolicy.setHeightForWidth(label->sizePolicy().hasHeightForWidth()); label->setSizePolicy(sizePolicy); label->setAlignment(Qt::AlignCenter); verticalLayout->addWidget(label); progressBar = new QProgressBar(MegaProgressCustomDialog); progressBar->setObjectName(QString::fromUtf8("progressBar")); progressBar->setMaximum(0); progressBar->setValue(-1); progressBar->setAlignment(Qt::AlignCenter); verticalLayout->addWidget(progressBar); retranslateUi(MegaProgressCustomDialog); QMetaObject::connectSlotsByName(MegaProgressCustomDialog); } // setupUi void retranslateUi(QDialog *MegaProgressCustomDialog) { MegaProgressCustomDialog->setWindowTitle(QCoreApplication::translate("MegaProgressCustomDialog", "MEGAsync", nullptr)); label->setText(QCoreApplication::translate("MegaProgressCustomDialog", "Please wait...", nullptr)); progressBar->setFormat(QString()); } // retranslateUi }; namespace Ui { class MegaProgressCustomDialog: public Ui_MegaProgressCustomDialog {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_MEGAPROGRESSCUSTOMDIALOG_H