47 lines
1.2 KiB
C
47 lines
1.2 KiB
C
|
|
/********************************************************************************
|
||
|
|
** Form generated from reading UI file 'P05_Parameter.ui'
|
||
|
|
**
|
||
|
|
** Created by: Qt User Interface Compiler version 5.14.2
|
||
|
|
**
|
||
|
|
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||
|
|
********************************************************************************/
|
||
|
|
|
||
|
|
#ifndef UI_P05_PARAMETER_H
|
||
|
|
#define UI_P05_PARAMETER_H
|
||
|
|
|
||
|
|
#include <QtCore/QVariant>
|
||
|
|
#include <QtWidgets/QApplication>
|
||
|
|
#include <QtWidgets/QWidget>
|
||
|
|
|
||
|
|
QT_BEGIN_NAMESPACE
|
||
|
|
|
||
|
|
class Ui_P05_Parameter
|
||
|
|
{
|
||
|
|
public:
|
||
|
|
|
||
|
|
void setupUi(QWidget *P05_Parameter)
|
||
|
|
{
|
||
|
|
if (P05_Parameter->objectName().isEmpty())
|
||
|
|
P05_Parameter->setObjectName(QString::fromUtf8("P05_Parameter"));
|
||
|
|
P05_Parameter->resize(1024, 576);
|
||
|
|
|
||
|
|
retranslateUi(P05_Parameter);
|
||
|
|
|
||
|
|
QMetaObject::connectSlotsByName(P05_Parameter);
|
||
|
|
} // setupUi
|
||
|
|
|
||
|
|
void retranslateUi(QWidget *P05_Parameter)
|
||
|
|
{
|
||
|
|
P05_Parameter->setWindowTitle(QCoreApplication::translate("P05_Parameter", "Form", nullptr));
|
||
|
|
} // retranslateUi
|
||
|
|
|
||
|
|
};
|
||
|
|
|
||
|
|
namespace Ui {
|
||
|
|
class P05_Parameter: public Ui_P05_Parameter {};
|
||
|
|
} // namespace Ui
|
||
|
|
|
||
|
|
QT_END_NAMESPACE
|
||
|
|
|
||
|
|
#endif // UI_P05_PARAMETER_H
|