ui_envelopeExtractorDlg.h 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'envelopeExtractorDlg.ui'
  3. **
  4. ** Created by: Qt User Interface Compiler version 5.15.10
  5. **
  6. ** WARNING! All changes made in this file will be lost when recompiling UI file!
  7. ********************************************************************************/
  8. #ifndef UI_ENVELOPEEXTRACTORDLG_H
  9. #define UI_ENVELOPEEXTRACTORDLG_H
  10. #include <QtCore/QVariant>
  11. #include <QtWidgets/QApplication>
  12. #include <QtWidgets/QCheckBox>
  13. #include <QtWidgets/QDialog>
  14. #include <QtWidgets/QFrame>
  15. #include <QtWidgets/QHBoxLayout>
  16. #include <QtWidgets/QLabel>
  17. #include <QtWidgets/QPushButton>
  18. #include <QtWidgets/QVBoxLayout>
  19. QT_BEGIN_NAMESPACE
  20. class Ui_EnvelopeExtractorDlg
  21. {
  22. public:
  23. QVBoxLayout *verticalLayout;
  24. QFrame *viewFrame;
  25. QHBoxLayout *horizontalLayout;
  26. QLabel *label;
  27. QLabel *messageLabel;
  28. QCheckBox *autoCheckBox;
  29. QPushButton *nextPushButton;
  30. QPushButton *skipPushButton;
  31. void setupUi(QDialog *EnvelopeExtractorDlg)
  32. {
  33. if (EnvelopeExtractorDlg->objectName().isEmpty())
  34. EnvelopeExtractorDlg->setObjectName(QString::fromUtf8("EnvelopeExtractorDlg"));
  35. EnvelopeExtractorDlg->resize(836, 682);
  36. verticalLayout = new QVBoxLayout(EnvelopeExtractorDlg);
  37. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  38. viewFrame = new QFrame(EnvelopeExtractorDlg);
  39. viewFrame->setObjectName(QString::fromUtf8("viewFrame"));
  40. QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
  41. sizePolicy.setHorizontalStretch(0);
  42. sizePolicy.setVerticalStretch(0);
  43. sizePolicy.setHeightForWidth(viewFrame->sizePolicy().hasHeightForWidth());
  44. viewFrame->setSizePolicy(sizePolicy);
  45. viewFrame->setMinimumSize(QSize(512, 512));
  46. viewFrame->setFrameShape(QFrame::StyledPanel);
  47. viewFrame->setFrameShadow(QFrame::Raised);
  48. verticalLayout->addWidget(viewFrame);
  49. horizontalLayout = new QHBoxLayout();
  50. horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
  51. label = new QLabel(EnvelopeExtractorDlg);
  52. label->setObjectName(QString::fromUtf8("label"));
  53. horizontalLayout->addWidget(label);
  54. messageLabel = new QLabel(EnvelopeExtractorDlg);
  55. messageLabel->setObjectName(QString::fromUtf8("messageLabel"));
  56. QSizePolicy sizePolicy1(QSizePolicy::Expanding, QSizePolicy::Preferred);
  57. sizePolicy1.setHorizontalStretch(0);
  58. sizePolicy1.setVerticalStretch(0);
  59. sizePolicy1.setHeightForWidth(messageLabel->sizePolicy().hasHeightForWidth());
  60. messageLabel->setSizePolicy(sizePolicy1);
  61. horizontalLayout->addWidget(messageLabel);
  62. autoCheckBox = new QCheckBox(EnvelopeExtractorDlg);
  63. autoCheckBox->setObjectName(QString::fromUtf8("autoCheckBox"));
  64. horizontalLayout->addWidget(autoCheckBox);
  65. nextPushButton = new QPushButton(EnvelopeExtractorDlg);
  66. nextPushButton->setObjectName(QString::fromUtf8("nextPushButton"));
  67. horizontalLayout->addWidget(nextPushButton);
  68. skipPushButton = new QPushButton(EnvelopeExtractorDlg);
  69. skipPushButton->setObjectName(QString::fromUtf8("skipPushButton"));
  70. horizontalLayout->addWidget(skipPushButton);
  71. verticalLayout->addLayout(horizontalLayout);
  72. retranslateUi(EnvelopeExtractorDlg);
  73. QMetaObject::connectSlotsByName(EnvelopeExtractorDlg);
  74. } // setupUi
  75. void retranslateUi(QDialog *EnvelopeExtractorDlg)
  76. {
  77. EnvelopeExtractorDlg->setWindowTitle(QCoreApplication::translate("EnvelopeExtractorDlg", "Envelope Extractor Visual Debug", nullptr));
  78. label->setText(QCoreApplication::translate("EnvelopeExtractorDlg", "Message", nullptr));
  79. messageLabel->setText(QCoreApplication::translate("EnvelopeExtractorDlg", "no message", nullptr));
  80. autoCheckBox->setText(QCoreApplication::translate("EnvelopeExtractorDlg", "auto", nullptr));
  81. nextPushButton->setText(QCoreApplication::translate("EnvelopeExtractorDlg", "Next", nullptr));
  82. skipPushButton->setText(QCoreApplication::translate("EnvelopeExtractorDlg", "Skip", nullptr));
  83. } // retranslateUi
  84. };
  85. namespace Ui {
  86. class EnvelopeExtractorDlg: public Ui_EnvelopeExtractorDlg {};
  87. } // namespace Ui
  88. QT_END_NAMESPACE
  89. #endif // UI_ENVELOPEEXTRACTORDLG_H