删除多余的文件
This commit is contained in:
@@ -1,74 +0,0 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'HealthUI.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_HEALTHUI_H
|
||||
#define UI_HEALTHUI_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QAction>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QButtonGroup>
|
||||
#include <QtWidgets/QGridLayout>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#include <QtWidgets/QHeaderView>
|
||||
#include <QtWidgets/QSpacerItem>
|
||||
#include <QtWidgets/QWidget>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_HealthUI
|
||||
{
|
||||
public:
|
||||
QGridLayout *gridLayout_2;
|
||||
QGroupBox *groupBox;
|
||||
QGridLayout *gridLayout;
|
||||
QSpacerItem *verticalSpacer;
|
||||
|
||||
void setupUi(QWidget *HealthUI)
|
||||
{
|
||||
if (HealthUI->objectName().isEmpty())
|
||||
HealthUI->setObjectName(QStringLiteral("HealthUI"));
|
||||
HealthUI->resize(378, 35);
|
||||
gridLayout_2 = new QGridLayout(HealthUI);
|
||||
gridLayout_2->setObjectName(QStringLiteral("gridLayout_2"));
|
||||
gridLayout_2->setContentsMargins(0, 0, 0, 0);
|
||||
groupBox = new QGroupBox(HealthUI);
|
||||
groupBox->setObjectName(QStringLiteral("groupBox"));
|
||||
groupBox->setAlignment(Qt::AlignCenter);
|
||||
groupBox->setFlat(false);
|
||||
gridLayout = new QGridLayout(groupBox);
|
||||
gridLayout->setObjectName(QStringLiteral("gridLayout"));
|
||||
gridLayout->setContentsMargins(3, 3, 3, 3);
|
||||
|
||||
gridLayout_2->addWidget(groupBox, 0, 0, 1, 1);
|
||||
|
||||
verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
|
||||
|
||||
gridLayout_2->addItem(verticalSpacer, 1, 0, 1, 1);
|
||||
|
||||
|
||||
retranslateUi(HealthUI);
|
||||
|
||||
QMetaObject::connectSlotsByName(HealthUI);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QWidget *HealthUI)
|
||||
{
|
||||
HealthUI->setWindowTitle(QApplication::translate("HealthUI", "Form", Q_NULLPTR));
|
||||
groupBox->setTitle(QApplication::translate("HealthUI", "-< \347\273\277\350\211\262\357\274\232\346\255\243\345\270\270\357\274\214\351\273\204\350\211\262\357\274\232\350\247\243\347\240\201\351\224\231\350\257\257\357\274\214\347\272\242\350\211\262\357\274\232\351\200\232\350\256\257\351\224\231\350\257\257 >-", Q_NULLPTR));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class HealthUI: public Ui_HealthUI {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_HEALTHUI_H
|
||||
Reference in New Issue
Block a user