speedcontroller/ui/ui_dialog.h

379 lines
20 KiB
C++

/********************************************************************************
** Form generated from reading UI file 'dialog.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_DIALOG_H
#define UI_DIALOG_H
#include <QtCore/QVariant>
#include <QtWidgets/QApplication>
#include <QtWidgets/QCheckBox>
#include <QtWidgets/QComboBox>
#include <QtWidgets/QDialog>
#include <QtWidgets/QGroupBox>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QLabel>
#include <QtWidgets/QLineEdit>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QSpacerItem>
#include <QtWidgets/QTabWidget>
#include <QtWidgets/QVBoxLayout>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_Dialog
{
public:
QHBoxLayout *horizontalLayout;
QTabWidget *tabWidget;
QWidget *tab;
QPushButton *pushButton_sp_get;
QPushButton *pushButton_sp_set;
QLabel *label;
QLineEdit *lineEdit_sp;
QGroupBox *groupBox_exposureF;
QLabel *label_18;
QLabel *label_19;
QLabel *label_20;
QLineEdit *lineEdit_exposureF_R;
QLineEdit *lineEdit_exposureF_G;
QLineEdit *lineEdit_exposureF_B;
QGroupBox *groupBox_exposureB;
QLabel *label_21;
QLineEdit *lineEdit_exposureB_B;
QLineEdit *lineEdit_exposureB_G;
QLabel *label_22;
QLineEdit *lineEdit_exposureB_R;
QLabel *label_23;
QWidget *tab_2;
QGroupBox *groupBox_cuozhi;
QLabel *label_6;
QLabel *label_7;
QLabel *label_8;
QLabel *label_9;
QLabel *label_10;
QLabel *label_11;
QLineEdit *lineEdit_cuo_StepNum;
QLineEdit *lineEdit_cuo_Fmin;
QLineEdit *lineEdit_cuo_A;
QLineEdit *lineEdit_cuo_FinalDelay;
QLineEdit *lineEdit_cuo_Offsct;
QLineEdit *lineEdit_cuo_FinalPeriod;
QGroupBox *groupBox_zouzhi;
QLineEdit *lineEdit_zuo_A;
QLabel *label_12;
QLineEdit *lineEdit_zuo_StepNum;
QLineEdit *lineEdit_zuo_Fmin;
QLabel *label_13;
QLabel *label_14;
QLineEdit *lineEdit_zuo_Offsct;
QLabel *label_15;
QLineEdit *lineEdit_zuo_FinalPeriod;
QLabel *label_16;
QLabel *label_17;
QLineEdit *lineEdit_zuo_FinalDelay;
QPushButton *pushButton_motor_get;
QPushButton *pushButton_motor_set;
QCheckBox *checkBox_motor_istmc;
QVBoxLayout *verticalLayout;
QGroupBox *groupBox_online_devices;
QLabel *label_4;
QComboBox *comboBox_online;
QPushButton *pushButton_online;
QGroupBox *groupBox_public_param;
QLabel *label_3;
QLabel *label_2;
QComboBox *comboBox_dpi;
QComboBox *comboBox_colormode;
QLabel *label_5;
QComboBox *comboBox_speedmode;
QSpacerItem *verticalSpacer;
void setupUi(QDialog *Dialog)
{
if (Dialog->objectName().isEmpty())
Dialog->setObjectName(QString::fromUtf8("Dialog"));
Dialog->resize(800, 618);
horizontalLayout = new QHBoxLayout(Dialog);
horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
tabWidget = new QTabWidget(Dialog);
tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
tabWidget->setMinimumSize(QSize(500, 600));
tab = new QWidget();
tab->setObjectName(QString::fromUtf8("tab"));
pushButton_sp_get = new QPushButton(tab);
pushButton_sp_get->setObjectName(QString::fromUtf8("pushButton_sp_get"));
pushButton_sp_get->setGeometry(QRect(220, 290, 75, 23));
pushButton_sp_set = new QPushButton(tab);
pushButton_sp_set->setObjectName(QString::fromUtf8("pushButton_sp_set"));
pushButton_sp_set->setGeometry(QRect(310, 290, 75, 23));
label = new QLabel(tab);
label->setObjectName(QString::fromUtf8("label"));
label->setGeometry(QRect(10, 290, 41, 16));
lineEdit_sp = new QLineEdit(tab);
lineEdit_sp->setObjectName(QString::fromUtf8("lineEdit_sp"));
lineEdit_sp->setGeometry(QRect(60, 290, 141, 20));
groupBox_exposureF = new QGroupBox(tab);
groupBox_exposureF->setObjectName(QString::fromUtf8("groupBox_exposureF"));
groupBox_exposureF->setGeometry(QRect(10, 20, 221, 231));
label_18 = new QLabel(groupBox_exposureF);
label_18->setObjectName(QString::fromUtf8("label_18"));
label_18->setGeometry(QRect(10, 30, 54, 21));
label_19 = new QLabel(groupBox_exposureF);
label_19->setObjectName(QString::fromUtf8("label_19"));
label_19->setGeometry(QRect(10, 100, 54, 16));
label_20 = new QLabel(groupBox_exposureF);
label_20->setObjectName(QString::fromUtf8("label_20"));
label_20->setGeometry(QRect(10, 180, 54, 21));
lineEdit_exposureF_R = new QLineEdit(groupBox_exposureF);
lineEdit_exposureF_R->setObjectName(QString::fromUtf8("lineEdit_exposureF_R"));
lineEdit_exposureF_R->setGeometry(QRect(60, 30, 113, 20));
lineEdit_exposureF_G = new QLineEdit(groupBox_exposureF);
lineEdit_exposureF_G->setObjectName(QString::fromUtf8("lineEdit_exposureF_G"));
lineEdit_exposureF_G->setGeometry(QRect(60, 100, 113, 20));
lineEdit_exposureF_B = new QLineEdit(groupBox_exposureF);
lineEdit_exposureF_B->setObjectName(QString::fromUtf8("lineEdit_exposureF_B"));
lineEdit_exposureF_B->setGeometry(QRect(60, 180, 113, 20));
groupBox_exposureB = new QGroupBox(tab);
groupBox_exposureB->setObjectName(QString::fromUtf8("groupBox_exposureB"));
groupBox_exposureB->setGeometry(QRect(270, 20, 221, 231));
label_21 = new QLabel(groupBox_exposureB);
label_21->setObjectName(QString::fromUtf8("label_21"));
label_21->setGeometry(QRect(10, 30, 54, 21));
lineEdit_exposureB_B = new QLineEdit(groupBox_exposureB);
lineEdit_exposureB_B->setObjectName(QString::fromUtf8("lineEdit_exposureB_B"));
lineEdit_exposureB_B->setGeometry(QRect(60, 180, 113, 20));
lineEdit_exposureB_G = new QLineEdit(groupBox_exposureB);
lineEdit_exposureB_G->setObjectName(QString::fromUtf8("lineEdit_exposureB_G"));
lineEdit_exposureB_G->setGeometry(QRect(60, 100, 113, 20));
label_22 = new QLabel(groupBox_exposureB);
label_22->setObjectName(QString::fromUtf8("label_22"));
label_22->setGeometry(QRect(10, 180, 54, 21));
lineEdit_exposureB_R = new QLineEdit(groupBox_exposureB);
lineEdit_exposureB_R->setObjectName(QString::fromUtf8("lineEdit_exposureB_R"));
lineEdit_exposureB_R->setGeometry(QRect(60, 30, 113, 20));
label_23 = new QLabel(groupBox_exposureB);
label_23->setObjectName(QString::fromUtf8("label_23"));
label_23->setGeometry(QRect(10, 100, 54, 16));
tabWidget->addTab(tab, QString());
tab_2 = new QWidget();
tab_2->setObjectName(QString::fromUtf8("tab_2"));
groupBox_cuozhi = new QGroupBox(tab_2);
groupBox_cuozhi->setObjectName(QString::fromUtf8("groupBox_cuozhi"));
groupBox_cuozhi->setGeometry(QRect(0, 10, 501, 231));
groupBox_cuozhi->setMinimumSize(QSize(0, 230));
label_6 = new QLabel(groupBox_cuozhi);
label_6->setObjectName(QString::fromUtf8("label_6"));
label_6->setGeometry(QRect(20, 40, 51, 21));
label_7 = new QLabel(groupBox_cuozhi);
label_7->setObjectName(QString::fromUtf8("label_7"));
label_7->setGeometry(QRect(20, 110, 51, 21));
label_8 = new QLabel(groupBox_cuozhi);
label_8->setObjectName(QString::fromUtf8("label_8"));
label_8->setGeometry(QRect(20, 180, 51, 21));
label_9 = new QLabel(groupBox_cuozhi);
label_9->setObjectName(QString::fromUtf8("label_9"));
label_9->setGeometry(QRect(240, 110, 51, 21));
label_10 = new QLabel(groupBox_cuozhi);
label_10->setObjectName(QString::fromUtf8("label_10"));
label_10->setGeometry(QRect(240, 180, 61, 21));
label_11 = new QLabel(groupBox_cuozhi);
label_11->setObjectName(QString::fromUtf8("label_11"));
label_11->setGeometry(QRect(240, 40, 81, 21));
lineEdit_cuo_StepNum = new QLineEdit(groupBox_cuozhi);
lineEdit_cuo_StepNum->setObjectName(QString::fromUtf8("lineEdit_cuo_StepNum"));
lineEdit_cuo_StepNum->setGeometry(QRect(70, 40, 113, 20));
lineEdit_cuo_Fmin = new QLineEdit(groupBox_cuozhi);
lineEdit_cuo_Fmin->setObjectName(QString::fromUtf8("lineEdit_cuo_Fmin"));
lineEdit_cuo_Fmin->setGeometry(QRect(70, 110, 113, 20));
lineEdit_cuo_A = new QLineEdit(groupBox_cuozhi);
lineEdit_cuo_A->setObjectName(QString::fromUtf8("lineEdit_cuo_A"));
lineEdit_cuo_A->setGeometry(QRect(70, 180, 113, 20));
lineEdit_cuo_FinalDelay = new QLineEdit(groupBox_cuozhi);
lineEdit_cuo_FinalDelay->setObjectName(QString::fromUtf8("lineEdit_cuo_FinalDelay"));
lineEdit_cuo_FinalDelay->setGeometry(QRect(340, 180, 113, 20));
lineEdit_cuo_Offsct = new QLineEdit(groupBox_cuozhi);
lineEdit_cuo_Offsct->setObjectName(QString::fromUtf8("lineEdit_cuo_Offsct"));
lineEdit_cuo_Offsct->setGeometry(QRect(340, 110, 113, 20));
lineEdit_cuo_FinalPeriod = new QLineEdit(groupBox_cuozhi);
lineEdit_cuo_FinalPeriod->setObjectName(QString::fromUtf8("lineEdit_cuo_FinalPeriod"));
lineEdit_cuo_FinalPeriod->setGeometry(QRect(340, 40, 113, 20));
groupBox_zouzhi = new QGroupBox(tab_2);
groupBox_zouzhi->setObjectName(QString::fromUtf8("groupBox_zouzhi"));
groupBox_zouzhi->setGeometry(QRect(0, 250, 501, 251));
groupBox_zouzhi->setMinimumSize(QSize(0, 230));
lineEdit_zuo_A = new QLineEdit(groupBox_zouzhi);
lineEdit_zuo_A->setObjectName(QString::fromUtf8("lineEdit_zuo_A"));
lineEdit_zuo_A->setGeometry(QRect(70, 190, 113, 20));
label_12 = new QLabel(groupBox_zouzhi);
label_12->setObjectName(QString::fromUtf8("label_12"));
label_12->setGeometry(QRect(20, 190, 51, 21));
lineEdit_zuo_StepNum = new QLineEdit(groupBox_zouzhi);
lineEdit_zuo_StepNum->setObjectName(QString::fromUtf8("lineEdit_zuo_StepNum"));
lineEdit_zuo_StepNum->setGeometry(QRect(70, 50, 113, 20));
lineEdit_zuo_Fmin = new QLineEdit(groupBox_zouzhi);
lineEdit_zuo_Fmin->setObjectName(QString::fromUtf8("lineEdit_zuo_Fmin"));
lineEdit_zuo_Fmin->setGeometry(QRect(70, 120, 113, 20));
label_13 = new QLabel(groupBox_zouzhi);
label_13->setObjectName(QString::fromUtf8("label_13"));
label_13->setGeometry(QRect(240, 120, 51, 21));
label_14 = new QLabel(groupBox_zouzhi);
label_14->setObjectName(QString::fromUtf8("label_14"));
label_14->setGeometry(QRect(240, 50, 81, 21));
lineEdit_zuo_Offsct = new QLineEdit(groupBox_zouzhi);
lineEdit_zuo_Offsct->setObjectName(QString::fromUtf8("lineEdit_zuo_Offsct"));
lineEdit_zuo_Offsct->setGeometry(QRect(340, 120, 113, 20));
label_15 = new QLabel(groupBox_zouzhi);
label_15->setObjectName(QString::fromUtf8("label_15"));
label_15->setGeometry(QRect(20, 120, 51, 21));
lineEdit_zuo_FinalPeriod = new QLineEdit(groupBox_zouzhi);
lineEdit_zuo_FinalPeriod->setObjectName(QString::fromUtf8("lineEdit_zuo_FinalPeriod"));
lineEdit_zuo_FinalPeriod->setGeometry(QRect(340, 50, 113, 20));
label_16 = new QLabel(groupBox_zouzhi);
label_16->setObjectName(QString::fromUtf8("label_16"));
label_16->setGeometry(QRect(240, 190, 61, 21));
label_17 = new QLabel(groupBox_zouzhi);
label_17->setObjectName(QString::fromUtf8("label_17"));
label_17->setGeometry(QRect(20, 50, 51, 21));
lineEdit_zuo_FinalDelay = new QLineEdit(groupBox_zouzhi);
lineEdit_zuo_FinalDelay->setObjectName(QString::fromUtf8("lineEdit_zuo_FinalDelay"));
lineEdit_zuo_FinalDelay->setGeometry(QRect(340, 190, 113, 20));
pushButton_motor_get = new QPushButton(tab_2);
pushButton_motor_get->setObjectName(QString::fromUtf8("pushButton_motor_get"));
pushButton_motor_get->setGeometry(QRect(270, 530, 75, 23));
pushButton_motor_set = new QPushButton(tab_2);
pushButton_motor_set->setObjectName(QString::fromUtf8("pushButton_motor_set"));
pushButton_motor_set->setGeometry(QRect(380, 530, 75, 23));
checkBox_motor_istmc = new QCheckBox(tab_2);
checkBox_motor_istmc->setObjectName(QString::fromUtf8("checkBox_motor_istmc"));
checkBox_motor_istmc->setGeometry(QRect(20, 530, 91, 21));
tabWidget->addTab(tab_2, QString());
horizontalLayout->addWidget(tabWidget);
verticalLayout = new QVBoxLayout();
verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
groupBox_online_devices = new QGroupBox(Dialog);
groupBox_online_devices->setObjectName(QString::fromUtf8("groupBox_online_devices"));
groupBox_online_devices->setMinimumSize(QSize(260, 120));
label_4 = new QLabel(groupBox_online_devices);
label_4->setObjectName(QString::fromUtf8("label_4"));
label_4->setGeometry(QRect(20, 30, 54, 21));
comboBox_online = new QComboBox(groupBox_online_devices);
comboBox_online->setObjectName(QString::fromUtf8("comboBox_online"));
comboBox_online->setGeometry(QRect(60, 30, 151, 22));
pushButton_online = new QPushButton(groupBox_online_devices);
pushButton_online->setObjectName(QString::fromUtf8("pushButton_online"));
pushButton_online->setGeometry(QRect(140, 70, 75, 23));
verticalLayout->addWidget(groupBox_online_devices);
groupBox_public_param = new QGroupBox(Dialog);
groupBox_public_param->setObjectName(QString::fromUtf8("groupBox_public_param"));
groupBox_public_param->setMinimumSize(QSize(260, 180));
label_3 = new QLabel(groupBox_public_param);
label_3->setObjectName(QString::fromUtf8("label_3"));
label_3->setGeometry(QRect(20, 70, 54, 21));
label_2 = new QLabel(groupBox_public_param);
label_2->setObjectName(QString::fromUtf8("label_2"));
label_2->setGeometry(QRect(20, 30, 51, 21));
comboBox_dpi = new QComboBox(groupBox_public_param);
comboBox_dpi->addItem(QString());
comboBox_dpi->addItem(QString());
comboBox_dpi->addItem(QString());
comboBox_dpi->setObjectName(QString::fromUtf8("comboBox_dpi"));
comboBox_dpi->setGeometry(QRect(90, 30, 111, 22));
comboBox_colormode = new QComboBox(groupBox_public_param);
comboBox_colormode->addItem(QString());
comboBox_colormode->addItem(QString());
comboBox_colormode->setObjectName(QString::fromUtf8("comboBox_colormode"));
comboBox_colormode->setGeometry(QRect(90, 70, 111, 22));
label_5 = new QLabel(groupBox_public_param);
label_5->setObjectName(QString::fromUtf8("label_5"));
label_5->setGeometry(QRect(20, 110, 54, 21));
comboBox_speedmode = new QComboBox(groupBox_public_param);
comboBox_speedmode->setObjectName(QString::fromUtf8("comboBox_speedmode"));
comboBox_speedmode->setGeometry(QRect(90, 110, 111, 22));
verticalLayout->addWidget(groupBox_public_param);
verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
verticalLayout->addItem(verticalSpacer);
horizontalLayout->addLayout(verticalLayout);
retranslateUi(Dialog);
tabWidget->setCurrentIndex(1);
QMetaObject::connectSlotsByName(Dialog);
} // setupUi
void retranslateUi(QDialog *Dialog)
{
Dialog->setWindowTitle(QString());
pushButton_sp_get->setText(QCoreApplication::translate("Dialog", "\350\216\267\345\217\226", nullptr));
pushButton_sp_set->setText(QCoreApplication::translate("Dialog", "\350\256\276\347\275\256", nullptr));
label->setText(QCoreApplication::translate("Dialog", "SP:", nullptr));
groupBox_exposureF->setTitle(QCoreApplication::translate("Dialog", "\346\255\243\351\235\242\346\233\235\345\205\211", nullptr));
label_18->setText(QCoreApplication::translate("Dialog", "R", nullptr));
label_19->setText(QCoreApplication::translate("Dialog", "G", nullptr));
label_20->setText(QCoreApplication::translate("Dialog", "B", nullptr));
groupBox_exposureB->setTitle(QCoreApplication::translate("Dialog", "\350\203\214\351\235\242\346\233\235\345\205\211", nullptr));
label_21->setText(QCoreApplication::translate("Dialog", "R", nullptr));
label_22->setText(QCoreApplication::translate("Dialog", "B", nullptr));
label_23->setText(QCoreApplication::translate("Dialog", "G", nullptr));
tabWidget->setTabText(tabWidget->indexOf(tab), QCoreApplication::translate("Dialog", "SP\350\256\276\347\275\256", nullptr));
groupBox_cuozhi->setTitle(QCoreApplication::translate("Dialog", "\346\220\223\347\272\270", nullptr));
label_6->setText(QCoreApplication::translate("Dialog", "StepNum", nullptr));
label_7->setText(QCoreApplication::translate("Dialog", "Fmin", nullptr));
label_8->setText(QCoreApplication::translate("Dialog", "A", nullptr));
label_9->setText(QCoreApplication::translate("Dialog", "Offset", nullptr));
label_10->setText(QCoreApplication::translate("Dialog", "FinalDelay", nullptr));
label_11->setText(QCoreApplication::translate("Dialog", "FinalPeriod", nullptr));
groupBox_zouzhi->setTitle(QCoreApplication::translate("Dialog", "\350\265\260\347\272\270", nullptr));
label_12->setText(QCoreApplication::translate("Dialog", "A", nullptr));
label_13->setText(QCoreApplication::translate("Dialog", "Offset", nullptr));
label_14->setText(QCoreApplication::translate("Dialog", "FinalPeriod", nullptr));
label_15->setText(QCoreApplication::translate("Dialog", "Fmin", nullptr));
label_16->setText(QCoreApplication::translate("Dialog", "FinalDelay", nullptr));
label_17->setText(QCoreApplication::translate("Dialog", "StepNum", nullptr));
pushButton_motor_get->setText(QCoreApplication::translate("Dialog", "\350\216\267\345\217\226", nullptr));
pushButton_motor_set->setText(QCoreApplication::translate("Dialog", "\350\256\276\347\275\256", nullptr));
checkBox_motor_istmc->setText(QCoreApplication::translate("Dialog", "TMC\347\224\265\346\234\272\346\235\277", nullptr));
tabWidget->setTabText(tabWidget->indexOf(tab_2), QCoreApplication::translate("Dialog", "\347\224\265\346\234\272\350\256\276\347\275\256", nullptr));
groupBox_online_devices->setTitle(QCoreApplication::translate("Dialog", "\345\234\250\347\272\277\350\256\276\345\244\207", nullptr));
label_4->setText(QCoreApplication::translate("Dialog", "\345\236\213\345\217\267:", nullptr));
pushButton_online->setText(QCoreApplication::translate("Dialog", " \345\210\267\346\226\260\350\256\276\345\244\207", nullptr));
groupBox_public_param->setTitle(QCoreApplication::translate("Dialog", "\345\205\254\347\224\250\351\205\215\347\275\256", nullptr));
label_3->setText(QCoreApplication::translate("Dialog", "\351\242\234\350\211\262\346\250\241\345\274\217\357\274\232", nullptr));
label_2->setText(QCoreApplication::translate("Dialog", "\345\210\206\350\276\250\347\216\207\357\274\232", nullptr));
comboBox_dpi->setItemText(0, QCoreApplication::translate("Dialog", "200", nullptr));
comboBox_dpi->setItemText(1, QCoreApplication::translate("Dialog", "300", nullptr));
comboBox_dpi->setItemText(2, QCoreApplication::translate("Dialog", "600", nullptr));
comboBox_colormode->setItemText(0, QCoreApplication::translate("Dialog", "\345\275\251\350\211\262", nullptr));
comboBox_colormode->setItemText(1, QCoreApplication::translate("Dialog", "\347\201\260\345\272\246", nullptr));
label_5->setText(QCoreApplication::translate("Dialog", "\351\200\237\345\272\246\346\250\241\345\274\217\357\274\232", nullptr));
} // retranslateUi
};
namespace Ui {
class Dialog: public Ui_Dialog {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_DIALOG_H