| 1 | /******************************************************************************** |
| 2 | ** Form generated from reading UI file 'AddSubtreeDlg.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_ADDSUBTREEDLG_H |
| 10 | #define UI_ADDSUBTREEDLG_H |
| 11 | |
| 12 | #include <QtCore/QVariant> |
| 13 | #include <QtWidgets/QApplication> |
| 14 | #include <QtWidgets/QDialog> |
| 15 | #include <QtWidgets/QGridLayout> |
| 16 | #include <QtWidgets/QLineEdit> |
| 17 | #include <QtWidgets/QPushButton> |
| 18 | #include <QtWidgets/QSpacerItem> |
| 19 | #include "CheckBox.h" |
| 20 | |
| 21 | QT_BEGIN_NAMESPACE |
| 22 | |
| 23 | class Ui_AddSubtreeDlg |
| 24 | { |
| 25 | public: |
| 26 | QGridLayout *gridLayout; |
| 27 | QPushButton *pbAccept; |
| 28 | QSpacerItem *horizontalSpacer; |
| 29 | QLineEdit *leUrl; |
| 30 | QLineEdit *lePath; |
| 31 | QPushButton *pbCancel; |
| 32 | QLineEdit *leReference; |
| 33 | CheckBox *chSquash; |
| 34 | |
| 35 | void setupUi(QDialog *AddSubtreeDlg) |
| 36 | { |
| 37 | if (AddSubtreeDlg->objectName().isEmpty()) |
| 38 | AddSubtreeDlg->setObjectName(QString::fromUtf8("AddSubtreeDlg" )); |
| 39 | AddSubtreeDlg->resize(363, 160); |
| 40 | gridLayout = new QGridLayout(AddSubtreeDlg); |
| 41 | gridLayout->setObjectName(QString::fromUtf8("gridLayout" )); |
| 42 | pbAccept = new QPushButton(AddSubtreeDlg); |
| 43 | pbAccept->setObjectName(QString::fromUtf8("pbAccept" )); |
| 44 | |
| 45 | gridLayout->addWidget(pbAccept, 4, 2, 1, 1); |
| 46 | |
| 47 | horizontalSpacer = new QSpacerItem(170, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); |
| 48 | |
| 49 | gridLayout->addItem(horizontalSpacer, 4, 1, 1, 1); |
| 50 | |
| 51 | leUrl = new QLineEdit(AddSubtreeDlg); |
| 52 | leUrl->setObjectName(QString::fromUtf8("leUrl" )); |
| 53 | |
| 54 | gridLayout->addWidget(leUrl, 0, 0, 1, 3); |
| 55 | |
| 56 | lePath = new QLineEdit(AddSubtreeDlg); |
| 57 | lePath->setObjectName(QString::fromUtf8("lePath" )); |
| 58 | |
| 59 | gridLayout->addWidget(lePath, 2, 0, 1, 3); |
| 60 | |
| 61 | pbCancel = new QPushButton(AddSubtreeDlg); |
| 62 | pbCancel->setObjectName(QString::fromUtf8("pbCancel" )); |
| 63 | |
| 64 | gridLayout->addWidget(pbCancel, 4, 0, 1, 1); |
| 65 | |
| 66 | leReference = new QLineEdit(AddSubtreeDlg); |
| 67 | leReference->setObjectName(QString::fromUtf8("leReference" )); |
| 68 | |
| 69 | gridLayout->addWidget(leReference, 1, 0, 1, 3); |
| 70 | |
| 71 | chSquash = new CheckBox(AddSubtreeDlg); |
| 72 | chSquash->setObjectName(QString::fromUtf8("chSquash" )); |
| 73 | |
| 74 | gridLayout->addWidget(chSquash, 3, 0, 1, 3); |
| 75 | |
| 76 | QWidget::setTabOrder(leUrl, leReference); |
| 77 | QWidget::setTabOrder(leReference, lePath); |
| 78 | QWidget::setTabOrder(lePath, chSquash); |
| 79 | QWidget::setTabOrder(chSquash, pbCancel); |
| 80 | QWidget::setTabOrder(pbCancel, pbAccept); |
| 81 | |
| 82 | retranslateUi(AddSubtreeDlg); |
| 83 | |
| 84 | QMetaObject::connectSlotsByName(AddSubtreeDlg); |
| 85 | } // setupUi |
| 86 | |
| 87 | void retranslateUi(QDialog *AddSubtreeDlg) |
| 88 | { |
| 89 | AddSubtreeDlg->setWindowTitle(QCoreApplication::translate("AddSubtreeDlg" , "Add new subtree" , nullptr)); |
| 90 | pbAccept->setText(QCoreApplication::translate("AddSubtreeDlg" , "Accept" , nullptr)); |
| 91 | leUrl->setPlaceholderText(QCoreApplication::translate("AddSubtreeDlg" , "Set URL" , nullptr)); |
| 92 | lePath->setPlaceholderText(QCoreApplication::translate("AddSubtreeDlg" , "Set prefix" , nullptr)); |
| 93 | pbCancel->setText(QCoreApplication::translate("AddSubtreeDlg" , "Cancel" , nullptr)); |
| 94 | leReference->setPlaceholderText(QCoreApplication::translate("AddSubtreeDlg" , "Set reference" , nullptr)); |
| 95 | chSquash->setText(QCoreApplication::translate("AddSubtreeDlg" , "Squash commits" , nullptr)); |
| 96 | } // retranslateUi |
| 97 | |
| 98 | }; |
| 99 | |
| 100 | namespace Ui { |
| 101 | class AddSubtreeDlg: public Ui_AddSubtreeDlg {}; |
| 102 | } // namespace Ui |
| 103 | |
| 104 | QT_END_NAMESPACE |
| 105 | |
| 106 | #endif // UI_ADDSUBTREEDLG_H |
| 107 | |