更新
This commit is contained in:
@@ -0,0 +1,67 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'tools_Index4.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_TOOLS_INDEX4_H
|
||||
#define UI_TOOLS_INDEX4_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QAction>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QButtonGroup>
|
||||
#include <QtWidgets/QFrame>
|
||||
#include <QtWidgets/QGridLayout>
|
||||
#include <QtWidgets/QHeaderView>
|
||||
#include <QtWidgets/QWidget>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_tools_Index4
|
||||
{
|
||||
public:
|
||||
QGridLayout *gridLayout_6;
|
||||
QFrame *frame;
|
||||
QGridLayout *gridLayout;
|
||||
|
||||
void setupUi(QWidget *tools_Index4)
|
||||
{
|
||||
if (tools_Index4->objectName().isEmpty())
|
||||
tools_Index4->setObjectName(QStringLiteral("tools_Index4"));
|
||||
tools_Index4->resize(552, 383);
|
||||
gridLayout_6 = new QGridLayout(tools_Index4);
|
||||
gridLayout_6->setObjectName(QStringLiteral("gridLayout_6"));
|
||||
gridLayout_6->setContentsMargins(0, 0, 0, 0);
|
||||
frame = new QFrame(tools_Index4);
|
||||
frame->setObjectName(QStringLiteral("frame"));
|
||||
frame->setFrameShape(QFrame::StyledPanel);
|
||||
frame->setFrameShadow(QFrame::Raised);
|
||||
gridLayout = new QGridLayout(frame);
|
||||
gridLayout->setObjectName(QStringLiteral("gridLayout"));
|
||||
gridLayout->setContentsMargins(2, 2, 2, 2);
|
||||
|
||||
gridLayout_6->addWidget(frame, 0, 0, 1, 1);
|
||||
|
||||
|
||||
retranslateUi(tools_Index4);
|
||||
|
||||
QMetaObject::connectSlotsByName(tools_Index4);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QWidget *tools_Index4)
|
||||
{
|
||||
tools_Index4->setWindowTitle(QApplication::translate("tools_Index4", "Form", Q_NULLPTR));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class tools_Index4: public Ui_tools_Index4 {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_TOOLS_INDEX4_H
|
||||
Reference in New Issue
Block a user