Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_QMITKMEANSQUARESHISTOGRAMMETRICCONTROLS_H
00011 #define UI_QMITKMEANSQUARESHISTOGRAMMETRICCONTROLS_H
00012
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QCheckBox>
00018 #include <QtGui/QHBoxLayout>
00019 #include <QtGui/QHeaderView>
00020 #include <QtGui/QLabel>
00021 #include <QtGui/QLineEdit>
00022 #include <QtGui/QVBoxLayout>
00023 #include <QtGui/QWidget>
00024
00025 QT_BEGIN_NAMESPACE
00026
00027 class Ui_QmitkMeanSquaresHistogramMetricControls
00028 {
00029 public:
00030 QVBoxLayout *verticalLayout;
00031 QHBoxLayout *_14;
00032 QLabel *textLabel4_2;
00033 QLineEdit *m_NumberOfHistogramBinsMeanSquaresHistogram;
00034 QCheckBox *m_ComputeGradient;
00035
00036 void setupUi(QWidget *QmitkMeanSquaresHistogramMetricControls)
00037 {
00038 if (QmitkMeanSquaresHistogramMetricControls->objectName().isEmpty())
00039 QmitkMeanSquaresHistogramMetricControls->setObjectName(QString::fromUtf8("QmitkMeanSquaresHistogramMetricControls"));
00040 QmitkMeanSquaresHistogramMetricControls->resize(201, 66);
00041 verticalLayout = new QVBoxLayout(QmitkMeanSquaresHistogramMetricControls);
00042 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
00043 _14 = new QHBoxLayout();
00044 _14->setObjectName(QString::fromUtf8("_14"));
00045 textLabel4_2 = new QLabel(QmitkMeanSquaresHistogramMetricControls);
00046 textLabel4_2->setObjectName(QString::fromUtf8("textLabel4_2"));
00047 QFont font;
00048 font.setBold(false);
00049 font.setWeight(50);
00050 textLabel4_2->setFont(font);
00051 textLabel4_2->setWordWrap(false);
00052
00053 _14->addWidget(textLabel4_2);
00054
00055 m_NumberOfHistogramBinsMeanSquaresHistogram = new QLineEdit(QmitkMeanSquaresHistogramMetricControls);
00056 m_NumberOfHistogramBinsMeanSquaresHistogram->setObjectName(QString::fromUtf8("m_NumberOfHistogramBinsMeanSquaresHistogram"));
00057 m_NumberOfHistogramBinsMeanSquaresHistogram->setMinimumSize(QSize(0, 20));
00058 m_NumberOfHistogramBinsMeanSquaresHistogram->setFont(font);
00059 m_NumberOfHistogramBinsMeanSquaresHistogram->setAlignment(Qt::AlignRight);
00060
00061 _14->addWidget(m_NumberOfHistogramBinsMeanSquaresHistogram);
00062
00063
00064 verticalLayout->addLayout(_14);
00065
00066 m_ComputeGradient = new QCheckBox(QmitkMeanSquaresHistogramMetricControls);
00067 m_ComputeGradient->setObjectName(QString::fromUtf8("m_ComputeGradient"));
00068 m_ComputeGradient->setMinimumSize(QSize(0, 20));
00069 m_ComputeGradient->setFont(font);
00070 m_ComputeGradient->setChecked(true);
00071
00072 verticalLayout->addWidget(m_ComputeGradient);
00073
00074
00075 retranslateUi(QmitkMeanSquaresHistogramMetricControls);
00076
00077 QMetaObject::connectSlotsByName(QmitkMeanSquaresHistogramMetricControls);
00078 }
00079
00080 void retranslateUi(QWidget *QmitkMeanSquaresHistogramMetricControls)
00081 {
00082 QmitkMeanSquaresHistogramMetricControls->setWindowTitle(QApplication::translate("QmitkMeanSquaresHistogramMetricControls", "QmitkMeanSquaresHistogramMetricControls", 0, QApplication::UnicodeUTF8));
00083 textLabel4_2->setText(QApplication::translate("QmitkMeanSquaresHistogramMetricControls", "Number of Histogram Bins:", 0, QApplication::UnicodeUTF8));
00084 m_NumberOfHistogramBinsMeanSquaresHistogram->setText(QApplication::translate("QmitkMeanSquaresHistogramMetricControls", "256", 0, QApplication::UnicodeUTF8));
00085 m_ComputeGradient->setText(QApplication::translate("QmitkMeanSquaresHistogramMetricControls", "Compute Gradient", 0, QApplication::UnicodeUTF8));
00086 }
00087
00088 };
00089
00090 namespace Ui {
00091 class QmitkMeanSquaresHistogramMetricControls: public Ui_QmitkMeanSquaresHistogramMetricControls {};
00092 }
00093
00094 QT_END_NAMESPACE
00095
00096 #endif // UI_QMITKMEANSQUARESHISTOGRAMMETRICCONTROLS_H