ui_formshkjhotarea.h 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'formshkjhotarea.ui'
  3. **
  4. ** Created: Mon Apr 22 11:56:12 2019
  5. ** by: Qt User Interface Compiler version 4.8.4
  6. **
  7. ** WARNING! All changes made in this file will be lost when recompiling UI file!
  8. ********************************************************************************/
  9. #ifndef UI_FORMSHKJHOTAREA_H
  10. #define UI_FORMSHKJHOTAREA_H
  11. #include <QtCore/QVariant>
  12. #include <QtGui/QAction>
  13. #include <QtGui/QApplication>
  14. #include <QtGui/QButtonGroup>
  15. #include <QtGui/QHBoxLayout>
  16. #include <QtGui/QHeaderView>
  17. #include <QtGui/QLabel>
  18. #include <QtGui/QPushButton>
  19. #include <QtGui/QSpacerItem>
  20. #include <QtGui/QTableWidget>
  21. #include <QtGui/QVBoxLayout>
  22. #include <QtGui/QWidget>
  23. QT_BEGIN_NAMESPACE
  24. class Ui_FormShkjHotArea
  25. {
  26. public:
  27. QVBoxLayout *verticalLayout;
  28. QHBoxLayout *horizontalLayout_2;
  29. QLabel *label;
  30. QSpacerItem *horizontalSpacer_2;
  31. QLabel *labelMovie;
  32. QTableWidget *tableWidget;
  33. QHBoxLayout *horizontalLayout;
  34. QPushButton *pushButton;
  35. QSpacerItem *horizontalSpacer;
  36. void setupUi(QWidget *FormShkjHotArea)
  37. {
  38. if (FormShkjHotArea->objectName().isEmpty())
  39. FormShkjHotArea->setObjectName(QString::fromUtf8("FormShkjHotArea"));
  40. FormShkjHotArea->resize(400, 300);
  41. verticalLayout = new QVBoxLayout(FormShkjHotArea);
  42. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  43. horizontalLayout_2 = new QHBoxLayout();
  44. horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
  45. label = new QLabel(FormShkjHotArea);
  46. label->setObjectName(QString::fromUtf8("label"));
  47. horizontalLayout_2->addWidget(label);
  48. horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  49. horizontalLayout_2->addItem(horizontalSpacer_2);
  50. labelMovie = new QLabel(FormShkjHotArea);
  51. labelMovie->setObjectName(QString::fromUtf8("labelMovie"));
  52. horizontalLayout_2->addWidget(labelMovie);
  53. verticalLayout->addLayout(horizontalLayout_2);
  54. tableWidget = new QTableWidget(FormShkjHotArea);
  55. tableWidget->setObjectName(QString::fromUtf8("tableWidget"));
  56. verticalLayout->addWidget(tableWidget);
  57. horizontalLayout = new QHBoxLayout();
  58. horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
  59. pushButton = new QPushButton(FormShkjHotArea);
  60. pushButton->setObjectName(QString::fromUtf8("pushButton"));
  61. horizontalLayout->addWidget(pushButton);
  62. horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  63. horizontalLayout->addItem(horizontalSpacer);
  64. verticalLayout->addLayout(horizontalLayout);
  65. retranslateUi(FormShkjHotArea);
  66. QMetaObject::connectSlotsByName(FormShkjHotArea);
  67. } // setupUi
  68. void retranslateUi(QWidget *FormShkjHotArea)
  69. {
  70. FormShkjHotArea->setWindowTitle(QApplication::translate("FormShkjHotArea", "Form", 0, QApplication::UnicodeUTF8));
  71. label->setText(QApplication::translate("FormShkjHotArea", "\347\203\255\347\202\271\345\234\260\345\214\272", 0, QApplication::UnicodeUTF8));
  72. labelMovie->setText(QString());
  73. pushButton->setText(QApplication::translate("FormShkjHotArea", "\345\210\267\346\226\260", 0, QApplication::UnicodeUTF8));
  74. } // retranslateUi
  75. };
  76. namespace Ui {
  77. class FormShkjHotArea: public Ui_FormShkjHotArea {};
  78. } // namespace Ui
  79. QT_END_NAMESPACE
  80. #endif // UI_FORMSHKJHOTAREA_H