SystemGui/ui_TowerLightShowGui.h
2021-04-11 13:18:40 -04:00

67 lines
2.3 KiB
C++

/********************************************************************************
** Form generated from reading UI file 'TowerLightShowGui.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_TOWERLIGHTSHOWGUI_H
#define UI_TOWERLIGHTSHOWGUI_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QDialog>
#include <QtWidgets/QLabel>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_CTowerLightShowGui
{
public:
QLabel *label;
QWidget *mLightCtrlWidget;
QPushButton *pushButton;
void setupUi(QDialog *CTowerLightShowGui)
{
if (CTowerLightShowGui->objectName().isEmpty())
CTowerLightShowGui->setObjectName(QString::fromUtf8("CTowerLightShowGui"));
CTowerLightShowGui->resize(1694, 658);
label = new QLabel(CTowerLightShowGui);
label->setObjectName(QString::fromUtf8("label"));
label->setGeometry(QRect(470, 20, 171, 31));
QFont font;
font.setPointSize(16);
label->setFont(font);
mLightCtrlWidget = new QWidget(CTowerLightShowGui);
mLightCtrlWidget->setObjectName(QString::fromUtf8("mLightCtrlWidget"));
mLightCtrlWidget->setGeometry(QRect(39, 119, 1621, 531));
pushButton = new QPushButton(CTowerLightShowGui);
pushButton->setObjectName(QString::fromUtf8("pushButton"));
pushButton->setGeometry(QRect(40, 100, 75, 23));
retranslateUi(CTowerLightShowGui);
QMetaObject::connectSlotsByName(CTowerLightShowGui);
} // setupUi
void retranslateUi(QDialog *CTowerLightShowGui)
{
CTowerLightShowGui->setWindowTitle(QCoreApplication::translate("CTowerLightShowGui", "Dialog", nullptr));
label->setText(QCoreApplication::translate("CTowerLightShowGui", "Tower Light Show", nullptr));
pushButton->setText(QCoreApplication::translate("CTowerLightShowGui", "PushButton", nullptr));
} // retranslateUi
};
namespace Ui {
class CTowerLightShowGui: public Ui_CTowerLightShowGui {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_TOWERLIGHTSHOWGUI_H