70 lines
2.5 KiB
C++
70 lines
2.5 KiB
C++
/********************************************************************************
|
|
** Form generated from reading UI file 'ProgramSettingsPage.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_PROGRAMSETTINGSPAGE_H
|
|
#define UI_PROGRAMSETTINGSPAGE_H
|
|
|
|
#include <QtCore/QVariant>
|
|
#include <QtWidgets/QApplication>
|
|
#include <QtWidgets/QLabel>
|
|
#include <QtWidgets/QSpinBox>
|
|
#include <QtWidgets/QWidget>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_CProgramSettingsPage
|
|
{
|
|
public:
|
|
QLabel *label;
|
|
QSpinBox *spinBox;
|
|
QLabel *label_2;
|
|
|
|
void setupUi(QWidget *CProgramSettingsPage)
|
|
{
|
|
if (CProgramSettingsPage->objectName().isEmpty())
|
|
CProgramSettingsPage->setObjectName(QString::fromUtf8("CProgramSettingsPage"));
|
|
CProgramSettingsPage->resize(929, 529);
|
|
label = new QLabel(CProgramSettingsPage);
|
|
label->setObjectName(QString::fromUtf8("label"));
|
|
label->setGeometry(QRect(350, 70, 161, 21));
|
|
QFont font;
|
|
font.setPointSize(12);
|
|
label->setFont(font);
|
|
spinBox = new QSpinBox(CProgramSettingsPage);
|
|
spinBox->setObjectName(QString::fromUtf8("spinBox"));
|
|
spinBox->setGeometry(QRect(320, 160, 43, 22));
|
|
label_2 = new QLabel(CProgramSettingsPage);
|
|
label_2->setObjectName(QString::fromUtf8("label_2"));
|
|
label_2->setGeometry(QRect(140, 162, 171, 20));
|
|
label_2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
|
|
|
|
retranslateUi(CProgramSettingsPage);
|
|
|
|
QMetaObject::connectSlotsByName(CProgramSettingsPage);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QWidget *CProgramSettingsPage)
|
|
{
|
|
CProgramSettingsPage->setWindowTitle(QCoreApplication::translate("CProgramSettingsPage", "Form", nullptr));
|
|
label->setText(QCoreApplication::translate("CProgramSettingsPage", "Otarcik CAN settings", nullptr));
|
|
#if QT_CONFIG(tooltip)
|
|
label_2->setToolTip(QCoreApplication::translate("CProgramSettingsPage", "<html><head/><body><p>The PCAN USB module CAN ID that is communicating with the Parker module</p></body></html>", nullptr));
|
|
#endif // QT_CONFIG(tooltip)
|
|
label_2->setText(QCoreApplication::translate("CProgramSettingsPage", "Parker Module CAN device ID:", nullptr));
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class CProgramSettingsPage: public Ui_CProgramSettingsPage {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_PROGRAMSETTINGSPAGE_H
|