/******************************************************************************** ** Form generated from reading UI file 'formshkjhotarea.ui' ** ** Created: Mon Apr 22 11:56:12 2019 ** by: Qt User Interface Compiler version 4.8.4 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_FORMSHKJHOTAREA_H #define UI_FORMSHKJHOTAREA_H #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_FormShkjHotArea { public: QVBoxLayout *verticalLayout; QHBoxLayout *horizontalLayout_2; QLabel *label; QSpacerItem *horizontalSpacer_2; QLabel *labelMovie; QTableWidget *tableWidget; QHBoxLayout *horizontalLayout; QPushButton *pushButton; QSpacerItem *horizontalSpacer; void setupUi(QWidget *FormShkjHotArea) { if (FormShkjHotArea->objectName().isEmpty()) FormShkjHotArea->setObjectName(QString::fromUtf8("FormShkjHotArea")); FormShkjHotArea->resize(400, 300); verticalLayout = new QVBoxLayout(FormShkjHotArea); verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); horizontalLayout_2 = new QHBoxLayout(); horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2")); label = new QLabel(FormShkjHotArea); label->setObjectName(QString::fromUtf8("label")); horizontalLayout_2->addWidget(label); horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout_2->addItem(horizontalSpacer_2); labelMovie = new QLabel(FormShkjHotArea); labelMovie->setObjectName(QString::fromUtf8("labelMovie")); horizontalLayout_2->addWidget(labelMovie); verticalLayout->addLayout(horizontalLayout_2); tableWidget = new QTableWidget(FormShkjHotArea); tableWidget->setObjectName(QString::fromUtf8("tableWidget")); verticalLayout->addWidget(tableWidget); horizontalLayout = new QHBoxLayout(); horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); pushButton = new QPushButton(FormShkjHotArea); pushButton->setObjectName(QString::fromUtf8("pushButton")); horizontalLayout->addWidget(pushButton); horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout->addItem(horizontalSpacer); verticalLayout->addLayout(horizontalLayout); retranslateUi(FormShkjHotArea); QMetaObject::connectSlotsByName(FormShkjHotArea); } // setupUi void retranslateUi(QWidget *FormShkjHotArea) { FormShkjHotArea->setWindowTitle(QApplication::translate("FormShkjHotArea", "Form", 0, QApplication::UnicodeUTF8)); label->setText(QApplication::translate("FormShkjHotArea", "\347\203\255\347\202\271\345\234\260\345\214\272", 0, QApplication::UnicodeUTF8)); labelMovie->setText(QString()); pushButton->setText(QApplication::translate("FormShkjHotArea", "\345\210\267\346\226\260", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class FormShkjHotArea: public Ui_FormShkjHotArea {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_FORMSHKJHOTAREA_H