12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- /********************************************************************************
- ** Form generated from reading UI file 'ImageWidget_nodrag.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_IMAGEWIDGET_NODRAG_H
- #define UI_IMAGEWIDGET_NODRAG_H
- #include <QtCore/QVariant>
- #include <QtWidgets/QApplication>
- #include <QtWidgets/QWidget>
- QT_BEGIN_NAMESPACE
- class Ui_ImageWidget_nodrag
- {
- public:
- void setupUi(QWidget *ImageWidget_nodrag)
- {
- if (ImageWidget_nodrag->objectName().isEmpty())
- ImageWidget_nodrag->setObjectName(QString::fromUtf8("ImageWidget_nodrag"));
- ImageWidget_nodrag->resize(400, 300);
- retranslateUi(ImageWidget_nodrag);
- QMetaObject::connectSlotsByName(ImageWidget_nodrag);
- } // setupUi
- void retranslateUi(QWidget *ImageWidget_nodrag)
- {
- ImageWidget_nodrag->setWindowTitle(QCoreApplication::translate("ImageWidget_nodrag", "Form", nullptr));
- } // retranslateUi
- };
- namespace Ui {
- class ImageWidget_nodrag: public Ui_ImageWidget_nodrag {};
- } // namespace Ui
- QT_END_NAMESPACE
- #endif // UI_IMAGEWIDGET_NODRAG_H
|