You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
78 lines
3.0 KiB
C
78 lines
3.0 KiB
C
|
2 years ago
|
/********************************************************************************
|
||
|
|
** Form generated from reading UI file 'SmokeBoxIdentification.ui'
|
||
|
|
**
|
||
|
|
** Created by: Qt User Interface Compiler version 5.9.4
|
||
|
|
**
|
||
|
|
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||
|
|
********************************************************************************/
|
||
|
|
|
||
|
|
#ifndef UI_SMOKEBOXIDENTIFICATION_H
|
||
|
|
#define UI_SMOKEBOXIDENTIFICATION_H
|
||
|
|
|
||
|
|
#include <QtCore/QVariant>
|
||
|
|
#include <QtWidgets/QAction>
|
||
|
|
#include <QtWidgets/QApplication>
|
||
|
|
#include <QtWidgets/QButtonGroup>
|
||
|
|
#include <QtWidgets/QHeaderView>
|
||
|
|
#include <QtWidgets/QMainWindow>
|
||
|
|
#include <QtWidgets/QMenuBar>
|
||
|
|
#include <QtWidgets/QStatusBar>
|
||
|
|
#include <QtWidgets/QToolBar>
|
||
|
|
#include <QtWidgets/QWidget>
|
||
|
|
|
||
|
|
QT_BEGIN_NAMESPACE
|
||
|
|
|
||
|
|
class Ui_SmokeBoxIdentificationClass
|
||
|
|
{
|
||
|
|
public:
|
||
|
|
QAction *action_templateNum;
|
||
|
|
QWidget *centralWidget;
|
||
|
|
QMenuBar *menuBar;
|
||
|
|
QToolBar *mainToolBar;
|
||
|
|
QStatusBar *statusBar;
|
||
|
|
|
||
|
|
void setupUi(QMainWindow *SmokeBoxIdentificationClass)
|
||
|
|
{
|
||
|
|
if (SmokeBoxIdentificationClass->objectName().isEmpty())
|
||
|
|
SmokeBoxIdentificationClass->setObjectName(QStringLiteral("SmokeBoxIdentificationClass"));
|
||
|
|
SmokeBoxIdentificationClass->resize(735, 512);
|
||
|
|
SmokeBoxIdentificationClass->setMaximumSize(QSize(735, 512));
|
||
|
|
action_templateNum = new QAction(SmokeBoxIdentificationClass);
|
||
|
|
action_templateNum->setObjectName(QStringLiteral("action_templateNum"));
|
||
|
|
centralWidget = new QWidget(SmokeBoxIdentificationClass);
|
||
|
|
centralWidget->setObjectName(QStringLiteral("centralWidget"));
|
||
|
|
SmokeBoxIdentificationClass->setCentralWidget(centralWidget);
|
||
|
|
menuBar = new QMenuBar(SmokeBoxIdentificationClass);
|
||
|
|
menuBar->setObjectName(QStringLiteral("menuBar"));
|
||
|
|
menuBar->setGeometry(QRect(0, 0, 735, 34));
|
||
|
|
SmokeBoxIdentificationClass->setMenuBar(menuBar);
|
||
|
|
mainToolBar = new QToolBar(SmokeBoxIdentificationClass);
|
||
|
|
mainToolBar->setObjectName(QStringLiteral("mainToolBar"));
|
||
|
|
SmokeBoxIdentificationClass->addToolBar(Qt::TopToolBarArea, mainToolBar);
|
||
|
|
statusBar = new QStatusBar(SmokeBoxIdentificationClass);
|
||
|
|
statusBar->setObjectName(QStringLiteral("statusBar"));
|
||
|
|
SmokeBoxIdentificationClass->setStatusBar(statusBar);
|
||
|
|
|
||
|
|
mainToolBar->addAction(action_templateNum);
|
||
|
|
|
||
|
|
retranslateUi(SmokeBoxIdentificationClass);
|
||
|
|
|
||
|
|
QMetaObject::connectSlotsByName(SmokeBoxIdentificationClass);
|
||
|
|
} // setupUi
|
||
|
|
|
||
|
|
void retranslateUi(QMainWindow *SmokeBoxIdentificationClass)
|
||
|
|
{
|
||
|
|
SmokeBoxIdentificationClass->setWindowTitle(QApplication::translate("SmokeBoxIdentificationClass", "SmokeBoxIdentification", Q_NULLPTR));
|
||
|
|
action_templateNum->setText(QApplication::translate("SmokeBoxIdentificationClass", "\346\225\260\351\207\217\346\250\241\346\235\277", Q_NULLPTR));
|
||
|
|
} // retranslateUi
|
||
|
|
|
||
|
|
};
|
||
|
|
|
||
|
|
namespace Ui {
|
||
|
|
class SmokeBoxIdentificationClass: public Ui_SmokeBoxIdentificationClass {};
|
||
|
|
} // namespace Ui
|
||
|
|
|
||
|
|
QT_END_NAMESPACE
|
||
|
|
|
||
|
|
#endif // UI_SMOKEBOXIDENTIFICATION_H
|