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