/******************************************************************************** ** Form generated from reading UI file 'PasteMegaLinksDialog.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_PASTEMEGALINKSDIALOG_H #define UI_PASTEMEGALINKSDIALOG_H #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_PasteMegaLinksDialog { public: QVBoxLayout *verticalLayout; QLabel *lHeader; QPlainTextEdit *eLinks; QWidget *bLayout; QHBoxLayout *horizontalLayout; QSpacerItem *horizontalSpacer; QPushButton *bSubmit; QPushButton *bCancel; void setupUi(QDialog *PasteMegaLinksDialog) { if (PasteMegaLinksDialog->objectName().isEmpty()) PasteMegaLinksDialog->setObjectName(QString::fromUtf8("PasteMegaLinksDialog")); PasteMegaLinksDialog->resize(460, 460); PasteMegaLinksDialog->setMinimumSize(QSize(0, 0)); PasteMegaLinksDialog->setMaximumSize(QSize(16777215, 16777215)); PasteMegaLinksDialog->setStyleSheet(QString::fromUtf8("QWidget\n" "{\n" "font-size: 11px;\n" "}\n" "\n" "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" "\n" "QPushButton\n" "{\n" " min-height: 14px;\n" " height: 14px;\n" "}\n" "\n" "#PasteMegaLinksDialog\n" "{\n" " background-color: #f1f1f1;\n" "}\n" "")); verticalLayout = new QVBoxLayout(PasteMegaLinksDialog); #ifndef Q_OS_MAC verticalLayout->setSpacing(6); #endif #ifndef Q_OS_MAC verticalLayout->setContentsMargins(9, 9, 9, 9); #endif verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); lHeader = new QLabel(PasteMegaLinksDialog); lHeader->setObjectName(QString::fromUtf8("lHeader")); lHeader->setAlignment(Qt::AlignCenter); verticalLayout->addWidget(lHeader); eLinks = new QPlainTextEdit(PasteMegaLinksDialog); eLinks->setObjectName(QString::fromUtf8("eLinks")); eLinks->setVerticalScrollBarPolicy(Qt::ScrollBarAsNeeded); eLinks->setHorizontalScrollBarPolicy(Qt::ScrollBarAsNeeded); eLinks->setTabChangesFocus(true); eLinks->setLineWrapMode(QPlainTextEdit::NoWrap); eLinks->setCenterOnScroll(false); verticalLayout->addWidget(eLinks); bLayout = new QWidget(PasteMegaLinksDialog); bLayout->setObjectName(QString::fromUtf8("bLayout")); bLayout->setMinimumSize(QSize(0, 26)); bLayout->setMaximumSize(QSize(16777215, 26)); horizontalLayout = new QHBoxLayout(bLayout); horizontalLayout->setContentsMargins(0, 0, 0, 0); horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout->addItem(horizontalSpacer); bSubmit = new QPushButton(bLayout); bSubmit->setObjectName(QString::fromUtf8("bSubmit")); horizontalLayout->addWidget(bSubmit); bCancel = new QPushButton(bLayout); bCancel->setObjectName(QString::fromUtf8("bCancel")); horizontalLayout->addWidget(bCancel); verticalLayout->addWidget(bLayout); retranslateUi(PasteMegaLinksDialog); QObject::connect(bCancel, SIGNAL(clicked()), PasteMegaLinksDialog, SLOT(reject())); QMetaObject::connectSlotsByName(PasteMegaLinksDialog); } // setupUi void retranslateUi(QDialog *PasteMegaLinksDialog) { PasteMegaLinksDialog->setWindowTitle(QCoreApplication::translate("PasteMegaLinksDialog", "Open links", nullptr)); lHeader->setText(QCoreApplication::translate("PasteMegaLinksDialog", "Enter one or multiple MEGA file links", nullptr)); bSubmit->setText(QCoreApplication::translate("PasteMegaLinksDialog", "Submit", nullptr)); bCancel->setText(QCoreApplication::translate("PasteMegaLinksDialog", "Cancel", nullptr)); } // retranslateUi }; namespace Ui { class PasteMegaLinksDialog: public Ui_PasteMegaLinksDialog {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_PASTEMEGALINKSDIALOG_H