/******************************************************************************** ** Form generated from reading UI file 'Group.ui' ** ** Created by: Qt User Interface Compiler version 5.15.2 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_GROUP_H #define UI_GROUP_H #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_Group { public: ImageWidget_nodrag *Imagewidget_left; QComboBox *DatacomboBox; QPushButton *GroupButton; ImageWidget_nodrag *Imagewidget_right; void setupUi(QWidget *Group) { if (Group->objectName().isEmpty()) Group->setObjectName(QString::fromUtf8("Group")); Group->resize(326, 245); Imagewidget_left = new ImageWidget_nodrag(Group); Imagewidget_left->setObjectName(QString::fromUtf8("Imagewidget_left")); Imagewidget_left->setGeometry(QRect(0, 48, 114, 114)); Imagewidget_left->setStyleSheet(QString::fromUtf8("background-color: rgb(0, 170, 127);")); DatacomboBox = new QComboBox(Group); DatacomboBox->setObjectName(QString::fromUtf8("DatacomboBox")); DatacomboBox->setGeometry(QRect(0, 0, 172, 32)); DatacomboBox->setStyleSheet(QString::fromUtf8("background-color: rgb(255, 255, 255);")); GroupButton = new QPushButton(Group); GroupButton->setObjectName(QString::fromUtf8("GroupButton")); GroupButton->setGeometry(QRect(184, 0, 60, 32)); Imagewidget_right = new ImageWidget_nodrag(Group); Imagewidget_right->setObjectName(QString::fromUtf8("Imagewidget_right")); Imagewidget_right->setGeometry(QRect(130, 48, 114, 114)); Imagewidget_right->setStyleSheet(QString::fromUtf8("background-color: rgb(0, 170, 127);")); retranslateUi(Group); QMetaObject::connectSlotsByName(Group); } // setupUi void retranslateUi(QWidget *Group) { Group->setWindowTitle(QCoreApplication::translate("Group", "Form", nullptr)); GroupButton->setText(QString()); } // retranslateUi }; namespace Ui { class Group: public Ui_Group {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_GROUP_H