58 lines
1.5 KiB
C++
58 lines
1.5 KiB
C++
/********************************************************************************
|
|
** Form generated from reading UI file 'ChaletGui.ui'
|
|
**
|
|
** Created by: Qt User Interface Compiler version 5.14.2
|
|
**
|
|
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
********************************************************************************/
|
|
|
|
#ifndef UI_CHALETGUI_H
|
|
#define UI_CHALETGUI_H
|
|
|
|
#include <QtCore/QVariant>
|
|
#include <QtWidgets/QApplication>
|
|
#include <QtWidgets/QLabel>
|
|
#include <QtWidgets/QWidget>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_CChaletGui
|
|
{
|
|
public:
|
|
QLabel *label;
|
|
|
|
void setupUi(QWidget *CChaletGui)
|
|
{
|
|
if (CChaletGui->objectName().isEmpty())
|
|
CChaletGui->setObjectName(QString::fromUtf8("CChaletGui"));
|
|
CChaletGui->resize(615, 521);
|
|
label = new QLabel(CChaletGui);
|
|
label->setObjectName(QString::fromUtf8("label"));
|
|
label->setGeometry(QRect(220, 40, 201, 31));
|
|
QFont font;
|
|
font.setPointSize(12);
|
|
font.setBold(true);
|
|
font.setWeight(75);
|
|
label->setFont(font);
|
|
|
|
retranslateUi(CChaletGui);
|
|
|
|
QMetaObject::connectSlotsByName(CChaletGui);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QWidget *CChaletGui)
|
|
{
|
|
CChaletGui->setWindowTitle(QCoreApplication::translate("CChaletGui", "Form", nullptr));
|
|
label->setText(QCoreApplication::translate("CChaletGui", "Chalet", nullptr));
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class CChaletGui: public Ui_CChaletGui {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_CHALETGUI_H
|