00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_MAINWINDOW_H
00011 #define UI_MAINWINDOW_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/QDoubleSpinBox>
00020 #include <QtGui/QGridLayout>
00021 #include <QtGui/QGroupBox>
00022 #include <QtGui/QHBoxLayout>
00023 #include <QtGui/QHeaderView>
00024 #include <QtGui/QLabel>
00025 #include <QtGui/QMainWindow>
00026 #include <QtGui/QMenu>
00027 #include <QtGui/QMenuBar>
00028 #include <QtGui/QSpacerItem>
00029 #include <QtGui/QSpinBox>
00030 #include <QtGui/QStatusBar>
00031 #include <QtGui/QToolBar>
00032 #include <QtGui/QVBoxLayout>
00033 #include <QtGui/QWidget>
00034
00035 QT_BEGIN_NAMESPACE
00036
00037 class Ui_MainWindow
00038 {
00039 public:
00040 QAction *actionDatensatz_laden;
00041 QAction *actionBild_speichern;
00042 QAction *actionBeenden;
00043 QWidget *centralWidget;
00044 QHBoxLayout *horizontalLayout;
00045 QGridLayout *gridLayout_3;
00046 QGroupBox *groupBox;
00047 QVBoxLayout *verticalLayout;
00048 QGridLayout *gridLayout_2;
00049 QCheckBox *colorCodingActive;
00050 QLabel *label_3;
00051 QSpinBox *colorCodingChannel;
00052 QLabel *label_13;
00053 QComboBox *colorCodingGradient;
00054 QGroupBox *transferFunctionGroupBox;
00055 QVBoxLayout *verticalLayout_3;
00056 QGridLayout *gridLayout;
00057 QCheckBox *arrowPlotActive;
00058 QLabel *label_4;
00059 QSpinBox *arrowPlotDistance;
00060 QCheckBox *arrowPlotScale;
00061 QLabel *label_14;
00062 QSpinBox *arrowPlotSize;
00063 QGroupBox *groupBox_2;
00064 QVBoxLayout *verticalLayout_4;
00065 QGridLayout *gridLayout_4;
00066 QLabel *label_6;
00067 QComboBox *streamlinesIntegration;
00068 QLabel *label_7;
00069 QDoubleSpinBox *streamlinesTimeStep;
00070 QLabel *label_8;
00071 QComboBox *streamlinesSpacing;
00072 QLabel *label_9;
00073 QSpinBox *streamlinesDistance;
00074 QLabel *label_10;
00075 QLabel *label_11;
00076 QDoubleSpinBox *streamlinesDSep;
00077 QDoubleSpinBox *streamlinesDTest;
00078 QCheckBox *streamlinesActive;
00079 QLabel *label_12;
00080 QSpinBox *streamlinesSteps;
00081 QLabel *label_15;
00082 QCheckBox *streamlinesTapering;
00083 QCheckBox *streamlinesGlyphMapping;
00084 QSpinBox *streamlinesGlyphDistance;
00085 QLabel *label_16;
00086 QSpinBox *streamlinesGlyphSize;
00087 QLabel *label_17;
00088 QSpinBox *streamlinesMaximumWidth;
00089 QSpacerItem *verticalSpacer;
00090 QGroupBox *groupBox_3;
00091 QGridLayout *gridLayout_6;
00092 QLabel *label;
00093 QSpinBox *arrowPlotChannelX;
00094 QLabel *label_2;
00095 QSpinBox *arrowPlotChannelY;
00096 QLabel *label_5;
00097 QLabel *arrowPlotChannelLength;
00098 QGroupBox *gradientGroupBox;
00099 QVBoxLayout *verticalLayout_5;
00100 QGridLayout *gridLayout_7;
00101 QLabel *label_18;
00102 QLabel *label_20;
00103 QVBoxLayout *gradientLayout;
00104 QVBoxLayout *verticalLayout_2;
00105 QGroupBox *rendererGroupBox;
00106 QVBoxLayout *renderingLayout;
00107 QGridLayout *gridLayout_5;
00108 QMenuBar *menuBar;
00109 QMenu *menuDatei;
00110 QToolBar *mainToolBar;
00111 QStatusBar *statusBar;
00112
00113 void setupUi(QMainWindow *MainWindow)
00114 {
00115 if (MainWindow->objectName().isEmpty())
00116 MainWindow->setObjectName(QString::fromUtf8("MainWindow"));
00117 MainWindow->resize(741, 1008);
00118 QSizePolicy sizePolicy(QSizePolicy::Preferred, QSizePolicy::MinimumExpanding);
00119 sizePolicy.setHorizontalStretch(0);
00120 sizePolicy.setVerticalStretch(0);
00121 sizePolicy.setHeightForWidth(MainWindow->sizePolicy().hasHeightForWidth());
00122 MainWindow->setSizePolicy(sizePolicy);
00123 actionDatensatz_laden = new QAction(MainWindow);
00124 actionDatensatz_laden->setObjectName(QString::fromUtf8("actionDatensatz_laden"));
00125 actionBild_speichern = new QAction(MainWindow);
00126 actionBild_speichern->setObjectName(QString::fromUtf8("actionBild_speichern"));
00127 actionBeenden = new QAction(MainWindow);
00128 actionBeenden->setObjectName(QString::fromUtf8("actionBeenden"));
00129 centralWidget = new QWidget(MainWindow);
00130 centralWidget->setObjectName(QString::fromUtf8("centralWidget"));
00131 horizontalLayout = new QHBoxLayout(centralWidget);
00132 horizontalLayout->setSpacing(6);
00133 horizontalLayout->setContentsMargins(11, 11, 11, 11);
00134 horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
00135 gridLayout_3 = new QGridLayout();
00136 gridLayout_3->setSpacing(6);
00137 gridLayout_3->setObjectName(QString::fromUtf8("gridLayout_3"));
00138 groupBox = new QGroupBox(centralWidget);
00139 groupBox->setObjectName(QString::fromUtf8("groupBox"));
00140 QSizePolicy sizePolicy1(QSizePolicy::Preferred, QSizePolicy::Fixed);
00141 sizePolicy1.setHorizontalStretch(0);
00142 sizePolicy1.setVerticalStretch(0);
00143 sizePolicy1.setHeightForWidth(groupBox->sizePolicy().hasHeightForWidth());
00144 groupBox->setSizePolicy(sizePolicy1);
00145 verticalLayout = new QVBoxLayout(groupBox);
00146 verticalLayout->setSpacing(6);
00147 verticalLayout->setContentsMargins(11, 11, 11, 11);
00148 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
00149 gridLayout_2 = new QGridLayout();
00150 gridLayout_2->setSpacing(6);
00151 gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
00152 colorCodingActive = new QCheckBox(groupBox);
00153 colorCodingActive->setObjectName(QString::fromUtf8("colorCodingActive"));
00154 colorCodingActive->setChecked(true);
00155
00156 gridLayout_2->addWidget(colorCodingActive, 0, 0, 1, 1);
00157
00158 label_3 = new QLabel(groupBox);
00159 label_3->setObjectName(QString::fromUtf8("label_3"));
00160
00161 gridLayout_2->addWidget(label_3, 1, 0, 1, 1);
00162
00163 colorCodingChannel = new QSpinBox(groupBox);
00164 colorCodingChannel->setObjectName(QString::fromUtf8("colorCodingChannel"));
00165 colorCodingChannel->setValue(3);
00166
00167 gridLayout_2->addWidget(colorCodingChannel, 1, 1, 1, 1);
00168
00169 label_13 = new QLabel(groupBox);
00170 label_13->setObjectName(QString::fromUtf8("label_13"));
00171
00172 gridLayout_2->addWidget(label_13, 2, 0, 1, 1);
00173
00174 colorCodingGradient = new QComboBox(groupBox);
00175 colorCodingGradient->setObjectName(QString::fromUtf8("colorCodingGradient"));
00176
00177 gridLayout_2->addWidget(colorCodingGradient, 2, 1, 1, 1);
00178
00179
00180 verticalLayout->addLayout(gridLayout_2);
00181
00182
00183 gridLayout_3->addWidget(groupBox, 0, 0, 1, 1);
00184
00185 transferFunctionGroupBox = new QGroupBox(centralWidget);
00186 transferFunctionGroupBox->setObjectName(QString::fromUtf8("transferFunctionGroupBox"));
00187 sizePolicy1.setHeightForWidth(transferFunctionGroupBox->sizePolicy().hasHeightForWidth());
00188 transferFunctionGroupBox->setSizePolicy(sizePolicy1);
00189 transferFunctionGroupBox->setMinimumSize(QSize(0, 0));
00190 verticalLayout_3 = new QVBoxLayout(transferFunctionGroupBox);
00191 verticalLayout_3->setSpacing(6);
00192 verticalLayout_3->setContentsMargins(11, 11, 11, 11);
00193 verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
00194 gridLayout = new QGridLayout();
00195 gridLayout->setSpacing(6);
00196 gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00197 arrowPlotActive = new QCheckBox(transferFunctionGroupBox);
00198 arrowPlotActive->setObjectName(QString::fromUtf8("arrowPlotActive"));
00199 arrowPlotActive->setChecked(true);
00200
00201 gridLayout->addWidget(arrowPlotActive, 0, 0, 1, 1);
00202
00203 label_4 = new QLabel(transferFunctionGroupBox);
00204 label_4->setObjectName(QString::fromUtf8("label_4"));
00205
00206 gridLayout->addWidget(label_4, 3, 0, 1, 1);
00207
00208 arrowPlotDistance = new QSpinBox(transferFunctionGroupBox);
00209 arrowPlotDistance->setObjectName(QString::fromUtf8("arrowPlotDistance"));
00210 arrowPlotDistance->setMinimum(1);
00211 arrowPlotDistance->setSingleStep(1);
00212 arrowPlotDistance->setValue(20);
00213
00214 gridLayout->addWidget(arrowPlotDistance, 3, 1, 1, 1);
00215
00216 arrowPlotScale = new QCheckBox(transferFunctionGroupBox);
00217 arrowPlotScale->setObjectName(QString::fromUtf8("arrowPlotScale"));
00218 arrowPlotScale->setChecked(true);
00219
00220 gridLayout->addWidget(arrowPlotScale, 4, 0, 1, 1);
00221
00222 label_14 = new QLabel(transferFunctionGroupBox);
00223 label_14->setObjectName(QString::fromUtf8("label_14"));
00224
00225 gridLayout->addWidget(label_14, 5, 0, 1, 1);
00226
00227 arrowPlotSize = new QSpinBox(transferFunctionGroupBox);
00228 arrowPlotSize->setObjectName(QString::fromUtf8("arrowPlotSize"));
00229 arrowPlotSize->setMinimum(10);
00230 arrowPlotSize->setMaximum(100);
00231 arrowPlotSize->setSingleStep(5);
00232 arrowPlotSize->setValue(80);
00233
00234 gridLayout->addWidget(arrowPlotSize, 5, 1, 1, 1);
00235
00236
00237 verticalLayout_3->addLayout(gridLayout);
00238
00239
00240 gridLayout_3->addWidget(transferFunctionGroupBox, 3, 0, 1, 1);
00241
00242 groupBox_2 = new QGroupBox(centralWidget);
00243 groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
00244 sizePolicy1.setHeightForWidth(groupBox_2->sizePolicy().hasHeightForWidth());
00245 groupBox_2->setSizePolicy(sizePolicy1);
00246 verticalLayout_4 = new QVBoxLayout(groupBox_2);
00247 verticalLayout_4->setSpacing(6);
00248 verticalLayout_4->setContentsMargins(11, 11, 11, 11);
00249 verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4"));
00250 gridLayout_4 = new QGridLayout();
00251 gridLayout_4->setSpacing(6);
00252 gridLayout_4->setObjectName(QString::fromUtf8("gridLayout_4"));
00253 label_6 = new QLabel(groupBox_2);
00254 label_6->setObjectName(QString::fromUtf8("label_6"));
00255
00256 gridLayout_4->addWidget(label_6, 1, 0, 1, 1);
00257
00258 streamlinesIntegration = new QComboBox(groupBox_2);
00259 streamlinesIntegration->setObjectName(QString::fromUtf8("streamlinesIntegration"));
00260
00261 gridLayout_4->addWidget(streamlinesIntegration, 1, 1, 1, 1);
00262
00263 label_7 = new QLabel(groupBox_2);
00264 label_7->setObjectName(QString::fromUtf8("label_7"));
00265
00266 gridLayout_4->addWidget(label_7, 2, 0, 1, 1);
00267
00268 streamlinesTimeStep = new QDoubleSpinBox(groupBox_2);
00269 streamlinesTimeStep->setObjectName(QString::fromUtf8("streamlinesTimeStep"));
00270 streamlinesTimeStep->setDecimals(4);
00271 streamlinesTimeStep->setMinimum(0.0001);
00272 streamlinesTimeStep->setMaximum(1);
00273 streamlinesTimeStep->setSingleStep(0.001);
00274 streamlinesTimeStep->setValue(0.01);
00275
00276 gridLayout_4->addWidget(streamlinesTimeStep, 2, 1, 1, 1);
00277
00278 label_8 = new QLabel(groupBox_2);
00279 label_8->setObjectName(QString::fromUtf8("label_8"));
00280
00281 gridLayout_4->addWidget(label_8, 4, 0, 1, 1);
00282
00283 streamlinesSpacing = new QComboBox(groupBox_2);
00284 streamlinesSpacing->setObjectName(QString::fromUtf8("streamlinesSpacing"));
00285
00286 gridLayout_4->addWidget(streamlinesSpacing, 4, 1, 1, 1);
00287
00288 label_9 = new QLabel(groupBox_2);
00289 label_9->setObjectName(QString::fromUtf8("label_9"));
00290
00291 gridLayout_4->addWidget(label_9, 5, 0, 1, 1);
00292
00293 streamlinesDistance = new QSpinBox(groupBox_2);
00294 streamlinesDistance->setObjectName(QString::fromUtf8("streamlinesDistance"));
00295 streamlinesDistance->setMinimum(10);
00296 streamlinesDistance->setMaximum(100);
00297 streamlinesDistance->setSingleStep(5);
00298 streamlinesDistance->setValue(50);
00299
00300 gridLayout_4->addWidget(streamlinesDistance, 5, 1, 1, 1);
00301
00302 label_10 = new QLabel(groupBox_2);
00303 label_10->setObjectName(QString::fromUtf8("label_10"));
00304
00305 gridLayout_4->addWidget(label_10, 6, 0, 1, 1);
00306
00307 label_11 = new QLabel(groupBox_2);
00308 label_11->setObjectName(QString::fromUtf8("label_11"));
00309
00310 gridLayout_4->addWidget(label_11, 7, 0, 1, 1);
00311
00312 streamlinesDSep = new QDoubleSpinBox(groupBox_2);
00313 streamlinesDSep->setObjectName(QString::fromUtf8("streamlinesDSep"));
00314 streamlinesDSep->setDecimals(0);
00315 streamlinesDSep->setMinimum(1);
00316 streamlinesDSep->setMaximum(100);
00317 streamlinesDSep->setValue(6);
00318
00319 gridLayout_4->addWidget(streamlinesDSep, 6, 1, 1, 1);
00320
00321 streamlinesDTest = new QDoubleSpinBox(groupBox_2);
00322 streamlinesDTest->setObjectName(QString::fromUtf8("streamlinesDTest"));
00323 streamlinesDTest->setDecimals(0);
00324 streamlinesDTest->setMinimum(1);
00325 streamlinesDTest->setValue(6);
00326
00327 gridLayout_4->addWidget(streamlinesDTest, 7, 1, 1, 1);
00328
00329 streamlinesActive = new QCheckBox(groupBox_2);
00330 streamlinesActive->setObjectName(QString::fromUtf8("streamlinesActive"));
00331 streamlinesActive->setChecked(true);
00332
00333 gridLayout_4->addWidget(streamlinesActive, 0, 0, 1, 1);
00334
00335 label_12 = new QLabel(groupBox_2);
00336 label_12->setObjectName(QString::fromUtf8("label_12"));
00337
00338 gridLayout_4->addWidget(label_12, 3, 0, 1, 1);
00339
00340 streamlinesSteps = new QSpinBox(groupBox_2);
00341 streamlinesSteps->setObjectName(QString::fromUtf8("streamlinesSteps"));
00342 streamlinesSteps->setMinimum(10);
00343 streamlinesSteps->setMaximum(100000);
00344 streamlinesSteps->setSingleStep(10);
00345 streamlinesSteps->setValue(100);
00346
00347 gridLayout_4->addWidget(streamlinesSteps, 3, 1, 1, 1);
00348
00349 label_15 = new QLabel(groupBox_2);
00350 label_15->setObjectName(QString::fromUtf8("label_15"));
00351
00352 gridLayout_4->addWidget(label_15, 11, 0, 1, 1);
00353
00354 streamlinesTapering = new QCheckBox(groupBox_2);
00355 streamlinesTapering->setObjectName(QString::fromUtf8("streamlinesTapering"));
00356
00357 gridLayout_4->addWidget(streamlinesTapering, 8, 0, 1, 1);
00358
00359 streamlinesGlyphMapping = new QCheckBox(groupBox_2);
00360 streamlinesGlyphMapping->setObjectName(QString::fromUtf8("streamlinesGlyphMapping"));
00361
00362 gridLayout_4->addWidget(streamlinesGlyphMapping, 10, 0, 1, 1);
00363
00364 streamlinesGlyphDistance = new QSpinBox(groupBox_2);
00365 streamlinesGlyphDistance->setObjectName(QString::fromUtf8("streamlinesGlyphDistance"));
00366 streamlinesGlyphDistance->setMinimum(10);
00367 streamlinesGlyphDistance->setMaximum(100);
00368 streamlinesGlyphDistance->setValue(20);
00369
00370 gridLayout_4->addWidget(streamlinesGlyphDistance, 11, 1, 1, 1);
00371
00372 label_16 = new QLabel(groupBox_2);
00373 label_16->setObjectName(QString::fromUtf8("label_16"));
00374
00375 gridLayout_4->addWidget(label_16, 12, 0, 1, 1);
00376
00377 streamlinesGlyphSize = new QSpinBox(groupBox_2);
00378 streamlinesGlyphSize->setObjectName(QString::fromUtf8("streamlinesGlyphSize"));
00379 streamlinesGlyphSize->setMinimum(10);
00380 streamlinesGlyphSize->setMaximum(100);
00381 streamlinesGlyphSize->setSingleStep(5);
00382 streamlinesGlyphSize->setValue(80);
00383
00384 gridLayout_4->addWidget(streamlinesGlyphSize, 12, 1, 1, 1);
00385
00386 label_17 = new QLabel(groupBox_2);
00387 label_17->setObjectName(QString::fromUtf8("label_17"));
00388
00389 gridLayout_4->addWidget(label_17, 9, 0, 1, 1);
00390
00391 streamlinesMaximumWidth = new QSpinBox(groupBox_2);
00392 streamlinesMaximumWidth->setObjectName(QString::fromUtf8("streamlinesMaximumWidth"));
00393 streamlinesMaximumWidth->setMinimum(1);
00394 streamlinesMaximumWidth->setMaximum(10);
00395 streamlinesMaximumWidth->setValue(5);
00396
00397 gridLayout_4->addWidget(streamlinesMaximumWidth, 9, 1, 1, 1);
00398
00399
00400 verticalLayout_4->addLayout(gridLayout_4);
00401
00402
00403 gridLayout_3->addWidget(groupBox_2, 4, 0, 1, 1);
00404
00405 verticalSpacer = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
00406
00407 gridLayout_3->addItem(verticalSpacer, 5, 0, 1, 1);
00408
00409 groupBox_3 = new QGroupBox(centralWidget);
00410 groupBox_3->setObjectName(QString::fromUtf8("groupBox_3"));
00411 QSizePolicy sizePolicy2(QSizePolicy::Preferred, QSizePolicy::Preferred);
00412 sizePolicy2.setHorizontalStretch(0);
00413 sizePolicy2.setVerticalStretch(0);
00414 sizePolicy2.setHeightForWidth(groupBox_3->sizePolicy().hasHeightForWidth());
00415 groupBox_3->setSizePolicy(sizePolicy2);
00416 gridLayout_6 = new QGridLayout(groupBox_3);
00417 gridLayout_6->setSpacing(6);
00418 gridLayout_6->setContentsMargins(11, 11, 11, 11);
00419 gridLayout_6->setObjectName(QString::fromUtf8("gridLayout_6"));
00420 label = new QLabel(groupBox_3);
00421 label->setObjectName(QString::fromUtf8("label"));
00422
00423 gridLayout_6->addWidget(label, 0, 0, 1, 1);
00424
00425 arrowPlotChannelX = new QSpinBox(groupBox_3);
00426 arrowPlotChannelX->setObjectName(QString::fromUtf8("arrowPlotChannelX"));
00427
00428 gridLayout_6->addWidget(arrowPlotChannelX, 0, 1, 1, 1);
00429
00430 label_2 = new QLabel(groupBox_3);
00431 label_2->setObjectName(QString::fromUtf8("label_2"));
00432
00433 gridLayout_6->addWidget(label_2, 1, 0, 1, 1);
00434
00435 arrowPlotChannelY = new QSpinBox(groupBox_3);
00436 arrowPlotChannelY->setObjectName(QString::fromUtf8("arrowPlotChannelY"));
00437 arrowPlotChannelY->setValue(1);
00438
00439 gridLayout_6->addWidget(arrowPlotChannelY, 1, 1, 1, 1);
00440
00441 label_5 = new QLabel(groupBox_3);
00442 label_5->setObjectName(QString::fromUtf8("label_5"));
00443
00444 gridLayout_6->addWidget(label_5, 2, 0, 1, 1);
00445
00446 arrowPlotChannelLength = new QLabel(groupBox_3);
00447 arrowPlotChannelLength->setObjectName(QString::fromUtf8("arrowPlotChannelLength"));
00448
00449 gridLayout_6->addWidget(arrowPlotChannelLength, 2, 1, 1, 1);
00450
00451
00452 gridLayout_3->addWidget(groupBox_3, 2, 0, 1, 1);
00453
00454 gradientGroupBox = new QGroupBox(centralWidget);
00455 gradientGroupBox->setObjectName(QString::fromUtf8("gradientGroupBox"));
00456 verticalLayout_5 = new QVBoxLayout(gradientGroupBox);
00457 verticalLayout_5->setSpacing(6);
00458 verticalLayout_5->setContentsMargins(11, 11, 11, 11);
00459 verticalLayout_5->setObjectName(QString::fromUtf8("verticalLayout_5"));
00460 gridLayout_7 = new QGridLayout();
00461 gridLayout_7->setSpacing(6);
00462 gridLayout_7->setObjectName(QString::fromUtf8("gridLayout_7"));
00463 label_18 = new QLabel(gradientGroupBox);
00464 label_18->setObjectName(QString::fromUtf8("label_18"));
00465
00466 gridLayout_7->addWidget(label_18, 0, 0, 1, 1);
00467
00468 label_20 = new QLabel(gradientGroupBox);
00469 label_20->setObjectName(QString::fromUtf8("label_20"));
00470 label_20->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00471
00472 gridLayout_7->addWidget(label_20, 0, 1, 1, 1);
00473
00474
00475 verticalLayout_5->addLayout(gridLayout_7);
00476
00477 gradientLayout = new QVBoxLayout();
00478 gradientLayout->setSpacing(6);
00479 gradientLayout->setObjectName(QString::fromUtf8("gradientLayout"));
00480
00481 verticalLayout_5->addLayout(gradientLayout);
00482
00483
00484 gridLayout_3->addWidget(gradientGroupBox, 1, 0, 1, 1);
00485
00486
00487 horizontalLayout->addLayout(gridLayout_3);
00488
00489 verticalLayout_2 = new QVBoxLayout();
00490 verticalLayout_2->setSpacing(6);
00491 verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
00492 rendererGroupBox = new QGroupBox(centralWidget);
00493 rendererGroupBox->setObjectName(QString::fromUtf8("rendererGroupBox"));
00494 QSizePolicy sizePolicy3(QSizePolicy::MinimumExpanding, QSizePolicy::Expanding);
00495 sizePolicy3.setHorizontalStretch(0);
00496 sizePolicy3.setVerticalStretch(0);
00497 sizePolicy3.setHeightForWidth(rendererGroupBox->sizePolicy().hasHeightForWidth());
00498 rendererGroupBox->setSizePolicy(sizePolicy3);
00499 renderingLayout = new QVBoxLayout(rendererGroupBox);
00500 renderingLayout->setSpacing(6);
00501 renderingLayout->setContentsMargins(11, 11, 11, 11);
00502 renderingLayout->setObjectName(QString::fromUtf8("renderingLayout"));
00503 gridLayout_5 = new QGridLayout();
00504 gridLayout_5->setSpacing(6);
00505 gridLayout_5->setObjectName(QString::fromUtf8("gridLayout_5"));
00506
00507 renderingLayout->addLayout(gridLayout_5);
00508
00509
00510 verticalLayout_2->addWidget(rendererGroupBox);
00511
00512
00513 horizontalLayout->addLayout(verticalLayout_2);
00514
00515 MainWindow->setCentralWidget(centralWidget);
00516 menuBar = new QMenuBar(MainWindow);
00517 menuBar->setObjectName(QString::fromUtf8("menuBar"));
00518 menuBar->setGeometry(QRect(0, 0, 741, 20));
00519 menuDatei = new QMenu(menuBar);
00520 menuDatei->setObjectName(QString::fromUtf8("menuDatei"));
00521 MainWindow->setMenuBar(menuBar);
00522 mainToolBar = new QToolBar(MainWindow);
00523 mainToolBar->setObjectName(QString::fromUtf8("mainToolBar"));
00524 MainWindow->addToolBar(Qt::TopToolBarArea, mainToolBar);
00525 statusBar = new QStatusBar(MainWindow);
00526 statusBar->setObjectName(QString::fromUtf8("statusBar"));
00527 MainWindow->setStatusBar(statusBar);
00528
00529 menuBar->addAction(menuDatei->menuAction());
00530 menuDatei->addAction(actionDatensatz_laden);
00531 menuDatei->addAction(actionBild_speichern);
00532 menuDatei->addAction(actionBeenden);
00533
00534 retranslateUi(MainWindow);
00535
00536 streamlinesIntegration->setCurrentIndex(1);
00537
00538
00539 QMetaObject::connectSlotsByName(MainWindow);
00540 }
00541
00542 void retranslateUi(QMainWindow *MainWindow)
00543 {
00544 MainWindow->setWindowTitle(QApplication::translate("MainWindow", "MainWindow", 0, QApplication::UnicodeUTF8));
00545 actionDatensatz_laden->setText(QApplication::translate("MainWindow", "Datensatz laden...", 0, QApplication::UnicodeUTF8));
00546 actionBild_speichern->setText(QApplication::translate("MainWindow", "Bild speichern...", 0, QApplication::UnicodeUTF8));
00547 actionBeenden->setText(QApplication::translate("MainWindow", "Beenden", 0, QApplication::UnicodeUTF8));
00548 groupBox->setTitle(QApplication::translate("MainWindow", "Color Coding", 0, QApplication::UnicodeUTF8));
00549 colorCodingActive->setText(QApplication::translate("MainWindow", "Active", 0, QApplication::UnicodeUTF8));
00550 label_3->setText(QApplication::translate("MainWindow", "Channel", 0, QApplication::UnicodeUTF8));
00551 label_13->setText(QApplication::translate("MainWindow", "Gradient", 0, QApplication::UnicodeUTF8));
00552 colorCodingGradient->clear();
00553 colorCodingGradient->insertItems(0, QStringList()
00554 << QApplication::translate("MainWindow", "Grayscale", 0, QApplication::UnicodeUTF8)
00555 << QApplication::translate("MainWindow", "Heat", 0, QApplication::UnicodeUTF8)
00556 << QApplication::translate("MainWindow", "Hue", 0, QApplication::UnicodeUTF8)
00557 );
00558 transferFunctionGroupBox->setTitle(QApplication::translate("MainWindow", "Arrow Plot", 0, QApplication::UnicodeUTF8));
00559 arrowPlotActive->setText(QApplication::translate("MainWindow", "Active", 0, QApplication::UnicodeUTF8));
00560 label_4->setText(QApplication::translate("MainWindow", "Arrow Distance", 0, QApplication::UnicodeUTF8));
00561 arrowPlotDistance->setSuffix(QApplication::translate("MainWindow", " px", 0, QApplication::UnicodeUTF8));
00562 arrowPlotScale->setText(QApplication::translate("MainWindow", "Scale Arrows", 0, QApplication::UnicodeUTF8));
00563 label_14->setText(QApplication::translate("MainWindow", "Arrow Size", 0, QApplication::UnicodeUTF8));
00564 arrowPlotSize->setSuffix(QApplication::translate("MainWindow", " %", 0, QApplication::UnicodeUTF8));
00565 groupBox_2->setTitle(QApplication::translate("MainWindow", "Streamlines", 0, QApplication::UnicodeUTF8));
00566 label_6->setText(QApplication::translate("MainWindow", "Integration", 0, QApplication::UnicodeUTF8));
00567 streamlinesIntegration->clear();
00568 streamlinesIntegration->insertItems(0, QStringList()
00569 << QApplication::translate("MainWindow", "Euler", 0, QApplication::UnicodeUTF8)
00570 << QApplication::translate("MainWindow", "Runge-Kutta", 0, QApplication::UnicodeUTF8)
00571 );
00572 label_7->setText(QApplication::translate("MainWindow", "Time Step", 0, QApplication::UnicodeUTF8));
00573 label_8->setText(QApplication::translate("MainWindow", "Spacing", 0, QApplication::UnicodeUTF8));
00574 streamlinesSpacing->clear();
00575 streamlinesSpacing->insertItems(0, QStringList()
00576 << QApplication::translate("MainWindow", "Regular", 0, QApplication::UnicodeUTF8)
00577 << QApplication::translate("MainWindow", "Even", 0, QApplication::UnicodeUTF8)
00578 );
00579 label_9->setText(QApplication::translate("MainWindow", "Seed Distance", 0, QApplication::UnicodeUTF8));
00580 streamlinesDistance->setSuffix(QApplication::translate("MainWindow", " px", 0, QApplication::UnicodeUTF8));
00581 label_10->setText(QApplication::translate("MainWindow", "dSep", 0, QApplication::UnicodeUTF8));
00582 label_11->setText(QApplication::translate("MainWindow", "dTest", 0, QApplication::UnicodeUTF8));
00583 streamlinesDSep->setSuffix(QApplication::translate("MainWindow", " px", 0, QApplication::UnicodeUTF8));
00584 streamlinesDTest->setSuffix(QApplication::translate("MainWindow", " px", 0, QApplication::UnicodeUTF8));
00585 streamlinesActive->setText(QApplication::translate("MainWindow", "Active", 0, QApplication::UnicodeUTF8));
00586 label_12->setText(QApplication::translate("MainWindow", "Maximum Steps", 0, QApplication::UnicodeUTF8));
00587 label_15->setText(QApplication::translate("MainWindow", "Glyph Distance", 0, QApplication::UnicodeUTF8));
00588 streamlinesTapering->setText(QApplication::translate("MainWindow", "Tapering", 0, QApplication::UnicodeUTF8));
00589 streamlinesGlyphMapping->setText(QApplication::translate("MainWindow", "Glyph Mapping", 0, QApplication::UnicodeUTF8));
00590 streamlinesGlyphDistance->setSuffix(QApplication::translate("MainWindow", " px", 0, QApplication::UnicodeUTF8));
00591 label_16->setText(QApplication::translate("MainWindow", "Glyph Size", 0, QApplication::UnicodeUTF8));
00592 streamlinesGlyphSize->setSuffix(QApplication::translate("MainWindow", " %", 0, QApplication::UnicodeUTF8));
00593 label_17->setText(QApplication::translate("MainWindow", "Maximum Width", 0, QApplication::UnicodeUTF8));
00594 streamlinesMaximumWidth->setSuffix(QApplication::translate("MainWindow", " px", 0, QApplication::UnicodeUTF8));
00595 groupBox_3->setTitle(QApplication::translate("MainWindow", "Vector Channels", 0, QApplication::UnicodeUTF8));
00596 label->setText(QApplication::translate("MainWindow", "Channel X", 0, QApplication::UnicodeUTF8));
00597 label_2->setText(QApplication::translate("MainWindow", "Channel Y", 0, QApplication::UnicodeUTF8));
00598 label_5->setText(QApplication::translate("MainWindow", "Channel Length", 0, QApplication::UnicodeUTF8));
00599 arrowPlotChannelLength->setText(QString());
00600 gradientGroupBox->setTitle(QApplication::translate("MainWindow", "Gradient", 0, QApplication::UnicodeUTF8));
00601 label_18->setText(QApplication::translate("MainWindow", "Min", 0, QApplication::UnicodeUTF8));
00602 label_20->setText(QApplication::translate("MainWindow", "Max", 0, QApplication::UnicodeUTF8));
00603 rendererGroupBox->setTitle(QApplication::translate("MainWindow", "Output", 0, QApplication::UnicodeUTF8));
00604 menuDatei->setTitle(QApplication::translate("MainWindow", "Datei", 0, QApplication::UnicodeUTF8));
00605 }
00606
00607 };
00608
00609 namespace Ui {
00610 class MainWindow: public Ui_MainWindow {};
00611 }
00612
00613 QT_END_NAMESPACE
00614
00615 #endif // UI_MAINWINDOW_H