|
|
@ -46,19 +46,19 @@ public: |
|
|
|
QHBoxLayout *horizontalLayout_2; |
|
|
|
QGroupBox *groupBox_2; |
|
|
|
QGridLayout *gridLayout_3; |
|
|
|
QLabel *label_4; |
|
|
|
QSpinBox *readAddress; |
|
|
|
QComboBox *readSize; |
|
|
|
QLabel *label_5; |
|
|
|
QLabel *label_9; |
|
|
|
QComboBox *readSize; |
|
|
|
QLabel *label_4; |
|
|
|
QTextEdit *textEditRead; |
|
|
|
QLabel *label_5; |
|
|
|
QGroupBox *writeGroupBox; |
|
|
|
QGridLayout *gridLayout_2; |
|
|
|
QSpinBox *writeAddress; |
|
|
|
QVBoxLayout *verticalLayout_2; |
|
|
|
QCheckBox *coilData1; |
|
|
|
QCheckBox *coilData2; |
|
|
|
QComboBox *writeSize; |
|
|
|
QSpinBox *writeAddress; |
|
|
|
QLabel *label_7; |
|
|
|
QLabel *label_8; |
|
|
|
QVBoxLayout *verticalLayout; |
|
|
@ -83,7 +83,7 @@ public: |
|
|
|
{ |
|
|
|
if (MainWindow->objectName().isEmpty()) |
|
|
|
MainWindow->setObjectName(QString::fromUtf8("MainWindow")); |
|
|
|
MainWindow->resize(588, 520); |
|
|
|
MainWindow->resize(578, 569); |
|
|
|
centralwidget = new QWidget(MainWindow); |
|
|
|
centralwidget->setObjectName(QString::fromUtf8("centralwidget")); |
|
|
|
layoutWidget = new QWidget(centralwidget); |
|
|
@ -156,17 +156,22 @@ public: |
|
|
|
groupBox_2->setMinimumSize(QSize(250, 0)); |
|
|
|
gridLayout_3 = new QGridLayout(groupBox_2); |
|
|
|
gridLayout_3->setObjectName(QString::fromUtf8("gridLayout_3")); |
|
|
|
label_4 = new QLabel(groupBox_2); |
|
|
|
label_4->setObjectName(QString::fromUtf8("label_4")); |
|
|
|
|
|
|
|
gridLayout_3->addWidget(label_4, 0, 1, 1, 1); |
|
|
|
|
|
|
|
readAddress = new QSpinBox(groupBox_2); |
|
|
|
readAddress->setObjectName(QString::fromUtf8("readAddress")); |
|
|
|
readAddress->setMaximum(15); |
|
|
|
|
|
|
|
gridLayout_3->addWidget(readAddress, 0, 2, 1, 1); |
|
|
|
|
|
|
|
label_5 = new QLabel(groupBox_2); |
|
|
|
label_5->setObjectName(QString::fromUtf8("label_5")); |
|
|
|
|
|
|
|
gridLayout_3->addWidget(label_5, 1, 1, 1, 1); |
|
|
|
|
|
|
|
label_9 = new QLabel(groupBox_2); |
|
|
|
label_9->setObjectName(QString::fromUtf8("label_9")); |
|
|
|
|
|
|
|
gridLayout_3->addWidget(label_9, 2, 1, 1, 1); |
|
|
|
|
|
|
|
readSize = new QComboBox(groupBox_2); |
|
|
|
readSize->addItem(QString()); |
|
|
|
readSize->addItem(QString()); |
|
|
@ -182,21 +187,16 @@ public: |
|
|
|
|
|
|
|
gridLayout_3->addWidget(readSize, 1, 2, 1, 1); |
|
|
|
|
|
|
|
label_9 = new QLabel(groupBox_2); |
|
|
|
label_9->setObjectName(QString::fromUtf8("label_9")); |
|
|
|
label_4 = new QLabel(groupBox_2); |
|
|
|
label_4->setObjectName(QString::fromUtf8("label_4")); |
|
|
|
|
|
|
|
gridLayout_3->addWidget(label_9, 2, 1, 1, 1); |
|
|
|
gridLayout_3->addWidget(label_4, 0, 1, 1, 1); |
|
|
|
|
|
|
|
textEditRead = new QTextEdit(groupBox_2); |
|
|
|
textEditRead->setObjectName(QString::fromUtf8("textEditRead")); |
|
|
|
|
|
|
|
gridLayout_3->addWidget(textEditRead, 3, 1, 1, 2); |
|
|
|
|
|
|
|
label_5 = new QLabel(groupBox_2); |
|
|
|
label_5->setObjectName(QString::fromUtf8("label_5")); |
|
|
|
|
|
|
|
gridLayout_3->addWidget(label_5, 1, 1, 1, 1); |
|
|
|
|
|
|
|
|
|
|
|
horizontalLayout_2->addWidget(groupBox_2); |
|
|
|
|
|
|
@ -205,12 +205,6 @@ public: |
|
|
|
writeGroupBox->setMinimumSize(QSize(225, 0)); |
|
|
|
gridLayout_2 = new QGridLayout(writeGroupBox); |
|
|
|
gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2")); |
|
|
|
writeAddress = new QSpinBox(writeGroupBox); |
|
|
|
writeAddress->setObjectName(QString::fromUtf8("writeAddress")); |
|
|
|
writeAddress->setMaximum(9); |
|
|
|
|
|
|
|
gridLayout_2->addWidget(writeAddress, 0, 1, 1, 1); |
|
|
|
|
|
|
|
verticalLayout_2 = new QVBoxLayout(); |
|
|
|
verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2")); |
|
|
|
coilData1 = new QCheckBox(writeGroupBox); |
|
|
@ -229,18 +223,17 @@ public: |
|
|
|
writeSize = new QComboBox(writeGroupBox); |
|
|
|
writeSize->addItem(QString()); |
|
|
|
writeSize->addItem(QString()); |
|
|
|
writeSize->addItem(QString()); |
|
|
|
writeSize->addItem(QString()); |
|
|
|
writeSize->addItem(QString()); |
|
|
|
writeSize->addItem(QString()); |
|
|
|
writeSize->addItem(QString()); |
|
|
|
writeSize->addItem(QString()); |
|
|
|
writeSize->addItem(QString()); |
|
|
|
writeSize->addItem(QString()); |
|
|
|
writeSize->setObjectName(QString::fromUtf8("writeSize")); |
|
|
|
writeSize->setMaxVisibleItems(2); |
|
|
|
|
|
|
|
gridLayout_2->addWidget(writeSize, 1, 1, 1, 1); |
|
|
|
|
|
|
|
writeAddress = new QSpinBox(writeGroupBox); |
|
|
|
writeAddress->setObjectName(QString::fromUtf8("writeAddress")); |
|
|
|
writeAddress->setMaximum(9); |
|
|
|
|
|
|
|
gridLayout_2->addWidget(writeAddress, 0, 1, 1, 1); |
|
|
|
|
|
|
|
label_7 = new QLabel(writeGroupBox); |
|
|
|
label_7->setObjectName(QString::fromUtf8("label_7")); |
|
|
|
|
|
|
@ -291,7 +284,7 @@ public: |
|
|
|
|
|
|
|
layoutWidget_3 = new QWidget(centralwidget); |
|
|
|
layoutWidget_3->setObjectName(QString::fromUtf8("layoutWidget_3")); |
|
|
|
layoutWidget_3->setGeometry(QRect(10, 350, 561, 27)); |
|
|
|
layoutWidget_3->setGeometry(QRect(10, 500, 561, 27)); |
|
|
|
horizontalLayout = new QHBoxLayout(layoutWidget_3); |
|
|
|
horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); |
|
|
|
horizontalLayout->setContentsMargins(0, 0, 0, 0); |
|
|
@ -330,7 +323,7 @@ public: |
|
|
|
MainWindow->setCentralWidget(centralwidget); |
|
|
|
menubar = new QMenuBar(MainWindow); |
|
|
|
menubar->setObjectName(QString::fromUtf8("menubar")); |
|
|
|
menubar->setGeometry(QRect(0, 0, 588, 22)); |
|
|
|
menubar->setGeometry(QRect(0, 0, 578, 22)); |
|
|
|
MainWindow->setMenuBar(menubar); |
|
|
|
statusbar = new QStatusBar(MainWindow); |
|
|
|
statusbar->setObjectName(QString::fromUtf8("statusbar")); |
|
|
@ -340,7 +333,7 @@ public: |
|
|
|
|
|
|
|
connectButton->setDefault(true); |
|
|
|
readSize->setCurrentIndex(9); |
|
|
|
writeSize->setCurrentIndex(9); |
|
|
|
writeSize->setCurrentIndex(0); |
|
|
|
|
|
|
|
|
|
|
|
QMetaObject::connectSlotsByName(MainWindow); |
|
|
@ -354,7 +347,8 @@ public: |
|
|
|
label->setText(QCoreApplication::translate("MainWindow", "Connection type Is Serial:", nullptr)); |
|
|
|
label_2->setText(QCoreApplication::translate("MainWindow", "Port:", nullptr)); |
|
|
|
groupBox_2->setTitle(QCoreApplication::translate("MainWindow", "Read", nullptr)); |
|
|
|
label_4->setText(QCoreApplication::translate("MainWindow", "Start address:", nullptr)); |
|
|
|
label_5->setText(QCoreApplication::translate("MainWindow", "Number of values:", nullptr)); |
|
|
|
label_9->setText(QCoreApplication::translate("MainWindow", "Result:", nullptr)); |
|
|
|
readSize->setItemText(0, QCoreApplication::translate("MainWindow", "1", nullptr)); |
|
|
|
readSize->setItemText(1, QCoreApplication::translate("MainWindow", "2", nullptr)); |
|
|
|
readSize->setItemText(2, QCoreApplication::translate("MainWindow", "3", nullptr)); |
|
|
@ -366,22 +360,14 @@ public: |
|
|
|
readSize->setItemText(8, QCoreApplication::translate("MainWindow", "9", nullptr)); |
|
|
|
readSize->setItemText(9, QCoreApplication::translate("MainWindow", "10", nullptr)); |
|
|
|
|
|
|
|
label_9->setText(QCoreApplication::translate("MainWindow", "Result:", nullptr)); |
|
|
|
label_5->setText(QCoreApplication::translate("MainWindow", "Number of values:", nullptr)); |
|
|
|
label_4->setText(QCoreApplication::translate("MainWindow", "Start address:", nullptr)); |
|
|
|
writeGroupBox->setTitle(QCoreApplication::translate("MainWindow", "Write", nullptr)); |
|
|
|
coilData1->setText(QCoreApplication::translate("MainWindow", "Coil1", nullptr)); |
|
|
|
coilData2->setText(QCoreApplication::translate("MainWindow", "Coil2", nullptr)); |
|
|
|
writeSize->setItemText(0, QCoreApplication::translate("MainWindow", "1", nullptr)); |
|
|
|
writeSize->setItemText(1, QCoreApplication::translate("MainWindow", "2", nullptr)); |
|
|
|
writeSize->setItemText(2, QCoreApplication::translate("MainWindow", "3", nullptr)); |
|
|
|
writeSize->setItemText(3, QCoreApplication::translate("MainWindow", "4", nullptr)); |
|
|
|
writeSize->setItemText(4, QCoreApplication::translate("MainWindow", "5", nullptr)); |
|
|
|
writeSize->setItemText(5, QCoreApplication::translate("MainWindow", "6", nullptr)); |
|
|
|
writeSize->setItemText(6, QCoreApplication::translate("MainWindow", "7", nullptr)); |
|
|
|
writeSize->setItemText(7, QCoreApplication::translate("MainWindow", "8", nullptr)); |
|
|
|
writeSize->setItemText(8, QCoreApplication::translate("MainWindow", "9", nullptr)); |
|
|
|
writeSize->setItemText(9, QCoreApplication::translate("MainWindow", "10", nullptr)); |
|
|
|
|
|
|
|
writeSize->setCurrentText(QCoreApplication::translate("MainWindow", "1", nullptr)); |
|
|
|
label_7->setText(QCoreApplication::translate("MainWindow", "Start address:", nullptr)); |
|
|
|
label_8->setText(QCoreApplication::translate("MainWindow", "Number of values:", nullptr)); |
|
|
|
label_3->setText(QCoreApplication::translate("MainWindow", "register1", nullptr)); |
|
|
|