Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_QMITKSCALETRANSFORMCONTROLS_H
00011 #define UI_QMITKSCALETRANSFORMCONTROLS_H
00012
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QFrame>
00018 #include <QtGui/QGroupBox>
00019 #include <QtGui/QHBoxLayout>
00020 #include <QtGui/QHeaderView>
00021 #include <QtGui/QLabel>
00022 #include <QtGui/QLineEdit>
00023 #include <QtGui/QVBoxLayout>
00024 #include <QtGui/QWidget>
00025
00026 QT_BEGIN_NAMESPACE
00027
00028 class Ui_QmitkScaleTransformControls
00029 {
00030 public:
00031 QVBoxLayout *verticalLayout_3;
00032 QFrame *m_ScaleTransformFrame;
00033 QVBoxLayout *verticalLayout_2;
00034 QGroupBox *m_UseOptimizerScalesScale;
00035 QVBoxLayout *verticalLayout;
00036 QHBoxLayout *_28;
00037 QVBoxLayout *_30;
00038 QLabel *textLabel1_8;
00039 QLabel *textLabel2_6;
00040 QLabel *textLabel3_5;
00041 QVBoxLayout *_34;
00042 QLineEdit *m_ScalesScaleTransformScaleX;
00043 QLineEdit *m_ScalesScaleTransformScaleY;
00044 QLineEdit *m_ScalesScaleTransformScaleZ;
00045
00046 void setupUi(QWidget *QmitkScaleTransformControls)
00047 {
00048 if (QmitkScaleTransformControls->objectName().isEmpty())
00049 QmitkScaleTransformControls->setObjectName(QString::fromUtf8("QmitkScaleTransformControls"));
00050 QmitkScaleTransformControls->resize(143, 110);
00051 verticalLayout_3 = new QVBoxLayout(QmitkScaleTransformControls);
00052 #ifndef Q_OS_MAC
00053 verticalLayout_3->setSpacing(6);
00054 #endif
00055 #ifndef Q_OS_MAC
00056 verticalLayout_3->setContentsMargins(9, 9, 9, 9);
00057 #endif
00058 verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
00059 m_ScaleTransformFrame = new QFrame(QmitkScaleTransformControls);
00060 m_ScaleTransformFrame->setObjectName(QString::fromUtf8("m_ScaleTransformFrame"));
00061 m_ScaleTransformFrame->setFrameShape(QFrame::StyledPanel);
00062 m_ScaleTransformFrame->setFrameShadow(QFrame::Raised);
00063 verticalLayout_2 = new QVBoxLayout(m_ScaleTransformFrame);
00064 verticalLayout_2->setSpacing(0);
00065 verticalLayout_2->setContentsMargins(0, 0, 0, 0);
00066 verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
00067 m_UseOptimizerScalesScale = new QGroupBox(m_ScaleTransformFrame);
00068 m_UseOptimizerScalesScale->setObjectName(QString::fromUtf8("m_UseOptimizerScalesScale"));
00069 m_UseOptimizerScalesScale->setFlat(true);
00070 m_UseOptimizerScalesScale->setCheckable(true);
00071 verticalLayout = new QVBoxLayout(m_UseOptimizerScalesScale);
00072 verticalLayout->setSpacing(0);
00073 verticalLayout->setContentsMargins(0, 0, 0, 0);
00074 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
00075 _28 = new QHBoxLayout();
00076 _28->setObjectName(QString::fromUtf8("_28"));
00077 _30 = new QVBoxLayout();
00078 _30->setObjectName(QString::fromUtf8("_30"));
00079 textLabel1_8 = new QLabel(m_UseOptimizerScalesScale);
00080 textLabel1_8->setObjectName(QString::fromUtf8("textLabel1_8"));
00081 QFont font;
00082 font.setBold(false);
00083 font.setWeight(50);
00084 textLabel1_8->setFont(font);
00085 textLabel1_8->setWordWrap(false);
00086
00087 _30->addWidget(textLabel1_8);
00088
00089 textLabel2_6 = new QLabel(m_UseOptimizerScalesScale);
00090 textLabel2_6->setObjectName(QString::fromUtf8("textLabel2_6"));
00091 textLabel2_6->setFont(font);
00092 textLabel2_6->setWordWrap(false);
00093
00094 _30->addWidget(textLabel2_6);
00095
00096 textLabel3_5 = new QLabel(m_UseOptimizerScalesScale);
00097 textLabel3_5->setObjectName(QString::fromUtf8("textLabel3_5"));
00098 textLabel3_5->setFont(font);
00099 textLabel3_5->setWordWrap(false);
00100
00101 _30->addWidget(textLabel3_5);
00102
00103
00104 _28->addLayout(_30);
00105
00106 _34 = new QVBoxLayout();
00107 _34->setObjectName(QString::fromUtf8("_34"));
00108 m_ScalesScaleTransformScaleX = new QLineEdit(m_UseOptimizerScalesScale);
00109 m_ScalesScaleTransformScaleX->setObjectName(QString::fromUtf8("m_ScalesScaleTransformScaleX"));
00110 m_ScalesScaleTransformScaleX->setMinimumSize(QSize(0, 20));
00111 m_ScalesScaleTransformScaleX->setFont(font);
00112 m_ScalesScaleTransformScaleX->setAlignment(Qt::AlignRight);
00113
00114 _34->addWidget(m_ScalesScaleTransformScaleX);
00115
00116 m_ScalesScaleTransformScaleY = new QLineEdit(m_UseOptimizerScalesScale);
00117 m_ScalesScaleTransformScaleY->setObjectName(QString::fromUtf8("m_ScalesScaleTransformScaleY"));
00118 m_ScalesScaleTransformScaleY->setMinimumSize(QSize(0, 20));
00119 m_ScalesScaleTransformScaleY->setFont(font);
00120 m_ScalesScaleTransformScaleY->setAlignment(Qt::AlignRight);
00121
00122 _34->addWidget(m_ScalesScaleTransformScaleY);
00123
00124 m_ScalesScaleTransformScaleZ = new QLineEdit(m_UseOptimizerScalesScale);
00125 m_ScalesScaleTransformScaleZ->setObjectName(QString::fromUtf8("m_ScalesScaleTransformScaleZ"));
00126 m_ScalesScaleTransformScaleZ->setMinimumSize(QSize(0, 20));
00127 m_ScalesScaleTransformScaleZ->setFont(font);
00128 m_ScalesScaleTransformScaleZ->setAlignment(Qt::AlignRight);
00129
00130 _34->addWidget(m_ScalesScaleTransformScaleZ);
00131
00132
00133 _28->addLayout(_34);
00134
00135
00136 verticalLayout->addLayout(_28);
00137
00138
00139 verticalLayout_2->addWidget(m_UseOptimizerScalesScale);
00140
00141
00142 verticalLayout_3->addWidget(m_ScaleTransformFrame);
00143
00144
00145 retranslateUi(QmitkScaleTransformControls);
00146
00147 QMetaObject::connectSlotsByName(QmitkScaleTransformControls);
00148 }
00149
00150 void retranslateUi(QWidget *QmitkScaleTransformControls)
00151 {
00152 QmitkScaleTransformControls->setWindowTitle(QApplication::translate("QmitkScaleTransformControls", "Form", 0, QApplication::UnicodeUTF8));
00153 m_UseOptimizerScalesScale->setTitle(QApplication::translate("QmitkScaleTransformControls", "Use Optimizer Scales", 0, QApplication::UnicodeUTF8));
00154 textLabel1_8->setText(QApplication::translate("QmitkScaleTransformControls", "Scale X:", 0, QApplication::UnicodeUTF8));
00155 textLabel2_6->setText(QApplication::translate("QmitkScaleTransformControls", "Scale Y:", 0, QApplication::UnicodeUTF8));
00156 textLabel3_5->setText(QApplication::translate("QmitkScaleTransformControls", "Scale Z:", 0, QApplication::UnicodeUTF8));
00157 m_ScalesScaleTransformScaleX->setText(QApplication::translate("QmitkScaleTransformControls", "1.0", 0, QApplication::UnicodeUTF8));
00158 m_ScalesScaleTransformScaleY->setText(QApplication::translate("QmitkScaleTransformControls", "1.0", 0, QApplication::UnicodeUTF8));
00159 m_ScalesScaleTransformScaleZ->setText(QApplication::translate("QmitkScaleTransformControls", "1.0", 0, QApplication::UnicodeUTF8));
00160 }
00161
00162 };
00163
00164 namespace Ui {
00165 class QmitkScaleTransformControls: public Ui_QmitkScaleTransformControls {};
00166 }
00167
00168 QT_END_NAMESPACE
00169
00170 #endif // UI_QMITKSCALETRANSFORMCONTROLS_H