00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_QMAIN_H
00011 #define UI_QMAIN_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/QFrame>
00020 #include <QtGui/QGroupBox>
00021 #include <QtGui/QLabel>
00022 #include <QtGui/QMainWindow>
00023 #include <QtGui/QMenu>
00024 #include <QtGui/QMenuBar>
00025 #include <QtGui/QPushButton>
00026 #include <QtGui/QRadioButton>
00027 #include <QtGui/QScrollBar>
00028 #include <QtGui/QSlider>
00029 #include <QtGui/QStatusBar>
00030 #include <QtGui/QTabWidget>
00031 #include <QtGui/QToolButton>
00032 #include <QtGui/QWidget>
00033 #include "QBackgroundCanvas.h"
00034 #include "QTFCanvas.h"
00035 #include "QVolrendCanvas.h"
00036 #include "qbackground_streamline.h"
00037
00038 class Ui_QMain
00039 {
00040 public:
00041 QAction *actionOpen;
00042 QAction *actionClose;
00043 QAction *actionLoad;
00044 QAction *actionSave;
00045 QAction *actionSave_Image;
00046 QAction *actionActivate_1D;
00047 QAction *actionActivate_2D;
00048 QAction *actionNo_TF;
00049 QAction *actionTF_1D;
00050 QAction *actionTF_2D;
00051 QAction *actionSave_Volume;
00052 QAction *actionFlip_X;
00053 QAction *actionFlip_Y;
00054 QAction *actionFlip_Z;
00055 QAction *actionOpen_Single_Dat;
00056 QAction *actionSave_Big_Image;
00057 QAction *actionStreamlineLoad;
00058 QAction *actionStreamlineSave;
00059 QWidget *centralwidget;
00060 QFrame *left_frame;
00061 QTabWidget *layers_tab;
00062 QWidget *background_tab;
00063 QGroupBox *groupBox;
00064 QGroupBox *groupBox_10;
00065 QSlider *slider_timestep;
00066 QLabel *label_mintimesteps;
00067 QLabel *label_maxtimesteps;
00068 QLabel *label_activetimestep;
00069 QGroupBox *groupBox_8;
00070 QLabel *label_maxcolmapping;
00071 QLabel *label_colmapping;
00072 QLabel *label_mincolmapping;
00073 QSlider *slider_colmapping;
00074 QWidget *arrow_tab;
00075 QCheckBox *checkBox_activatearrows;
00076 QGroupBox *groupBox_2;
00077 QGroupBox *groupBox_6;
00078 QSlider *slider_arrowspacing;
00079 QLabel *label;
00080 QSlider *slider_arrowscale;
00081 QLabel *label_2;
00082 QLabel *label_4;
00083 QComboBox *comboBox;
00084 QGroupBox *groupBox_7;
00085 QRadioButton *rb_arrowcol_datavalue;
00086 QRadioButton *rb_arrowcol_constant;
00087 QBackgroundCanvas *select_arrowlinescolor;
00088 QSlider *slider_arrowalpha;
00089 QLabel *label_arrowalpha;
00090 QCheckBox *checkBox_enableTF_arrows;
00091 QGroupBox *groupBox_9;
00092 QRadioButton *rb_arrowscale_norm;
00093 QRadioButton *rb_arrowscale_datavalue;
00094 QGroupBox *groupBox_16;
00095 QLabel *label_5;
00096 QSlider *slider_iconscale;
00097 QCheckBox *checkBox_enableIcons;
00098 QLabel *label_tail;
00099 QSlider *slider_taillength;
00100 QWidget *stream_tab;
00101 QGroupBox *groupBox_3;
00102 QGroupBox *groupBox_11;
00103 QRadioButton *rb_euler;
00104 QRadioButton *rb_rungekutta;
00105 QFrame *line;
00106 QLabel *label_dsep;
00107 QSlider *slider_steps;
00108 QLabel *label_steps;
00109 QSlider *slider_dsep;
00110 QLabel *label_valdsep;
00111 QLabel *label_valsteps;
00112 QLabel *label_valdt;
00113 QLabel *label_dt;
00114 QSlider *slider_dt;
00115 QLabel *label_3;
00116 QComboBox *combo_seedplacing;
00117 QToolButton *button_computecpu;
00118 QCheckBox *checkBox_streamlinesinteractive;
00119 QSlider *slider_dtest;
00120 QLabel *label_valdtest;
00121 QLabel *label_dtest;
00122 QPushButton *pushButton;
00123 QPushButton *pushButton_2;
00124 QGroupBox *groupBox_12;
00125 QRadioButton *rb_strcol_datavalue;
00126 QRadioButton *rb_strcol_constant;
00127 QBackground_Streamline *select_streamlinescolor;
00128 QSlider *slider_stralpha;
00129 QLabel *label_stralpha;
00130 QCheckBox *checkBox_enableTF_streamlines;
00131 QGroupBox *groupBox_13;
00132 QCheckBox *checkBox_tapering;
00133 QCheckBox *checkBox_strglyphes;
00134 QSlider *slider_tapering;
00135 QCheckBox *checkBox_activatestreamlines;
00136 QWidget *LIC_tab;
00137 QGroupBox *groupBox_5;
00138 QGroupBox *groupBox_14;
00139 QSlider *slider_licalpha;
00140 QLabel *label_licalpha;
00141 QCheckBox *checkBox_enableTF_lic;
00142 QCheckBox *checkBox_animateLic;
00143 QGroupBox *groupBox_15;
00144 QSlider *slider_licstepsize;
00145 QLabel *label_steps_2;
00146 QLabel *label_valsteps_2;
00147 QLabel *label_valdt_2;
00148 QLabel *label_dt_2;
00149 QSlider *slider_licsteps;
00150 QCheckBox *checkBox_activateLIC;
00151 QGroupBox *tf;
00152 QScrollBar *tfhorizscroll;
00153 QScrollBar *tfvertscroll;
00154 QFrame *frame;
00155 QTFCanvas *tf_canvas;
00156 QLabel *label_min;
00157 QLabel *label_maximum;
00158 QVolRendCanvas *renderer_canvas;
00159 QMenuBar *menubar;
00160 QMenu *menuFile;
00161 QMenu *menuTransfert_Function;
00162 QMenu *menuStreamLines;
00163 QStatusBar *statusbar;
00164
00165 void setupUi(QMainWindow *QMain)
00166 {
00167 if (QMain->objectName().isEmpty())
00168 QMain->setObjectName(QString::fromUtf8("QMain"));
00169 QMain->resize(1230, 840);
00170 QMain->setMinimumSize(QSize(1230, 840));
00171 actionOpen = new QAction(QMain);
00172 actionOpen->setObjectName(QString::fromUtf8("actionOpen"));
00173 actionClose = new QAction(QMain);
00174 actionClose->setObjectName(QString::fromUtf8("actionClose"));
00175 actionLoad = new QAction(QMain);
00176 actionLoad->setObjectName(QString::fromUtf8("actionLoad"));
00177 actionSave = new QAction(QMain);
00178 actionSave->setObjectName(QString::fromUtf8("actionSave"));
00179 actionSave_Image = new QAction(QMain);
00180 actionSave_Image->setObjectName(QString::fromUtf8("actionSave_Image"));
00181 actionActivate_1D = new QAction(QMain);
00182 actionActivate_1D->setObjectName(QString::fromUtf8("actionActivate_1D"));
00183 actionActivate_2D = new QAction(QMain);
00184 actionActivate_2D->setObjectName(QString::fromUtf8("actionActivate_2D"));
00185 actionNo_TF = new QAction(QMain);
00186 actionNo_TF->setObjectName(QString::fromUtf8("actionNo_TF"));
00187 actionTF_1D = new QAction(QMain);
00188 actionTF_1D->setObjectName(QString::fromUtf8("actionTF_1D"));
00189 actionTF_2D = new QAction(QMain);
00190 actionTF_2D->setObjectName(QString::fromUtf8("actionTF_2D"));
00191 actionSave_Volume = new QAction(QMain);
00192 actionSave_Volume->setObjectName(QString::fromUtf8("actionSave_Volume"));
00193 actionFlip_X = new QAction(QMain);
00194 actionFlip_X->setObjectName(QString::fromUtf8("actionFlip_X"));
00195 actionFlip_Y = new QAction(QMain);
00196 actionFlip_Y->setObjectName(QString::fromUtf8("actionFlip_Y"));
00197 actionFlip_Z = new QAction(QMain);
00198 actionFlip_Z->setObjectName(QString::fromUtf8("actionFlip_Z"));
00199 actionOpen_Single_Dat = new QAction(QMain);
00200 actionOpen_Single_Dat->setObjectName(QString::fromUtf8("actionOpen_Single_Dat"));
00201 actionSave_Big_Image = new QAction(QMain);
00202 actionSave_Big_Image->setObjectName(QString::fromUtf8("actionSave_Big_Image"));
00203 actionStreamlineLoad = new QAction(QMain);
00204 actionStreamlineLoad->setObjectName(QString::fromUtf8("actionStreamlineLoad"));
00205 actionStreamlineSave = new QAction(QMain);
00206 actionStreamlineSave->setObjectName(QString::fromUtf8("actionStreamlineSave"));
00207 centralwidget = new QWidget(QMain);
00208 centralwidget->setObjectName(QString::fromUtf8("centralwidget"));
00209 left_frame = new QFrame(centralwidget);
00210 left_frame->setObjectName(QString::fromUtf8("left_frame"));
00211 left_frame->setGeometry(QRect(10, 10, 421, 781));
00212 left_frame->setFrameShape(QFrame::StyledPanel);
00213 left_frame->setFrameShadow(QFrame::Raised);
00214 layers_tab = new QTabWidget(left_frame);
00215 layers_tab->setObjectName(QString::fromUtf8("layers_tab"));
00216 layers_tab->setEnabled(true);
00217 layers_tab->setGeometry(QRect(0, 170, 411, 611));
00218 background_tab = new QWidget();
00219 background_tab->setObjectName(QString::fromUtf8("background_tab"));
00220 groupBox = new QGroupBox(background_tab);
00221 groupBox->setObjectName(QString::fromUtf8("groupBox"));
00222 groupBox->setGeometry(QRect(10, 10, 371, 551));
00223 groupBox_10 = new QGroupBox(groupBox);
00224 groupBox_10->setObjectName(QString::fromUtf8("groupBox_10"));
00225 groupBox_10->setGeometry(QRect(10, 130, 341, 101));
00226 slider_timestep = new QSlider(groupBox_10);
00227 slider_timestep->setObjectName(QString::fromUtf8("slider_timestep"));
00228 slider_timestep->setGeometry(QRect(40, 30, 251, 21));
00229 slider_timestep->setCursor(QCursor(Qt::PointingHandCursor));
00230 slider_timestep->setMinimum(1);
00231 slider_timestep->setMaximum(1);
00232 slider_timestep->setPageStep(1);
00233 slider_timestep->setOrientation(Qt::Horizontal);
00234 label_mintimesteps = new QLabel(groupBox_10);
00235 label_mintimesteps->setObjectName(QString::fromUtf8("label_mintimesteps"));
00236 label_mintimesteps->setGeometry(QRect(20, 30, 16, 21));
00237 label_maxtimesteps = new QLabel(groupBox_10);
00238 label_maxtimesteps->setObjectName(QString::fromUtf8("label_maxtimesteps"));
00239 label_maxtimesteps->setGeometry(QRect(310, 30, 16, 21));
00240 label_activetimestep = new QLabel(groupBox_10);
00241 label_activetimestep->setObjectName(QString::fromUtf8("label_activetimestep"));
00242 label_activetimestep->setGeometry(QRect(20, 60, 101, 16));
00243 groupBox_8 = new QGroupBox(groupBox);
00244 groupBox_8->setObjectName(QString::fromUtf8("groupBox_8"));
00245 groupBox_8->setGeometry(QRect(10, 20, 341, 101));
00246 label_maxcolmapping = new QLabel(groupBox_8);
00247 label_maxcolmapping->setObjectName(QString::fromUtf8("label_maxcolmapping"));
00248 label_maxcolmapping->setGeometry(QRect(310, 30, 16, 21));
00249 label_colmapping = new QLabel(groupBox_8);
00250 label_colmapping->setObjectName(QString::fromUtf8("label_colmapping"));
00251 label_colmapping->setGeometry(QRect(20, 60, 271, 16));
00252 label_mincolmapping = new QLabel(groupBox_8);
00253 label_mincolmapping->setObjectName(QString::fromUtf8("label_mincolmapping"));
00254 label_mincolmapping->setGeometry(QRect(20, 30, 16, 21));
00255 slider_colmapping = new QSlider(groupBox_8);
00256 slider_colmapping->setObjectName(QString::fromUtf8("slider_colmapping"));
00257 slider_colmapping->setGeometry(QRect(40, 30, 251, 21));
00258 slider_colmapping->setCursor(QCursor(Qt::PointingHandCursor));
00259 slider_colmapping->setMinimum(1);
00260 slider_colmapping->setMaximum(1);
00261 slider_colmapping->setPageStep(1);
00262 slider_colmapping->setOrientation(Qt::Horizontal);
00263 layers_tab->addTab(background_tab, QString());
00264 arrow_tab = new QWidget();
00265 arrow_tab->setObjectName(QString::fromUtf8("arrow_tab"));
00266 checkBox_activatearrows = new QCheckBox(arrow_tab);
00267 checkBox_activatearrows->setObjectName(QString::fromUtf8("checkBox_activatearrows"));
00268 checkBox_activatearrows->setGeometry(QRect(385, 5, 16, 18));
00269 checkBox_activatearrows->setCursor(QCursor(Qt::PointingHandCursor));
00270 checkBox_activatearrows->setChecked(false);
00271 groupBox_2 = new QGroupBox(arrow_tab);
00272 groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
00273 groupBox_2->setGeometry(QRect(10, 10, 371, 551));
00274 groupBox_6 = new QGroupBox(groupBox_2);
00275 groupBox_6->setObjectName(QString::fromUtf8("groupBox_6"));
00276 groupBox_6->setGeometry(QRect(10, 150, 341, 141));
00277 slider_arrowspacing = new QSlider(groupBox_6);
00278 slider_arrowspacing->setObjectName(QString::fromUtf8("slider_arrowspacing"));
00279 slider_arrowspacing->setGeometry(QRect(80, 53, 201, 15));
00280 slider_arrowspacing->setCursor(QCursor(Qt::PointingHandCursor));
00281 slider_arrowspacing->setMinimum(1);
00282 slider_arrowspacing->setMaximum(1000);
00283 slider_arrowspacing->setValue(500);
00284 slider_arrowspacing->setOrientation(Qt::Horizontal);
00285 label = new QLabel(groupBox_6);
00286 label->setObjectName(QString::fromUtf8("label"));
00287 label->setGeometry(QRect(12, 20, 31, 20));
00288 QFont font;
00289 font.setPointSize(8);
00290 label->setFont(font);
00291 slider_arrowscale = new QSlider(groupBox_6);
00292 slider_arrowscale->setObjectName(QString::fromUtf8("slider_arrowscale"));
00293 slider_arrowscale->setGeometry(QRect(80, 23, 201, 15));
00294 slider_arrowscale->setCursor(QCursor(Qt::PointingHandCursor));
00295 slider_arrowscale->setMinimum(1);
00296 slider_arrowscale->setMaximum(100);
00297 slider_arrowscale->setSliderPosition(50);
00298 slider_arrowscale->setOrientation(Qt::Horizontal);
00299 label_2 = new QLabel(groupBox_6);
00300 label_2->setObjectName(QString::fromUtf8("label_2"));
00301 label_2->setGeometry(QRect(12, 50, 45, 20));
00302 label_2->setFont(font);
00303 label_4 = new QLabel(groupBox_6);
00304 label_4->setObjectName(QString::fromUtf8("label_4"));
00305 label_4->setGeometry(QRect(12, 80, 61, 16));
00306 comboBox = new QComboBox(groupBox_6);
00307 comboBox->setObjectName(QString::fromUtf8("comboBox"));
00308 comboBox->setGeometry(QRect(12, 100, 101, 22));
00309 comboBox->setCursor(QCursor(Qt::PointingHandCursor));
00310 groupBox_7 = new QGroupBox(groupBox_2);
00311 groupBox_7->setObjectName(QString::fromUtf8("groupBox_7"));
00312 groupBox_7->setGeometry(QRect(10, 20, 341, 121));
00313 rb_arrowcol_datavalue = new QRadioButton(groupBox_7);
00314 rb_arrowcol_datavalue->setObjectName(QString::fromUtf8("rb_arrowcol_datavalue"));
00315 rb_arrowcol_datavalue->setGeometry(QRect(10, 50, 111, 18));
00316 rb_arrowcol_datavalue->setCursor(QCursor(Qt::PointingHandCursor));
00317 rb_arrowcol_constant = new QRadioButton(groupBox_7);
00318 rb_arrowcol_constant->setObjectName(QString::fromUtf8("rb_arrowcol_constant"));
00319 rb_arrowcol_constant->setGeometry(QRect(10, 20, 83, 18));
00320 rb_arrowcol_constant->setCursor(QCursor(Qt::PointingHandCursor));
00321 rb_arrowcol_constant->setChecked(true);
00322 select_arrowlinescolor = new QBackgroundCanvas(groupBox_7);
00323 select_arrowlinescolor->setObjectName(QString::fromUtf8("select_arrowlinescolor"));
00324 select_arrowlinescolor->setGeometry(QRect(90, 15, 31, 28));
00325 select_arrowlinescolor->setCursor(QCursor(Qt::PointingHandCursor));
00326 slider_arrowalpha = new QSlider(groupBox_7);
00327 slider_arrowalpha->setObjectName(QString::fromUtf8("slider_arrowalpha"));
00328 slider_arrowalpha->setGeometry(QRect(120, 81, 171, 16));
00329 slider_arrowalpha->setCursor(QCursor(Qt::PointingHandCursor));
00330 slider_arrowalpha->setMaximum(100);
00331 slider_arrowalpha->setValue(100);
00332 slider_arrowalpha->setOrientation(Qt::Horizontal);
00333 label_arrowalpha = new QLabel(groupBox_7);
00334 label_arrowalpha->setObjectName(QString::fromUtf8("label_arrowalpha"));
00335 label_arrowalpha->setGeometry(QRect(30, 80, 61, 16));
00336 checkBox_enableTF_arrows = new QCheckBox(groupBox_7);
00337 checkBox_enableTF_arrows->setObjectName(QString::fromUtf8("checkBox_enableTF_arrows"));
00338 checkBox_enableTF_arrows->setGeometry(QRect(155, 50, 141, 18));
00339 checkBox_enableTF_arrows->setCursor(QCursor(Qt::PointingHandCursor));
00340 groupBox_9 = new QGroupBox(groupBox_2);
00341 groupBox_9->setObjectName(QString::fromUtf8("groupBox_9"));
00342 groupBox_9->setGeometry(QRect(10, 300, 341, 91));
00343 rb_arrowscale_norm = new QRadioButton(groupBox_9);
00344 rb_arrowscale_norm->setObjectName(QString::fromUtf8("rb_arrowscale_norm"));
00345 rb_arrowscale_norm->setGeometry(QRect(10, 20, 101, 18));
00346 rb_arrowscale_norm->setCursor(QCursor(Qt::PointingHandCursor));
00347 rb_arrowscale_norm->setChecked(true);
00348 rb_arrowscale_datavalue = new QRadioButton(groupBox_9);
00349 rb_arrowscale_datavalue->setObjectName(QString::fromUtf8("rb_arrowscale_datavalue"));
00350 rb_arrowscale_datavalue->setGeometry(QRect(10, 50, 111, 18));
00351 rb_arrowscale_datavalue->setCursor(QCursor(Qt::PointingHandCursor));
00352 groupBox_16 = new QGroupBox(groupBox_2);
00353 groupBox_16->setObjectName(QString::fromUtf8("groupBox_16"));
00354 groupBox_16->setGeometry(QRect(10, 400, 341, 131));
00355 label_5 = new QLabel(groupBox_16);
00356 label_5->setObjectName(QString::fromUtf8("label_5"));
00357 label_5->setGeometry(QRect(12, 47, 31, 20));
00358 label_5->setFont(font);
00359 slider_iconscale = new QSlider(groupBox_16);
00360 slider_iconscale->setObjectName(QString::fromUtf8("slider_iconscale"));
00361 slider_iconscale->setGeometry(QRect(80, 50, 201, 15));
00362 slider_iconscale->setCursor(QCursor(Qt::PointingHandCursor));
00363 slider_iconscale->setMinimum(1);
00364 slider_iconscale->setMaximum(100);
00365 slider_iconscale->setSliderPosition(50);
00366 slider_iconscale->setOrientation(Qt::Horizontal);
00367 checkBox_enableIcons = new QCheckBox(groupBox_16);
00368 checkBox_enableIcons->setObjectName(QString::fromUtf8("checkBox_enableIcons"));
00369 checkBox_enableIcons->setGeometry(QRect(12, 22, 140, 18));
00370 checkBox_enableIcons->setCursor(QCursor(Qt::PointingHandCursor));
00371 label_tail = new QLabel(groupBox_16);
00372 label_tail->setObjectName(QString::fromUtf8("label_tail"));
00373 label_tail->setGeometry(QRect(12, 77, 48, 20));
00374 label_tail->setFont(font);
00375 slider_taillength = new QSlider(groupBox_16);
00376 slider_taillength->setObjectName(QString::fromUtf8("slider_taillength"));
00377 slider_taillength->setGeometry(QRect(80, 80, 201, 15));
00378 slider_taillength->setCursor(QCursor(Qt::PointingHandCursor));
00379 slider_taillength->setMinimum(1);
00380 slider_taillength->setMaximum(100);
00381 slider_taillength->setSliderPosition(50);
00382 slider_taillength->setOrientation(Qt::Horizontal);
00383 layers_tab->addTab(arrow_tab, QString());
00384 stream_tab = new QWidget();
00385 stream_tab->setObjectName(QString::fromUtf8("stream_tab"));
00386 groupBox_3 = new QGroupBox(stream_tab);
00387 groupBox_3->setObjectName(QString::fromUtf8("groupBox_3"));
00388 groupBox_3->setGeometry(QRect(10, 10, 371, 551));
00389 groupBox_11 = new QGroupBox(groupBox_3);
00390 groupBox_11->setObjectName(QString::fromUtf8("groupBox_11"));
00391 groupBox_11->setGeometry(QRect(10, 240, 341, 291));
00392 rb_euler = new QRadioButton(groupBox_11);
00393 rb_euler->setObjectName(QString::fromUtf8("rb_euler"));
00394 rb_euler->setGeometry(QRect(10, 20, 83, 18));
00395 rb_euler->setCursor(QCursor(Qt::PointingHandCursor));
00396 rb_euler->setChecked(true);
00397 rb_rungekutta = new QRadioButton(groupBox_11);
00398 rb_rungekutta->setObjectName(QString::fromUtf8("rb_rungekutta"));
00399 rb_rungekutta->setGeometry(QRect(10, 45, 151, 18));
00400 rb_rungekutta->setCursor(QCursor(Qt::PointingHandCursor));
00401 line = new QFrame(groupBox_11);
00402 line->setObjectName(QString::fromUtf8("line"));
00403 line->setGeometry(QRect(10, 130, 321, 16));
00404 line->setFrameShape(QFrame::HLine);
00405 line->setFrameShadow(QFrame::Sunken);
00406 label_dsep = new QLabel(groupBox_11);
00407 label_dsep->setObjectName(QString::fromUtf8("label_dsep"));
00408 label_dsep->setGeometry(QRect(12, 160, 51, 20));
00409 label_dsep->setFont(font);
00410 slider_steps = new QSlider(groupBox_11);
00411 slider_steps->setObjectName(QString::fromUtf8("slider_steps"));
00412 slider_steps->setGeometry(QRect(80, 110, 201, 15));
00413 slider_steps->setCursor(QCursor(Qt::PointingHandCursor));
00414 slider_steps->setMinimum(1);
00415 slider_steps->setMaximum(100);
00416 slider_steps->setValue(50);
00417 slider_steps->setOrientation(Qt::Horizontal);
00418 label_steps = new QLabel(groupBox_11);
00419 label_steps->setObjectName(QString::fromUtf8("label_steps"));
00420 label_steps->setGeometry(QRect(12, 105, 45, 20));
00421 label_steps->setFont(font);
00422 slider_dsep = new QSlider(groupBox_11);
00423 slider_dsep->setObjectName(QString::fromUtf8("slider_dsep"));
00424 slider_dsep->setGeometry(QRect(80, 163, 201, 15));
00425 slider_dsep->setCursor(QCursor(Qt::PointingHandCursor));
00426 slider_dsep->setMinimum(1);
00427 slider_dsep->setMaximum(100);
00428 slider_dsep->setSliderPosition(50);
00429 slider_dsep->setOrientation(Qt::Horizontal);
00430 label_valdsep = new QLabel(groupBox_11);
00431 label_valdsep->setObjectName(QString::fromUtf8("label_valdsep"));
00432 label_valdsep->setGeometry(QRect(290, 160, 21, 16));
00433 label_valsteps = new QLabel(groupBox_11);
00434 label_valsteps->setObjectName(QString::fromUtf8("label_valsteps"));
00435 label_valsteps->setGeometry(QRect(290, 110, 21, 16));
00436 label_valdt = new QLabel(groupBox_11);
00437 label_valdt->setObjectName(QString::fromUtf8("label_valdt"));
00438 label_valdt->setGeometry(QRect(290, 80, 21, 16));
00439 label_dt = new QLabel(groupBox_11);
00440 label_dt->setObjectName(QString::fromUtf8("label_dt"));
00441 label_dt->setGeometry(QRect(12, 77, 45, 20));
00442 label_dt->setFont(font);
00443 slider_dt = new QSlider(groupBox_11);
00444 slider_dt->setObjectName(QString::fromUtf8("slider_dt"));
00445 slider_dt->setGeometry(QRect(80, 80, 201, 15));
00446 slider_dt->setCursor(QCursor(Qt::PointingHandCursor));
00447 slider_dt->setMinimum(1);
00448 slider_dt->setMaximum(100);
00449 slider_dt->setValue(50);
00450 slider_dt->setOrientation(Qt::Horizontal);
00451 label_3 = new QLabel(groupBox_11);
00452 label_3->setObjectName(QString::fromUtf8("label_3"));
00453 label_3->setGeometry(QRect(170, 20, 103, 16));
00454 combo_seedplacing = new QComboBox(groupBox_11);
00455 combo_seedplacing->setObjectName(QString::fromUtf8("combo_seedplacing"));
00456 combo_seedplacing->setGeometry(QRect(170, 40, 111, 22));
00457 combo_seedplacing->setCursor(QCursor(Qt::PointingHandCursor));
00458 button_computecpu = new QToolButton(groupBox_11);
00459 button_computecpu->setObjectName(QString::fromUtf8("button_computecpu"));
00460 button_computecpu->setGeometry(QRect(12, 242, 125, 31));
00461 button_computecpu->setCursor(QCursor(Qt::PointingHandCursor));
00462 checkBox_streamlinesinteractive = new QCheckBox(groupBox_11);
00463 checkBox_streamlinesinteractive->setObjectName(QString::fromUtf8("checkBox_streamlinesinteractive"));
00464 checkBox_streamlinesinteractive->setGeometry(QRect(12, 220, 131, 18));
00465 checkBox_streamlinesinteractive->setCursor(QCursor(Qt::PointingHandCursor));
00466 slider_dtest = new QSlider(groupBox_11);
00467 slider_dtest->setObjectName(QString::fromUtf8("slider_dtest"));
00468 slider_dtest->setGeometry(QRect(80, 190, 201, 15));
00469 slider_dtest->setCursor(QCursor(Qt::PointingHandCursor));
00470 slider_dtest->setMinimum(1);
00471 slider_dtest->setMaximum(100);
00472 slider_dtest->setValue(20);
00473 slider_dtest->setOrientation(Qt::Horizontal);
00474 label_valdtest = new QLabel(groupBox_11);
00475 label_valdtest->setObjectName(QString::fromUtf8("label_valdtest"));
00476 label_valdtest->setGeometry(QRect(288, 190, 21, 16));
00477 label_dtest = new QLabel(groupBox_11);
00478 label_dtest->setObjectName(QString::fromUtf8("label_dtest"));
00479 label_dtest->setGeometry(QRect(10, 187, 45, 20));
00480 label_dtest->setFont(font);
00481 pushButton = new QPushButton(groupBox_11);
00482 pushButton->setObjectName(QString::fromUtf8("pushButton"));
00483 pushButton->setGeometry(QRect(154, 218, 151, 23));
00484 pushButton->setCursor(QCursor(Qt::PointingHandCursor));
00485 pushButton_2 = new QPushButton(groupBox_11);
00486 pushButton_2->setObjectName(QString::fromUtf8("pushButton_2"));
00487 pushButton_2->setGeometry(QRect(154, 250, 151, 23));
00488 pushButton_2->setCursor(QCursor(Qt::PointingHandCursor));
00489 groupBox_12 = new QGroupBox(groupBox_3);
00490 groupBox_12->setObjectName(QString::fromUtf8("groupBox_12"));
00491 groupBox_12->setGeometry(QRect(10, 20, 341, 121));
00492 rb_strcol_datavalue = new QRadioButton(groupBox_12);
00493 rb_strcol_datavalue->setObjectName(QString::fromUtf8("rb_strcol_datavalue"));
00494 rb_strcol_datavalue->setGeometry(QRect(10, 50, 111, 18));
00495 rb_strcol_datavalue->setCursor(QCursor(Qt::PointingHandCursor));
00496 rb_strcol_constant = new QRadioButton(groupBox_12);
00497 rb_strcol_constant->setObjectName(QString::fromUtf8("rb_strcol_constant"));
00498 rb_strcol_constant->setGeometry(QRect(10, 20, 83, 18));
00499 rb_strcol_constant->setCursor(QCursor(Qt::PointingHandCursor));
00500 rb_strcol_constant->setChecked(true);
00501 select_streamlinescolor = new QBackground_Streamline(groupBox_12);
00502 select_streamlinescolor->setObjectName(QString::fromUtf8("select_streamlinescolor"));
00503 select_streamlinescolor->setGeometry(QRect(90, 15, 31, 28));
00504 select_streamlinescolor->setCursor(QCursor(Qt::PointingHandCursor));
00505 slider_stralpha = new QSlider(groupBox_12);
00506 slider_stralpha->setObjectName(QString::fromUtf8("slider_stralpha"));
00507 slider_stralpha->setGeometry(QRect(120, 81, 171, 16));
00508 slider_stralpha->setCursor(QCursor(Qt::PointingHandCursor));
00509 slider_stralpha->setMaximum(100);
00510 slider_stralpha->setValue(100);
00511 slider_stralpha->setOrientation(Qt::Horizontal);
00512 label_stralpha = new QLabel(groupBox_12);
00513 label_stralpha->setObjectName(QString::fromUtf8("label_stralpha"));
00514 label_stralpha->setGeometry(QRect(30, 80, 51, 16));
00515 checkBox_enableTF_streamlines = new QCheckBox(groupBox_12);
00516 checkBox_enableTF_streamlines->setObjectName(QString::fromUtf8("checkBox_enableTF_streamlines"));
00517 checkBox_enableTF_streamlines->setGeometry(QRect(155, 50, 141, 18));
00518 checkBox_enableTF_streamlines->setCursor(QCursor(Qt::PointingHandCursor));
00519 groupBox_13 = new QGroupBox(groupBox_3);
00520 groupBox_13->setObjectName(QString::fromUtf8("groupBox_13"));
00521 groupBox_13->setGeometry(QRect(10, 150, 341, 80));
00522 checkBox_tapering = new QCheckBox(groupBox_13);
00523 checkBox_tapering->setObjectName(QString::fromUtf8("checkBox_tapering"));
00524 checkBox_tapering->setGeometry(QRect(10, 20, 101, 18));
00525 checkBox_tapering->setCursor(QCursor(Qt::PointingHandCursor));
00526 checkBox_strglyphes = new QCheckBox(groupBox_13);
00527 checkBox_strglyphes->setObjectName(QString::fromUtf8("checkBox_strglyphes"));
00528 checkBox_strglyphes->setGeometry(QRect(10, 45, 101, 18));
00529 checkBox_strglyphes->setCursor(QCursor(Qt::PointingHandCursor));
00530 slider_tapering = new QSlider(groupBox_13);
00531 slider_tapering->setObjectName(QString::fromUtf8("slider_tapering"));
00532 slider_tapering->setGeometry(QRect(120, 22, 171, 16));
00533 slider_tapering->setCursor(QCursor(Qt::PointingHandCursor));
00534 slider_tapering->setMaximum(100);
00535 slider_tapering->setValue(50);
00536 slider_tapering->setSliderPosition(50);
00537 slider_tapering->setOrientation(Qt::Horizontal);
00538 checkBox_activatestreamlines = new QCheckBox(stream_tab);
00539 checkBox_activatestreamlines->setObjectName(QString::fromUtf8("checkBox_activatestreamlines"));
00540 checkBox_activatestreamlines->setGeometry(QRect(385, 5, 16, 18));
00541 checkBox_activatestreamlines->setCursor(QCursor(Qt::PointingHandCursor));
00542 layers_tab->addTab(stream_tab, QString());
00543 LIC_tab = new QWidget();
00544 LIC_tab->setObjectName(QString::fromUtf8("LIC_tab"));
00545 groupBox_5 = new QGroupBox(LIC_tab);
00546 groupBox_5->setObjectName(QString::fromUtf8("groupBox_5"));
00547 groupBox_5->setGeometry(QRect(10, 10, 371, 551));
00548 groupBox_14 = new QGroupBox(groupBox_5);
00549 groupBox_14->setObjectName(QString::fromUtf8("groupBox_14"));
00550 groupBox_14->setGeometry(QRect(10, 20, 341, 91));
00551 slider_licalpha = new QSlider(groupBox_14);
00552 slider_licalpha->setObjectName(QString::fromUtf8("slider_licalpha"));
00553 slider_licalpha->setGeometry(QRect(100, 31, 191, 16));
00554 slider_licalpha->setCursor(QCursor(Qt::PointingHandCursor));
00555 slider_licalpha->setMaximum(100);
00556 slider_licalpha->setValue(100);
00557 slider_licalpha->setOrientation(Qt::Horizontal);
00558 label_licalpha = new QLabel(groupBox_14);
00559 label_licalpha->setObjectName(QString::fromUtf8("label_licalpha"));
00560 label_licalpha->setGeometry(QRect(30, 30, 61, 16));
00561 checkBox_enableTF_lic = new QCheckBox(groupBox_14);
00562 checkBox_enableTF_lic->setObjectName(QString::fromUtf8("checkBox_enableTF_lic"));
00563 checkBox_enableTF_lic->setGeometry(QRect(20, 60, 141, 18));
00564 checkBox_enableTF_lic->setCursor(QCursor(Qt::PointingHandCursor));
00565 checkBox_animateLic = new QCheckBox(groupBox_14);
00566 checkBox_animateLic->setObjectName(QString::fromUtf8("checkBox_animateLic"));
00567 checkBox_animateLic->setGeometry(QRect(170, 60, 141, 18));
00568 checkBox_animateLic->setCursor(QCursor(Qt::PointingHandCursor));
00569 groupBox_15 = new QGroupBox(groupBox_5);
00570 groupBox_15->setObjectName(QString::fromUtf8("groupBox_15"));
00571 groupBox_15->setGeometry(QRect(10, 130, 341, 91));
00572 slider_licstepsize = new QSlider(groupBox_15);
00573 slider_licstepsize->setObjectName(QString::fromUtf8("slider_licstepsize"));
00574 slider_licstepsize->setGeometry(QRect(80, 60, 201, 15));
00575 slider_licstepsize->setCursor(QCursor(Qt::PointingHandCursor));
00576 slider_licstepsize->setMinimum(100);
00577 slider_licstepsize->setMaximum(1000);
00578 slider_licstepsize->setSingleStep(10);
00579 slider_licstepsize->setPageStep(100);
00580 slider_licstepsize->setValue(500);
00581 slider_licstepsize->setOrientation(Qt::Horizontal);
00582 label_steps_2 = new QLabel(groupBox_15);
00583 label_steps_2->setObjectName(QString::fromUtf8("label_steps_2"));
00584 label_steps_2->setGeometry(QRect(12, 55, 45, 20));
00585 label_steps_2->setFont(font);
00586 label_valsteps_2 = new QLabel(groupBox_15);
00587 label_valsteps_2->setObjectName(QString::fromUtf8("label_valsteps_2"));
00588 label_valsteps_2->setGeometry(QRect(290, 60, 41, 16));
00589 label_valdt_2 = new QLabel(groupBox_15);
00590 label_valdt_2->setObjectName(QString::fromUtf8("label_valdt_2"));
00591 label_valdt_2->setGeometry(QRect(290, 30, 21, 16));
00592 label_dt_2 = new QLabel(groupBox_15);
00593 label_dt_2->setObjectName(QString::fromUtf8("label_dt_2"));
00594 label_dt_2->setGeometry(QRect(12, 27, 45, 20));
00595 label_dt_2->setFont(font);
00596 slider_licsteps = new QSlider(groupBox_15);
00597 slider_licsteps->setObjectName(QString::fromUtf8("slider_licsteps"));
00598 slider_licsteps->setGeometry(QRect(80, 30, 201, 15));
00599 slider_licsteps->setCursor(QCursor(Qt::PointingHandCursor));
00600 slider_licsteps->setMinimum(50);
00601 slider_licsteps->setMaximum(500);
00602 slider_licsteps->setSingleStep(1);
00603 slider_licsteps->setValue(250);
00604 slider_licsteps->setOrientation(Qt::Horizontal);
00605 checkBox_activateLIC = new QCheckBox(LIC_tab);
00606 checkBox_activateLIC->setObjectName(QString::fromUtf8("checkBox_activateLIC"));
00607 checkBox_activateLIC->setGeometry(QRect(385, 5, 16, 18));
00608 checkBox_activateLIC->setCursor(QCursor(Qt::PointingHandCursor));
00609 layers_tab->addTab(LIC_tab, QString());
00610 tf = new QGroupBox(left_frame);
00611 tf->setObjectName(QString::fromUtf8("tf"));
00612 tf->setGeometry(QRect(0, 0, 411, 161));
00613 tfhorizscroll = new QScrollBar(tf);
00614 tfhorizscroll->setObjectName(QString::fromUtf8("tfhorizscroll"));
00615 tfhorizscroll->setGeometry(QRect(10, 140, 381, 12));
00616 tfhorizscroll->setCursor(QCursor(Qt::SizeHorCursor));
00617 tfhorizscroll->setMaximum(100);
00618 tfhorizscroll->setOrientation(Qt::Horizontal);
00619 tfhorizscroll->setInvertedAppearance(false);
00620 tfvertscroll = new QScrollBar(tf);
00621 tfvertscroll->setObjectName(QString::fromUtf8("tfvertscroll"));
00622 tfvertscroll->setGeometry(QRect(390, 20, 10, 121));
00623 tfvertscroll->setCursor(QCursor(Qt::SizeVerCursor));
00624 tfvertscroll->setMaximum(100);
00625 tfvertscroll->setOrientation(Qt::Vertical);
00626 tfvertscroll->setInvertedAppearance(true);
00627 frame = new QFrame(tf);
00628 frame->setObjectName(QString::fromUtf8("frame"));
00629 frame->setGeometry(QRect(10, 20, 381, 121));
00630 frame->setFrameShape(QFrame::StyledPanel);
00631 frame->setFrameShadow(QFrame::Raised);
00632 tf_canvas = new QTFCanvas(frame);
00633 tf_canvas->setObjectName(QString::fromUtf8("tf_canvas"));
00634 tf_canvas->setGeometry(QRect(0, 0, 381, 121));
00635 tf_canvas->setCursor(QCursor(Qt::CrossCursor));
00636 label_min = new QLabel(tf);
00637 label_min->setObjectName(QString::fromUtf8("label_min"));
00638 label_min->setGeometry(QRect(10, 142, 51, 16));
00639 label_maximum = new QLabel(tf);
00640 label_maximum->setObjectName(QString::fromUtf8("label_maximum"));
00641 label_maximum->setGeometry(QRect(339, 142, 51, 15));
00642 label_maximum->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00643 renderer_canvas = new QVolRendCanvas(centralwidget);
00644 renderer_canvas->setObjectName(QString::fromUtf8("renderer_canvas"));
00645 renderer_canvas->setGeometry(QRect(440, 18, 771, 771));
00646 renderer_canvas->setCursor(QCursor(Qt::OpenHandCursor));
00647 QMain->setCentralWidget(centralwidget);
00648 menubar = new QMenuBar(QMain);
00649 menubar->setObjectName(QString::fromUtf8("menubar"));
00650 menubar->setGeometry(QRect(0, 0, 1230, 19));
00651 menuFile = new QMenu(menubar);
00652 menuFile->setObjectName(QString::fromUtf8("menuFile"));
00653 menuTransfert_Function = new QMenu(menubar);
00654 menuTransfert_Function->setObjectName(QString::fromUtf8("menuTransfert_Function"));
00655 menuStreamLines = new QMenu(menubar);
00656 menuStreamLines->setObjectName(QString::fromUtf8("menuStreamLines"));
00657 QMain->setMenuBar(menubar);
00658 statusbar = new QStatusBar(QMain);
00659 statusbar->setObjectName(QString::fromUtf8("statusbar"));
00660 QMain->setStatusBar(statusbar);
00661
00662 menubar->addAction(menuFile->menuAction());
00663 menubar->addAction(menuTransfert_Function->menuAction());
00664 menubar->addAction(menuStreamLines->menuAction());
00665 menuFile->addAction(actionOpen);
00666 menuFile->addAction(actionOpen_Single_Dat);
00667 menuFile->addAction(actionSave_Image);
00668 menuFile->addAction(actionSave_Big_Image);
00669 menuFile->addAction(actionClose);
00670 menuTransfert_Function->addAction(actionLoad);
00671 menuTransfert_Function->addAction(actionSave);
00672 menuStreamLines->addAction(actionStreamlineLoad);
00673 menuStreamLines->addAction(actionStreamlineSave);
00674
00675 retranslateUi(QMain);
00676
00677 layers_tab->setCurrentIndex(0);
00678
00679
00680 QMetaObject::connectSlotsByName(QMain);
00681 }
00682
00683 void retranslateUi(QMainWindow *QMain)
00684 {
00685 QMain->setWindowTitle(QApplication::translate("QMain", "VisLU Flow Renderer", 0, QApplication::UnicodeUTF8));
00686 actionOpen->setText(QApplication::translate("QMain", "Open", 0, QApplication::UnicodeUTF8));
00687 actionClose->setText(QApplication::translate("QMain", "Close", 0, QApplication::UnicodeUTF8));
00688 actionLoad->setText(QApplication::translate("QMain", "Load", 0, QApplication::UnicodeUTF8));
00689 actionSave->setText(QApplication::translate("QMain", "Save", 0, QApplication::UnicodeUTF8));
00690 actionSave_Image->setText(QApplication::translate("QMain", "Save Image", 0, QApplication::UnicodeUTF8));
00691 actionActivate_1D->setText(QApplication::translate("QMain", "Activate 1D", 0, QApplication::UnicodeUTF8));
00692 actionActivate_2D->setText(QApplication::translate("QMain", "Activate 2D", 0, QApplication::UnicodeUTF8));
00693 actionNo_TF->setText(QApplication::translate("QMain", "No TF", 0, QApplication::UnicodeUTF8));
00694 actionTF_1D->setText(QApplication::translate("QMain", "TF 1D", 0, QApplication::UnicodeUTF8));
00695 actionTF_2D->setText(QApplication::translate("QMain", "TF 2D", 0, QApplication::UnicodeUTF8));
00696 actionSave_Volume->setText(QApplication::translate("QMain", "Save", 0, QApplication::UnicodeUTF8));
00697 actionFlip_X->setText(QApplication::translate("QMain", "Flip X", 0, QApplication::UnicodeUTF8));
00698 actionFlip_Y->setText(QApplication::translate("QMain", "Flip Y", 0, QApplication::UnicodeUTF8));
00699 actionFlip_Z->setText(QApplication::translate("QMain", "Flip Z", 0, QApplication::UnicodeUTF8));
00700 actionOpen_Single_Dat->setText(QApplication::translate("QMain", "Open Single Dat", 0, QApplication::UnicodeUTF8));
00701 actionSave_Big_Image->setText(QApplication::translate("QMain", "Save Big Image", 0, QApplication::UnicodeUTF8));
00702 actionStreamlineLoad->setText(QApplication::translate("QMain", "Load", 0, QApplication::UnicodeUTF8));
00703 actionStreamlineSave->setText(QApplication::translate("QMain", "Save", 0, QApplication::UnicodeUTF8));
00704 groupBox->setTitle(QApplication::translate("QMain", "Properties", 0, QApplication::UnicodeUTF8));
00705 groupBox_10->setTitle(QApplication::translate("QMain", "Time Step", 0, QApplication::UnicodeUTF8));
00706 label_mintimesteps->setText(QApplication::translate("QMain", "1", 0, QApplication::UnicodeUTF8));
00707 label_maxtimesteps->setText(QApplication::translate("QMain", "1", 0, QApplication::UnicodeUTF8));
00708 label_activetimestep->setText(QApplication::translate("QMain", "Active Time Step: 1", 0, QApplication::UnicodeUTF8));
00709 groupBox_8->setTitle(QApplication::translate("QMain", "Color Mapping", 0, QApplication::UnicodeUTF8));
00710 label_maxcolmapping->setText(QApplication::translate("QMain", "1", 0, QApplication::UnicodeUTF8));
00711 label_colmapping->setText(QApplication::translate("QMain", "Color Mapping Property: 1 (Flow)", 0, QApplication::UnicodeUTF8));
00712 label_mincolmapping->setText(QApplication::translate("QMain", "1", 0, QApplication::UnicodeUTF8));
00713 layers_tab->setTabText(layers_tab->indexOf(background_tab), QApplication::translate("QMain", "Background", 0, QApplication::UnicodeUTF8));
00714 checkBox_activatearrows->setText(QApplication::translate("QMain", "CheckBox", 0, QApplication::UnicodeUTF8));
00715 groupBox_2->setTitle(QApplication::translate("QMain", "Properties", 0, QApplication::UnicodeUTF8));
00716 groupBox_6->setTitle(QApplication::translate("QMain", "Form", 0, QApplication::UnicodeUTF8));
00717 label->setText(QApplication::translate("QMain", "Scale", 0, QApplication::UnicodeUTF8));
00718 label_2->setText(QApplication::translate("QMain", "Spacing", 0, QApplication::UnicodeUTF8));
00719 label_4->setText(QApplication::translate("QMain", "Arrow type", 0, QApplication::UnicodeUTF8));
00720 comboBox->clear();
00721 comboBox->insertItems(0, QStringList()
00722 << QApplication::translate("QMain", "Traditional", 0, QApplication::UnicodeUTF8)
00723 << QApplication::translate("QMain", "Triangles", 0, QApplication::UnicodeUTF8)
00724 );
00725 groupBox_7->setTitle(QApplication::translate("QMain", "Color and transparence", 0, QApplication::UnicodeUTF8));
00726 rb_arrowcol_datavalue->setText(QApplication::translate("QMain", "Coded by velocity", 0, QApplication::UnicodeUTF8));
00727 rb_arrowcol_constant->setText(QApplication::translate("QMain", "Constant", 0, QApplication::UnicodeUTF8));
00728 label_arrowalpha->setText(QApplication::translate("QMain", "Alpha 1.0", 0, QApplication::UnicodeUTF8));
00729 checkBox_enableTF_arrows->setText(QApplication::translate("QMain", "Enable transfer function", 0, QApplication::UnicodeUTF8));
00730 groupBox_9->setTitle(QApplication::translate("QMain", "Scale settings", 0, QApplication::UnicodeUTF8));
00731 rb_arrowscale_norm->setText(QApplication::translate("QMain", "Normalized scale", 0, QApplication::UnicodeUTF8));
00732 rb_arrowscale_datavalue->setText(QApplication::translate("QMain", "Active Datavalue", 0, QApplication::UnicodeUTF8));
00733 groupBox_16->setTitle(QApplication::translate("QMain", "Icons", 0, QApplication::UnicodeUTF8));
00734 label_5->setText(QApplication::translate("QMain", "Scale", 0, QApplication::UnicodeUTF8));
00735 checkBox_enableIcons->setText(QApplication::translate("QMain", "Enable Icons", 0, QApplication::UnicodeUTF8));
00736 label_tail->setText(QApplication::translate("QMain", "Tail length", 0, QApplication::UnicodeUTF8));
00737 layers_tab->setTabText(layers_tab->indexOf(arrow_tab), QApplication::translate("QMain", "Arrows", 0, QApplication::UnicodeUTF8));
00738 groupBox_3->setTitle(QApplication::translate("QMain", "Properties", 0, QApplication::UnicodeUTF8));
00739 groupBox_11->setTitle(QApplication::translate("QMain", "Integration method", 0, QApplication::UnicodeUTF8));
00740 rb_euler->setText(QApplication::translate("QMain", "Euler", 0, QApplication::UnicodeUTF8));
00741 rb_rungekutta->setText(QApplication::translate("QMain", "Runge - Kutta (2nd order)", 0, QApplication::UnicodeUTF8));
00742 label_dsep->setText(QApplication::translate("QMain", "dsep", 0, QApplication::UnicodeUTF8));
00743 label_steps->setText(QApplication::translate("QMain", "steps", 0, QApplication::UnicodeUTF8));
00744 label_valdsep->setText(QApplication::translate("QMain", "0.5", 0, QApplication::UnicodeUTF8));
00745 label_valsteps->setText(QApplication::translate("QMain", "0.5", 0, QApplication::UnicodeUTF8));
00746 label_valdt->setText(QApplication::translate("QMain", "0.5", 0, QApplication::UnicodeUTF8));
00747 label_dt->setText(QApplication::translate("QMain", "dt", 0, QApplication::UnicodeUTF8));
00748 label_3->setText(QApplication::translate("QMain", "Placing of seedpoinds", 0, QApplication::UnicodeUTF8));
00749 combo_seedplacing->clear();
00750 combo_seedplacing->insertItems(0, QStringList()
00751 << QApplication::translate("QMain", "All left", 0, QApplication::UnicodeUTF8)
00752 << QApplication::translate("QMain", "All at the top", 0, QApplication::UnicodeUTF8)
00753 << QApplication::translate("QMain", "All right", 0, QApplication::UnicodeUTF8)
00754 << QApplication::translate("QMain", "All at the bottom", 0, QApplication::UnicodeUTF8)
00755 << QApplication::translate("QMain", "From all sides", 0, QApplication::UnicodeUTF8)
00756 << QApplication::translate("QMain", "Random", 0, QApplication::UnicodeUTF8)
00757 << QApplication::translate("QMain", "Manual", 0, QApplication::UnicodeUTF8)
00758 << QApplication::translate("QMain", "Evenly spaced", 0, QApplication::UnicodeUTF8)
00759 );
00760 button_computecpu->setText(QApplication::translate("QMain", "Recompute on CPU", 0, QApplication::UnicodeUTF8));
00761 checkBox_streamlinesinteractive->setText(QApplication::translate("QMain", "Compute interactively", 0, QApplication::UnicodeUTF8));
00762 label_valdtest->setText(QApplication::translate("QMain", "0.2", 0, QApplication::UnicodeUTF8));
00763 label_dtest->setText(QApplication::translate("QMain", "dtest", 0, QApplication::UnicodeUTF8));
00764 pushButton->setText(QApplication::translate("QMain", "Clear last manual seedpoint", 0, QApplication::UnicodeUTF8));
00765 pushButton_2->setText(QApplication::translate("QMain", "Clear all manual seedpoints", 0, QApplication::UnicodeUTF8));
00766 groupBox_12->setTitle(QApplication::translate("QMain", "Color and transparence", 0, QApplication::UnicodeUTF8));
00767 rb_strcol_datavalue->setText(QApplication::translate("QMain", "Coded by velocity", 0, QApplication::UnicodeUTF8));
00768 rb_strcol_constant->setText(QApplication::translate("QMain", "Constant", 0, QApplication::UnicodeUTF8));
00769 label_stralpha->setText(QApplication::translate("QMain", "Alpha 1.0", 0, QApplication::UnicodeUTF8));
00770 checkBox_enableTF_streamlines->setText(QApplication::translate("QMain", "Enable transfer function", 0, QApplication::UnicodeUTF8));
00771 groupBox_13->setTitle(QApplication::translate("QMain", "Form properties", 0, QApplication::UnicodeUTF8));
00772 checkBox_tapering->setText(QApplication::translate("QMain", "Tapering (0.5)", 0, QApplication::UnicodeUTF8));
00773 checkBox_strglyphes->setText(QApplication::translate("QMain", "Display glyphs", 0, QApplication::UnicodeUTF8));
00774 checkBox_activatestreamlines->setText(QApplication::translate("QMain", "CheckBox", 0, QApplication::UnicodeUTF8));
00775 layers_tab->setTabText(layers_tab->indexOf(stream_tab), QApplication::translate("QMain", "Streamlines", 0, QApplication::UnicodeUTF8));
00776 groupBox_5->setTitle(QApplication::translate("QMain", "Properties", 0, QApplication::UnicodeUTF8));
00777 groupBox_14->setTitle(QApplication::translate("QMain", "Transparence", 0, QApplication::UnicodeUTF8));
00778 label_licalpha->setText(QApplication::translate("QMain", "Alpha 1.0", 0, QApplication::UnicodeUTF8));
00779 checkBox_enableTF_lic->setText(QApplication::translate("QMain", "Enable transfer function", 0, QApplication::UnicodeUTF8));
00780 checkBox_animateLic->setText(QApplication::translate("QMain", "animate", 0, QApplication::UnicodeUTF8));
00781 groupBox_15->setTitle(QApplication::translate("QMain", "Integration method", 0, QApplication::UnicodeUTF8));
00782 label_steps_2->setText(QApplication::translate("QMain", "Stepsize", 0, QApplication::UnicodeUTF8));
00783 label_valsteps_2->setText(QApplication::translate("QMain", "1 / 500", 0, QApplication::UnicodeUTF8));
00784 label_valdt_2->setText(QApplication::translate("QMain", "250", 0, QApplication::UnicodeUTF8));
00785 label_dt_2->setText(QApplication::translate("QMain", "#Steps", 0, QApplication::UnicodeUTF8));
00786 checkBox_activateLIC->setText(QApplication::translate("QMain", "CheckBox", 0, QApplication::UnicodeUTF8));
00787 layers_tab->setTabText(layers_tab->indexOf(LIC_tab), QApplication::translate("QMain", "LIC", 0, QApplication::UnicodeUTF8));
00788 tf->setTitle(QApplication::translate("QMain", "Transfer function", 0, QApplication::UnicodeUTF8));
00789 label_min->setText(QApplication::translate("QMain", "?", 0, QApplication::UnicodeUTF8));
00790 label_maximum->setText(QApplication::translate("QMain", "?", 0, QApplication::UnicodeUTF8));
00791 menuFile->setTitle(QApplication::translate("QMain", "File", 0, QApplication::UnicodeUTF8));
00792 menuTransfert_Function->setTitle(QApplication::translate("QMain", "Transfer Function", 0, QApplication::UnicodeUTF8));
00793 menuStreamLines->setTitle(QApplication::translate("QMain", "StreamLines", 0, QApplication::UnicodeUTF8));
00794 }
00795
00796 };
00797
00798 namespace Ui {
00799 class QMain: public Ui_QMain {};
00800 }
00801
00802 #endif // UI_QMAIN_H