RasterProcessTool/LAMPSARProcessProgram/RasterPr.7EF67DAA/x64/Release/qt/uic/ui_ImageShowDialogClass.h

60 lines
1.9 KiB
C
Raw Normal View History

2025-02-02 09:10:37 +00:00
/********************************************************************************
** Form generated from reading UI file 'ImageShowDialogClass.ui'
**
** Created by: Qt User Interface Compiler version 5.15.13
**
** WARNING! All changes made in this file will be lost when recompiling UI file!
********************************************************************************/
#ifndef UI_IMAGESHOWDIALOGCLASS_H
#define UI_IMAGESHOWDIALOGCLASS_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QDialog>
#include <QtWidgets/QVBoxLayout>
#include "qcustomplot.h"
QT_BEGIN_NAMESPACE
class Ui_ImageShowDialogClass
{
public:
QVBoxLayout *verticalLayout;
QCustomPlot *m_plot;
void setupUi(QDialog *ImageShowDialogClass)
{
if (ImageShowDialogClass->objectName().isEmpty())
ImageShowDialogClass->setObjectName(QString::fromUtf8("ImageShowDialogClass"));
ImageShowDialogClass->resize(600, 400);
verticalLayout = new QVBoxLayout(ImageShowDialogClass);
verticalLayout->setSpacing(6);
verticalLayout->setContentsMargins(11, 11, 11, 11);
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
m_plot = new QCustomPlot(ImageShowDialogClass);
m_plot->setObjectName(QString::fromUtf8("m_plot"));
verticalLayout->addWidget(m_plot);
retranslateUi(ImageShowDialogClass);
QMetaObject::connectSlotsByName(ImageShowDialogClass);
} // setupUi
void retranslateUi(QDialog *ImageShowDialogClass)
{
ImageShowDialogClass->setWindowTitle(QCoreApplication::translate("ImageShowDialogClass", "\345\244\215\346\225\260\345\261\225\347\244\272", nullptr));
} // retranslateUi
};
namespace Ui {
class ImageShowDialogClass: public Ui_ImageShowDialogClass {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_IMAGESHOWDIALOGCLASS_H