47 lines
1.2 KiB
C
47 lines
1.2 KiB
C
|
|
/********************************************************************************
|
||
|
|
** Form generated from reading UI file 'RemotePage03.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_REMOTEPAGE03_H
|
||
|
|
#define UI_REMOTEPAGE03_H
|
||
|
|
|
||
|
|
#include <QtCore/QVariant>
|
||
|
|
#include <QtWidgets/QApplication>
|
||
|
|
#include <QtWidgets/QWidget>
|
||
|
|
|
||
|
|
QT_BEGIN_NAMESPACE
|
||
|
|
|
||
|
|
class Ui_RemotePage03
|
||
|
|
{
|
||
|
|
public:
|
||
|
|
|
||
|
|
void setupUi(QWidget *RemotePage03)
|
||
|
|
{
|
||
|
|
if (RemotePage03->objectName().isEmpty())
|
||
|
|
RemotePage03->setObjectName(QString::fromUtf8("RemotePage03"));
|
||
|
|
RemotePage03->resize(1024, 576);
|
||
|
|
|
||
|
|
retranslateUi(RemotePage03);
|
||
|
|
|
||
|
|
QMetaObject::connectSlotsByName(RemotePage03);
|
||
|
|
} // setupUi
|
||
|
|
|
||
|
|
void retranslateUi(QWidget *RemotePage03)
|
||
|
|
{
|
||
|
|
RemotePage03->setWindowTitle(QCoreApplication::translate("RemotePage03", "Form", nullptr));
|
||
|
|
} // retranslateUi
|
||
|
|
|
||
|
|
};
|
||
|
|
|
||
|
|
namespace Ui {
|
||
|
|
class RemotePage03: public Ui_RemotePage03 {};
|
||
|
|
} // namespace Ui
|
||
|
|
|
||
|
|
QT_END_NAMESPACE
|
||
|
|
|
||
|
|
#endif // UI_REMOTEPAGE03_H
|