| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- /********************************************************************************
- ** Form generated from reading UI file 'formshkjdealing.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_FORMSHKJDEALING_H
- #define UI_FORMSHKJDEALING_H
- #include <QtCore/QVariant>
- #include <QtGui/QAction>
- #include <QtGui/QApplication>
- #include <QtGui/QButtonGroup>
- #include <QtGui/QHeaderView>
- #include <QtGui/QLabel>
- #include <QtGui/QTableWidget>
- #include <QtGui/QVBoxLayout>
- #include <QtGui/QWidget>
- QT_BEGIN_NAMESPACE
- class Ui_FormShkjDealing
- {
- public:
- QVBoxLayout *verticalLayout;
- QLabel *label;
- QTableWidget *tableWidget;
- void setupUi(QWidget *FormShkjDealing)
- {
- if (FormShkjDealing->objectName().isEmpty())
- FormShkjDealing->setObjectName(QString::fromUtf8("FormShkjDealing"));
- FormShkjDealing->resize(792, 422);
- verticalLayout = new QVBoxLayout(FormShkjDealing);
- verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
- verticalLayout->setContentsMargins(-1, 0, -1, -1);
- label = new QLabel(FormShkjDealing);
- label->setObjectName(QString::fromUtf8("label"));
- verticalLayout->addWidget(label);
- tableWidget = new QTableWidget(FormShkjDealing);
- tableWidget->setObjectName(QString::fromUtf8("tableWidget"));
- verticalLayout->addWidget(tableWidget);
- retranslateUi(FormShkjDealing);
- QMetaObject::connectSlotsByName(FormShkjDealing);
- } // setupUi
- void retranslateUi(QWidget *FormShkjDealing)
- {
- FormShkjDealing->setWindowTitle(QApplication::translate("FormShkjDealing", "Form", 0, QApplication::UnicodeUTF8));
- label->setText(QApplication::translate("FormShkjDealing", "\346\243\200\346\265\213\347\212\266\346\200\201\347\233\221\346\216\247", 0, QApplication::UnicodeUTF8));
- } // retranslateUi
- };
- namespace Ui {
- class FormShkjDealing: public Ui_FormShkjDealing {};
- } // namespace Ui
- QT_END_NAMESPACE
- #endif // UI_FORMSHKJDEALING_H
|