| 1 | /******************************************************************************** |
| 2 | ** Form generated from reading UI file 'gitmergedialog.ui' |
| 3 | ** |
| 4 | ** Created by: Qt User Interface Compiler version 5.15.3 |
| 5 | ** |
| 6 | ** WARNING! All changes made in this file will be lost when recompiling UI file! |
| 7 | ********************************************************************************/ |
| 8 | |
| 9 | #ifndef UI_GITMERGEDIALOG_H |
| 10 | #define UI_GITMERGEDIALOG_H |
| 11 | |
| 12 | #include <QtCore/QVariant> |
| 13 | #include <QtWidgets/QApplication> |
| 14 | #include <QtWidgets/QCheckBox> |
| 15 | #include <QtWidgets/QComboBox> |
| 16 | #include <QtWidgets/QDialog> |
| 17 | #include <QtWidgets/QFrame> |
| 18 | #include <QtWidgets/QGridLayout> |
| 19 | #include <QtWidgets/QGroupBox> |
| 20 | #include <QtWidgets/QHBoxLayout> |
| 21 | #include <QtWidgets/QPlainTextEdit> |
| 22 | #include <QtWidgets/QPushButton> |
| 23 | #include <QtWidgets/QRadioButton> |
| 24 | #include <QtWidgets/QSpacerItem> |
| 25 | #include <QtWidgets/QVBoxLayout> |
| 26 | |
| 27 | QT_BEGIN_NAMESPACE |
| 28 | |
| 29 | class Ui_GitMergeDialog |
| 30 | { |
| 31 | public: |
| 32 | QVBoxLayout *verticalLayout; |
| 33 | QGroupBox *groupBox; |
| 34 | QGridLayout *gridLayout; |
| 35 | QRadioButton *rbBranch; |
| 36 | QComboBox *cbBranch; |
| 37 | QGroupBox *grpOptions; |
| 38 | QGridLayout *gridLayout_2; |
| 39 | QCheckBox *chkNoCommit; |
| 40 | QCheckBox *chkSquash; |
| 41 | QCheckBox *chkNoFastFoward; |
| 42 | QCheckBox *chkFastForwardOnly; |
| 43 | QGroupBox *groupBox_3; |
| 44 | QHBoxLayout *horizontalLayout; |
| 45 | QPlainTextEdit *txtMergeMessage; |
| 46 | QFrame *frame; |
| 47 | QHBoxLayout *horizontalLayout_2; |
| 48 | QSpacerItem *horizontalSpacer; |
| 49 | QPushButton *btnOk; |
| 50 | QPushButton *btnCancel; |
| 51 | |
| 52 | void setupUi(QDialog *GitMergeDialog) |
| 53 | { |
| 54 | if (GitMergeDialog->objectName().isEmpty()) |
| 55 | GitMergeDialog->setObjectName(QString::fromUtf8("GitMergeDialog" )); |
| 56 | GitMergeDialog->resize(597, 508); |
| 57 | verticalLayout = new QVBoxLayout(GitMergeDialog); |
| 58 | verticalLayout->setObjectName(QString::fromUtf8("verticalLayout" )); |
| 59 | groupBox = new QGroupBox(GitMergeDialog); |
| 60 | groupBox->setObjectName(QString::fromUtf8("groupBox" )); |
| 61 | gridLayout = new QGridLayout(groupBox); |
| 62 | gridLayout->setObjectName(QString::fromUtf8("gridLayout" )); |
| 63 | rbBranch = new QRadioButton(groupBox); |
| 64 | rbBranch->setObjectName(QString::fromUtf8("rbBranch" )); |
| 65 | |
| 66 | gridLayout->addWidget(rbBranch, 0, 0, 1, 1); |
| 67 | |
| 68 | cbBranch = new QComboBox(groupBox); |
| 69 | cbBranch->setObjectName(QString::fromUtf8("cbBranch" )); |
| 70 | QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed); |
| 71 | sizePolicy.setHorizontalStretch(0); |
| 72 | sizePolicy.setVerticalStretch(0); |
| 73 | sizePolicy.setHeightForWidth(cbBranch->sizePolicy().hasHeightForWidth()); |
| 74 | cbBranch->setSizePolicy(sizePolicy); |
| 75 | |
| 76 | gridLayout->addWidget(cbBranch, 0, 1, 1, 1); |
| 77 | |
| 78 | |
| 79 | verticalLayout->addWidget(groupBox); |
| 80 | |
| 81 | grpOptions = new QGroupBox(GitMergeDialog); |
| 82 | grpOptions->setObjectName(QString::fromUtf8("grpOptions" )); |
| 83 | gridLayout_2 = new QGridLayout(grpOptions); |
| 84 | gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2" )); |
| 85 | chkNoCommit = new QCheckBox(grpOptions); |
| 86 | chkNoCommit->setObjectName(QString::fromUtf8("chkNoCommit" )); |
| 87 | |
| 88 | gridLayout_2->addWidget(chkNoCommit, 0, 0, 1, 1); |
| 89 | |
| 90 | chkSquash = new QCheckBox(grpOptions); |
| 91 | chkSquash->setObjectName(QString::fromUtf8("chkSquash" )); |
| 92 | |
| 93 | gridLayout_2->addWidget(chkSquash, 0, 1, 1, 1); |
| 94 | |
| 95 | chkNoFastFoward = new QCheckBox(grpOptions); |
| 96 | chkNoFastFoward->setObjectName(QString::fromUtf8("chkNoFastFoward" )); |
| 97 | |
| 98 | gridLayout_2->addWidget(chkNoFastFoward, 1, 0, 1, 1); |
| 99 | |
| 100 | chkFastForwardOnly = new QCheckBox(grpOptions); |
| 101 | chkFastForwardOnly->setObjectName(QString::fromUtf8("chkFastForwardOnly" )); |
| 102 | |
| 103 | gridLayout_2->addWidget(chkFastForwardOnly, 1, 1, 1, 1); |
| 104 | |
| 105 | |
| 106 | verticalLayout->addWidget(grpOptions); |
| 107 | |
| 108 | groupBox_3 = new QGroupBox(GitMergeDialog); |
| 109 | groupBox_3->setObjectName(QString::fromUtf8("groupBox_3" )); |
| 110 | horizontalLayout = new QHBoxLayout(groupBox_3); |
| 111 | horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout" )); |
| 112 | txtMergeMessage = new QPlainTextEdit(groupBox_3); |
| 113 | txtMergeMessage->setObjectName(QString::fromUtf8("txtMergeMessage" )); |
| 114 | |
| 115 | horizontalLayout->addWidget(txtMergeMessage); |
| 116 | |
| 117 | |
| 118 | verticalLayout->addWidget(groupBox_3); |
| 119 | |
| 120 | frame = new QFrame(GitMergeDialog); |
| 121 | frame->setObjectName(QString::fromUtf8("frame" )); |
| 122 | frame->setFrameShape(QFrame::StyledPanel); |
| 123 | frame->setFrameShadow(QFrame::Raised); |
| 124 | horizontalLayout_2 = new QHBoxLayout(frame); |
| 125 | horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2" )); |
| 126 | horizontalLayout_2->setContentsMargins(0, 0, 0, 0); |
| 127 | horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
| 128 | |
| 129 | horizontalLayout_2->addItem(horizontalSpacer); |
| 130 | |
| 131 | btnOk = new QPushButton(frame); |
| 132 | btnOk->setObjectName(QString::fromUtf8("btnOk" )); |
| 133 | |
| 134 | horizontalLayout_2->addWidget(btnOk); |
| 135 | |
| 136 | btnCancel = new QPushButton(frame); |
| 137 | btnCancel->setObjectName(QString::fromUtf8("btnCancel" )); |
| 138 | |
| 139 | horizontalLayout_2->addWidget(btnCancel); |
| 140 | |
| 141 | |
| 142 | verticalLayout->addWidget(frame); |
| 143 | |
| 144 | |
| 145 | retranslateUi(GitMergeDialog); |
| 146 | |
| 147 | QMetaObject::connectSlotsByName(GitMergeDialog); |
| 148 | } // setupUi |
| 149 | |
| 150 | void retranslateUi(QDialog *GitMergeDialog) |
| 151 | { |
| 152 | GitMergeDialog->setWindowTitle(QCoreApplication::translate("GitMergeDialog" , "Merge" , nullptr)); |
| 153 | groupBox->setTitle(QCoreApplication::translate("GitMergeDialog" , "From" , nullptr)); |
| 154 | rbBranch->setText(QCoreApplication::translate("GitMergeDialog" , "Branch" , nullptr)); |
| 155 | grpOptions->setTitle(QCoreApplication::translate("GitMergeDialog" , "Option" , nullptr)); |
| 156 | chkNoCommit->setText(QCoreApplication::translate("GitMergeDialog" , "No Commit" , nullptr)); |
| 157 | chkSquash->setText(QCoreApplication::translate("GitMergeDialog" , "Squash" , nullptr)); |
| 158 | chkNoFastFoward->setText(QCoreApplication::translate("GitMergeDialog" , "No Fast Forward" , nullptr)); |
| 159 | chkFastForwardOnly->setText(QCoreApplication::translate("GitMergeDialog" , "Fast Forward Only" , nullptr)); |
| 160 | groupBox_3->setTitle(QCoreApplication::translate("GitMergeDialog" , "Merge Message" , nullptr)); |
| 161 | btnOk->setText(QCoreApplication::translate("GitMergeDialog" , "Ok" , nullptr)); |
| 162 | btnCancel->setText(QCoreApplication::translate("GitMergeDialog" , "Cancel" , nullptr)); |
| 163 | } // retranslateUi |
| 164 | |
| 165 | }; |
| 166 | |
| 167 | namespace Ui { |
| 168 | class GitMergeDialog: public Ui_GitMergeDialog {}; |
| 169 | } // namespace Ui |
| 170 | |
| 171 | QT_END_NAMESPACE |
| 172 | |
| 173 | #endif // UI_GITMERGEDIALOG_H |
| 174 | |