ui_formshkjdealing.h 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'formshkjdealing.ui'
  3. **
  4. ** Created: Mon Apr 22 12:43:44 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_FORMSHKJDEALING_H
  10. #define UI_FORMSHKJDEALING_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_FormShkjDealing
  22. {
  23. public:
  24. QVBoxLayout *verticalLayout;
  25. QLabel *label;
  26. QTableWidget *tableWidget;
  27. void setupUi(QWidget *FormShkjDealing)
  28. {
  29. if (FormShkjDealing->objectName().isEmpty())
  30. FormShkjDealing->setObjectName(QString::fromUtf8("FormShkjDealing"));
  31. FormShkjDealing->resize(792, 422);
  32. verticalLayout = new QVBoxLayout(FormShkjDealing);
  33. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  34. verticalLayout->setContentsMargins(-1, 0, -1, -1);
  35. label = new QLabel(FormShkjDealing);
  36. label->setObjectName(QString::fromUtf8("label"));
  37. verticalLayout->addWidget(label);
  38. tableWidget = new QTableWidget(FormShkjDealing);
  39. tableWidget->setObjectName(QString::fromUtf8("tableWidget"));
  40. verticalLayout->addWidget(tableWidget);
  41. retranslateUi(FormShkjDealing);
  42. QMetaObject::connectSlotsByName(FormShkjDealing);
  43. } // setupUi
  44. void retranslateUi(QWidget *FormShkjDealing)
  45. {
  46. FormShkjDealing->setWindowTitle(QApplication::translate("FormShkjDealing", "Form", 0, QApplication::UnicodeUTF8));
  47. 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));
  48. } // retranslateUi
  49. };
  50. namespace Ui {
  51. class FormShkjDealing: public Ui_FormShkjDealing {};
  52. } // namespace Ui
  53. QT_END_NAMESPACE
  54. #endif // UI_FORMSHKJDEALING_H