You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
2.3 KiB
70 lines
2.3 KiB
6 years ago
|
/********************************************************************************
|
||
|
** Form generated from reading UI file 'lattice_com_reign.ui'
|
||
|
**
|
||
|
** Created by: Qt User Interface Compiler version 5.6.1
|
||
|
**
|
||
|
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
||
|
********************************************************************************/
|
||
|
|
||
|
#ifndef UI_LATTICE_COM_REIGN_H
|
||
|
#define UI_LATTICE_COM_REIGN_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_lattice_com_reign
|
||
|
{
|
||
|
public:
|
||
|
QMenuBar *menuBar;
|
||
|
QToolBar *mainToolBar;
|
||
|
QWidget *centralWidget;
|
||
|
QStatusBar *statusBar;
|
||
|
|
||
|
void setupUi(QMainWindow *lattice_com_reign)
|
||
|
{
|
||
|
if (lattice_com_reign->objectName().isEmpty())
|
||
|
lattice_com_reign->setObjectName(QStringLiteral("lattice_com_reign"));
|
||
|
lattice_com_reign->resize(400, 300);
|
||
|
menuBar = new QMenuBar(lattice_com_reign);
|
||
|
menuBar->setObjectName(QStringLiteral("menuBar"));
|
||
|
lattice_com_reign->setMenuBar(menuBar);
|
||
|
mainToolBar = new QToolBar(lattice_com_reign);
|
||
|
mainToolBar->setObjectName(QStringLiteral("mainToolBar"));
|
||
|
lattice_com_reign->addToolBar(mainToolBar);
|
||
|
centralWidget = new QWidget(lattice_com_reign);
|
||
|
centralWidget->setObjectName(QStringLiteral("centralWidget"));
|
||
|
lattice_com_reign->setCentralWidget(centralWidget);
|
||
|
statusBar = new QStatusBar(lattice_com_reign);
|
||
|
statusBar->setObjectName(QStringLiteral("statusBar"));
|
||
|
lattice_com_reign->setStatusBar(statusBar);
|
||
|
|
||
|
retranslateUi(lattice_com_reign);
|
||
|
|
||
|
QMetaObject::connectSlotsByName(lattice_com_reign);
|
||
|
} // setupUi
|
||
|
|
||
|
void retranslateUi(QMainWindow *lattice_com_reign)
|
||
|
{
|
||
|
lattice_com_reign->setWindowTitle(QApplication::translate("lattice_com_reign", "lattice_com_reign", 0));
|
||
|
} // retranslateUi
|
||
|
|
||
|
};
|
||
|
|
||
|
namespace Ui {
|
||
|
class lattice_com_reign: public Ui_lattice_com_reign {};
|
||
|
} // namespace Ui
|
||
|
|
||
|
QT_END_NAMESPACE
|
||
|
|
||
|
#endif // UI_LATTICE_COM_REIGN_H
|