56 lines
1.5 KiB
C++
56 lines
1.5 KiB
C++
/********************************************************************************
|
|
** Form generated from reading UI file 'SprinklerGui.ui'
|
|
**
|
|
** Created by: Qt User Interface Compiler version 5.5.0
|
|
**
|
|
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
********************************************************************************/
|
|
|
|
#ifndef UI_SPRINKLERGUI_H
|
|
#define UI_SPRINKLERGUI_H
|
|
|
|
#include <QtCore/QVariant>
|
|
#include <QtWidgets/QAction>
|
|
#include <QtWidgets/QApplication>
|
|
#include <QtWidgets/QButtonGroup>
|
|
#include <QtWidgets/QHeaderView>
|
|
#include <QtWidgets/QLabel>
|
|
#include <QtWidgets/QWidget>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_CSprinklerGui
|
|
{
|
|
public:
|
|
QLabel *label;
|
|
|
|
void setupUi(QWidget *CSprinklerGui)
|
|
{
|
|
if (CSprinklerGui->objectName().isEmpty())
|
|
CSprinklerGui->setObjectName(QStringLiteral("CSprinklerGui"));
|
|
CSprinklerGui->resize(1047, 560);
|
|
label = new QLabel(CSprinklerGui);
|
|
label->setObjectName(QStringLiteral("label"));
|
|
label->setGeometry(QRect(0, -10, 201, 51));
|
|
|
|
retranslateUi(CSprinklerGui);
|
|
|
|
QMetaObject::connectSlotsByName(CSprinklerGui);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QWidget *CSprinklerGui)
|
|
{
|
|
CSprinklerGui->setWindowTitle(QApplication::translate("CSprinklerGui", "Form", 0));
|
|
label->setText(QApplication::translate("CSprinklerGui", "Sprinklers", 0));
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class CSprinklerGui: public Ui_CSprinklerGui {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_SPRINKLERGUI_H
|