128 lines
5.8 KiB
C++
128 lines
5.8 KiB
C++
/********************************************************************************
|
|
** Form generated from reading UI file 'LoraSettingsGui.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_LORASETTINGSGUI_H
|
|
#define UI_LORASETTINGSGUI_H
|
|
|
|
#include <QtCore/QVariant>
|
|
#include <QtWidgets/QApplication>
|
|
#include <QtWidgets/QCheckBox>
|
|
#include <QtWidgets/QComboBox>
|
|
#include <QtWidgets/QGroupBox>
|
|
#include <QtWidgets/QLabel>
|
|
#include <QtWidgets/QSpinBox>
|
|
#include <QtWidgets/QWidget>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_CLoraSettingsGui
|
|
{
|
|
public:
|
|
QLabel *label;
|
|
QGroupBox *groupBox;
|
|
QLabel *label_2;
|
|
QLabel *label_3;
|
|
QLabel *label_4;
|
|
QSpinBox *mLoraAddressSpinBx;
|
|
QComboBox *mComportComboBox;
|
|
QLabel *label_5;
|
|
QLabel *label_6;
|
|
QCheckBox *mUseLoraIFCheckBx;
|
|
|
|
void setupUi(QWidget *CLoraSettingsGui)
|
|
{
|
|
if (CLoraSettingsGui->objectName().isEmpty())
|
|
CLoraSettingsGui->setObjectName(QString::fromUtf8("CLoraSettingsGui"));
|
|
CLoraSettingsGui->resize(553, 413);
|
|
label = new QLabel(CLoraSettingsGui);
|
|
label->setObjectName(QString::fromUtf8("label"));
|
|
label->setGeometry(QRect(100, 10, 151, 16));
|
|
QFont font;
|
|
font.setPointSize(12);
|
|
label->setFont(font);
|
|
groupBox = new QGroupBox(CLoraSettingsGui);
|
|
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
|
groupBox->setGeometry(QRect(50, 120, 221, 191));
|
|
label_2 = new QLabel(groupBox);
|
|
label_2->setObjectName(QString::fromUtf8("label_2"));
|
|
label_2->setGeometry(QRect(10, 40, 71, 16));
|
|
label_3 = new QLabel(groupBox);
|
|
label_3->setObjectName(QString::fromUtf8("label_3"));
|
|
label_3->setGeometry(QRect(10, 20, 71, 16));
|
|
label_4 = new QLabel(groupBox);
|
|
label_4->setObjectName(QString::fromUtf8("label_4"));
|
|
label_4->setGeometry(QRect(90, 20, 71, 16));
|
|
mLoraAddressSpinBx = new QSpinBox(groupBox);
|
|
mLoraAddressSpinBx->setObjectName(QString::fromUtf8("mLoraAddressSpinBx"));
|
|
mLoraAddressSpinBx->setGeometry(QRect(90, 40, 71, 22));
|
|
mLoraAddressSpinBx->setMinimum(1);
|
|
mLoraAddressSpinBx->setMaximum(65535);
|
|
mLoraAddressSpinBx->setValue(6);
|
|
mComportComboBox = new QComboBox(groupBox);
|
|
mComportComboBox->addItem(QString());
|
|
mComportComboBox->addItem(QString());
|
|
mComportComboBox->addItem(QString());
|
|
mComportComboBox->addItem(QString());
|
|
mComportComboBox->addItem(QString());
|
|
mComportComboBox->addItem(QString());
|
|
mComportComboBox->addItem(QString());
|
|
mComportComboBox->addItem(QString());
|
|
mComportComboBox->addItem(QString());
|
|
mComportComboBox->addItem(QString());
|
|
mComportComboBox->setObjectName(QString::fromUtf8("mComportComboBox"));
|
|
mComportComboBox->setGeometry(QRect(80, 80, 69, 22));
|
|
label_5 = new QLabel(groupBox);
|
|
label_5->setObjectName(QString::fromUtf8("label_5"));
|
|
label_5->setGeometry(QRect(20, 80, 51, 16));
|
|
label_6 = new QLabel(groupBox);
|
|
label_6->setObjectName(QString::fromUtf8("label_6"));
|
|
label_6->setGeometry(QRect(20, 110, 91, 31));
|
|
mUseLoraIFCheckBx = new QCheckBox(groupBox);
|
|
mUseLoraIFCheckBx->setObjectName(QString::fromUtf8("mUseLoraIFCheckBx"));
|
|
mUseLoraIFCheckBx->setGeometry(QRect(20, 160, 191, 20));
|
|
|
|
retranslateUi(CLoraSettingsGui);
|
|
|
|
QMetaObject::connectSlotsByName(CLoraSettingsGui);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QWidget *CLoraSettingsGui)
|
|
{
|
|
CLoraSettingsGui->setWindowTitle(QCoreApplication::translate("CLoraSettingsGui", "Form", nullptr));
|
|
label->setText(QCoreApplication::translate("CLoraSettingsGui", "Lora Settings", nullptr));
|
|
groupBox->setTitle(QCoreApplication::translate("CLoraSettingsGui", "Chalet", nullptr));
|
|
label_2->setText(QCoreApplication::translate("CLoraSettingsGui", "Lora Address:", nullptr));
|
|
label_3->setText(QCoreApplication::translate("CLoraSettingsGui", "Lora Channel:", nullptr));
|
|
label_4->setText(QCoreApplication::translate("CLoraSettingsGui", "4", nullptr));
|
|
mComportComboBox->setItemText(0, QCoreApplication::translate("CLoraSettingsGui", "COM1", nullptr));
|
|
mComportComboBox->setItemText(1, QCoreApplication::translate("CLoraSettingsGui", "COM2", nullptr));
|
|
mComportComboBox->setItemText(2, QCoreApplication::translate("CLoraSettingsGui", "COM3", nullptr));
|
|
mComportComboBox->setItemText(3, QCoreApplication::translate("CLoraSettingsGui", "COM4", nullptr));
|
|
mComportComboBox->setItemText(4, QCoreApplication::translate("CLoraSettingsGui", "COM5", nullptr));
|
|
mComportComboBox->setItemText(5, QCoreApplication::translate("CLoraSettingsGui", "COM6", nullptr));
|
|
mComportComboBox->setItemText(6, QCoreApplication::translate("CLoraSettingsGui", "COM7", nullptr));
|
|
mComportComboBox->setItemText(7, QCoreApplication::translate("CLoraSettingsGui", "COM8", nullptr));
|
|
mComportComboBox->setItemText(8, QCoreApplication::translate("CLoraSettingsGui", "COM9", nullptr));
|
|
mComportComboBox->setItemText(9, QCoreApplication::translate("CLoraSettingsGui", "COM10", nullptr));
|
|
|
|
label_5->setText(QCoreApplication::translate("CLoraSettingsGui", "Com Port:", nullptr));
|
|
label_6->setText(QCoreApplication::translate("CLoraSettingsGui", "Chalet = 7\n"
|
|
"Chaloupe = 8", nullptr));
|
|
mUseLoraIFCheckBx->setText(QCoreApplication::translate("CLoraSettingsGui", "Use LoraInterface (restart needed)", nullptr));
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class CLoraSettingsGui: public Ui_CLoraSettingsGui {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_LORASETTINGSGUI_H
|