1 | /******************************************************************************** |
2 | ** Form generated from reading UI file 'aboutdialog.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_ABOUTDIALOG_H |
10 | #define UI_ABOUTDIALOG_H |
11 | |
12 | #include <QtCore/QVariant> |
13 | #include <QtWidgets/QApplication> |
14 | #include <QtWidgets/QDialog> |
15 | #include <QtWidgets/QGroupBox> |
16 | #include <QtWidgets/QHBoxLayout> |
17 | #include <QtWidgets/QLabel> |
18 | #include <QtWidgets/QPlainTextEdit> |
19 | #include <QtWidgets/QVBoxLayout> |
20 | |
21 | QT_BEGIN_NAMESPACE |
22 | |
23 | class Ui_AboutDialog |
24 | { |
25 | public: |
26 | QVBoxLayout *verticalLayout; |
27 | QLabel *lblTitle; |
28 | QLabel *lblQt; |
29 | QLabel *lblCompileTime; |
30 | QLabel *label; |
31 | QLabel *lblHomepage; |
32 | QGroupBox *groupBox; |
33 | QHBoxLayout *horizontalLayout; |
34 | QPlainTextEdit *plainTextEdit; |
35 | |
36 | void setupUi(QDialog *AboutDialog) |
37 | { |
38 | if (AboutDialog->objectName().isEmpty()) |
39 | AboutDialog->setObjectName(QString::fromUtf8("AboutDialog" )); |
40 | AboutDialog->resize(656, 537); |
41 | verticalLayout = new QVBoxLayout(AboutDialog); |
42 | verticalLayout->setObjectName(QString::fromUtf8("verticalLayout" )); |
43 | lblTitle = new QLabel(AboutDialog); |
44 | lblTitle->setObjectName(QString::fromUtf8("lblTitle" )); |
45 | lblTitle->setAlignment(Qt::AlignCenter); |
46 | |
47 | verticalLayout->addWidget(lblTitle); |
48 | |
49 | lblQt = new QLabel(AboutDialog); |
50 | lblQt->setObjectName(QString::fromUtf8("lblQt" )); |
51 | QFont font; |
52 | font.setBold(false); |
53 | lblQt->setFont(font); |
54 | |
55 | verticalLayout->addWidget(lblQt); |
56 | |
57 | lblCompileTime = new QLabel(AboutDialog); |
58 | lblCompileTime->setObjectName(QString::fromUtf8("lblCompileTime" )); |
59 | lblCompileTime->setFont(font); |
60 | |
61 | verticalLayout->addWidget(lblCompileTime); |
62 | |
63 | label = new QLabel(AboutDialog); |
64 | label->setObjectName(QString::fromUtf8("label" )); |
65 | label->setFont(font); |
66 | |
67 | verticalLayout->addWidget(label); |
68 | |
69 | lblHomepage = new QLabel(AboutDialog); |
70 | lblHomepage->setObjectName(QString::fromUtf8("lblHomepage" )); |
71 | lblHomepage->setFont(font); |
72 | lblHomepage->setOpenExternalLinks(true); |
73 | |
74 | verticalLayout->addWidget(lblHomepage); |
75 | |
76 | groupBox = new QGroupBox(AboutDialog); |
77 | groupBox->setObjectName(QString::fromUtf8("groupBox" )); |
78 | QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Expanding); |
79 | sizePolicy.setHorizontalStretch(0); |
80 | sizePolicy.setVerticalStretch(0); |
81 | sizePolicy.setHeightForWidth(groupBox->sizePolicy().hasHeightForWidth()); |
82 | groupBox->setSizePolicy(sizePolicy); |
83 | horizontalLayout = new QHBoxLayout(groupBox); |
84 | horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout" )); |
85 | plainTextEdit = new QPlainTextEdit(groupBox); |
86 | plainTextEdit->setObjectName(QString::fromUtf8("plainTextEdit" )); |
87 | plainTextEdit->setReadOnly(true); |
88 | |
89 | horizontalLayout->addWidget(plainTextEdit); |
90 | |
91 | |
92 | verticalLayout->addWidget(groupBox); |
93 | |
94 | |
95 | retranslateUi(AboutDialog); |
96 | |
97 | QMetaObject::connectSlotsByName(AboutDialog); |
98 | } // setupUi |
99 | |
100 | void retranslateUi(QDialog *AboutDialog) |
101 | { |
102 | AboutDialog->setWindowTitle(QCoreApplication::translate("AboutDialog" , "About" , nullptr)); |
103 | lblTitle->setText(QCoreApplication::translate("AboutDialog" , "<html><head/><body><h1 style=\" margin-top:18px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-size:xx-large; font-weight:600;\">Red Panda C++</span></h1></body></html>" , nullptr)); |
104 | lblQt->setText(QCoreApplication::translate("AboutDialog" , "Based on Qt %1 (%2)" , nullptr)); |
105 | lblCompileTime->setText(QCoreApplication::translate("AboutDialog" , "Build time: %1 %2" , nullptr)); |
106 | label->setText(QCoreApplication::translate("AboutDialog" , "Copyright(C) 2021-2022 \347\236\277\345\215\216(royqh1979@gmail.com)" , nullptr)); |
107 | lblHomepage->setText(QCoreApplication::translate("AboutDialog" , "<html><head/><body><p>Homepage: <a href=\"Homepage: https://sourceforge.net/projects/dev-cpp-2020/\">https://sourceforge.net/projects/dev-cpp-2020/</a></p></body></html>" , nullptr)); |
108 | groupBox->setTitle(QCoreApplication::translate("AboutDialog" , "GNU General Public License" , nullptr)); |
109 | plainTextEdit->setPlainText(QCoreApplication::translate("AboutDialog" , " This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.\n" |
110 | "\n" |
111 | " This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\n" |
112 | "\n" |
113 | " You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>." , nullptr)); |
114 | } // retranslateUi |
115 | |
116 | }; |
117 | |
118 | namespace Ui { |
119 | class AboutDialog: public Ui_AboutDialog {}; |
120 | } // namespace Ui |
121 | |
122 | QT_END_NAMESPACE |
123 | |
124 | #endif // UI_ABOUTDIALOG_H |
125 | |