ui_selectChildrenDlg.h 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'selectChildrenDlg.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_SELECTCHILDRENDLG_H
  9. #define UI_SELECTCHILDRENDLG_H
  10. #include <QtCore/QVariant>
  11. #include <QtWidgets/QApplication>
  12. #include <QtWidgets/QCheckBox>
  13. #include <QtWidgets/QComboBox>
  14. #include <QtWidgets/QDialog>
  15. #include <QtWidgets/QDialogButtonBox>
  16. #include <QtWidgets/QFormLayout>
  17. #include <QtWidgets/QFrame>
  18. #include <QtWidgets/QGroupBox>
  19. #include <QtWidgets/QHBoxLayout>
  20. #include <QtWidgets/QLineEdit>
  21. #include <QtWidgets/QSpacerItem>
  22. #include <QtWidgets/QVBoxLayout>
  23. QT_BEGIN_NAMESPACE
  24. class Ui_SelectChildrenDialog
  25. {
  26. public:
  27. QVBoxLayout *verticalLayout;
  28. QGroupBox *groupBox;
  29. QFormLayout *formLayout;
  30. QCheckBox *typeCheckBox;
  31. QCheckBox *nameCheckBox;
  32. QFrame *nameFrame;
  33. QHBoxLayout *horizontalLayout;
  34. QLineEdit *nameLineEdit;
  35. QCheckBox *checkBoxRegex;
  36. QFrame *typeFrame;
  37. QHBoxLayout *horizontalLayout_6;
  38. QComboBox *typeComboBox;
  39. QCheckBox *typeStrictCheckBox;
  40. QSpacerItem *verticalSpacer;
  41. QDialogButtonBox *buttonBox;
  42. void setupUi(QDialog *SelectChildrenDialog)
  43. {
  44. if (SelectChildrenDialog->objectName().isEmpty())
  45. SelectChildrenDialog->setObjectName(QString::fromUtf8("SelectChildrenDialog"));
  46. SelectChildrenDialog->resize(500, 175);
  47. verticalLayout = new QVBoxLayout(SelectChildrenDialog);
  48. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  49. groupBox = new QGroupBox(SelectChildrenDialog);
  50. groupBox->setObjectName(QString::fromUtf8("groupBox"));
  51. formLayout = new QFormLayout(groupBox);
  52. formLayout->setObjectName(QString::fromUtf8("formLayout"));
  53. formLayout->setFieldGrowthPolicy(QFormLayout::AllNonFixedFieldsGrow);
  54. typeCheckBox = new QCheckBox(groupBox);
  55. typeCheckBox->setObjectName(QString::fromUtf8("typeCheckBox"));
  56. typeCheckBox->setChecked(true);
  57. formLayout->setWidget(1, QFormLayout::LabelRole, typeCheckBox);
  58. nameCheckBox = new QCheckBox(groupBox);
  59. nameCheckBox->setObjectName(QString::fromUtf8("nameCheckBox"));
  60. formLayout->setWidget(2, QFormLayout::LabelRole, nameCheckBox);
  61. nameFrame = new QFrame(groupBox);
  62. nameFrame->setObjectName(QString::fromUtf8("nameFrame"));
  63. nameFrame->setEnabled(false);
  64. nameFrame->setFrameShape(QFrame::StyledPanel);
  65. nameFrame->setFrameShadow(QFrame::Raised);
  66. horizontalLayout = new QHBoxLayout(nameFrame);
  67. horizontalLayout->setContentsMargins(0, 0, 0, 0);
  68. horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
  69. nameLineEdit = new QLineEdit(nameFrame);
  70. nameLineEdit->setObjectName(QString::fromUtf8("nameLineEdit"));
  71. horizontalLayout->addWidget(nameLineEdit);
  72. checkBoxRegex = new QCheckBox(nameFrame);
  73. checkBoxRegex->setObjectName(QString::fromUtf8("checkBoxRegex"));
  74. horizontalLayout->addWidget(checkBoxRegex);
  75. formLayout->setWidget(2, QFormLayout::FieldRole, nameFrame);
  76. typeFrame = new QFrame(groupBox);
  77. typeFrame->setObjectName(QString::fromUtf8("typeFrame"));
  78. typeFrame->setEnabled(true);
  79. typeFrame->setFrameShape(QFrame::StyledPanel);
  80. typeFrame->setFrameShadow(QFrame::Raised);
  81. horizontalLayout_6 = new QHBoxLayout(typeFrame);
  82. horizontalLayout_6->setContentsMargins(0, 0, 0, 0);
  83. horizontalLayout_6->setObjectName(QString::fromUtf8("horizontalLayout_6"));
  84. typeComboBox = new QComboBox(typeFrame);
  85. typeComboBox->setObjectName(QString::fromUtf8("typeComboBox"));
  86. QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Fixed);
  87. sizePolicy.setHorizontalStretch(0);
  88. sizePolicy.setVerticalStretch(0);
  89. sizePolicy.setHeightForWidth(typeComboBox->sizePolicy().hasHeightForWidth());
  90. typeComboBox->setSizePolicy(sizePolicy);
  91. horizontalLayout_6->addWidget(typeComboBox);
  92. typeStrictCheckBox = new QCheckBox(typeFrame);
  93. typeStrictCheckBox->setObjectName(QString::fromUtf8("typeStrictCheckBox"));
  94. typeStrictCheckBox->setChecked(true);
  95. horizontalLayout_6->addWidget(typeStrictCheckBox);
  96. formLayout->setWidget(1, QFormLayout::FieldRole, typeFrame);
  97. verticalLayout->addWidget(groupBox);
  98. verticalSpacer = new QSpacerItem(20, 3, QSizePolicy::Minimum, QSizePolicy::Expanding);
  99. verticalLayout->addItem(verticalSpacer);
  100. buttonBox = new QDialogButtonBox(SelectChildrenDialog);
  101. buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
  102. buttonBox->setOrientation(Qt::Horizontal);
  103. buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
  104. verticalLayout->addWidget(buttonBox);
  105. retranslateUi(SelectChildrenDialog);
  106. QObject::connect(buttonBox, SIGNAL(accepted()), SelectChildrenDialog, SLOT(accept()));
  107. QObject::connect(buttonBox, SIGNAL(rejected()), SelectChildrenDialog, SLOT(reject()));
  108. QObject::connect(typeCheckBox, SIGNAL(toggled(bool)), typeFrame, SLOT(setEnabled(bool)));
  109. QObject::connect(nameCheckBox, SIGNAL(toggled(bool)), nameFrame, SLOT(setEnabled(bool)));
  110. QMetaObject::connectSlotsByName(SelectChildrenDialog);
  111. } // setupUi
  112. void retranslateUi(QDialog *SelectChildrenDialog)
  113. {
  114. SelectChildrenDialog->setWindowTitle(QCoreApplication::translate("SelectChildrenDialog", "Select children by type and/or name", nullptr));
  115. groupBox->setTitle(QCoreApplication::translate("SelectChildrenDialog", "Select children...", nullptr));
  116. typeCheckBox->setText(QCoreApplication::translate("SelectChildrenDialog", "of type", nullptr));
  117. nameCheckBox->setText(QCoreApplication::translate("SelectChildrenDialog", "with name", nullptr));
  118. checkBoxRegex->setText(QCoreApplication::translate("SelectChildrenDialog", "regex", nullptr));
  119. typeStrictCheckBox->setText(QCoreApplication::translate("SelectChildrenDialog", "strict", nullptr));
  120. } // retranslateUi
  121. };
  122. namespace Ui {
  123. class SelectChildrenDialog: public Ui_SelectChildrenDialog {};
  124. } // namespace Ui
  125. QT_END_NAMESPACE
  126. #endif // UI_SELECTCHILDRENDLG_H