更新
This commit is contained in:
@@ -0,0 +1,63 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'tools_Index0.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_INDEX0_H
|
||||
#define UI_TOOLS_INDEX0_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_Index0
|
||||
{
|
||||
public:
|
||||
QGridLayout *gridLayout_2;
|
||||
QFrame *frame;
|
||||
|
||||
void setupUi(QWidget *Tools_Index0)
|
||||
{
|
||||
if (Tools_Index0->objectName().isEmpty())
|
||||
Tools_Index0->setObjectName(QStringLiteral("Tools_Index0"));
|
||||
Tools_Index0->resize(792, 451);
|
||||
gridLayout_2 = new QGridLayout(Tools_Index0);
|
||||
gridLayout_2->setObjectName(QStringLiteral("gridLayout_2"));
|
||||
gridLayout_2->setContentsMargins(1, 1, 1, 1);
|
||||
frame = new QFrame(Tools_Index0);
|
||||
frame->setObjectName(QStringLiteral("frame"));
|
||||
frame->setFrameShape(QFrame::StyledPanel);
|
||||
frame->setFrameShadow(QFrame::Raised);
|
||||
|
||||
gridLayout_2->addWidget(frame, 0, 0, 1, 1);
|
||||
|
||||
|
||||
retranslateUi(Tools_Index0);
|
||||
|
||||
QMetaObject::connectSlotsByName(Tools_Index0);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QWidget *Tools_Index0)
|
||||
{
|
||||
Tools_Index0->setWindowTitle(QApplication::translate("Tools_Index0", "Form", Q_NULLPTR));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class Tools_Index0: public Ui_Tools_Index0 {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_TOOLS_INDEX0_H
|
||||
Reference in New Issue
Block a user