You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
189 lines
8.8 KiB
C++
189 lines
8.8 KiB
C++
/********************************************************************************
|
|
** Form generated from reading UI file 'QDebugDlg.ui'
|
|
**
|
|
** Created by: Qt User Interface Compiler version 5.9.4
|
|
**
|
|
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
********************************************************************************/
|
|
|
|
#ifndef UI_QDEBUGDLG_H
|
|
#define UI_QDEBUGDLG_H
|
|
|
|
#include <QtCore/QVariant>
|
|
#include <QtWidgets/QAction>
|
|
#include <QtWidgets/QApplication>
|
|
#include <QtWidgets/QButtonGroup>
|
|
#include <QtWidgets/QGridLayout>
|
|
#include <QtWidgets/QHeaderView>
|
|
#include <QtWidgets/QLabel>
|
|
#include <QtWidgets/QPushButton>
|
|
#include <QtWidgets/QWidget>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_QDebugDlg
|
|
{
|
|
public:
|
|
QGridLayout *gridLayout_3;
|
|
QLabel *Dlp_Result_Img;
|
|
QLabel *label_3;
|
|
QGridLayout *gridLayout;
|
|
QLabel *Dlp_model_id_label;
|
|
QLabel *Dlp_model_rota_label;
|
|
QLabel *label_3debug;
|
|
QLabel *Dlp_height_label;
|
|
QLabel *labelDebug;
|
|
QLabel *Dlp_diamer_label;
|
|
QGridLayout *gridLayout_2;
|
|
QPushButton *Dlp_StartDetect_button;
|
|
QPushButton *Dlp_Next_button_2;
|
|
|
|
void setupUi(QWidget *QDebugDlg)
|
|
{
|
|
if (QDebugDlg->objectName().isEmpty())
|
|
QDebugDlg->setObjectName(QStringLiteral("QDebugDlg"));
|
|
QDebugDlg->resize(499, 432);
|
|
gridLayout_3 = new QGridLayout(QDebugDlg);
|
|
gridLayout_3->setSpacing(6);
|
|
gridLayout_3->setContentsMargins(11, 11, 11, 11);
|
|
gridLayout_3->setObjectName(QStringLiteral("gridLayout_3"));
|
|
Dlp_Result_Img = new QLabel(QDebugDlg);
|
|
Dlp_Result_Img->setObjectName(QStringLiteral("Dlp_Result_Img"));
|
|
Dlp_Result_Img->setMinimumSize(QSize(300, 300));
|
|
Dlp_Result_Img->setStyleSheet(QStringLiteral("background-color: rgb(0, 0, 0);"));
|
|
|
|
gridLayout_3->addWidget(Dlp_Result_Img, 0, 0, 1, 1);
|
|
|
|
label_3 = new QLabel(QDebugDlg);
|
|
label_3->setObjectName(QStringLiteral("label_3"));
|
|
label_3->setStyleSheet(QStringLiteral("font: 11pt \"Consolas\";"));
|
|
label_3->setScaledContents(true);
|
|
label_3->setWordWrap(true);
|
|
|
|
gridLayout_3->addWidget(label_3, 0, 1, 1, 1);
|
|
|
|
gridLayout = new QGridLayout();
|
|
gridLayout->setSpacing(6);
|
|
gridLayout->setObjectName(QStringLiteral("gridLayout"));
|
|
Dlp_model_id_label = new QLabel(QDebugDlg);
|
|
Dlp_model_id_label->setObjectName(QStringLiteral("Dlp_model_id_label"));
|
|
QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Minimum);
|
|
sizePolicy.setHorizontalStretch(0);
|
|
sizePolicy.setVerticalStretch(0);
|
|
sizePolicy.setHeightForWidth(Dlp_model_id_label->sizePolicy().hasHeightForWidth());
|
|
Dlp_model_id_label->setSizePolicy(sizePolicy);
|
|
Dlp_model_id_label->setStyleSheet(QLatin1String("background-color: rgb(255, 255, 127);\n"
|
|
"font: 75 14pt \"Consolas\";"));
|
|
Dlp_model_id_label->setAlignment(Qt::AlignCenter);
|
|
|
|
gridLayout->addWidget(Dlp_model_id_label, 0, 0, 1, 2);
|
|
|
|
Dlp_model_rota_label = new QLabel(QDebugDlg);
|
|
Dlp_model_rota_label->setObjectName(QStringLiteral("Dlp_model_rota_label"));
|
|
Dlp_model_rota_label->setStyleSheet(QLatin1String("background-color: rgb(255, 255, 127);\n"
|
|
"font: 75 14pt \"Consolas\";"));
|
|
Dlp_model_rota_label->setAlignment(Qt::AlignCenter);
|
|
|
|
gridLayout->addWidget(Dlp_model_rota_label, 1, 0, 1, 2);
|
|
|
|
label_3debug = new QLabel(QDebugDlg);
|
|
label_3debug->setObjectName(QStringLiteral("label_3debug"));
|
|
label_3debug->setStyleSheet(QLatin1String("background-color: rgb(255, 255, 127);\n"
|
|
"font: 75 14pt \"Consolas\";"));
|
|
label_3debug->setAlignment(Qt::AlignCenter);
|
|
|
|
gridLayout->addWidget(label_3debug, 2, 0, 1, 1);
|
|
|
|
Dlp_height_label = new QLabel(QDebugDlg);
|
|
Dlp_height_label->setObjectName(QStringLiteral("Dlp_height_label"));
|
|
Dlp_height_label->setStyleSheet(QLatin1String("background-color: rgb(255, 255, 127);\n"
|
|
"font: 75 14pt \"Consolas\";"));
|
|
Dlp_height_label->setAlignment(Qt::AlignCenter);
|
|
|
|
gridLayout->addWidget(Dlp_height_label, 2, 1, 1, 1);
|
|
|
|
labelDebug = new QLabel(QDebugDlg);
|
|
labelDebug->setObjectName(QStringLiteral("labelDebug"));
|
|
sizePolicy.setHeightForWidth(labelDebug->sizePolicy().hasHeightForWidth());
|
|
labelDebug->setSizePolicy(sizePolicy);
|
|
labelDebug->setStyleSheet(QLatin1String("background-color: rgb(255, 255, 127);\n"
|
|
"font: 75 14pt \"Consolas\";"));
|
|
labelDebug->setAlignment(Qt::AlignCenter);
|
|
|
|
gridLayout->addWidget(labelDebug, 3, 0, 1, 1);
|
|
|
|
Dlp_diamer_label = new QLabel(QDebugDlg);
|
|
Dlp_diamer_label->setObjectName(QStringLiteral("Dlp_diamer_label"));
|
|
sizePolicy.setHeightForWidth(Dlp_diamer_label->sizePolicy().hasHeightForWidth());
|
|
Dlp_diamer_label->setSizePolicy(sizePolicy);
|
|
Dlp_diamer_label->setStyleSheet(QLatin1String("background-color: rgb(255, 255, 127);\n"
|
|
"font: 75 14pt \"Consolas\";"));
|
|
Dlp_diamer_label->setFrameShape(QFrame::NoFrame);
|
|
Dlp_diamer_label->setAlignment(Qt::AlignCenter);
|
|
|
|
gridLayout->addWidget(Dlp_diamer_label, 3, 1, 1, 1);
|
|
|
|
|
|
gridLayout_3->addLayout(gridLayout, 1, 0, 1, 1);
|
|
|
|
gridLayout_2 = new QGridLayout();
|
|
gridLayout_2->setSpacing(6);
|
|
gridLayout_2->setObjectName(QStringLiteral("gridLayout_2"));
|
|
Dlp_StartDetect_button = new QPushButton(QDebugDlg);
|
|
Dlp_StartDetect_button->setObjectName(QStringLiteral("Dlp_StartDetect_button"));
|
|
QSizePolicy sizePolicy1(QSizePolicy::Preferred, QSizePolicy::Preferred);
|
|
sizePolicy1.setHorizontalStretch(0);
|
|
sizePolicy1.setVerticalStretch(0);
|
|
sizePolicy1.setHeightForWidth(Dlp_StartDetect_button->sizePolicy().hasHeightForWidth());
|
|
Dlp_StartDetect_button->setSizePolicy(sizePolicy1);
|
|
Dlp_StartDetect_button->setMinimumSize(QSize(0, 30));
|
|
|
|
gridLayout_2->addWidget(Dlp_StartDetect_button, 0, 0, 1, 1);
|
|
|
|
Dlp_Next_button_2 = new QPushButton(QDebugDlg);
|
|
Dlp_Next_button_2->setObjectName(QStringLiteral("Dlp_Next_button_2"));
|
|
sizePolicy1.setHeightForWidth(Dlp_Next_button_2->sizePolicy().hasHeightForWidth());
|
|
Dlp_Next_button_2->setSizePolicy(sizePolicy1);
|
|
Dlp_Next_button_2->setMinimumSize(QSize(0, 30));
|
|
|
|
gridLayout_2->addWidget(Dlp_Next_button_2, 1, 0, 1, 1);
|
|
|
|
|
|
gridLayout_3->addLayout(gridLayout_2, 1, 1, 1, 1);
|
|
|
|
|
|
retranslateUi(QDebugDlg);
|
|
|
|
QMetaObject::connectSlotsByName(QDebugDlg);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QWidget *QDebugDlg)
|
|
{
|
|
QDebugDlg->setWindowTitle(QApplication::translate("QDebugDlg", "QDebugDlg", Q_NULLPTR));
|
|
Dlp_Result_Img->setText(QString());
|
|
label_3->setText(QApplication::translate("QDebugDlg", "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\">\n"
|
|
"<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
|
|
"p, li { white-space: pre-wrap; }\n"
|
|
"</style></head><body style=\" font-family:'SimSun'; font-size:9pt; font-weight:400; font-style:normal;\">\n"
|
|
"<p style=\" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">\345\217\263\344\276\247\346\230\257\347\256\227\346\263\225\350\243\201\345\211\252\345\220\216\347\232\204\345\233\276\345\203\217\343\200\201\345\214\271\351\205\215\347\232\204\345\236\213\345\217\267\343\200\201\347\256\227\346\263\225\345\214\271\351\205\215\347\232\204\346\234\200\345\260\217\351\230\210\345\200\274\343\200\201\345\214\271\351\205\215\346\250\241\346\235\277\345\257\271\345\272\224\347\232\204\347\233\264\345\276\204\345\222\214\345\216\232\345\272\246\357\274\210\346\226\260\345\273\272\346\250\241\346\235\277\346\227\266\350\276\223\345\205"
|
|
"\245\347\232\204\357\274\211</p></body></html>", Q_NULLPTR));
|
|
Dlp_model_id_label->setText(QApplication::translate("QDebugDlg", "000000", Q_NULLPTR));
|
|
Dlp_model_rota_label->setText(QApplication::translate("QDebugDlg", "0.0", Q_NULLPTR));
|
|
label_3debug->setText(QApplication::translate("QDebugDlg", "\345\216\232\345\272\246mm:", Q_NULLPTR));
|
|
Dlp_height_label->setText(QApplication::translate("QDebugDlg", "0", Q_NULLPTR));
|
|
labelDebug->setText(QApplication::translate("QDebugDlg", "\347\233\264\345\276\204mm\357\274\232", Q_NULLPTR));
|
|
Dlp_diamer_label->setText(QApplication::translate("QDebugDlg", "0", Q_NULLPTR));
|
|
Dlp_StartDetect_button->setText(QApplication::translate("QDebugDlg", "\345\274\200\345\247\213\346\250\241\346\213\237\346\243\200\346\265\213", Q_NULLPTR));
|
|
Dlp_Next_button_2->setText(QApplication::translate("QDebugDlg", "\351\207\207\351\233\206\344\270\200\345\274\240", Q_NULLPTR));
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class QDebugDlg: public Ui_QDebugDlg {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_QDEBUGDLG_H
|