| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123 |
- /********************************************************************************
- ** Form generated from reading UI file 'formshkjreserve.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_FORMSHKJRESERVE_H
- #define UI_FORMSHKJRESERVE_H
- #include <QtCore/QVariant>
- #include <QtGui/QAction>
- #include <QtGui/QApplication>
- #include <QtGui/QButtonGroup>
- #include <QtGui/QCheckBox>
- #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_FormShkjReserve
- {
- public:
- QVBoxLayout *verticalLayout;
- QHBoxLayout *horizontalLayout_2;
- QCheckBox *checkBox;
- QSpacerItem *horizontalSpacer_3;
- QLabel *label;
- QLabel *labelMovie;
- QTableWidget *tableWidget;
- QHBoxLayout *horizontalLayout;
- QPushButton *pushButton;
- QPushButton *pushButtonDel;
- QSpacerItem *horizontalSpacer;
- void setupUi(QWidget *FormShkjReserve)
- {
- if (FormShkjReserve->objectName().isEmpty())
- FormShkjReserve->setObjectName(QString::fromUtf8("FormShkjReserve"));
- FormShkjReserve->resize(566, 363);
- verticalLayout = new QVBoxLayout(FormShkjReserve);
- verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
- horizontalLayout_2 = new QHBoxLayout();
- horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
- checkBox = new QCheckBox(FormShkjReserve);
- checkBox->setObjectName(QString::fromUtf8("checkBox"));
- horizontalLayout_2->addWidget(checkBox);
- horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- horizontalLayout_2->addItem(horizontalSpacer_3);
- label = new QLabel(FormShkjReserve);
- label->setObjectName(QString::fromUtf8("label"));
- horizontalLayout_2->addWidget(label);
- labelMovie = new QLabel(FormShkjReserve);
- labelMovie->setObjectName(QString::fromUtf8("labelMovie"));
- horizontalLayout_2->addWidget(labelMovie);
- verticalLayout->addLayout(horizontalLayout_2);
- tableWidget = new QTableWidget(FormShkjReserve);
- tableWidget->setObjectName(QString::fromUtf8("tableWidget"));
- verticalLayout->addWidget(tableWidget);
- horizontalLayout = new QHBoxLayout();
- horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
- pushButton = new QPushButton(FormShkjReserve);
- pushButton->setObjectName(QString::fromUtf8("pushButton"));
- horizontalLayout->addWidget(pushButton);
- pushButtonDel = new QPushButton(FormShkjReserve);
- pushButtonDel->setObjectName(QString::fromUtf8("pushButtonDel"));
- horizontalLayout->addWidget(pushButtonDel);
- horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
- horizontalLayout->addItem(horizontalSpacer);
- verticalLayout->addLayout(horizontalLayout);
- retranslateUi(FormShkjReserve);
- QMetaObject::connectSlotsByName(FormShkjReserve);
- } // setupUi
- void retranslateUi(QWidget *FormShkjReserve)
- {
- FormShkjReserve->setWindowTitle(QApplication::translate("FormShkjReserve", "Form", 0, QApplication::UnicodeUTF8));
- checkBox->setText(QApplication::translate("FormShkjReserve", "\345\205\250\351\200\211", 0, QApplication::UnicodeUTF8));
- 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));
- labelMovie->setText(QString());
- pushButton->setText(QApplication::translate("FormShkjReserve", "\345\210\267\346\226\260", 0, QApplication::UnicodeUTF8));
- pushButtonDel->setText(QApplication::translate("FormShkjReserve", "\345\210\240\351\231\244\351\200\211\344\270\255", 0, QApplication::UnicodeUTF8));
- } // retranslateUi
- };
- namespace Ui {
- class FormShkjReserve: public Ui_FormShkjReserve {};
- } // namespace Ui
- QT_END_NAMESPACE
- #endif // UI_FORMSHKJRESERVE_H
|