94 lines
2.8 KiB
C++
94 lines
2.8 KiB
C++
|
|
/********************************************************************************
|
||
|
|
** Form generated from reading UI file 'Index1.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_INDEX1_H
|
||
|
|
#define UI_INDEX1_H
|
||
|
|
|
||
|
|
#include <QtCore/QVariant>
|
||
|
|
#include <QtWidgets/QAction>
|
||
|
|
#include <QtWidgets/QApplication>
|
||
|
|
#include <QtWidgets/QButtonGroup>
|
||
|
|
#include <QtWidgets/QFrame>
|
||
|
|
#include <QtWidgets/QGridLayout>
|
||
|
|
#include <QtWidgets/QHeaderView>
|
||
|
|
#include <QtWidgets/QPushButton>
|
||
|
|
#include <QtWidgets/QSpacerItem>
|
||
|
|
#include <QtWidgets/QWidget>
|
||
|
|
|
||
|
|
QT_BEGIN_NAMESPACE
|
||
|
|
|
||
|
|
class Ui_Index1
|
||
|
|
{
|
||
|
|
public:
|
||
|
|
QGridLayout *gridLayout_2;
|
||
|
|
QGridLayout *gridLayout;
|
||
|
|
QSpacerItem *verticalSpacer;
|
||
|
|
QPushButton *pushButton_Parameters;
|
||
|
|
QFrame *frame;
|
||
|
|
QFrame *line;
|
||
|
|
|
||
|
|
void setupUi(QWidget *Index1)
|
||
|
|
{
|
||
|
|
if (Index1->objectName().isEmpty())
|
||
|
|
Index1->setObjectName(QStringLiteral("Index1"));
|
||
|
|
Index1->resize(622, 342);
|
||
|
|
gridLayout_2 = new QGridLayout(Index1);
|
||
|
|
gridLayout_2->setObjectName(QStringLiteral("gridLayout_2"));
|
||
|
|
gridLayout_2->setContentsMargins(1, 1, 1, 1);
|
||
|
|
gridLayout = new QGridLayout();
|
||
|
|
gridLayout->setObjectName(QStringLiteral("gridLayout"));
|
||
|
|
verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
|
||
|
|
|
||
|
|
gridLayout->addItem(verticalSpacer, 1, 0, 1, 1);
|
||
|
|
|
||
|
|
pushButton_Parameters = new QPushButton(Index1);
|
||
|
|
pushButton_Parameters->setObjectName(QStringLiteral("pushButton_Parameters"));
|
||
|
|
pushButton_Parameters->setMinimumSize(QSize(120, 80));
|
||
|
|
pushButton_Parameters->setMaximumSize(QSize(120, 80));
|
||
|
|
|
||
|
|
gridLayout->addWidget(pushButton_Parameters, 0, 0, 1, 1);
|
||
|
|
|
||
|
|
|
||
|
|
gridLayout_2->addLayout(gridLayout, 0, 0, 1, 1);
|
||
|
|
|
||
|
|
frame = new QFrame(Index1);
|
||
|
|
frame->setObjectName(QStringLiteral("frame"));
|
||
|
|
frame->setFrameShape(QFrame::StyledPanel);
|
||
|
|
frame->setFrameShadow(QFrame::Raised);
|
||
|
|
|
||
|
|
gridLayout_2->addWidget(frame, 0, 2, 1, 1);
|
||
|
|
|
||
|
|
line = new QFrame(Index1);
|
||
|
|
line->setObjectName(QStringLiteral("line"));
|
||
|
|
line->setFrameShape(QFrame::VLine);
|
||
|
|
line->setFrameShadow(QFrame::Sunken);
|
||
|
|
|
||
|
|
gridLayout_2->addWidget(line, 0, 1, 1, 1);
|
||
|
|
|
||
|
|
|
||
|
|
retranslateUi(Index1);
|
||
|
|
|
||
|
|
QMetaObject::connectSlotsByName(Index1);
|
||
|
|
} // setupUi
|
||
|
|
|
||
|
|
void retranslateUi(QWidget *Index1)
|
||
|
|
{
|
||
|
|
Index1->setWindowTitle(QApplication::translate("Index1", "Form", Q_NULLPTR));
|
||
|
|
pushButton_Parameters->setText(QApplication::translate("Index1", "param", Q_NULLPTR));
|
||
|
|
} // retranslateUi
|
||
|
|
|
||
|
|
};
|
||
|
|
|
||
|
|
namespace Ui {
|
||
|
|
class Index1: public Ui_Index1 {};
|
||
|
|
} // namespace Ui
|
||
|
|
|
||
|
|
QT_END_NAMESPACE
|
||
|
|
|
||
|
|
#endif // UI_INDEX1_H
|