更新ui
This commit is contained in:
@@ -0,0 +1,71 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'HealthUI.ui'
|
||||
**
|
||||
** Created by: Qt User Interface Compiler version 5.14.1
|
||||
**
|
||||
** 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/QApplication>
|
||||
#include <QtWidgets/QGridLayout>
|
||||
#include <QtWidgets/QGroupBox>
|
||||
#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(QString::fromUtf8("HealthUI"));
|
||||
HealthUI->resize(377, 18);
|
||||
gridLayout_2 = new QGridLayout(HealthUI);
|
||||
gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
|
||||
gridLayout_2->setContentsMargins(0, 0, 0, 0);
|
||||
groupBox = new QGroupBox(HealthUI);
|
||||
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||||
groupBox->setAlignment(Qt::AlignCenter);
|
||||
groupBox->setFlat(false);
|
||||
gridLayout = new QGridLayout(groupBox);
|
||||
gridLayout->setObjectName(QString::fromUtf8("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(QCoreApplication::translate("HealthUI", "Form", nullptr));
|
||||
groupBox->setTitle(QString());
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class HealthUI: public Ui_HealthUI {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_HEALTHUI_H
|
||||
Reference in New Issue
Block a user