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