1 | /******************************************************************************** |
---|---|
2 | ** Form generated from reading UI file 'gitpulldialog.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_GITPULLDIALOG_H |
10 | #define UI_GITPULLDIALOG_H |
11 | |
12 | #include <QtCore/QVariant> |
13 | #include <QtWidgets/QApplication> |
14 | #include <QtWidgets/QDialog> |
15 | |
16 | QT_BEGIN_NAMESPACE |
17 | |
18 | class Ui_GitPullDialog |
19 | { |
20 | public: |
21 | |
22 | void setupUi(QDialog *GitPullDialog) |
23 | { |
24 | if (GitPullDialog->objectName().isEmpty()) |
25 | GitPullDialog->setObjectName(QString::fromUtf8("GitPullDialog")); |
26 | GitPullDialog->resize(400, 300); |
27 | |
28 | retranslateUi(GitPullDialog); |
29 | |
30 | QMetaObject::connectSlotsByName(GitPullDialog); |
31 | } // setupUi |
32 | |
33 | void retranslateUi(QDialog *GitPullDialog) |
34 | { |
35 | GitPullDialog->setWindowTitle(QCoreApplication::translate("GitPullDialog", "Dialog", nullptr)); |
36 | } // retranslateUi |
37 | |
38 | }; |
39 | |
40 | namespace Ui { |
41 | class GitPullDialog: public Ui_GitPullDialog {}; |
42 | } // namespace Ui |
43 | |
44 | QT_END_NAMESPACE |
45 | |
46 | #endif // UI_GITPULLDIALOG_H |
47 |