Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_QMITKTHRESHOLDCOMPONENTCONTROLS_H
00011 #define UI_QMITKTHRESHOLDCOMPONENTCONTROLS_H
00012
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QHeaderView>
00018 #include <QtGui/QWidget>
00019 #include "mitkCommon.h"
00020
00021 QT_BEGIN_NAMESPACE
00022
00023 class QmitkExt_EXPORT Ui_QmitkThresholdComponentControls
00024 {
00025 public:
00026
00027 void setupUi(QWidget *QmitkThresholdComponentControls)
00028 {
00029 if (QmitkThresholdComponentControls->objectName().isEmpty())
00030 QmitkThresholdComponentControls->setObjectName(QString::fromUtf8("QmitkThresholdComponentControls"));
00031 QmitkThresholdComponentControls->resize(666, 604);
00032 QmitkThresholdComponentControls->setMinimumSize(QSize(0, 0));
00033
00034 retranslateUi(QmitkThresholdComponentControls);
00035
00036 QMetaObject::connectSlotsByName(QmitkThresholdComponentControls);
00037 }
00038
00039 void retranslateUi(QWidget *QmitkThresholdComponentControls)
00040 {
00041 QmitkThresholdComponentControls->setWindowTitle(QApplication::translate("QmitkThresholdComponentControls", "ThresholdComponent", 0, QApplication::UnicodeUTF8));
00042 }
00043
00044 };
00045
00046 namespace Ui {
00047 class QmitkExt_EXPORT QmitkThresholdComponentControls: public Ui_QmitkThresholdComponentControls {};
00048 }
00049
00050 QT_END_NAMESPACE
00051
00052 #endif // UI_QMITKTHRESHOLDCOMPONENTCONTROLS_H