/******************************************************************************** ** Form generated from reading UI file 'formshkjupload.ui' ** ** Created: Mon Apr 22 12:43:44 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_FORMSHKJUPLOAD_H #define UI_FORMSHKJUPLOAD_H #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_FormShkjUpload { public: QVBoxLayout *verticalLayout; QHBoxLayout *horizontalLayout_3; QCheckBox *checkBox; QPushButton *pushButtonDel; QSpacerItem *horizontalSpacer_3; QTableWidget *tableWidget; void setupUi(QWidget *FormShkjUpload) { if (FormShkjUpload->objectName().isEmpty()) FormShkjUpload->setObjectName(QString::fromUtf8("FormShkjUpload")); FormShkjUpload->resize(400, 300); verticalLayout = new QVBoxLayout(FormShkjUpload); verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); horizontalLayout_3 = new QHBoxLayout(); horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3")); horizontalLayout_3->setContentsMargins(3, -1, -1, -1); checkBox = new QCheckBox(FormShkjUpload); checkBox->setObjectName(QString::fromUtf8("checkBox")); horizontalLayout_3->addWidget(checkBox); pushButtonDel = new QPushButton(FormShkjUpload); pushButtonDel->setObjectName(QString::fromUtf8("pushButtonDel")); horizontalLayout_3->addWidget(pushButtonDel); horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout_3->addItem(horizontalSpacer_3); verticalLayout->addLayout(horizontalLayout_3); tableWidget = new QTableWidget(FormShkjUpload); tableWidget->setObjectName(QString::fromUtf8("tableWidget")); verticalLayout->addWidget(tableWidget); retranslateUi(FormShkjUpload); QMetaObject::connectSlotsByName(FormShkjUpload); } // setupUi void retranslateUi(QWidget *FormShkjUpload) { FormShkjUpload->setWindowTitle(QApplication::translate("FormShkjUpload", "Form", 0, QApplication::UnicodeUTF8)); checkBox->setText(QApplication::translate("FormShkjUpload", "\345\205\250\351\200\211", 0, QApplication::UnicodeUTF8)); pushButtonDel->setText(QApplication::translate("FormShkjUpload", "\345\210\240\351\231\244", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class FormShkjUpload: public Ui_FormShkjUpload {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_FORMSHKJUPLOAD_H