| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- /********************************************************************************
- ** 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 <QtCore/QVariant>
- #include <QtGui/QAction>
- #include <QtGui/QApplication>
- #include <QtGui/QButtonGroup>
- #include <QtGui/QHBoxLayout>
- #include <QtGui/QHeaderView>
- #include <QtGui/QLabel>
- #include <QtGui/QPushButton>
- #include <QtGui/QSpacerItem>
- #include <QtGui/QTableWidget>
- #include <QtGui/QVBoxLayout>
- #include <QtGui/QWidget>
- 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
|