ui_dialogsubmitresponsedetail.h 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'dialogsubmitresponsedetail.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_DIALOGSUBMITRESPONSEDETAIL_H
  10. #define UI_DIALOGSUBMITRESPONSEDETAIL_H
  11. #include <QtCore/QVariant>
  12. #include <QtGui/QAction>
  13. #include <QtGui/QApplication>
  14. #include <QtGui/QButtonGroup>
  15. #include <QtGui/QDialog>
  16. #include <QtGui/QDialogButtonBox>
  17. #include <QtGui/QGridLayout>
  18. #include <QtGui/QHeaderView>
  19. #include <QtGui/QLabel>
  20. #include <QtGui/QTextBrowser>
  21. #include <QtGui/QVBoxLayout>
  22. QT_BEGIN_NAMESPACE
  23. class Ui_DialogSubmitResponseDetail
  24. {
  25. public:
  26. QVBoxLayout *verticalLayout;
  27. QGridLayout *gridLayout;
  28. QLabel *labelTotalInvalid;
  29. QLabel *labelTotalValid;
  30. QLabel *labelTime;
  31. QLabel *labelDate;
  32. QLabel *label;
  33. QLabel *label_9;
  34. QLabel *label_6;
  35. QLabel *label_11;
  36. QLabel *label_3;
  37. QLabel *labelBlack;
  38. QLabel *label_8;
  39. QLabel *labelResult;
  40. QLabel *labelRemark;
  41. QTextBrowser *textBrowser;
  42. QDialogButtonBox *buttonBox;
  43. void setupUi(QDialog *DialogSubmitResponseDetail)
  44. {
  45. if (DialogSubmitResponseDetail->objectName().isEmpty())
  46. DialogSubmitResponseDetail->setObjectName(QString::fromUtf8("DialogSubmitResponseDetail"));
  47. DialogSubmitResponseDetail->resize(475, 319);
  48. DialogSubmitResponseDetail->setMinimumSize(QSize(475, 319));
  49. DialogSubmitResponseDetail->setMaximumSize(QSize(475, 319));
  50. verticalLayout = new QVBoxLayout(DialogSubmitResponseDetail);
  51. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  52. gridLayout = new QGridLayout();
  53. gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
  54. labelTotalInvalid = new QLabel(DialogSubmitResponseDetail);
  55. labelTotalInvalid->setObjectName(QString::fromUtf8("labelTotalInvalid"));
  56. gridLayout->addWidget(labelTotalInvalid, 1, 1, 1, 1);
  57. labelTotalValid = new QLabel(DialogSubmitResponseDetail);
  58. labelTotalValid->setObjectName(QString::fromUtf8("labelTotalValid"));
  59. gridLayout->addWidget(labelTotalValid, 0, 1, 1, 1);
  60. labelTime = new QLabel(DialogSubmitResponseDetail);
  61. labelTime->setObjectName(QString::fromUtf8("labelTime"));
  62. gridLayout->addWidget(labelTime, 1, 3, 1, 1);
  63. labelDate = new QLabel(DialogSubmitResponseDetail);
  64. labelDate->setObjectName(QString::fromUtf8("labelDate"));
  65. gridLayout->addWidget(labelDate, 0, 3, 1, 1);
  66. label = new QLabel(DialogSubmitResponseDetail);
  67. label->setObjectName(QString::fromUtf8("label"));
  68. gridLayout->addWidget(label, 0, 2, 1, 1);
  69. label_9 = new QLabel(DialogSubmitResponseDetail);
  70. label_9->setObjectName(QString::fromUtf8("label_9"));
  71. gridLayout->addWidget(label_9, 0, 0, 1, 1);
  72. label_6 = new QLabel(DialogSubmitResponseDetail);
  73. label_6->setObjectName(QString::fromUtf8("label_6"));
  74. gridLayout->addWidget(label_6, 1, 0, 1, 1);
  75. label_11 = new QLabel(DialogSubmitResponseDetail);
  76. label_11->setObjectName(QString::fromUtf8("label_11"));
  77. label_11->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
  78. gridLayout->addWidget(label_11, 2, 0, 1, 1);
  79. label_3 = new QLabel(DialogSubmitResponseDetail);
  80. label_3->setObjectName(QString::fromUtf8("label_3"));
  81. gridLayout->addWidget(label_3, 1, 2, 1, 1);
  82. labelBlack = new QLabel(DialogSubmitResponseDetail);
  83. labelBlack->setObjectName(QString::fromUtf8("labelBlack"));
  84. labelBlack->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
  85. gridLayout->addWidget(labelBlack, 2, 1, 1, 1);
  86. label_8 = new QLabel(DialogSubmitResponseDetail);
  87. label_8->setObjectName(QString::fromUtf8("label_8"));
  88. label_8->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
  89. gridLayout->addWidget(label_8, 2, 2, 1, 1);
  90. labelResult = new QLabel(DialogSubmitResponseDetail);
  91. labelResult->setObjectName(QString::fromUtf8("labelResult"));
  92. QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
  93. sizePolicy.setHorizontalStretch(0);
  94. sizePolicy.setVerticalStretch(0);
  95. sizePolicy.setHeightForWidth(labelResult->sizePolicy().hasHeightForWidth());
  96. labelResult->setSizePolicy(sizePolicy);
  97. labelResult->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop);
  98. labelResult->setWordWrap(true);
  99. gridLayout->addWidget(labelResult, 2, 3, 1, 1);
  100. verticalLayout->addLayout(gridLayout);
  101. labelRemark = new QLabel(DialogSubmitResponseDetail);
  102. labelRemark->setObjectName(QString::fromUtf8("labelRemark"));
  103. verticalLayout->addWidget(labelRemark);
  104. textBrowser = new QTextBrowser(DialogSubmitResponseDetail);
  105. textBrowser->setObjectName(QString::fromUtf8("textBrowser"));
  106. verticalLayout->addWidget(textBrowser);
  107. buttonBox = new QDialogButtonBox(DialogSubmitResponseDetail);
  108. buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
  109. buttonBox->setOrientation(Qt::Horizontal);
  110. buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
  111. verticalLayout->addWidget(buttonBox);
  112. retranslateUi(DialogSubmitResponseDetail);
  113. QObject::connect(buttonBox, SIGNAL(rejected()), DialogSubmitResponseDetail, SLOT(reject()));
  114. QMetaObject::connectSlotsByName(DialogSubmitResponseDetail);
  115. } // setupUi
  116. void retranslateUi(QDialog *DialogSubmitResponseDetail)
  117. {
  118. DialogSubmitResponseDetail->setWindowTitle(QApplication::translate("DialogSubmitResponseDetail", "\350\257\246\347\273\206\344\277\241\346\201\257", 0, QApplication::UnicodeUTF8));
  119. labelTotalInvalid->setText(QApplication::translate("DialogSubmitResponseDetail", "TextLabel", 0, QApplication::UnicodeUTF8));
  120. labelTotalValid->setText(QApplication::translate("DialogSubmitResponseDetail", "TextLabel", 0, QApplication::UnicodeUTF8));
  121. labelTime->setText(QApplication::translate("DialogSubmitResponseDetail", "TextLabel", 0, QApplication::UnicodeUTF8));
  122. labelDate->setText(QApplication::translate("DialogSubmitResponseDetail", "TextLabel", 0, QApplication::UnicodeUTF8));
  123. label->setText(QApplication::translate("DialogSubmitResponseDetail", "\346\217\220\344\272\244\346\227\245\346\234\237\357\274\232", 0, QApplication::UnicodeUTF8));
  124. label_9->setText(QApplication::translate("DialogSubmitResponseDetail", "\346\234\211\346\225\210\345\217\267\347\240\201\346\200\273\346\225\260\357\274\232", 0, QApplication::UnicodeUTF8));
  125. label_6->setText(QApplication::translate("DialogSubmitResponseDetail", "\346\227\240\346\225\210\345\217\267\347\240\201\346\200\273\346\225\260\357\274\232", 0, QApplication::UnicodeUTF8));
  126. label_11->setText(QApplication::translate("DialogSubmitResponseDetail", "\351\231\220\345\210\266\345\217\267\347\240\201\346\200\273\346\225\260\357\274\232", 0, QApplication::UnicodeUTF8));
  127. label_3->setText(QApplication::translate("DialogSubmitResponseDetail", "\346\217\220\344\272\244\346\227\266\351\227\264\357\274\232", 0, QApplication::UnicodeUTF8));
  128. labelBlack->setText(QApplication::translate("DialogSubmitResponseDetail", "TextLabel", 0, QApplication::UnicodeUTF8));
  129. label_8->setText(QApplication::translate("DialogSubmitResponseDetail", "\350\277\224\345\233\236\347\273\223\346\236\234\357\274\232", 0, QApplication::UnicodeUTF8));
  130. labelResult->setText(QApplication::translate("DialogSubmitResponseDetail", "TextLabel", 0, QApplication::UnicodeUTF8));
  131. labelRemark->setText(QApplication::translate("DialogSubmitResponseDetail", "\350\242\253\350\277\207\346\273\244\347\232\204\345\217\267\347\240\201\357\274\232", 0, QApplication::UnicodeUTF8));
  132. } // retranslateUi
  133. };
  134. namespace Ui {
  135. class DialogSubmitResponseDetail: public Ui_DialogSubmitResponseDetail {};
  136. } // namespace Ui
  137. QT_END_NAMESPACE
  138. #endif // UI_DIALOGSUBMITRESPONSEDETAIL_H