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.
253 lines
9.6 KiB
C++
253 lines
9.6 KiB
C++
/********************************************************************************
|
|
** Form generated from reading UI file 'QExposureTimeDlg.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_QEXPOSURETIMEDLG_H
|
|
#define UI_QEXPOSURETIMEDLG_H
|
|
|
|
#include <QtCore/QVariant>
|
|
#include <QtWidgets/QAction>
|
|
#include <QtWidgets/QApplication>
|
|
#include <QtWidgets/QButtonGroup>
|
|
#include <QtWidgets/QCheckBox>
|
|
#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_QExposureTimeDlg
|
|
{
|
|
public:
|
|
QGridLayout *gridLayout;
|
|
QGroupBox *groupBox;
|
|
QGridLayout *gridLayout_2;
|
|
QHBoxLayout *horizontalLayout2;
|
|
QLabel *label_2;
|
|
QSpinBox *exposureTime2;
|
|
QSpacerItem *horizontalSpacer_3;
|
|
QHBoxLayout *horizontalLayout4;
|
|
QLabel *label_4;
|
|
QSpinBox *exposureTime4;
|
|
QSpacerItem *horizontalSpacer_5;
|
|
QHBoxLayout *horizontalLayoutButton;
|
|
QSpacerItem *horizontalSpacer;
|
|
QPushButton *m_pbApply;
|
|
QPushButton *m_pbExit;
|
|
QHBoxLayout *horizontalLayout1;
|
|
QLabel *label;
|
|
QSpinBox *exposureTime1;
|
|
QSpacerItem *horizontalSpacer_2;
|
|
QHBoxLayout *horizontalLayout3;
|
|
QLabel *label_3;
|
|
QSpinBox *exposureTime3;
|
|
QSpacerItem *horizontalSpacer_4;
|
|
QHBoxLayout *horizontalLayout5;
|
|
QLabel *label_5;
|
|
QSpinBox *exposureTime5;
|
|
QSpacerItem *horizontalSpacer_6;
|
|
QLabel *appliedLabel;
|
|
QGroupBox *groupbox;
|
|
QGridLayout *gridLayout_3;
|
|
QCheckBox *multiExpSwitch;
|
|
|
|
void setupUi(QWidget *QExposureTimeDlg)
|
|
{
|
|
if (QExposureTimeDlg->objectName().isEmpty())
|
|
QExposureTimeDlg->setObjectName(QStringLiteral("QExposureTimeDlg"));
|
|
QExposureTimeDlg->resize(292, 419);
|
|
gridLayout = new QGridLayout(QExposureTimeDlg);
|
|
gridLayout->setObjectName(QStringLiteral("gridLayout"));
|
|
groupBox = new QGroupBox(QExposureTimeDlg);
|
|
groupBox->setObjectName(QStringLiteral("groupBox"));
|
|
gridLayout_2 = new QGridLayout(groupBox);
|
|
gridLayout_2->setObjectName(QStringLiteral("gridLayout_2"));
|
|
horizontalLayout2 = new QHBoxLayout();
|
|
horizontalLayout2->setObjectName(QStringLiteral("horizontalLayout2"));
|
|
label_2 = new QLabel(groupBox);
|
|
label_2->setObjectName(QStringLiteral("label_2"));
|
|
|
|
horizontalLayout2->addWidget(label_2);
|
|
|
|
exposureTime2 = new QSpinBox(groupBox);
|
|
exposureTime2->setObjectName(QStringLiteral("exposureTime2"));
|
|
exposureTime2->setMaximum(100000);
|
|
|
|
horizontalLayout2->addWidget(exposureTime2);
|
|
|
|
horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
|
|
|
horizontalLayout2->addItem(horizontalSpacer_3);
|
|
|
|
|
|
gridLayout_2->addLayout(horizontalLayout2, 1, 0, 1, 1);
|
|
|
|
horizontalLayout4 = new QHBoxLayout();
|
|
horizontalLayout4->setObjectName(QStringLiteral("horizontalLayout4"));
|
|
label_4 = new QLabel(groupBox);
|
|
label_4->setObjectName(QStringLiteral("label_4"));
|
|
|
|
horizontalLayout4->addWidget(label_4);
|
|
|
|
exposureTime4 = new QSpinBox(groupBox);
|
|
exposureTime4->setObjectName(QStringLiteral("exposureTime4"));
|
|
exposureTime4->setMaximum(100000);
|
|
|
|
horizontalLayout4->addWidget(exposureTime4);
|
|
|
|
horizontalSpacer_5 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
|
|
|
horizontalLayout4->addItem(horizontalSpacer_5);
|
|
|
|
|
|
gridLayout_2->addLayout(horizontalLayout4, 3, 0, 1, 1);
|
|
|
|
horizontalLayoutButton = new QHBoxLayout();
|
|
horizontalLayoutButton->setObjectName(QStringLiteral("horizontalLayoutButton"));
|
|
horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
|
|
|
horizontalLayoutButton->addItem(horizontalSpacer);
|
|
|
|
m_pbApply = new QPushButton(groupBox);
|
|
m_pbApply->setObjectName(QStringLiteral("m_pbApply"));
|
|
QFont font;
|
|
font.setPointSize(12);
|
|
m_pbApply->setFont(font);
|
|
|
|
horizontalLayoutButton->addWidget(m_pbApply);
|
|
|
|
m_pbExit = new QPushButton(groupBox);
|
|
m_pbExit->setObjectName(QStringLiteral("m_pbExit"));
|
|
m_pbExit->setFont(font);
|
|
|
|
horizontalLayoutButton->addWidget(m_pbExit);
|
|
|
|
|
|
gridLayout_2->addLayout(horizontalLayoutButton, 7, 0, 1, 1);
|
|
|
|
horizontalLayout1 = new QHBoxLayout();
|
|
horizontalLayout1->setObjectName(QStringLiteral("horizontalLayout1"));
|
|
label = new QLabel(groupBox);
|
|
label->setObjectName(QStringLiteral("label"));
|
|
|
|
horizontalLayout1->addWidget(label);
|
|
|
|
exposureTime1 = new QSpinBox(groupBox);
|
|
exposureTime1->setObjectName(QStringLiteral("exposureTime1"));
|
|
exposureTime1->setMaximum(100000);
|
|
|
|
horizontalLayout1->addWidget(exposureTime1);
|
|
|
|
horizontalSpacer_2 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
|
|
|
horizontalLayout1->addItem(horizontalSpacer_2);
|
|
|
|
|
|
gridLayout_2->addLayout(horizontalLayout1, 0, 0, 1, 1);
|
|
|
|
horizontalLayout3 = new QHBoxLayout();
|
|
horizontalLayout3->setObjectName(QStringLiteral("horizontalLayout3"));
|
|
label_3 = new QLabel(groupBox);
|
|
label_3->setObjectName(QStringLiteral("label_3"));
|
|
|
|
horizontalLayout3->addWidget(label_3);
|
|
|
|
exposureTime3 = new QSpinBox(groupBox);
|
|
exposureTime3->setObjectName(QStringLiteral("exposureTime3"));
|
|
exposureTime3->setMaximum(100000);
|
|
|
|
horizontalLayout3->addWidget(exposureTime3);
|
|
|
|
horizontalSpacer_4 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
|
|
|
horizontalLayout3->addItem(horizontalSpacer_4);
|
|
|
|
|
|
gridLayout_2->addLayout(horizontalLayout3, 2, 0, 1, 1);
|
|
|
|
horizontalLayout5 = new QHBoxLayout();
|
|
horizontalLayout5->setObjectName(QStringLiteral("horizontalLayout5"));
|
|
label_5 = new QLabel(groupBox);
|
|
label_5->setObjectName(QStringLiteral("label_5"));
|
|
|
|
horizontalLayout5->addWidget(label_5);
|
|
|
|
exposureTime5 = new QSpinBox(groupBox);
|
|
exposureTime5->setObjectName(QStringLiteral("exposureTime5"));
|
|
exposureTime5->setMaximum(100000);
|
|
|
|
horizontalLayout5->addWidget(exposureTime5);
|
|
|
|
horizontalSpacer_6 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
|
|
|
|
horizontalLayout5->addItem(horizontalSpacer_6);
|
|
|
|
|
|
gridLayout_2->addLayout(horizontalLayout5, 4, 0, 1, 1);
|
|
|
|
appliedLabel = new QLabel(groupBox);
|
|
appliedLabel->setObjectName(QStringLiteral("appliedLabel"));
|
|
appliedLabel->setEnabled(true);
|
|
|
|
gridLayout_2->addWidget(appliedLabel, 6, 0, 1, 1);
|
|
|
|
groupbox = new QGroupBox(groupBox);
|
|
groupbox->setObjectName(QStringLiteral("groupbox"));
|
|
groupbox->setEnabled(true);
|
|
groupbox->setMouseTracking(false);
|
|
groupbox->setCheckable(false);
|
|
gridLayout_3 = new QGridLayout(groupbox);
|
|
gridLayout_3->setObjectName(QStringLiteral("gridLayout_3"));
|
|
multiExpSwitch = new QCheckBox(groupbox);
|
|
multiExpSwitch->setObjectName(QStringLiteral("multiExpSwitch"));
|
|
|
|
gridLayout_3->addWidget(multiExpSwitch, 0, 0, 1, 1);
|
|
|
|
|
|
gridLayout_2->addWidget(groupbox, 5, 0, 1, 1);
|
|
|
|
|
|
gridLayout->addWidget(groupBox, 0, 0, 1, 1);
|
|
|
|
|
|
retranslateUi(QExposureTimeDlg);
|
|
|
|
QMetaObject::connectSlotsByName(QExposureTimeDlg);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QWidget *QExposureTimeDlg)
|
|
{
|
|
QExposureTimeDlg->setWindowTitle(QApplication::translate("QExposureTimeDlg", "\346\233\235\345\205\211\345\200\274\350\256\276\347\275\256", Q_NULLPTR));
|
|
groupBox->setTitle(QApplication::translate("QExposureTimeDlg", "\346\233\235\345\205\211\345\200\274", Q_NULLPTR));
|
|
label_2->setText(QApplication::translate("QExposureTimeDlg", "\344\272\214\347\272\247\346\233\235\345\205\211\345\200\274\357\274\232", Q_NULLPTR));
|
|
label_4->setText(QApplication::translate("QExposureTimeDlg", "\345\233\233\347\272\247\346\233\235\345\205\211\345\200\274\357\274\232", Q_NULLPTR));
|
|
m_pbApply->setText(QApplication::translate("QExposureTimeDlg", "\345\272\224\347\224\250", Q_NULLPTR));
|
|
m_pbExit->setText(QApplication::translate("QExposureTimeDlg", "\351\200\200\345\207\272", Q_NULLPTR));
|
|
label->setText(QApplication::translate("QExposureTimeDlg", "\344\270\200\347\272\247\346\233\235\345\205\211\345\200\274\357\274\232", Q_NULLPTR));
|
|
label_3->setText(QApplication::translate("QExposureTimeDlg", "\344\270\211\347\272\247\346\233\235\345\205\211\345\200\274\357\274\232", Q_NULLPTR));
|
|
label_5->setText(QApplication::translate("QExposureTimeDlg", "\344\272\224\347\272\247\346\233\235\345\205\211\345\200\274\357\274\232", Q_NULLPTR));
|
|
appliedLabel->setText(QApplication::translate("QExposureTimeDlg", "\345\217\202\346\225\260\345\267\262\344\277\256\346\224\271", Q_NULLPTR));
|
|
groupbox->setTitle(QApplication::translate("QExposureTimeDlg", "\345\244\232\351\207\215\346\233\235\345\205\211\345\274\200\345\205\263\357\274\232", Q_NULLPTR));
|
|
multiExpSwitch->setText(QApplication::translate("QExposureTimeDlg", "\346\230\257\345\220\246\346\211\223\345\274\200\345\244\232\351\207\215\346\233\235\345\205\211\345\212\237\350\203\275", Q_NULLPTR));
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class QExposureTimeDlg: public Ui_QExposureTimeDlg {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_QEXPOSURETIMEDLG_H
|