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.
wheeldetect/tpvs17/tpMain/GeneratedFiles/ui_QAlgParamDlg.h

284 lines
12 KiB
C++

/********************************************************************************
** Form generated from reading UI file 'QAlgParamDlg.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_QALGPARAMDLG_H
#define UI_QALGPARAMDLG_H
#include <QtCore/QVariant>
#include <QtWidgets/QAction>
#include <QtWidgets/QApplication>
#include <QtWidgets/QButtonGroup>
#include <QtWidgets/QCheckBox>
#include <QtWidgets/QComboBox>
#include <QtWidgets/QGridLayout>
#include <QtWidgets/QGroupBox>
#include <QtWidgets/QHBoxLayout>
#include <QtWidgets/QHeaderView>
#include <QtWidgets/QLabel>
#include <QtWidgets/QPushButton>
#include <QtWidgets/QSpacerItem>
#include <QtWidgets/QSpinBox>
#include <QtWidgets/QWidget>
QT_BEGIN_NAMESPACE
class Ui_QAlgParamDlg
{
public:
QGridLayout *gridLayout_2;
QGroupBox *groupBox_2;
QGridLayout *gridLayout_4;
QCheckBox *checkBox_ratio;
QGroupBox *groupBox;
QGridLayout *gridLayout;
QSpinBox *spinBox_circle_ACThres;
QLabel *label_5;
QSpinBox *spinBox_circle_EdgeWidth;
QComboBox *comboBox_transform;
QLabel *label_3;
QLabel *label_6;
QSpacerItem *horizontalSpacer_2;
QHBoxLayout *horizontalLayout_7;
QLabel *label_7;
QPushButton *m_setExposureTime;
QHBoxLayout *horizontalLayout_2;
QLabel *label_4;
QPushButton *m_pbShowBackImage;
QLabel *label;
QCheckBox *checkBox_equal;
QHBoxLayout *horizontalLayout;
QLabel *label_2;
QSpinBox *spinBox_filterSize;
QSpacerItem *horizontalSpacer_3;
QCheckBox *checkBox;
QHBoxLayout *horizontalLayout_3;
QSpacerItem *horizontalSpacer;
QPushButton *m_pbApply;
QPushButton *m_pbExit;
void setupUi(QWidget *QAlgParamDlg)
{
if (QAlgParamDlg->objectName().isEmpty())
QAlgParamDlg->setObjectName(QStringLiteral("QAlgParamDlg"));
QAlgParamDlg->resize(340, 553);
gridLayout_2 = new QGridLayout(QAlgParamDlg);
gridLayout_2->setSpacing(6);
gridLayout_2->setContentsMargins(11, 11, 11, 11);
gridLayout_2->setObjectName(QStringLiteral("gridLayout_2"));
groupBox_2 = new QGroupBox(QAlgParamDlg);
groupBox_2->setObjectName(QStringLiteral("groupBox_2"));
QFont font;
font.setPointSize(12);
groupBox_2->setFont(font);
gridLayout_4 = new QGridLayout(groupBox_2);
gridLayout_4->setSpacing(6);
gridLayout_4->setContentsMargins(11, 11, 11, 11);
gridLayout_4->setObjectName(QStringLiteral("gridLayout_4"));
checkBox_ratio = new QCheckBox(groupBox_2);
checkBox_ratio->setObjectName(QStringLiteral("checkBox_ratio"));
checkBox_ratio->setFont(font);
gridLayout_4->addWidget(checkBox_ratio, 0, 0, 1, 1);
gridLayout_2->addWidget(groupBox_2, 6, 0, 1, 1);
groupBox = new QGroupBox(QAlgParamDlg);
groupBox->setObjectName(QStringLiteral("groupBox"));
groupBox->setFont(font);
gridLayout = new QGridLayout(groupBox);
gridLayout->setSpacing(6);
gridLayout->setContentsMargins(11, 11, 11, 11);
gridLayout->setObjectName(QStringLiteral("gridLayout"));
spinBox_circle_ACThres = new QSpinBox(groupBox);
spinBox_circle_ACThres->setObjectName(QStringLiteral("spinBox_circle_ACThres"));
spinBox_circle_ACThres->setFont(font);
spinBox_circle_ACThres->setButtonSymbols(QAbstractSpinBox::NoButtons);
gridLayout->addWidget(spinBox_circle_ACThres, 0, 1, 1, 1);
label_5 = new QLabel(groupBox);
label_5->setObjectName(QStringLiteral("label_5"));
label_5->setFont(font);
gridLayout->addWidget(label_5, 1, 0, 1, 1);
spinBox_circle_EdgeWidth = new QSpinBox(groupBox);
spinBox_circle_EdgeWidth->setObjectName(QStringLiteral("spinBox_circle_EdgeWidth"));
spinBox_circle_EdgeWidth->setFont(font);
spinBox_circle_EdgeWidth->setButtonSymbols(QAbstractSpinBox::NoButtons);
gridLayout->addWidget(spinBox_circle_EdgeWidth, 1, 1, 1, 1);
comboBox_transform = new QComboBox(groupBox);
comboBox_transform->setObjectName(QStringLiteral("comboBox_transform"));
comboBox_transform->setFont(font);
gridLayout->addWidget(comboBox_transform, 2, 1, 1, 1);
label_3 = new QLabel(groupBox);
label_3->setObjectName(QStringLiteral("label_3"));
label_3->setFont(font);
gridLayout->addWidget(label_3, 0, 0, 1, 1);
label_6 = new QLabel(groupBox);
label_6->setObjectName(QStringLiteral("label_6"));
label_6->setFont(font);
gridLayout->addWidget(label_6, 2, 0, 1, 1);
horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
gridLayout->addItem(horizontalSpacer_2, 1, 2, 1, 1);
gridLayout_2->addWidget(groupBox, 5, 0, 1, 1);
horizontalLayout_7 = new QHBoxLayout();
horizontalLayout_7->setSpacing(6);
horizontalLayout_7->setObjectName(QStringLiteral("horizontalLayout_7"));
label_7 = new QLabel(QAlgParamDlg);
label_7->setObjectName(QStringLiteral("label_7"));
label_7->setFont(font);
horizontalLayout_7->addWidget(label_7);
m_setExposureTime = new QPushButton(QAlgParamDlg);
m_setExposureTime->setObjectName(QStringLiteral("m_setExposureTime"));
m_setExposureTime->setFont(font);
horizontalLayout_7->addWidget(m_setExposureTime);
gridLayout_2->addLayout(horizontalLayout_7, 0, 0, 1, 1);
horizontalLayout_2 = new QHBoxLayout();
horizontalLayout_2->setSpacing(6);
horizontalLayout_2->setObjectName(QStringLiteral("horizontalLayout_2"));
label_4 = new QLabel(QAlgParamDlg);
label_4->setObjectName(QStringLiteral("label_4"));
label_4->setFont(font);
horizontalLayout_2->addWidget(label_4);
m_pbShowBackImage = new QPushButton(QAlgParamDlg);
m_pbShowBackImage->setObjectName(QStringLiteral("m_pbShowBackImage"));
m_pbShowBackImage->setFont(font);
horizontalLayout_2->addWidget(m_pbShowBackImage);
gridLayout_2->addLayout(horizontalLayout_2, 1, 0, 1, 1);
label = new QLabel(QAlgParamDlg);
label->setObjectName(QStringLiteral("label"));
gridLayout_2->addWidget(label, 7, 0, 1, 1);
checkBox_equal = new QCheckBox(QAlgParamDlg);
checkBox_equal->setObjectName(QStringLiteral("checkBox_equal"));
checkBox_equal->setFont(font);
gridLayout_2->addWidget(checkBox_equal, 3, 0, 1, 1);
horizontalLayout = new QHBoxLayout();
horizontalLayout->setSpacing(6);
horizontalLayout->setObjectName(QStringLiteral("horizontalLayout"));
label_2 = new QLabel(QAlgParamDlg);
label_2->setObjectName(QStringLiteral("label_2"));
label_2->setFont(font);
horizontalLayout->addWidget(label_2);
spinBox_filterSize = new QSpinBox(QAlgParamDlg);
spinBox_filterSize->setObjectName(QStringLiteral("spinBox_filterSize"));
spinBox_filterSize->setMinimumSize(QSize(100, 0));
spinBox_filterSize->setFont(font);
spinBox_filterSize->setButtonSymbols(QAbstractSpinBox::NoButtons);
spinBox_filterSize->setMaximum(999);
horizontalLayout->addWidget(spinBox_filterSize);
horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
horizontalLayout->addItem(horizontalSpacer_3);
gridLayout_2->addLayout(horizontalLayout, 4, 0, 1, 1);
checkBox = new QCheckBox(QAlgParamDlg);
checkBox->setObjectName(QStringLiteral("checkBox"));
checkBox->setFont(font);
gridLayout_2->addWidget(checkBox, 2, 0, 1, 1);
horizontalLayout_3 = new QHBoxLayout();
horizontalLayout_3->setSpacing(6);
horizontalLayout_3->setObjectName(QStringLiteral("horizontalLayout_3"));
horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
horizontalLayout_3->addItem(horizontalSpacer);
m_pbApply = new QPushButton(QAlgParamDlg);
m_pbApply->setObjectName(QStringLiteral("m_pbApply"));
m_pbApply->setFont(font);
horizontalLayout_3->addWidget(m_pbApply);
m_pbExit = new QPushButton(QAlgParamDlg);
m_pbExit->setObjectName(QStringLiteral("m_pbExit"));
m_pbExit->setFont(font);
horizontalLayout_3->addWidget(m_pbExit);
gridLayout_2->addLayout(horizontalLayout_3, 8, 0, 1, 1);
retranslateUi(QAlgParamDlg);
QMetaObject::connectSlotsByName(QAlgParamDlg);
} // setupUi
void retranslateUi(QWidget *QAlgParamDlg)
{
QAlgParamDlg->setWindowTitle(QApplication::translate("QAlgParamDlg", "\347\256\227\346\263\225\345\217\202\346\225\260\350\256\276\347\275\256", Q_NULLPTR));
groupBox_2->setTitle(QApplication::translate("QAlgParamDlg", "\345\236\213\345\217\267\345\214\271\351\205\215\357\274\232", Q_NULLPTR));
checkBox_ratio->setText(QApplication::translate("QAlgParamDlg", "\346\230\257\345\220\246\344\275\277\347\224\250\345\201\217\350\267\235\350\277\207\346\273\244\346\250\241\346\235\277", Q_NULLPTR));
groupBox->setTitle(QApplication::translate("QAlgParamDlg", "\344\272\214\347\272\247\345\234\206\345\256\232\344\275\215:", Q_NULLPTR));
label_5->setText(QApplication::translate("QAlgParamDlg", "\350\276\271\347\274\230\345\256\275\345\272\246\357\274\232", Q_NULLPTR));
comboBox_transform->clear();
comboBox_transform->insertItems(0, QStringList()
<< QApplication::translate("QAlgParamDlg", "\344\273\216\346\267\261\345\210\260\346\265\205", Q_NULLPTR)
<< QApplication::translate("QAlgParamDlg", "\344\273\216\346\265\205\345\210\260\346\267\261", Q_NULLPTR)
);
label_3->setText(QApplication::translate("QAlgParamDlg", "\350\276\271\347\274\230\345\257\271\346\257\224\345\272\246\357\274\232", Q_NULLPTR));
label_6->setText(QApplication::translate("QAlgParamDlg", "\350\276\271\347\274\230\350\275\254\346\215\242\357\274\232", Q_NULLPTR));
label_7->setText(QApplication::translate("QAlgParamDlg", "\345\244\232\351\207\215\346\233\235\345\205\211\350\256\276\347\275\256\357\274\232", Q_NULLPTR));
m_setExposureTime->setText(QApplication::translate("QAlgParamDlg", "\350\256\276\347\275\256", Q_NULLPTR));
label_4->setText(QApplication::translate("QAlgParamDlg", "\346\243\200\346\265\213\350\203\214\346\231\257\345\233\276\346\233\264\346\215\242:", Q_NULLPTR));
m_pbShowBackImage->setText(QApplication::translate("QAlgParamDlg", "\346\237\245\347\234\213\346\243\200\346\265\213\350\203\214\346\231\257", Q_NULLPTR));
label->setText(QApplication::translate("QAlgParamDlg", "\345\217\202\346\225\260\345\267\262\347\224\237\346\225\210\357\274\201\357\274\201\357\274\201", Q_NULLPTR));
checkBox_equal->setText(QApplication::translate("QAlgParamDlg", "\346\230\257\345\220\246\344\275\277\347\224\250\345\233\276\345\203\217\345\242\236\345\274\272", Q_NULLPTR));
label_2->setText(QApplication::translate("QAlgParamDlg", "\345\234\206\345\215\212\345\276\204\345\244\247\345\260\217\350\277\207\346\273\244\357\274\232", Q_NULLPTR));
checkBox->setText(QApplication::translate("QAlgParamDlg", "\346\230\257\345\220\246\344\275\277\347\224\250\350\203\214\346\231\257\345\233\276\346\211\276\345\234\206\347\256\227\346\263\225", Q_NULLPTR));
m_pbApply->setText(QApplication::translate("QAlgParamDlg", "\345\272\224\347\224\250", Q_NULLPTR));
m_pbExit->setText(QApplication::translate("QAlgParamDlg", "\351\200\200\345\207\272", Q_NULLPTR));
} // retranslateUi
};
namespace Ui {
class QAlgParamDlg: public Ui_QAlgParamDlg {};
} // namespace Ui
QT_END_NAMESPACE
#endif // UI_QALGPARAMDLG_H