/******************************************************************************** ** Form generated from reading UI file 'CfgMap.ui' ** ** Created: Mon 23. Jul 10:26:14 2012 ** by: Qt User Interface Compiler version 4.6.3 ** ** WARNING! All changes made in this file will be lost when recompiling UI file! ********************************************************************************/ #ifndef UI_CFGMAP_H #define UI_CFGMAP_H #include #include #include #include #include #include #include #include #include #include #include #include #include #include QT_BEGIN_NAMESPACE class Ui_CfgMap { public: QWidget *widget; QVBoxLayout *verticalLayout_9; QHBoxLayout *horizontalLayout_12; QVBoxLayout *verticalLayout_8; QHBoxLayout *horizontalLayout; QVBoxLayout *verticalLayout_3; QLabel *pixelLabel; QLabel *colLabel; QLabel *rowLabel; QSpacerItem *horizontalSpacer_2; QVBoxLayout *verticalLayout; QLabel *pixelVal; QSpinBox *colVal; QSpinBox *rowVal; QFrame *line; QVBoxLayout *verticalLayout_7; QVBoxLayout *verticalLayout_2; QHBoxLayout *horizontalLayout_3; QPushButton *SetButton; QSpacerItem *horizontalSpacer_5; QLabel *label; QSpinBox *pixelSetVal; QHBoxLayout *horizontalLayout_6; QPushButton *setColButton; QSpacerItem *horizontalSpacer_7; QPushButton *setRowButton; QHBoxLayout *horizontalLayout_7; QPushButton *setGangedButton; QSpacerItem *horizontalSpacer_8; QHBoxLayout *horizontalLayout_9; QPushButton *setIntGangedButton; QSpacerItem *horizontalSpacer_9; QHBoxLayout *horizontalLayout_8; QPushButton *setLongButton; QSpacerItem *horizontalSpacer_10; QHBoxLayout *horizontalLayout_10; QPushButton *setAllButton; QSpacerItem *horizontalSpacer_11; QHBoxLayout *horizontalLayout_11; QPushButton *maskMakerButton; QSpacerItem *horizontalSpacer_12; QVBoxLayout *verticalLayout_6; QHBoxLayout *horizontalLayout_5; QPushButton *SetROIButton; QSpacerItem *horizontalSpacer_4; QHBoxLayout *horizontalLayout_4; QVBoxLayout *verticalLayout_4; QLabel *pixelLabel_2; QLabel *colLabel_2; QLabel *rowLabel_2; QLabel *rowLabel_3; QSpacerItem *horizontalSpacer_3; QVBoxLayout *verticalLayout_5; QSpinBox *colLimitLow; QSpinBox *rowLimitLow; QSpinBox *colLimitHigh; QSpinBox *rowLimitHigh; QVBoxLayout *mapVerticalLayout; QLabel *TheMap; QSpacerItem *verticalSpacer_2; QHBoxLayout *horizontalLayout_2; QSpacerItem *horizontalSpacer; QPushButton *AcceptButton; QSpacerItem *spacer24; QPushButton *CancelButton; void setupUi(QDialog *CfgMap) { if (CfgMap->objectName().isEmpty()) CfgMap->setObjectName(QString::fromUtf8("CfgMap")); CfgMap->resize(682, 510); widget = new QWidget(CfgMap); widget->setObjectName(QString::fromUtf8("widget")); widget->setGeometry(QRect(10, 10, 661, 481)); verticalLayout_9 = new QVBoxLayout(widget); verticalLayout_9->setSpacing(6); verticalLayout_9->setContentsMargins(11, 11, 11, 11); verticalLayout_9->setObjectName(QString::fromUtf8("verticalLayout_9")); verticalLayout_9->setContentsMargins(0, 0, 0, 0); horizontalLayout_12 = new QHBoxLayout(); horizontalLayout_12->setSpacing(6); horizontalLayout_12->setObjectName(QString::fromUtf8("horizontalLayout_12")); verticalLayout_8 = new QVBoxLayout(); verticalLayout_8->setSpacing(6); verticalLayout_8->setObjectName(QString::fromUtf8("verticalLayout_8")); horizontalLayout = new QHBoxLayout(); horizontalLayout->setSpacing(6); horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout")); verticalLayout_3 = new QVBoxLayout(); verticalLayout_3->setSpacing(6); verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3")); pixelLabel = new QLabel(widget); pixelLabel->setObjectName(QString::fromUtf8("pixelLabel")); verticalLayout_3->addWidget(pixelLabel); colLabel = new QLabel(widget); colLabel->setObjectName(QString::fromUtf8("colLabel")); verticalLayout_3->addWidget(colLabel); rowLabel = new QLabel(widget); rowLabel->setObjectName(QString::fromUtf8("rowLabel")); verticalLayout_3->addWidget(rowLabel); horizontalLayout->addLayout(verticalLayout_3); horizontalSpacer_2 = new QSpacerItem(28, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout->addItem(horizontalSpacer_2); verticalLayout = new QVBoxLayout(); verticalLayout->setSpacing(6); verticalLayout->setObjectName(QString::fromUtf8("verticalLayout")); pixelVal = new QLabel(widget); pixelVal->setObjectName(QString::fromUtf8("pixelVal")); verticalLayout->addWidget(pixelVal); colVal = new QSpinBox(widget); colVal->setObjectName(QString::fromUtf8("colVal")); colVal->setMinimumSize(QSize(80, 0)); colVal->setMaximum(255); verticalLayout->addWidget(colVal); rowVal = new QSpinBox(widget); rowVal->setObjectName(QString::fromUtf8("rowVal")); rowVal->setMinimumSize(QSize(80, 0)); rowVal->setMaximum(255); verticalLayout->addWidget(rowVal); horizontalLayout->addLayout(verticalLayout); verticalLayout_8->addLayout(horizontalLayout); line = new QFrame(widget); line->setObjectName(QString::fromUtf8("line")); line->setFrameShape(QFrame::HLine); line->setFrameShadow(QFrame::Sunken); verticalLayout_8->addWidget(line); verticalLayout_7 = new QVBoxLayout(); verticalLayout_7->setSpacing(6); verticalLayout_7->setObjectName(QString::fromUtf8("verticalLayout_7")); verticalLayout_2 = new QVBoxLayout(); verticalLayout_2->setSpacing(6); verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2")); horizontalLayout_3 = new QHBoxLayout(); horizontalLayout_3->setSpacing(6); horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3")); SetButton = new QPushButton(widget); SetButton->setObjectName(QString::fromUtf8("SetButton")); horizontalLayout_3->addWidget(SetButton); horizontalSpacer_5 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout_3->addItem(horizontalSpacer_5); label = new QLabel(widget); label->setObjectName(QString::fromUtf8("label")); horizontalLayout_3->addWidget(label); pixelSetVal = new QSpinBox(widget); pixelSetVal->setObjectName(QString::fromUtf8("pixelSetVal")); pixelSetVal->setMaximum(255); horizontalLayout_3->addWidget(pixelSetVal); verticalLayout_2->addLayout(horizontalLayout_3); horizontalLayout_6 = new QHBoxLayout(); horizontalLayout_6->setSpacing(6); horizontalLayout_6->setObjectName(QString::fromUtf8("horizontalLayout_6")); setColButton = new QPushButton(widget); setColButton->setObjectName(QString::fromUtf8("setColButton")); horizontalLayout_6->addWidget(setColButton); horizontalSpacer_7 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout_6->addItem(horizontalSpacer_7); setRowButton = new QPushButton(widget); setRowButton->setObjectName(QString::fromUtf8("setRowButton")); horizontalLayout_6->addWidget(setRowButton); verticalLayout_2->addLayout(horizontalLayout_6); horizontalLayout_7 = new QHBoxLayout(); horizontalLayout_7->setSpacing(6); horizontalLayout_7->setObjectName(QString::fromUtf8("horizontalLayout_7")); setGangedButton = new QPushButton(widget); setGangedButton->setObjectName(QString::fromUtf8("setGangedButton")); horizontalLayout_7->addWidget(setGangedButton); horizontalSpacer_8 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout_7->addItem(horizontalSpacer_8); verticalLayout_2->addLayout(horizontalLayout_7); horizontalLayout_9 = new QHBoxLayout(); horizontalLayout_9->setSpacing(6); horizontalLayout_9->setObjectName(QString::fromUtf8("horizontalLayout_9")); setIntGangedButton = new QPushButton(widget); setIntGangedButton->setObjectName(QString::fromUtf8("setIntGangedButton")); horizontalLayout_9->addWidget(setIntGangedButton); horizontalSpacer_9 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout_9->addItem(horizontalSpacer_9); verticalLayout_2->addLayout(horizontalLayout_9); horizontalLayout_8 = new QHBoxLayout(); horizontalLayout_8->setSpacing(6); horizontalLayout_8->setObjectName(QString::fromUtf8("horizontalLayout_8")); setLongButton = new QPushButton(widget); setLongButton->setObjectName(QString::fromUtf8("setLongButton")); horizontalLayout_8->addWidget(setLongButton); horizontalSpacer_10 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout_8->addItem(horizontalSpacer_10); verticalLayout_2->addLayout(horizontalLayout_8); horizontalLayout_10 = new QHBoxLayout(); horizontalLayout_10->setSpacing(6); horizontalLayout_10->setObjectName(QString::fromUtf8("horizontalLayout_10")); setAllButton = new QPushButton(widget); setAllButton->setObjectName(QString::fromUtf8("setAllButton")); horizontalLayout_10->addWidget(setAllButton); horizontalSpacer_11 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout_10->addItem(horizontalSpacer_11); verticalLayout_2->addLayout(horizontalLayout_10); horizontalLayout_11 = new QHBoxLayout(); horizontalLayout_11->setSpacing(6); horizontalLayout_11->setObjectName(QString::fromUtf8("horizontalLayout_11")); maskMakerButton = new QPushButton(widget); maskMakerButton->setObjectName(QString::fromUtf8("maskMakerButton")); horizontalLayout_11->addWidget(maskMakerButton); horizontalSpacer_12 = new QSpacerItem(118, 27, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout_11->addItem(horizontalSpacer_12); verticalLayout_2->addLayout(horizontalLayout_11); verticalLayout_7->addLayout(verticalLayout_2); verticalLayout_6 = new QVBoxLayout(); verticalLayout_6->setSpacing(6); verticalLayout_6->setObjectName(QString::fromUtf8("verticalLayout_6")); horizontalLayout_5 = new QHBoxLayout(); horizontalLayout_5->setSpacing(6); horizontalLayout_5->setObjectName(QString::fromUtf8("horizontalLayout_5")); SetROIButton = new QPushButton(widget); SetROIButton->setObjectName(QString::fromUtf8("SetROIButton")); horizontalLayout_5->addWidget(SetROIButton); horizontalSpacer_4 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout_5->addItem(horizontalSpacer_4); verticalLayout_6->addLayout(horizontalLayout_5); horizontalLayout_4 = new QHBoxLayout(); horizontalLayout_4->setSpacing(6); horizontalLayout_4->setObjectName(QString::fromUtf8("horizontalLayout_4")); verticalLayout_4 = new QVBoxLayout(); verticalLayout_4->setSpacing(6); verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4")); pixelLabel_2 = new QLabel(widget); pixelLabel_2->setObjectName(QString::fromUtf8("pixelLabel_2")); verticalLayout_4->addWidget(pixelLabel_2); colLabel_2 = new QLabel(widget); colLabel_2->setObjectName(QString::fromUtf8("colLabel_2")); verticalLayout_4->addWidget(colLabel_2); rowLabel_2 = new QLabel(widget); rowLabel_2->setObjectName(QString::fromUtf8("rowLabel_2")); verticalLayout_4->addWidget(rowLabel_2); rowLabel_3 = new QLabel(widget); rowLabel_3->setObjectName(QString::fromUtf8("rowLabel_3")); verticalLayout_4->addWidget(rowLabel_3); horizontalLayout_4->addLayout(verticalLayout_4); horizontalSpacer_3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout_4->addItem(horizontalSpacer_3); verticalLayout_5 = new QVBoxLayout(); verticalLayout_5->setSpacing(6); verticalLayout_5->setObjectName(QString::fromUtf8("verticalLayout_5")); colLimitLow = new QSpinBox(widget); colLimitLow->setObjectName(QString::fromUtf8("colLimitLow")); verticalLayout_5->addWidget(colLimitLow); rowLimitLow = new QSpinBox(widget); rowLimitLow->setObjectName(QString::fromUtf8("rowLimitLow")); verticalLayout_5->addWidget(rowLimitLow); colLimitHigh = new QSpinBox(widget); colLimitHigh->setObjectName(QString::fromUtf8("colLimitHigh")); verticalLayout_5->addWidget(colLimitHigh); rowLimitHigh = new QSpinBox(widget); rowLimitHigh->setObjectName(QString::fromUtf8("rowLimitHigh")); verticalLayout_5->addWidget(rowLimitHigh); horizontalLayout_4->addLayout(verticalLayout_5); verticalLayout_6->addLayout(horizontalLayout_4); verticalLayout_7->addLayout(verticalLayout_6); verticalLayout_8->addLayout(verticalLayout_7); horizontalLayout_12->addLayout(verticalLayout_8); mapVerticalLayout = new QVBoxLayout(); mapVerticalLayout->setSpacing(6); mapVerticalLayout->setObjectName(QString::fromUtf8("mapVerticalLayout")); TheMap = new QLabel(widget); TheMap->setObjectName(QString::fromUtf8("TheMap")); QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed); sizePolicy.setHorizontalStretch(0); sizePolicy.setVerticalStretch(0); sizePolicy.setHeightForWidth(TheMap->sizePolicy().hasHeightForWidth()); TheMap->setSizePolicy(sizePolicy); TheMap->setFrameShape(QFrame::Box); TheMap->setScaledContents(true); mapVerticalLayout->addWidget(TheMap); verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding); mapVerticalLayout->addItem(verticalSpacer_2); horizontalLayout_12->addLayout(mapVerticalLayout); verticalLayout_9->addLayout(horizontalLayout_12); horizontalLayout_2 = new QHBoxLayout(); horizontalLayout_2->setSpacing(6); horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2")); horizontalSpacer = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum); horizontalLayout_2->addItem(horizontalSpacer); AcceptButton = new QPushButton(widget); AcceptButton->setObjectName(QString::fromUtf8("AcceptButton")); horizontalLayout_2->addWidget(AcceptButton); spacer24 = new QSpacerItem(20, 18, QSizePolicy::Fixed, QSizePolicy::Minimum); horizontalLayout_2->addItem(spacer24); CancelButton = new QPushButton(widget); CancelButton->setObjectName(QString::fromUtf8("CancelButton")); horizontalLayout_2->addWidget(CancelButton); verticalLayout_9->addLayout(horizontalLayout_2); retranslateUi(CfgMap); QMetaObject::connectSlotsByName(CfgMap); } // setupUi void retranslateUi(QDialog *CfgMap) { CfgMap->setWindowTitle(QApplication::translate("CfgMap", "Config Map", 0, QApplication::UnicodeUTF8)); pixelLabel->setText(QApplication::translate("CfgMap", "Pixel value: ", 0, QApplication::UnicodeUTF8)); colLabel->setText(QApplication::translate("CfgMap", "Column: ", 0, QApplication::UnicodeUTF8)); rowLabel->setText(QApplication::translate("CfgMap", "Row: ", 0, QApplication::UnicodeUTF8)); #ifndef QT_NO_TOOLTIP pixelVal->setToolTip(QApplication::translate("CfgMap", "value currently set for selected pixel", 0, QApplication::UnicodeUTF8)); #endif // QT_NO_TOOLTIP pixelVal->setText(QApplication::translate("CfgMap", " 0", 0, QApplication::UnicodeUTF8)); #ifndef QT_NO_TOOLTIP colVal->setToolTip(QApplication::translate("CfgMap", "column of selected pixel", 0, QApplication::UnicodeUTF8)); #endif // QT_NO_TOOLTIP #ifndef QT_NO_TOOLTIP rowVal->setToolTip(QApplication::translate("CfgMap", "row of selected pixel", 0, QApplication::UnicodeUTF8)); #endif // QT_NO_TOOLTIP #ifndef QT_NO_TOOLTIP SetButton->setToolTip(QApplication::translate("CfgMap", "set pixel identified by row/column as above to value given to the right", 0, QApplication::UnicodeUTF8)); #endif // QT_NO_TOOLTIP SetButton->setText(QApplication::translate("CfgMap", "Set selected pixel", 0, QApplication::UnicodeUTF8)); label->setText(QApplication::translate("CfgMap", "to value", 0, QApplication::UnicodeUTF8)); #ifndef QT_NO_TOOLTIP pixelSetVal->setToolTip(QApplication::translate("CfgMap", "value that currently selected pixel is set to when button \"Set selected pixel\" is pushed", 0, QApplication::UnicodeUTF8)); #endif // QT_NO_TOOLTIP #ifndef QT_NO_TOOLTIP setColButton->setToolTip(QApplication::translate("CfgMap", "set all pixels identified by column as above to specified value", 0, QApplication::UnicodeUTF8)); #endif // QT_NO_TOOLTIP setColButton->setText(QApplication::translate("CfgMap", "Set entire col", 0, QApplication::UnicodeUTF8)); #ifndef QT_NO_TOOLTIP setRowButton->setToolTip(QApplication::translate("CfgMap", "set all pixels identified by row as above to specified value", 0, QApplication::UnicodeUTF8)); #endif // QT_NO_TOOLTIP setRowButton->setText(QApplication::translate("CfgMap", "Set entire row", 0, QApplication::UnicodeUTF8)); #ifndef QT_NO_TOOLTIP setGangedButton->setToolTip(QApplication::translate("CfgMap", "set all ganged pixels (row=153,155,157,159) to specified value", 0, QApplication::UnicodeUTF8)); #endif // QT_NO_TOOLTIP setGangedButton->setText(QApplication::translate("CfgMap", "Set ganged pixels", 0, QApplication::UnicodeUTF8)); #ifndef QT_NO_TOOLTIP setIntGangedButton->setToolTip(QApplication::translate("CfgMap", "set all ganged pixels (row=154,156,158) to specified value", 0, QApplication::UnicodeUTF8)); #endif // QT_NO_TOOLTIP setIntGangedButton->setText(QApplication::translate("CfgMap", "Set inter-g'ed pixels", 0, QApplication::UnicodeUTF8)); #ifndef QT_NO_TOOLTIP setLongButton->setToolTip(QApplication::translate("CfgMap", "set all ganged pixels (col=0,17) to specified value", 0, QApplication::UnicodeUTF8)); #endif // QT_NO_TOOLTIP setLongButton->setText(QApplication::translate("CfgMap", "Set long pixels", 0, QApplication::UnicodeUTF8)); #ifndef QT_NO_TOOLTIP setAllButton->setToolTip(QApplication::translate("CfgMap", "set all pixels to specified value", 0, QApplication::UnicodeUTF8)); #endif // QT_NO_TOOLTIP setAllButton->setText(QApplication::translate("CfgMap", "Set all pixels", 0, QApplication::UnicodeUTF8)); #ifndef QT_NO_TOOLTIP maskMakerButton->setToolTip(QApplication::translate("CfgMap", "generate mask from existing scan data", 0, QApplication::UnicodeUTF8)); #endif // QT_NO_TOOLTIP maskMakerButton->setText(QApplication::translate("CfgMap", "Mask maker", 0, QApplication::UnicodeUTF8)); SetROIButton->setText(QApplication::translate("CfgMap", "ROI", 0, QApplication::UnicodeUTF8)); pixelLabel_2->setText(QApplication::translate("CfgMap", "ROI col low:", 0, QApplication::UnicodeUTF8)); colLabel_2->setText(QApplication::translate("CfgMap", "ROI row low:", 0, QApplication::UnicodeUTF8)); rowLabel_2->setText(QApplication::translate("CfgMap", "ROI col high:", 0, QApplication::UnicodeUTF8)); rowLabel_3->setText(QApplication::translate("CfgMap", "ROI row high:", 0, QApplication::UnicodeUTF8)); TheMap->setText(QString()); AcceptButton->setText(QApplication::translate("CfgMap", "Save", 0, QApplication::UnicodeUTF8)); CancelButton->setText(QApplication::translate("CfgMap", "Cancel", 0, QApplication::UnicodeUTF8)); } // retranslateUi }; namespace Ui { class CfgMap: public Ui_CfgMap {}; } // namespace Ui QT_END_NAMESPACE #endif // UI_CFGMAP_H