ui_entitySelectionDlg.h 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'entitySelectionDlg.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_ENTITYSELECTIONDLG_H
  9. #define UI_ENTITYSELECTIONDLG_H
  10. #include <QtCore/QVariant>
  11. #include <QtWidgets/QApplication>
  12. #include <QtWidgets/QDialog>
  13. #include <QtWidgets/QDialogButtonBox>
  14. #include <QtWidgets/QFrame>
  15. #include <QtWidgets/QHBoxLayout>
  16. #include <QtWidgets/QLabel>
  17. #include <QtWidgets/QListWidget>
  18. #include <QtWidgets/QPushButton>
  19. #include <QtWidgets/QSpacerItem>
  20. #include <QtWidgets/QVBoxLayout>
  21. QT_BEGIN_NAMESPACE
  22. class Ui_EntitySelectionDialog
  23. {
  24. public:
  25. QVBoxLayout *verticalLayout;
  26. QHBoxLayout *horizontalLayout;
  27. QLabel *label;
  28. QSpacerItem *horizontalSpacer;
  29. QListWidget *listWidget;
  30. QFrame *frame;
  31. QHBoxLayout *horizontalLayout_2;
  32. QPushButton *selectAllPushButton;
  33. QPushButton *selectNonePushButton;
  34. QSpacerItem *horizontalSpacer_2;
  35. QDialogButtonBox *buttonBox;
  36. void setupUi(QDialog *EntitySelectionDialog)
  37. {
  38. if (EntitySelectionDialog->objectName().isEmpty())
  39. EntitySelectionDialog->setObjectName(QString::fromUtf8("EntitySelectionDialog"));
  40. EntitySelectionDialog->resize(400, 300);
  41. verticalLayout = new QVBoxLayout(EntitySelectionDialog);
  42. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  43. horizontalLayout = new QHBoxLayout();
  44. horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
  45. label = new QLabel(EntitySelectionDialog);
  46. label->setObjectName(QString::fromUtf8("label"));
  47. horizontalLayout->addWidget(label);
  48. horizontalSpacer = new QSpacerItem(38, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  49. horizontalLayout->addItem(horizontalSpacer);
  50. verticalLayout->addLayout(horizontalLayout);
  51. listWidget = new QListWidget(EntitySelectionDialog);
  52. listWidget->setObjectName(QString::fromUtf8("listWidget"));
  53. listWidget->setAlternatingRowColors(true);
  54. verticalLayout->addWidget(listWidget);
  55. frame = new QFrame(EntitySelectionDialog);
  56. frame->setObjectName(QString::fromUtf8("frame"));
  57. frame->setFrameShape(QFrame::StyledPanel);
  58. frame->setFrameShadow(QFrame::Raised);
  59. horizontalLayout_2 = new QHBoxLayout(frame);
  60. horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
  61. horizontalLayout_2->setContentsMargins(0, 0, 0, 0);
  62. selectAllPushButton = new QPushButton(frame);
  63. selectAllPushButton->setObjectName(QString::fromUtf8("selectAllPushButton"));
  64. horizontalLayout_2->addWidget(selectAllPushButton);
  65. selectNonePushButton = new QPushButton(frame);
  66. selectNonePushButton->setObjectName(QString::fromUtf8("selectNonePushButton"));
  67. horizontalLayout_2->addWidget(selectNonePushButton);
  68. horizontalSpacer_2 = new QSpacerItem(225, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
  69. horizontalLayout_2->addItem(horizontalSpacer_2);
  70. buttonBox = new QDialogButtonBox(frame);
  71. buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
  72. buttonBox->setOrientation(Qt::Horizontal);
  73. buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
  74. horizontalLayout_2->addWidget(buttonBox);
  75. verticalLayout->addWidget(frame);
  76. retranslateUi(EntitySelectionDialog);
  77. QObject::connect(buttonBox, SIGNAL(accepted()), EntitySelectionDialog, SLOT(accept()));
  78. QObject::connect(buttonBox, SIGNAL(rejected()), EntitySelectionDialog, SLOT(reject()));
  79. QMetaObject::connectSlotsByName(EntitySelectionDialog);
  80. } // setupUi
  81. void retranslateUi(QDialog *EntitySelectionDialog)
  82. {
  83. EntitySelectionDialog->setWindowTitle(QCoreApplication::translate("EntitySelectionDialog", "Entity selector", nullptr));
  84. label->setText(QCoreApplication::translate("EntitySelectionDialog", "Select an entity:", nullptr));
  85. selectAllPushButton->setText(QCoreApplication::translate("EntitySelectionDialog", "select all", nullptr));
  86. selectNonePushButton->setText(QCoreApplication::translate("EntitySelectionDialog", "select none", nullptr));
  87. } // retranslateUi
  88. };
  89. namespace Ui {
  90. class EntitySelectionDialog: public Ui_EntitySelectionDialog {};
  91. } // namespace Ui
  92. QT_END_NAMESPACE
  93. #endif // UI_ENTITYSELECTIONDLG_H