ui_Group.h 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. /********************************************************************************
  2. ** Form generated from reading UI file 'Group.ui'
  3. **
  4. ** Created by: Qt User Interface Compiler version 5.15.2
  5. **
  6. ** WARNING! All changes made in this file will be lost when recompiling UI file!
  7. ********************************************************************************/
  8. #ifndef UI_GROUP_H
  9. #define UI_GROUP_H
  10. #include <ImageWidget_nodrag.h>
  11. #include <QtCore/QVariant>
  12. #include <QtWidgets/QApplication>
  13. #include <QtWidgets/QComboBox>
  14. #include <QtWidgets/QPushButton>
  15. #include <QtWidgets/QWidget>
  16. QT_BEGIN_NAMESPACE
  17. class Ui_Group
  18. {
  19. public:
  20. ImageWidget_nodrag *Imagewidget_left;
  21. QComboBox *DatacomboBox;
  22. QPushButton *GroupButton;
  23. ImageWidget_nodrag *Imagewidget_right;
  24. void setupUi(QWidget *Group)
  25. {
  26. if (Group->objectName().isEmpty())
  27. Group->setObjectName(QString::fromUtf8("Group"));
  28. Group->resize(326, 245);
  29. Imagewidget_left = new ImageWidget_nodrag(Group);
  30. Imagewidget_left->setObjectName(QString::fromUtf8("Imagewidget_left"));
  31. Imagewidget_left->setGeometry(QRect(0, 48, 114, 114));
  32. Imagewidget_left->setStyleSheet(QString::fromUtf8("background-color: rgb(0, 170, 127);"));
  33. DatacomboBox = new QComboBox(Group);
  34. DatacomboBox->setObjectName(QString::fromUtf8("DatacomboBox"));
  35. DatacomboBox->setGeometry(QRect(0, 0, 172, 32));
  36. DatacomboBox->setStyleSheet(QString::fromUtf8("background-color: rgb(255, 255, 255);"));
  37. GroupButton = new QPushButton(Group);
  38. GroupButton->setObjectName(QString::fromUtf8("GroupButton"));
  39. GroupButton->setGeometry(QRect(184, 0, 60, 32));
  40. Imagewidget_right = new ImageWidget_nodrag(Group);
  41. Imagewidget_right->setObjectName(QString::fromUtf8("Imagewidget_right"));
  42. Imagewidget_right->setGeometry(QRect(130, 48, 114, 114));
  43. Imagewidget_right->setStyleSheet(QString::fromUtf8("background-color: rgb(0, 170, 127);"));
  44. retranslateUi(Group);
  45. QMetaObject::connectSlotsByName(Group);
  46. } // setupUi
  47. void retranslateUi(QWidget *Group)
  48. {
  49. Group->setWindowTitle(QCoreApplication::translate("Group", "Form", nullptr));
  50. GroupButton->setText(QString());
  51. } // retranslateUi
  52. };
  53. namespace Ui {
  54. class Group: public Ui_Group {};
  55. } // namespace Ui
  56. QT_END_NAMESPACE
  57. #endif // UI_GROUP_H