ui_formshkjreserve.h 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'formshkjreserve.ui'
  3. **
  4. ** Created: Mon Apr 22 12:44:29 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_FORMSHKJRESERVE_H
  10. #define UI_FORMSHKJRESERVE_H
  11. #include <QtCore/QVariant>
  12. #include <QtGui/QAction>
  13. #include <QtGui/QApplication>
  14. #include <QtGui/QButtonGroup>
  15. #include <QtGui/QCheckBox>
  16. #include <QtGui/QHBoxLayout>
  17. #include <QtGui/QHeaderView>
  18. #include <QtGui/QLabel>
  19. #include <QtGui/QPushButton>
  20. #include <QtGui/QSpacerItem>
  21. #include <QtGui/QTableWidget>
  22. #include <QtGui/QVBoxLayout>
  23. #include <QtGui/QWidget>
  24. QT_BEGIN_NAMESPACE
  25. class Ui_FormShkjReserve
  26. {
  27. public:
  28. QVBoxLayout *verticalLayout;
  29. QHBoxLayout *horizontalLayout_2;
  30. QCheckBox *checkBox;
  31. QSpacerItem *horizontalSpacer_3;
  32. QLabel *label;
  33. QLabel *labelMovie;
  34. QTableWidget *tableWidget;
  35. QHBoxLayout *horizontalLayout;
  36. QPushButton *pushButton;
  37. QPushButton *pushButtonDel;
  38. QSpacerItem *horizontalSpacer;
  39. void setupUi(QWidget *FormShkjReserve)
  40. {
  41. if (FormShkjReserve->objectName().isEmpty())
  42. FormShkjReserve->setObjectName(QString::fromUtf8("FormShkjReserve"));
  43. FormShkjReserve->resize(566, 363);
  44. verticalLayout = new QVBoxLayout(FormShkjReserve);
  45. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  46. horizontalLayout_2 = new QHBoxLayout();
  47. horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
  48. checkBox = new QCheckBox(FormShkjReserve);
  49. checkBox->setObjectName(QString::fromUtf8("checkBox"));
  50. horizontalLayout_2->addWidget(checkBox);
  51. horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  52. horizontalLayout_2->addItem(horizontalSpacer_3);
  53. label = new QLabel(FormShkjReserve);
  54. label->setObjectName(QString::fromUtf8("label"));
  55. horizontalLayout_2->addWidget(label);
  56. labelMovie = new QLabel(FormShkjReserve);
  57. labelMovie->setObjectName(QString::fromUtf8("labelMovie"));
  58. horizontalLayout_2->addWidget(labelMovie);
  59. verticalLayout->addLayout(horizontalLayout_2);
  60. tableWidget = new QTableWidget(FormShkjReserve);
  61. tableWidget->setObjectName(QString::fromUtf8("tableWidget"));
  62. verticalLayout->addWidget(tableWidget);
  63. horizontalLayout = new QHBoxLayout();
  64. horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
  65. pushButton = new QPushButton(FormShkjReserve);
  66. pushButton->setObjectName(QString::fromUtf8("pushButton"));
  67. horizontalLayout->addWidget(pushButton);
  68. pushButtonDel = new QPushButton(FormShkjReserve);
  69. pushButtonDel->setObjectName(QString::fromUtf8("pushButtonDel"));
  70. horizontalLayout->addWidget(pushButtonDel);
  71. horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  72. horizontalLayout->addItem(horizontalSpacer);
  73. verticalLayout->addLayout(horizontalLayout);
  74. retranslateUi(FormShkjReserve);
  75. QMetaObject::connectSlotsByName(FormShkjReserve);
  76. } // setupUi
  77. void retranslateUi(QWidget *FormShkjReserve)
  78. {
  79. FormShkjReserve->setWindowTitle(QApplication::translate("FormShkjReserve", "Form", 0, QApplication::UnicodeUTF8));
  80. checkBox->setText(QApplication::translate("FormShkjReserve", "\345\205\250\351\200\211", 0, QApplication::UnicodeUTF8));
  81. label->setText(QApplication::translate("FormShkjReserve", "\346\263\250\357\274\232\351\242\204\347\272\246\350\276\276\345\210\260\344\270\200\345\256\232\346\225\260\351\207\217\345\220\216\357\274\214\347\263\273\347\273\237\345\260\206\351\222\210\345\257\271\346\200\247\346\243\200\346\265\213\357\274\214\344\270\260\345\257\214\345\205\205\345\256\236\350\257\245\345\234\260\345\214\272\347\232\204\345\256\236\345\217\267\346\225\260\351\207\217\357\274\214\344\270\215\346\211\277\350\257\272\346\243\200\346\265\213\346\227\266\351\227\264\345\222\214\346\225\260\351\207\217", 0, QApplication::UnicodeUTF8));
  82. labelMovie->setText(QString());
  83. pushButton->setText(QApplication::translate("FormShkjReserve", "\345\210\267\346\226\260", 0, QApplication::UnicodeUTF8));
  84. pushButtonDel->setText(QApplication::translate("FormShkjReserve", "\345\210\240\351\231\244\351\200\211\344\270\255", 0, QApplication::UnicodeUTF8));
  85. } // retranslateUi
  86. };
  87. namespace Ui {
  88. class FormShkjReserve: public Ui_FormShkjReserve {};
  89. } // namespace Ui
  90. QT_END_NAMESPACE
  91. #endif // UI_FORMSHKJRESERVE_H