ui_formbzjcdealing.h 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'formbzjcdealing.ui'
  3. **
  4. ** Created: Mon Apr 22 12:42:37 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_FORMBZJCDEALING_H
  10. #define UI_FORMBZJCDEALING_H
  11. #include <QtCore/QVariant>
  12. #include <QtGui/QAction>
  13. #include <QtGui/QApplication>
  14. #include <QtGui/QButtonGroup>
  15. #include <QtGui/QHeaderView>
  16. #include <QtGui/QLabel>
  17. #include <QtGui/QTableWidget>
  18. #include <QtGui/QVBoxLayout>
  19. #include <QtGui/QWidget>
  20. QT_BEGIN_NAMESPACE
  21. class Ui_FormBzjcDealing
  22. {
  23. public:
  24. QVBoxLayout *verticalLayout;
  25. QLabel *label;
  26. QTableWidget *tableWidget;
  27. void setupUi(QWidget *FormBzjcDealing)
  28. {
  29. if (FormBzjcDealing->objectName().isEmpty())
  30. FormBzjcDealing->setObjectName(QString::fromUtf8("FormBzjcDealing"));
  31. FormBzjcDealing->resize(400, 300);
  32. verticalLayout = new QVBoxLayout(FormBzjcDealing);
  33. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  34. verticalLayout->setContentsMargins(-1, 0, -1, -1);
  35. label = new QLabel(FormBzjcDealing);
  36. label->setObjectName(QString::fromUtf8("label"));
  37. label->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
  38. verticalLayout->addWidget(label);
  39. tableWidget = new QTableWidget(FormBzjcDealing);
  40. tableWidget->setObjectName(QString::fromUtf8("tableWidget"));
  41. verticalLayout->addWidget(tableWidget);
  42. retranslateUi(FormBzjcDealing);
  43. QMetaObject::connectSlotsByName(FormBzjcDealing);
  44. } // setupUi
  45. void retranslateUi(QWidget *FormBzjcDealing)
  46. {
  47. FormBzjcDealing->setWindowTitle(QApplication::translate("FormBzjcDealing", "Form", 0, QApplication::UnicodeUTF8));
  48. 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));
  49. } // retranslateUi
  50. };
  51. namespace Ui {
  52. class FormBzjcDealing: public Ui_FormBzjcDealing {};
  53. } // namespace Ui
  54. QT_END_NAMESPACE
  55. #endif // UI_FORMBZJCDEALING_H