47 lines
1.1 KiB
C++
47 lines
1.1 KiB
C++
/********************************************************************************
|
|
** Form generated from reading UI file 'formbase.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_FORMBASE_H
|
|
#define UI_FORMBASE_H
|
|
|
|
#include <QtCore/QVariant>
|
|
#include <QtWidgets/QApplication>
|
|
#include <QtWidgets/QWidget>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_formBase
|
|
{
|
|
public:
|
|
|
|
void setupUi(QWidget *formBase)
|
|
{
|
|
if (formBase->objectName().isEmpty())
|
|
formBase->setObjectName(QString::fromUtf8("formBase"));
|
|
formBase->resize(705, 492);
|
|
|
|
retranslateUi(formBase);
|
|
|
|
QMetaObject::connectSlotsByName(formBase);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QWidget *formBase)
|
|
{
|
|
formBase->setWindowTitle(QCoreApplication::translate("formBase", "Form", nullptr));
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class formBase: public Ui_formBase {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_FORMBASE_H
|