| 1 | /******************************************************************************** |
| 2 | ** Form generated from reading UI file 'MergePullRequestDlg.ui' |
| 3 | ** |
| 4 | ** Created by: Qt User Interface Compiler version 5.15.7 |
| 5 | ** |
| 6 | ** WARNING! All changes made in this file will be lost when recompiling UI file! |
| 7 | ********************************************************************************/ |
| 8 | |
| 9 | #ifndef UI_MERGEPULLREQUESTDLG_H |
| 10 | #define UI_MERGEPULLREQUESTDLG_H |
| 11 | |
| 12 | #include <QtCore/QVariant> |
| 13 | #include <QtWidgets/QApplication> |
| 14 | #include <QtWidgets/QDialog> |
| 15 | #include <QtWidgets/QFormLayout> |
| 16 | #include <QtWidgets/QHBoxLayout> |
| 17 | #include <QtWidgets/QLabel> |
| 18 | #include <QtWidgets/QLineEdit> |
| 19 | #include <QtWidgets/QPushButton> |
| 20 | #include <QtWidgets/QSpacerItem> |
| 21 | #include <QtWidgets/QVBoxLayout> |
| 22 | |
| 23 | QT_BEGIN_NAMESPACE |
| 24 | |
| 25 | class Ui_MergePullRequestDlg |
| 26 | { |
| 27 | public: |
| 28 | QVBoxLayout *verticalLayout; |
| 29 | QFormLayout *formLayout; |
| 30 | QLabel *label; |
| 31 | QLineEdit *leTitle; |
| 32 | QLabel *label_2; |
| 33 | QLineEdit *leMessage; |
| 34 | QHBoxLayout *horizontalLayout; |
| 35 | QPushButton *pbCancel; |
| 36 | QSpacerItem *horizontalSpacer; |
| 37 | QPushButton *pbMerge; |
| 38 | |
| 39 | void setupUi(QDialog *MergePullRequestDlg) |
| 40 | { |
| 41 | if (MergePullRequestDlg->objectName().isEmpty()) |
| 42 | MergePullRequestDlg->setObjectName(QString::fromUtf8("MergePullRequestDlg" )); |
| 43 | MergePullRequestDlg->resize(381, 106); |
| 44 | verticalLayout = new QVBoxLayout(MergePullRequestDlg); |
| 45 | verticalLayout->setObjectName(QString::fromUtf8("verticalLayout" )); |
| 46 | formLayout = new QFormLayout(); |
| 47 | formLayout->setObjectName(QString::fromUtf8("formLayout" )); |
| 48 | label = new QLabel(MergePullRequestDlg); |
| 49 | label->setObjectName(QString::fromUtf8("label" )); |
| 50 | |
| 51 | formLayout->setWidget(0, QFormLayout::LabelRole, label); |
| 52 | |
| 53 | leTitle = new QLineEdit(MergePullRequestDlg); |
| 54 | leTitle->setObjectName(QString::fromUtf8("leTitle" )); |
| 55 | |
| 56 | formLayout->setWidget(0, QFormLayout::FieldRole, leTitle); |
| 57 | |
| 58 | label_2 = new QLabel(MergePullRequestDlg); |
| 59 | label_2->setObjectName(QString::fromUtf8("label_2" )); |
| 60 | |
| 61 | formLayout->setWidget(1, QFormLayout::LabelRole, label_2); |
| 62 | |
| 63 | leMessage = new QLineEdit(MergePullRequestDlg); |
| 64 | leMessage->setObjectName(QString::fromUtf8("leMessage" )); |
| 65 | |
| 66 | formLayout->setWidget(1, QFormLayout::FieldRole, leMessage); |
| 67 | |
| 68 | |
| 69 | verticalLayout->addLayout(formLayout); |
| 70 | |
| 71 | horizontalLayout = new QHBoxLayout(); |
| 72 | horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout" )); |
| 73 | pbCancel = new QPushButton(MergePullRequestDlg); |
| 74 | pbCancel->setObjectName(QString::fromUtf8("pbCancel" )); |
| 75 | |
| 76 | horizontalLayout->addWidget(pbCancel); |
| 77 | |
| 78 | horizontalSpacer = new QSpacerItem(188, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
| 79 | |
| 80 | horizontalLayout->addItem(horizontalSpacer); |
| 81 | |
| 82 | pbMerge = new QPushButton(MergePullRequestDlg); |
| 83 | pbMerge->setObjectName(QString::fromUtf8("pbMerge" )); |
| 84 | |
| 85 | horizontalLayout->addWidget(pbMerge); |
| 86 | |
| 87 | |
| 88 | verticalLayout->addLayout(horizontalLayout); |
| 89 | |
| 90 | |
| 91 | retranslateUi(MergePullRequestDlg); |
| 92 | |
| 93 | QMetaObject::connectSlotsByName(MergePullRequestDlg); |
| 94 | } // setupUi |
| 95 | |
| 96 | void retranslateUi(QDialog *MergePullRequestDlg) |
| 97 | { |
| 98 | MergePullRequestDlg->setWindowTitle(QCoreApplication::translate("MergePullRequestDlg" , "Merge" , nullptr)); |
| 99 | label->setText(QCoreApplication::translate("MergePullRequestDlg" , "Title:" , nullptr)); |
| 100 | label_2->setText(QCoreApplication::translate("MergePullRequestDlg" , "Message:" , nullptr)); |
| 101 | pbCancel->setText(QCoreApplication::translate("MergePullRequestDlg" , "Cancel" , nullptr)); |
| 102 | pbMerge->setText(QCoreApplication::translate("MergePullRequestDlg" , "Merge" , nullptr)); |
| 103 | } // retranslateUi |
| 104 | |
| 105 | }; |
| 106 | |
| 107 | namespace Ui { |
| 108 | class MergePullRequestDlg: public Ui_MergePullRequestDlg {}; |
| 109 | } // namespace Ui |
| 110 | |
| 111 | QT_END_NAMESPACE |
| 112 | |
| 113 | #endif // UI_MERGEPULLREQUESTDLG_H |
| 114 | |