diff --git a/src/ui_puppet_cat.h b/src/ui_puppet_cat.h new file mode 100644 index 0000000..3cbdef2 --- /dev/null +++ b/src/ui_puppet_cat.h @@ -0,0 +1,119 @@ +/******************************************************************************** +** Form generated from reading UI file 'puppet_cat.ui' +** +** Created by: Qt User Interface Compiler version 5.9.0 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_PUPPET_CAT_H +#define UI_PUPPET_CAT_H + +#include +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Ui_Puppet_cat +{ +public: + QPushButton *go_back; + QPushButton *pushButton; + QPushButton *pushButton_2; + QPushButton *pushButton_3; + QPushButton *pushButton_4; + QPushButton *pushButton_5; + QPushButton *pushButton_6; + QPushButton *pushButton_7; + QPushButton *pushButton_8; + QPushButton *pushButton_9; + + void setupUi(QWidget *Puppet_cat) + { + if (Puppet_cat->objectName().isEmpty()) + Puppet_cat->setObjectName(QStringLiteral("Puppet_cat")); + Puppet_cat->resize(1280, 720); + go_back = new QPushButton(Puppet_cat); + go_back->setObjectName(QStringLiteral("go_back")); + go_back->setGeometry(QRect(20, 10, 71, 71)); + QIcon icon; + icon.addFile(QString::fromUtf8(":/image/\346\210\277\345\255\220.png"), QSize(), QIcon::Normal, QIcon::Off); + go_back->setIcon(icon); + go_back->setIconSize(QSize(71, 71)); + pushButton = new QPushButton(Puppet_cat); + pushButton->setObjectName(QStringLiteral("pushButton")); + pushButton->setGeometry(QRect(390, 130, 200, 90)); + QFont font; + font.setFamily(QString::fromUtf8("\346\245\267\344\275\223")); + font.setPointSize(16); + pushButton->setFont(font); + pushButton_2 = new QPushButton(Puppet_cat); + pushButton_2->setObjectName(QStringLiteral("pushButton_2")); + pushButton_2->setGeometry(QRect(190, 220, 200, 90)); + QFont font1; + font1.setFamily(QString::fromUtf8("\346\245\267\344\275\223")); + font1.setPointSize(12); + pushButton_2->setFont(font1); + pushButton_3 = new QPushButton(Puppet_cat); + pushButton_3->setObjectName(QStringLiteral("pushButton_3")); + pushButton_3->setGeometry(QRect(90, 320, 200, 90)); + pushButton_3->setFont(font1); + pushButton_4 = new QPushButton(Puppet_cat); + pushButton_4->setObjectName(QStringLiteral("pushButton_4")); + pushButton_4->setGeometry(QRect(190, 420, 200, 90)); + pushButton_4->setFont(font1); + pushButton_5 = new QPushButton(Puppet_cat); + pushButton_5->setObjectName(QStringLiteral("pushButton_5")); + pushButton_5->setGeometry(QRect(400, 320, 200, 90)); + pushButton_5->setFont(font1); + pushButton_6 = new QPushButton(Puppet_cat); + pushButton_6->setObjectName(QStringLiteral("pushButton_6")); + pushButton_6->setGeometry(QRect(590, 220, 200, 90)); + pushButton_6->setFont(font1); + pushButton_7 = new QPushButton(Puppet_cat); + pushButton_7->setObjectName(QStringLiteral("pushButton_7")); + pushButton_7->setGeometry(QRect(620, 430, 200, 90)); + pushButton_7->setFont(font1); + pushButton_8 = new QPushButton(Puppet_cat); + pushButton_8->setObjectName(QStringLiteral("pushButton_8")); + pushButton_8->setGeometry(QRect(390, 520, 200, 90)); + pushButton_8->setFont(font1); + pushButton_9 = new QPushButton(Puppet_cat); + pushButton_9->setObjectName(QStringLiteral("pushButton_9")); + pushButton_9->setGeometry(QRect(690, 320, 200, 90)); + pushButton_9->setFont(font1); + + retranslateUi(Puppet_cat); + + QMetaObject::connectSlotsByName(Puppet_cat); + } // setupUi + + void retranslateUi(QWidget *Puppet_cat) + { + Puppet_cat->setWindowTitle(QApplication::translate("Puppet_cat", "Form", Q_NULLPTR)); + go_back->setText(QString()); + pushButton->setText(QApplication::translate("Puppet_cat", "\347\256\200\344\273\213", Q_NULLPTR)); + pushButton_2->setText(QApplication::translate("Puppet_cat", "\345\216\206\345\217\262\345\217\221\345\261\225", Q_NULLPTR)); + pushButton_3->setText(QApplication::translate("Puppet_cat", "\344\272\247\345\234\260\350\241\200\347\273\237", Q_NULLPTR)); + pushButton_4->setText(QApplication::translate("Puppet_cat", "\345\275\242\346\200\201\347\211\271\345\276\201", Q_NULLPTR)); + pushButton_5->setText(QApplication::translate("Puppet_cat", "\346\260\224\350\264\250\347\211\271\345\276\201", Q_NULLPTR)); + pushButton_6->setText(QApplication::translate("Puppet_cat", "\346\200\247\346\240\274\347\211\271\345\276\201", Q_NULLPTR)); + pushButton_7->setText(QApplication::translate("Puppet_cat", "\347\224\237\346\264\273\344\271\240\346\200\247", Q_NULLPTR)); + pushButton_8->setText(QApplication::translate("Puppet_cat", "\351\245\256\351\243\237\347\246\201\345\277\214", Q_NULLPTR)); + pushButton_9->setText(QApplication::translate("Puppet_cat", "\351\200\202\345\205\273\344\272\272\347\276\244", Q_NULLPTR)); + } // retranslateUi + +}; + +namespace Ui { + class Puppet_cat: public Ui_Puppet_cat {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_PUPPET_CAT_H diff --git a/src/ui_puppet_cat_content.h b/src/ui_puppet_cat_content.h new file mode 100644 index 0000000..c5c6331 --- /dev/null +++ b/src/ui_puppet_cat_content.h @@ -0,0 +1,64 @@ +/******************************************************************************** +** Form generated from reading UI file 'puppet_cat_content.ui' +** +** Created by: Qt User Interface Compiler version 5.9.0 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_PUPPET_CAT_CONTENT_H +#define UI_PUPPET_CAT_CONTENT_H + +#include +#include +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Ui_Puppet_cat_content +{ +public: + QPushButton *back; + QTextBrowser *textBrowser; + + void setupUi(QWidget *Puppet_cat_content) + { + if (Puppet_cat_content->objectName().isEmpty()) + Puppet_cat_content->setObjectName(QStringLiteral("Puppet_cat_content")); + Puppet_cat_content->resize(1280, 720); + back = new QPushButton(Puppet_cat_content); + back->setObjectName(QStringLiteral("back")); + back->setGeometry(QRect(10, 20, 71, 71)); + QIcon icon; + icon.addFile(QString::fromUtf8(":/image/\346\210\277\345\255\220.png"), QSize(), QIcon::Normal, QIcon::Off); + back->setIcon(icon); + back->setIconSize(QSize(71, 71)); + textBrowser = new QTextBrowser(Puppet_cat_content); + textBrowser->setObjectName(QStringLiteral("textBrowser")); + textBrowser->setGeometry(QRect(80, 140, 1100, 441)); + + retranslateUi(Puppet_cat_content); + + QMetaObject::connectSlotsByName(Puppet_cat_content); + } // setupUi + + void retranslateUi(QWidget *Puppet_cat_content) + { + Puppet_cat_content->setWindowTitle(QApplication::translate("Puppet_cat_content", "Form", Q_NULLPTR)); + back->setText(QString()); + } // retranslateUi + +}; + +namespace Ui { + class Puppet_cat_content: public Ui_Puppet_cat_content {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_PUPPET_CAT_CONTENT_H