00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_NAVIGATION_H
00011 #define UI_NAVIGATION_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/QComboBox>
00019 #include <QtGui/QGroupBox>
00020 #include <QtGui/QLabel>
00021 #include <QtGui/QPushButton>
00022 #include <QtGui/QRadioButton>
00023 #include <QtGui/QSlider>
00024 #include <QtGui/QWidget>
00025
00026 class Ui_Navigation
00027 {
00028 public:
00029 QAction *action_backgroundCB;
00030 QGroupBox *groupBox;
00031 QComboBox *m_backgroundCB;
00032 QGroupBox *groupBox_2;
00033 QCheckBox *m_showArrows;
00034 QSlider *m_pointSizeSlider;
00035 QLabel *label;
00036 QSlider *m_pointResSlider;
00037 QLabel *label_2;
00038 QCheckBox *m_scalePoints;
00039 QPushButton *m_selectArrowColor;
00040 QLabel *m_colorBar;
00041 QCheckBox *m_activateTF;
00042 QGroupBox *groupBox_3;
00043 QCheckBox *m_activateSL;
00044 QSlider *m_dsepSlider;
00045 QSlider *m_dtestSlider;
00046 QCheckBox *m_showGlyph;
00047 QCheckBox *m_showTapering;
00048 QLabel *m_dsep;
00049 QLabel *m_dtest;
00050 QRadioButton *m_euler;
00051 QRadioButton *m_runge;
00052 QPushButton *m_selectGlyphColor;
00053 QPushButton *m_selectSLColor;
00054 QPushButton *m_updateSL;
00055 QSlider *m_glyphSize;
00056 QSlider *m_glyphDistance;
00057 QLabel *label_3;
00058 QLabel *label_4;
00059 QLabel *m_minValue;
00060 QLabel *m_maxValue;
00061
00062 void setupUi(QWidget *Navigation)
00063 {
00064 if (Navigation->objectName().isEmpty())
00065 Navigation->setObjectName(QString::fromUtf8("Navigation"));
00066 Navigation->resize(300, 617);
00067 QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::Preferred);
00068 sizePolicy.setHorizontalStretch(0);
00069 sizePolicy.setVerticalStretch(0);
00070 sizePolicy.setHeightForWidth(Navigation->sizePolicy().hasHeightForWidth());
00071 Navigation->setSizePolicy(sizePolicy);
00072 Navigation->setMinimumSize(QSize(300, 0));
00073 Navigation->setMaximumSize(QSize(300, 16777215));
00074 action_backgroundCB = new QAction(Navigation);
00075 action_backgroundCB->setObjectName(QString::fromUtf8("action_backgroundCB"));
00076 groupBox = new QGroupBox(Navigation);
00077 groupBox->setObjectName(QString::fromUtf8("groupBox"));
00078 groupBox->setGeometry(QRect(10, 10, 281, 51));
00079 m_backgroundCB = new QComboBox(groupBox);
00080 m_backgroundCB->setObjectName(QString::fromUtf8("m_backgroundCB"));
00081 m_backgroundCB->setGeometry(QRect(20, 20, 241, 22));
00082 groupBox_2 = new QGroupBox(Navigation);
00083 groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
00084 groupBox_2->setGeometry(QRect(10, 70, 281, 141));
00085 m_showArrows = new QCheckBox(groupBox_2);
00086 m_showArrows->setObjectName(QString::fromUtf8("m_showArrows"));
00087 m_showArrows->setGeometry(QRect(10, 20, 81, 19));
00088 m_pointSizeSlider = new QSlider(groupBox_2);
00089 m_pointSizeSlider->setObjectName(QString::fromUtf8("m_pointSizeSlider"));
00090 m_pointSizeSlider->setGeometry(QRect(30, 70, 221, 16));
00091 m_pointSizeSlider->setMinimum(1);
00092 m_pointSizeSlider->setMaximum(63);
00093 m_pointSizeSlider->setOrientation(Qt::Horizontal);
00094 label = new QLabel(groupBox_2);
00095 label->setObjectName(QString::fromUtf8("label"));
00096 label->setGeometry(QRect(30, 50, 121, 16));
00097 m_pointResSlider = new QSlider(groupBox_2);
00098 m_pointResSlider->setObjectName(QString::fromUtf8("m_pointResSlider"));
00099 m_pointResSlider->setGeometry(QRect(30, 110, 221, 16));
00100 m_pointResSlider->setMinimum(1);
00101 m_pointResSlider->setMaximum(50);
00102 m_pointResSlider->setOrientation(Qt::Horizontal);
00103 label_2 = new QLabel(groupBox_2);
00104 label_2->setObjectName(QString::fromUtf8("label_2"));
00105 label_2->setGeometry(QRect(30, 90, 61, 16));
00106 m_scalePoints = new QCheckBox(groupBox_2);
00107 m_scalePoints->setObjectName(QString::fromUtf8("m_scalePoints"));
00108 m_scalePoints->setGeometry(QRect(100, 20, 81, 20));
00109 m_selectArrowColor = new QPushButton(groupBox_2);
00110 m_selectArrowColor->setObjectName(QString::fromUtf8("m_selectArrowColor"));
00111 m_selectArrowColor->setGeometry(QRect(190, 20, 75, 24));
00112 m_colorBar = new QLabel(Navigation);
00113 m_colorBar->setObjectName(QString::fromUtf8("m_colorBar"));
00114 m_colorBar->setGeometry(QRect(10, 250, 281, 51));
00115 QSizePolicy sizePolicy1(QSizePolicy::Fixed, QSizePolicy::Fixed);
00116 sizePolicy1.setHorizontalStretch(0);
00117 sizePolicy1.setVerticalStretch(0);
00118 sizePolicy1.setHeightForWidth(m_colorBar->sizePolicy().hasHeightForWidth());
00119 m_colorBar->setSizePolicy(sizePolicy1);
00120 m_colorBar->setFrameShape(QFrame::Box);
00121 m_activateTF = new QCheckBox(Navigation);
00122 m_activateTF->setObjectName(QString::fromUtf8("m_activateTF"));
00123 m_activateTF->setGeometry(QRect(10, 220, 181, 19));
00124 groupBox_3 = new QGroupBox(Navigation);
00125 groupBox_3->setObjectName(QString::fromUtf8("groupBox_3"));
00126 groupBox_3->setGeometry(QRect(10, 330, 281, 271));
00127 m_activateSL = new QCheckBox(groupBox_3);
00128 m_activateSL->setObjectName(QString::fromUtf8("m_activateSL"));
00129 m_activateSL->setGeometry(QRect(20, 20, 141, 19));
00130 m_dsepSlider = new QSlider(groupBox_3);
00131 m_dsepSlider->setObjectName(QString::fromUtf8("m_dsepSlider"));
00132 m_dsepSlider->setGeometry(QRect(60, 90, 211, 20));
00133 m_dsepSlider->setMaximum(100);
00134 m_dsepSlider->setOrientation(Qt::Horizontal);
00135 m_dtestSlider = new QSlider(groupBox_3);
00136 m_dtestSlider->setObjectName(QString::fromUtf8("m_dtestSlider"));
00137 m_dtestSlider->setGeometry(QRect(60, 120, 211, 20));
00138 m_dtestSlider->setMaximum(100);
00139 m_dtestSlider->setOrientation(Qt::Horizontal);
00140 m_showGlyph = new QCheckBox(groupBox_3);
00141 m_showGlyph->setObjectName(QString::fromUtf8("m_showGlyph"));
00142 m_showGlyph->setGeometry(QRect(120, 20, 71, 19));
00143 m_showTapering = new QCheckBox(groupBox_3);
00144 m_showTapering->setObjectName(QString::fromUtf8("m_showTapering"));
00145 m_showTapering->setGeometry(QRect(200, 20, 81, 20));
00146 m_dsep = new QLabel(groupBox_3);
00147 m_dsep->setObjectName(QString::fromUtf8("m_dsep"));
00148 m_dsep->setGeometry(QRect(10, 90, 46, 14));
00149 m_dtest = new QLabel(groupBox_3);
00150 m_dtest->setObjectName(QString::fromUtf8("m_dtest"));
00151 m_dtest->setGeometry(QRect(10, 120, 41, 16));
00152 m_euler = new QRadioButton(groupBox_3);
00153 m_euler->setObjectName(QString::fromUtf8("m_euler"));
00154 m_euler->setGeometry(QRect(10, 150, 81, 19));
00155 m_runge = new QRadioButton(groupBox_3);
00156 m_runge->setObjectName(QString::fromUtf8("m_runge"));
00157 m_runge->setGeometry(QRect(70, 150, 111, 19));
00158 m_selectGlyphColor = new QPushButton(groupBox_3);
00159 m_selectGlyphColor->setObjectName(QString::fromUtf8("m_selectGlyphColor"));
00160 m_selectGlyphColor->setGeometry(QRect(110, 50, 75, 24));
00161 m_selectSLColor = new QPushButton(groupBox_3);
00162 m_selectSLColor->setObjectName(QString::fromUtf8("m_selectSLColor"));
00163 m_selectSLColor->setGeometry(QRect(20, 50, 75, 24));
00164 m_updateSL = new QPushButton(groupBox_3);
00165 m_updateSL->setObjectName(QString::fromUtf8("m_updateSL"));
00166 m_updateSL->setGeometry(QRect(190, 150, 75, 24));
00167 m_glyphSize = new QSlider(groupBox_3);
00168 m_glyphSize->setObjectName(QString::fromUtf8("m_glyphSize"));
00169 m_glyphSize->setGeometry(QRect(30, 200, 211, 20));
00170 m_glyphSize->setMinimum(1);
00171 m_glyphSize->setMaximum(63);
00172 m_glyphSize->setOrientation(Qt::Horizontal);
00173 m_glyphDistance = new QSlider(groupBox_3);
00174 m_glyphDistance->setObjectName(QString::fromUtf8("m_glyphDistance"));
00175 m_glyphDistance->setGeometry(QRect(30, 240, 211, 20));
00176 m_glyphDistance->setMaximum(99);
00177 m_glyphDistance->setOrientation(Qt::Horizontal);
00178 label_3 = new QLabel(groupBox_3);
00179 label_3->setObjectName(QString::fromUtf8("label_3"));
00180 label_3->setGeometry(QRect(50, 180, 111, 16));
00181 label_4 = new QLabel(groupBox_3);
00182 label_4->setObjectName(QString::fromUtf8("label_4"));
00183 label_4->setGeometry(QRect(50, 220, 121, 16));
00184 m_minValue = new QLabel(Navigation);
00185 m_minValue->setObjectName(QString::fromUtf8("m_minValue"));
00186 m_minValue->setGeometry(QRect(10, 310, 46, 14));
00187 m_maxValue = new QLabel(Navigation);
00188 m_maxValue->setObjectName(QString::fromUtf8("m_maxValue"));
00189 m_maxValue->setGeometry(QRect(240, 310, 46, 14));
00190 m_maxValue->setLayoutDirection(Qt::RightToLeft);
00191
00192 retranslateUi(Navigation);
00193
00194 QMetaObject::connectSlotsByName(Navigation);
00195 }
00196
00197 void retranslateUi(QWidget *Navigation)
00198 {
00199 Navigation->setWindowTitle(QApplication::translate("Navigation", "Form", 0, QApplication::UnicodeUTF8));
00200 action_backgroundCB->setText(QApplication::translate("Navigation", "m_backgroundCB", 0, QApplication::UnicodeUTF8));
00201 groupBox->setTitle(QApplication::translate("Navigation", "Hintergrund w\303\244hlen", 0, QApplication::UnicodeUTF8));
00202 groupBox_2->setTitle(QApplication::translate("Navigation", "Arrows", 0, QApplication::UnicodeUTF8));
00203 m_showArrows->setText(QApplication::translate("Navigation", "Anzeigen", 0, QApplication::UnicodeUTF8));
00204 label->setText(QApplication::translate("Navigation", "Punktgr\303\266\303\237e", 0, QApplication::UnicodeUTF8));
00205 label_2->setText(QApplication::translate("Navigation", "Aufl\303\266sung", 0, QApplication::UnicodeUTF8));
00206 m_scalePoints->setText(QApplication::translate("Navigation", "Skalieren", 0, QApplication::UnicodeUTF8));
00207 m_selectArrowColor->setText(QApplication::translate("Navigation", "Farbe w\303\244hlen", 0, QApplication::UnicodeUTF8));
00208 m_colorBar->setText(QString());
00209 m_activateTF->setText(QApplication::translate("Navigation", "Transferfunktion aktivieren", 0, QApplication::UnicodeUTF8));
00210 groupBox_3->setTitle(QApplication::translate("Navigation", "Streamlines", 0, QApplication::UnicodeUTF8));
00211 m_activateSL->setText(QApplication::translate("Navigation", "Streamlines", 0, QApplication::UnicodeUTF8));
00212 m_showGlyph->setText(QApplication::translate("Navigation", "Glyph", 0, QApplication::UnicodeUTF8));
00213 m_showTapering->setText(QApplication::translate("Navigation", "Tapering", 0, QApplication::UnicodeUTF8));
00214 m_dsep->setText(QApplication::translate("Navigation", "dsep", 0, QApplication::UnicodeUTF8));
00215 m_dtest->setText(QApplication::translate("Navigation", "dtest", 0, QApplication::UnicodeUTF8));
00216 m_euler->setText(QApplication::translate("Navigation", "Euler", 0, QApplication::UnicodeUTF8));
00217 m_runge->setText(QApplication::translate("Navigation", "Runge-Kutta2", 0, QApplication::UnicodeUTF8));
00218 m_selectGlyphColor->setText(QApplication::translate("Navigation", "Farbe w\303\244hlen", 0, QApplication::UnicodeUTF8));
00219 m_selectSLColor->setText(QApplication::translate("Navigation", "Farbe w\303\244hlen", 0, QApplication::UnicodeUTF8));
00220 m_updateSL->setText(QApplication::translate("Navigation", "Update", 0, QApplication::UnicodeUTF8));
00221 label_3->setText(QApplication::translate("Navigation", "Gr\303\266\303\237e der Glyphs", 0, QApplication::UnicodeUTF8));
00222 label_4->setText(QApplication::translate("Navigation", "Glyphen Schrittweite", 0, QApplication::UnicodeUTF8));
00223 m_minValue->setText(QApplication::translate("Navigation", "min", 0, QApplication::UnicodeUTF8));
00224 m_maxValue->setText(QApplication::translate("Navigation", "max", 0, QApplication::UnicodeUTF8));
00225 Q_UNUSED(Navigation);
00226 }
00227
00228 };
00229
00230 namespace Ui {
00231 class Navigation: public Ui_Navigation {};
00232 }
00233
00234 #endif // UI_NAVIGATION_H