58 lines
1.6 KiB
C++
58 lines
1.6 KiB
C++
/********************************************************************************
|
|
** Form generated from reading UI file 'Template.ui'
|
|
**
|
|
** Created by: Qt User Interface Compiler version 5.9.9
|
|
**
|
|
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
********************************************************************************/
|
|
|
|
#ifndef UI_TEMPLATE_H
|
|
#define UI_TEMPLATE_H
|
|
|
|
#include <QtCore/QVariant>
|
|
#include <QtWidgets/QAction>
|
|
#include <QtWidgets/QApplication>
|
|
#include <QtWidgets/QButtonGroup>
|
|
#include <QtWidgets/QGridLayout>
|
|
#include <QtWidgets/QHeaderView>
|
|
#include <QtWidgets/QWidget>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_Template
|
|
{
|
|
public:
|
|
QGridLayout *gridLayout;
|
|
|
|
void setupUi(QWidget *Template)
|
|
{
|
|
if (Template->objectName().isEmpty())
|
|
Template->setObjectName(QStringLiteral("Template"));
|
|
Template->resize(800, 519);
|
|
Template->setMinimumSize(QSize(0, 0));
|
|
Template->setMaximumSize(QSize(16777215, 16777215));
|
|
gridLayout = new QGridLayout(Template);
|
|
gridLayout->setSpacing(0);
|
|
gridLayout->setObjectName(QStringLiteral("gridLayout"));
|
|
gridLayout->setContentsMargins(0, 0, 0, 0);
|
|
|
|
retranslateUi(Template);
|
|
|
|
QMetaObject::connectSlotsByName(Template);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QWidget *Template)
|
|
{
|
|
Template->setWindowTitle(QApplication::translate("Template", "Form", Q_NULLPTR));
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class Template: public Ui_Template {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_TEMPLATE_H
|