59 lines
1.8 KiB
C++
59 lines
1.8 KiB
C++
/********************************************************************************
|
|
** Form generated from reading UI file 'CANViewerPage.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_CANVIEWERPAGE_H
|
|
#define UI_CANVIEWERPAGE_H
|
|
|
|
#include <QtCore/QVariant>
|
|
#include <QtWidgets/QApplication>
|
|
#include <QtWidgets/QHeaderView>
|
|
#include <QtWidgets/QPushButton>
|
|
#include <QtWidgets/QTableWidget>
|
|
#include <QtWidgets/QWidget>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_CCANViewerPage
|
|
{
|
|
public:
|
|
QTableWidget *tableWidget;
|
|
QPushButton *pushButton;
|
|
|
|
void setupUi(QWidget *CCANViewerPage)
|
|
{
|
|
if (CCANViewerPage->objectName().isEmpty())
|
|
CCANViewerPage->setObjectName(QString::fromUtf8("CCANViewerPage"));
|
|
CCANViewerPage->resize(1140, 581);
|
|
tableWidget = new QTableWidget(CCANViewerPage);
|
|
tableWidget->setObjectName(QString::fromUtf8("tableWidget"));
|
|
tableWidget->setGeometry(QRect(30, 60, 1051, 411));
|
|
pushButton = new QPushButton(CCANViewerPage);
|
|
pushButton->setObjectName(QString::fromUtf8("pushButton"));
|
|
pushButton->setGeometry(QRect(70, 500, 80, 22));
|
|
|
|
retranslateUi(CCANViewerPage);
|
|
|
|
QMetaObject::connectSlotsByName(CCANViewerPage);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QWidget *CCANViewerPage)
|
|
{
|
|
CCANViewerPage->setWindowTitle(QCoreApplication::translate("CCANViewerPage", "Form", nullptr));
|
|
pushButton->setText(QCoreApplication::translate("CCANViewerPage", "Reset", nullptr));
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class CCANViewerPage: public Ui_CCANViewerPage {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_CANVIEWERPAGE_H
|