ui_itemSelectionDlg.h 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'itemSelectionDlg.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_ITEMSELECTIONDLG_H
  9. #define UI_ITEMSELECTIONDLG_H
  10. #include <QtCore/QVariant>
  11. #include <QtWidgets/QApplication>
  12. #include <QtWidgets/QDialog>
  13. #include <QtWidgets/QDialogButtonBox>
  14. #include <QtWidgets/QLabel>
  15. #include <QtWidgets/QListWidget>
  16. #include <QtWidgets/QSpacerItem>
  17. #include <QtWidgets/QVBoxLayout>
  18. QT_BEGIN_NAMESPACE
  19. class Ui_ItemSelectionDlg
  20. {
  21. public:
  22. QVBoxLayout *verticalLayout;
  23. QLabel *label;
  24. QListWidget *listWidget;
  25. QSpacerItem *verticalSpacer;
  26. QDialogButtonBox *buttonBox;
  27. void setupUi(QDialog *ItemSelectionDlg)
  28. {
  29. if (ItemSelectionDlg->objectName().isEmpty())
  30. ItemSelectionDlg->setObjectName(QString::fromUtf8("ItemSelectionDlg"));
  31. ItemSelectionDlg->resize(400, 300);
  32. verticalLayout = new QVBoxLayout(ItemSelectionDlg);
  33. verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
  34. label = new QLabel(ItemSelectionDlg);
  35. label->setObjectName(QString::fromUtf8("label"));
  36. verticalLayout->addWidget(label);
  37. listWidget = new QListWidget(ItemSelectionDlg);
  38. listWidget->setObjectName(QString::fromUtf8("listWidget"));
  39. verticalLayout->addWidget(listWidget);
  40. verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
  41. verticalLayout->addItem(verticalSpacer);
  42. buttonBox = new QDialogButtonBox(ItemSelectionDlg);
  43. buttonBox->setObjectName(QString::fromUtf8("buttonBox"));
  44. buttonBox->setOrientation(Qt::Horizontal);
  45. buttonBox->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Ok);
  46. verticalLayout->addWidget(buttonBox);
  47. retranslateUi(ItemSelectionDlg);
  48. QObject::connect(buttonBox, SIGNAL(accepted()), ItemSelectionDlg, SLOT(accept()));
  49. QObject::connect(buttonBox, SIGNAL(rejected()), ItemSelectionDlg, SLOT(reject()));
  50. QMetaObject::connectSlotsByName(ItemSelectionDlg);
  51. } // setupUi
  52. void retranslateUi(QDialog *ItemSelectionDlg)
  53. {
  54. ItemSelectionDlg->setWindowTitle(QCoreApplication::translate("ItemSelectionDlg", "Selection", nullptr));
  55. label->setText(QCoreApplication::translate("ItemSelectionDlg", "Please select one %1:", nullptr));
  56. } // retranslateUi
  57. };
  58. namespace Ui {
  59. class ItemSelectionDlg: public Ui_ItemSelectionDlg {};
  60. } // namespace Ui
  61. QT_END_NAMESPACE
  62. #endif // UI_ITEMSELECTIONDLG_H