Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_QMITKGRADIENTDIFFERENCEMETRICCONTROLS_H
00011 #define UI_QMITKGRADIENTDIFFERENCEMETRICCONTROLS_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/QHeaderView>
00019 #include <QtGui/QVBoxLayout>
00020 #include <QtGui/QWidget>
00021
00022 QT_BEGIN_NAMESPACE
00023
00024 class Ui_QmitkGradientDifferenceMetricControls
00025 {
00026 public:
00027 QVBoxLayout *verticalLayout;
00028 QCheckBox *m_ComputeGradient;
00029
00030 void setupUi(QWidget *QmitkGradientDifferenceMetricControls)
00031 {
00032 if (QmitkGradientDifferenceMetricControls->objectName().isEmpty())
00033 QmitkGradientDifferenceMetricControls->setObjectName(QString::fromUtf8("QmitkGradientDifferenceMetricControls"));
00034 QmitkGradientDifferenceMetricControls->resize(130, 38);
00035 verticalLayout = new QVBoxLayout(QmitkGradientDifferenceMetricControls);
00036 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
00037 m_ComputeGradient = new QCheckBox(QmitkGradientDifferenceMetricControls);
00038 m_ComputeGradient->setObjectName(QString::fromUtf8("m_ComputeGradient"));
00039 m_ComputeGradient->setMinimumSize(QSize(0, 20));
00040 QFont font;
00041 font.setBold(false);
00042 font.setWeight(50);
00043 m_ComputeGradient->setFont(font);
00044 m_ComputeGradient->setChecked(true);
00045
00046 verticalLayout->addWidget(m_ComputeGradient);
00047
00048
00049 retranslateUi(QmitkGradientDifferenceMetricControls);
00050
00051 QMetaObject::connectSlotsByName(QmitkGradientDifferenceMetricControls);
00052 }
00053
00054 void retranslateUi(QWidget *QmitkGradientDifferenceMetricControls)
00055 {
00056 QmitkGradientDifferenceMetricControls->setWindowTitle(QApplication::translate("QmitkGradientDifferenceMetricControls", "Form", 0, QApplication::UnicodeUTF8));
00057 m_ComputeGradient->setText(QApplication::translate("QmitkGradientDifferenceMetricControls", "Compute Gradient", 0, QApplication::UnicodeUTF8));
00058 }
00059
00060 };
00061
00062 namespace Ui {
00063 class QmitkGradientDifferenceMetricControls: public Ui_QmitkGradientDifferenceMetricControls {};
00064 }
00065
00066 QT_END_NAMESPACE
00067
00068 #endif // UI_QMITKGRADIENTDIFFERENCEMETRICCONTROLS_H