11/25
This commit is contained in:
48
ZBD_IIIDL_S_Project/build20241115/UI/ui_visiontrain.h
Normal file
48
ZBD_IIIDL_S_Project/build20241115/UI/ui_visiontrain.h
Normal file
@@ -0,0 +1,48 @@
|
||||
/********************************************************************************
|
||||
** Form generated from reading UI file 'visiontrain.ui'
|
||||
**
|
||||
** Created by: Qt User Interface Compiler version 5.13.0
|
||||
**
|
||||
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||||
********************************************************************************/
|
||||
|
||||
#ifndef UI_VISIONTRAIN_H
|
||||
#define UI_VISIONTRAIN_H
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QWidget>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
class Ui_visionTrain
|
||||
{
|
||||
public:
|
||||
|
||||
void setupUi(QWidget *visionTrain)
|
||||
{
|
||||
if (visionTrain->objectName().isEmpty())
|
||||
visionTrain->setObjectName(QString::fromUtf8("visionTrain"));
|
||||
visionTrain->resize(1920, 980);
|
||||
visionTrain->setStyleSheet(QString::fromUtf8("#visionTrain{background-color: rgb(255, 255, 255);}\n"
|
||||
""));
|
||||
|
||||
retranslateUi(visionTrain);
|
||||
|
||||
QMetaObject::connectSlotsByName(visionTrain);
|
||||
} // setupUi
|
||||
|
||||
void retranslateUi(QWidget *visionTrain)
|
||||
{
|
||||
visionTrain->setWindowTitle(QCoreApplication::translate("visionTrain", "Form", nullptr));
|
||||
} // retranslateUi
|
||||
|
||||
};
|
||||
|
||||
namespace Ui {
|
||||
class visionTrain: public Ui_visionTrain {};
|
||||
} // namespace Ui
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#endif // UI_VISIONTRAIN_H
|
||||
Reference in New Issue
Block a user