| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- /********************************************************************************
- ** Form generated from reading UI file 'formbzjcdealing.ui'
- **
- ** Created: Mon Apr 22 12:42:37 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_FORMBZJCDEALING_H
- #define UI_FORMBZJCDEALING_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_FormBzjcDealing
- {
- public:
- QVBoxLayout *verticalLayout;
- QLabel *label;
- QTableWidget *tableWidget;
- void setupUi(QWidget *FormBzjcDealing)
- {
- if (FormBzjcDealing->objectName().isEmpty())
- FormBzjcDealing->setObjectName(QString::fromUtf8("FormBzjcDealing"));
- FormBzjcDealing->resize(400, 300);
- verticalLayout = new QVBoxLayout(FormBzjcDealing);
- verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
- verticalLayout->setContentsMargins(-1, 0, -1, -1);
- label = new QLabel(FormBzjcDealing);
- label->setObjectName(QString::fromUtf8("label"));
- label->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
- verticalLayout->addWidget(label);
- tableWidget = new QTableWidget(FormBzjcDealing);
- tableWidget->setObjectName(QString::fromUtf8("tableWidget"));
- verticalLayout->addWidget(tableWidget);
- retranslateUi(FormBzjcDealing);
- QMetaObject::connectSlotsByName(FormBzjcDealing);
- } // setupUi
- void retranslateUi(QWidget *FormBzjcDealing)
- {
- FormBzjcDealing->setWindowTitle(QApplication::translate("FormBzjcDealing", "Form", 0, QApplication::UnicodeUTF8));
- label->setText(QApplication::translate("FormBzjcDealing", "\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 FormBzjcDealing: public Ui_FormBzjcDealing {};
- } // namespace Ui
- QT_END_NAMESPACE
- #endif // UI_FORMBZJCDEALING_H
|