ui_mainUI.h

Go to the documentation of this file.
00001 #ifndef UI_MAINUI_H
00002 #define UI_MAINUI_H
00003 
00004 #include <QtCore/QVariant>
00005 #include <QtGui/QAction>
00006 #include <QtGui/QApplication>
00007 #include <QtGui/QButtonGroup>
00008 #include <QtGui/QCheckBox>
00009 #include <QtGui/QComboBox>
00010 #include <QtGui/QDoubleSpinBox>
00011 #include <QtGui/QGroupBox>
00012 #include <QtGui/QLabel>
00013 #include <QtGui/QMainWindow>
00014 #include <QtGui/QPushButton>
00015 #include <QtGui/QSlider>
00016 #include <QtGui/QSpinBox>
00017 #include <QtGui/QWidget>
00018 
00019 class Ui_MainWindow
00020 {
00021 public:
00022     QWidget *centralWidget;
00023     QPushButton *openFile;
00024     QCheckBox *arrows;
00025     QCheckBox *streamlines;
00026     QGroupBox *gbStreamlines;
00027     QWidget *widget_2;
00028     QWidget *widget;
00029     QWidget *widget_3;
00030     QComboBox *streamlineType;
00031     QDoubleSpinBox *dT;
00032     QGroupBox *groupBox;
00033     QLabel *dSeptLabel;
00034     QDoubleSpinBox *dSep;
00035     QLabel *dTestLabel;
00036     QSlider *dTest;
00037     QComboBox *seeding;
00038     QLabel *label;
00039     QLabel *dT_label;
00040     QGroupBox *gbArrows;
00041     QWidget *widget_4;
00042     QWidget *widget_5;
00043     QDoubleSpinBox *arrowDistance;
00044     QLabel *DistanceLabel;
00045     QLabel *arrowSizeLabel;
00046     QDoubleSpinBox *arrowSize;
00047     QGroupBox *gbScaleArrows;
00048     QLabel *scaleArrowIndexLabel;
00049     QLabel *scaleArrowsMaxLabel;
00050     QLabel *scaleArrowsMinLabel;
00051     QDoubleSpinBox *scaleArrowsMax;
00052     QDoubleSpinBox *scaleArrowsMin;
00053     QSpinBox *scaleArrowsIndex;
00054     QCheckBox *scaleArrows;
00055     QCheckBox *background;
00056     QGroupBox *gbBackground;
00057     QLabel *dataIndex_label;
00058     QSpinBox *dataIndex;
00059     QPushButton *newWindow;
00060     QCheckBox *statusbar;
00061 
00062     void setupUi(QMainWindow *MainWindow)
00063     {
00064     MainWindow->setObjectName(QString::fromUtf8("MainWindow"));
00065     MainWindow->resize(QSize(180, 713).expandedTo(MainWindow->minimumSizeHint()));
00066     centralWidget = new QWidget(MainWindow);
00067     centralWidget->setObjectName(QString::fromUtf8("centralWidget"));
00068     openFile = new QPushButton(centralWidget);
00069     openFile->setObjectName(QString::fromUtf8("openFile"));
00070     openFile->setGeometry(QRect(10, 10, 161, 41));
00071     arrows = new QCheckBox(centralWidget);
00072     arrows->setObjectName(QString::fromUtf8("arrows"));
00073     arrows->setEnabled(false);
00074     arrows->setGeometry(QRect(10, 260, 90, 20));
00075     arrows->setChecked(true);
00076     arrows->setTristate(false);
00077     streamlines = new QCheckBox(centralWidget);
00078     streamlines->setObjectName(QString::fromUtf8("streamlines"));
00079     streamlines->setEnabled(false);
00080     streamlines->setGeometry(QRect(10, 470, 101, 20));
00081     gbStreamlines = new QGroupBox(centralWidget);
00082     gbStreamlines->setObjectName(QString::fromUtf8("gbStreamlines"));
00083     gbStreamlines->setEnabled(false);
00084     gbStreamlines->setGeometry(QRect(10, 490, 161, 221));
00085     QFont font;
00086     font.setFamily(QString::fromUtf8("Lucida Grande"));
00087     font.setPointSize(15);
00088     font.setBold(false);
00089     font.setItalic(false);
00090     font.setUnderline(false);
00091     font.setWeight(50);
00092     font.setStrikeOut(false);
00093     gbStreamlines->setFont(font);
00094     widget_2 = new QWidget(gbStreamlines);
00095     widget_2->setObjectName(QString::fromUtf8("widget_2"));
00096     widget_2->setGeometry(QRect(11, 41, 141, 29));
00097     widget = new QWidget(gbStreamlines);
00098     widget->setObjectName(QString::fromUtf8("widget"));
00099     widget->setGeometry(QRect(10, 170, 86, 46));
00100     widget_3 = new QWidget(gbStreamlines);
00101     widget_3->setObjectName(QString::fromUtf8("widget_3"));
00102     widget_3->setGeometry(QRect(0, 180, 86, 46));
00103     streamlineType = new QComboBox(gbStreamlines);
00104     streamlineType->setObjectName(QString::fromUtf8("streamlineType"));
00105     streamlineType->setGeometry(QRect(10, 10, 141, 22));
00106     QFont font1;
00107     font1.setFamily(QString::fromUtf8("Lucida Grande"));
00108     font1.setPointSize(13);
00109     font1.setBold(false);
00110     font1.setItalic(false);
00111     font1.setUnderline(false);
00112     font1.setWeight(50);
00113     font1.setStrikeOut(false);
00114     streamlineType->setFont(font1);
00115     dT = new QDoubleSpinBox(gbStreamlines);
00116     dT->setObjectName(QString::fromUtf8("dT"));
00117     dT->setGeometry(QRect(70, 40, 81, 27));
00118     QFont font2;
00119     font2.setFamily(QString::fromUtf8("Lucida Grande"));
00120     font2.setPointSize(13);
00121     font2.setBold(false);
00122     font2.setItalic(false);
00123     font2.setUnderline(false);
00124     font2.setWeight(50);
00125     font2.setStrikeOut(false);
00126     dT->setFont(font2);
00127     dT->setDecimals(2);
00128     dT->setMaximum(9.99);
00129     dT->setMinimum(0.01);
00130     dT->setSingleStep(0.01);
00131     dT->setValue(0.5);
00132     groupBox = new QGroupBox(gbStreamlines);
00133     groupBox->setObjectName(QString::fromUtf8("groupBox"));
00134     groupBox->setGeometry(QRect(0, 90, 161, 121));
00135     dSeptLabel = new QLabel(groupBox);
00136     dSeptLabel->setObjectName(QString::fromUtf8("dSeptLabel"));
00137     dSeptLabel->setGeometry(QRect(10, 40, 59, 27));
00138     dSep = new QDoubleSpinBox(groupBox);
00139     dSep->setObjectName(QString::fromUtf8("dSep"));
00140     dSep->setGeometry(QRect(80, 40, 77, 27));
00141     QFont font3;
00142     font3.setFamily(QString::fromUtf8("Lucida Grande"));
00143     font3.setPointSize(13);
00144     font3.setBold(false);
00145     font3.setItalic(false);
00146     font3.setUnderline(false);
00147     font3.setWeight(50);
00148     font3.setStrikeOut(false);
00149     dSep->setFont(font3);
00150     dSep->setMinimum(0.01);
00151     dSep->setSingleStep(0.01);
00152     dSep->setValue(0.5);
00153     dTestLabel = new QLabel(groupBox);
00154     dTestLabel->setObjectName(QString::fromUtf8("dTestLabel"));
00155     dTestLabel->setGeometry(QRect(10, 80, 141, 16));
00156     dTest = new QSlider(groupBox);
00157     dTest->setObjectName(QString::fromUtf8("dTest"));
00158     dTest->setGeometry(QRect(10, 100, 141, 22));
00159     dTest->setMaximum(100);
00160     dTest->setValue(50);
00161     dTest->setOrientation(Qt::Horizontal);
00162     seeding = new QComboBox(groupBox);
00163     seeding->setObjectName(QString::fromUtf8("seeding"));
00164     seeding->setGeometry(QRect(10, 10, 141, 22));
00165     QFont font4;
00166     font4.setFamily(QString::fromUtf8("Lucida Grande"));
00167     font4.setPointSize(13);
00168     font4.setBold(false);
00169     font4.setItalic(false);
00170     font4.setUnderline(false);
00171     font4.setWeight(50);
00172     font4.setStrikeOut(false);
00173     seeding->setFont(font4);
00174     label = new QLabel(gbStreamlines);
00175     label->setObjectName(QString::fromUtf8("label"));
00176     label->setGeometry(QRect(10, 70, 61, 16));
00177     dT_label = new QLabel(gbStreamlines);
00178     dT_label->setObjectName(QString::fromUtf8("dT_label"));
00179     dT_label->setGeometry(QRect(10, 40, 62, 27));
00180     gbArrows = new QGroupBox(centralWidget);
00181     gbArrows->setObjectName(QString::fromUtf8("gbArrows"));
00182     gbArrows->setEnabled(false);
00183     gbArrows->setGeometry(QRect(10, 280, 161, 191));
00184     QFont font5;
00185     font5.setFamily(QString::fromUtf8("Lucida Grande"));
00186     font5.setPointSize(15);
00187     font5.setBold(false);
00188     font5.setItalic(false);
00189     font5.setUnderline(false);
00190     font5.setWeight(50);
00191     font5.setStrikeOut(false);
00192     gbArrows->setFont(font5);
00193     widget_4 = new QWidget(gbArrows);
00194     widget_4->setObjectName(QString::fromUtf8("widget_4"));
00195     widget_4->setGeometry(QRect(10, 30, 141, 24));
00196     widget_5 = new QWidget(gbArrows);
00197     widget_5->setObjectName(QString::fromUtf8("widget_5"));
00198     widget_5->setGeometry(QRect(10, 10, 144, 29));
00199     arrowDistance = new QDoubleSpinBox(gbArrows);
00200     arrowDistance->setObjectName(QString::fromUtf8("arrowDistance"));
00201     arrowDistance->setGeometry(QRect(80, 10, 77, 27));
00202     arrowDistance->setMinimum(0.01);
00203     arrowDistance->setSingleStep(0.01);
00204     arrowDistance->setValue(0.5);
00205     DistanceLabel = new QLabel(gbArrows);
00206     DistanceLabel->setObjectName(QString::fromUtf8("DistanceLabel"));
00207     DistanceLabel->setGeometry(QRect(10, 10, 59, 27));
00208     arrowSizeLabel = new QLabel(gbArrows);
00209     arrowSizeLabel->setObjectName(QString::fromUtf8("arrowSizeLabel"));
00210     arrowSizeLabel->setGeometry(QRect(10, 40, 59, 27));
00211     arrowSize = new QDoubleSpinBox(gbArrows);
00212     arrowSize->setObjectName(QString::fromUtf8("arrowSize"));
00213     arrowSize->setGeometry(QRect(80, 40, 77, 27));
00214     arrowSize->setMinimum(0.01);
00215     arrowSize->setSingleStep(0.01);
00216     arrowSize->setValue(0.5);
00217     gbScaleArrows = new QGroupBox(gbArrows);
00218     gbScaleArrows->setObjectName(QString::fromUtf8("gbScaleArrows"));
00219     gbScaleArrows->setGeometry(QRect(0, 90, 161, 101));
00220     QFont font6;
00221     font6.setFamily(QString::fromUtf8("Lucida Grande"));
00222     font6.setPointSize(13);
00223     font6.setBold(false);
00224     font6.setItalic(false);
00225     font6.setUnderline(false);
00226     font6.setWeight(50);
00227     font6.setStrikeOut(false);
00228     gbScaleArrows->setFont(font6);
00229     scaleArrowIndexLabel = new QLabel(gbScaleArrows);
00230     scaleArrowIndexLabel->setObjectName(QString::fromUtf8("scaleArrowIndexLabel"));
00231     scaleArrowIndexLabel->setGeometry(QRect(10, 10, 72, 27));
00232     scaleArrowsMaxLabel = new QLabel(gbScaleArrows);
00233     scaleArrowsMaxLabel->setObjectName(QString::fromUtf8("scaleArrowsMaxLabel"));
00234     scaleArrowsMaxLabel->setGeometry(QRect(10, 70, 31, 27));
00235     scaleArrowsMinLabel = new QLabel(gbScaleArrows);
00236     scaleArrowsMinLabel->setObjectName(QString::fromUtf8("scaleArrowsMinLabel"));
00237     scaleArrowsMinLabel->setGeometry(QRect(10, 40, 31, 27));
00238     scaleArrowsMax = new QDoubleSpinBox(gbScaleArrows);
00239     scaleArrowsMax->setObjectName(QString::fromUtf8("scaleArrowsMax"));
00240     scaleArrowsMax->setGeometry(QRect(46, 70, 111, 27));
00241     scaleArrowsMax->setMinimum(0.01);
00242     scaleArrowsMax->setSingleStep(0.01);
00243     scaleArrowsMax->setValue(0.5);
00244     scaleArrowsMin = new QDoubleSpinBox(gbScaleArrows);
00245     scaleArrowsMin->setObjectName(QString::fromUtf8("scaleArrowsMin"));
00246     scaleArrowsMin->setGeometry(QRect(46, 40, 111, 27));
00247     scaleArrowsMin->setMinimum(0.01);
00248     scaleArrowsMin->setSingleStep(0.01);
00249     scaleArrowsMin->setValue(0.5);
00250     scaleArrowsIndex = new QSpinBox(gbScaleArrows);
00251     scaleArrowsIndex->setObjectName(QString::fromUtf8("scaleArrowsIndex"));
00252     scaleArrowsIndex->setGeometry(QRect(90, 10, 63, 27));
00253     QFont font7;
00254     font7.setFamily(QString::fromUtf8("Lucida Grande"));
00255     font7.setPointSize(13);
00256     font7.setBold(false);
00257     font7.setItalic(false);
00258     font7.setUnderline(false);
00259     font7.setWeight(50);
00260     font7.setStrikeOut(false);
00261     scaleArrowsIndex->setFont(font7);
00262     scaleArrowsIndex->setMaximum(0);
00263     scaleArrows = new QCheckBox(gbArrows);
00264     scaleArrows->setObjectName(QString::fromUtf8("scaleArrows"));
00265     scaleArrows->setGeometry(QRect(0, 70, 121, 20));
00266     QFont font8;
00267     font8.setFamily(QString::fromUtf8("Lucida Grande"));
00268     font8.setPointSize(13);
00269     font8.setBold(false);
00270     font8.setItalic(false);
00271     font8.setUnderline(false);
00272     font8.setWeight(50);
00273     font8.setStrikeOut(false);
00274     scaleArrows->setFont(font8);
00275     background = new QCheckBox(centralWidget);
00276     background->setObjectName(QString::fromUtf8("background"));
00277     background->setEnabled(false);
00278     background->setGeometry(QRect(10, 120, 111, 20));
00279     gbBackground = new QGroupBox(centralWidget);
00280     gbBackground->setObjectName(QString::fromUtf8("gbBackground"));
00281     gbBackground->setEnabled(false);
00282     gbBackground->setGeometry(QRect(10, 140, 161, 51));
00283     QFont font9;
00284     font9.setFamily(QString::fromUtf8("Lucida Grande"));
00285     font9.setPointSize(15);
00286     font9.setBold(false);
00287     font9.setItalic(false);
00288     font9.setUnderline(false);
00289     font9.setWeight(50);
00290     font9.setStrikeOut(false);
00291     gbBackground->setFont(font9);
00292     dataIndex_label = new QLabel(gbBackground);
00293     dataIndex_label->setObjectName(QString::fromUtf8("dataIndex_label"));
00294     dataIndex_label->setGeometry(QRect(10, 10, 72, 27));
00295     dataIndex = new QSpinBox(gbBackground);
00296     dataIndex->setObjectName(QString::fromUtf8("dataIndex"));
00297     dataIndex->setGeometry(QRect(90, 10, 63, 27));
00298     QFont font10;
00299     font10.setFamily(QString::fromUtf8("Lucida Grande"));
00300     font10.setPointSize(13);
00301     font10.setBold(false);
00302     font10.setItalic(false);
00303     font10.setUnderline(false);
00304     font10.setWeight(50);
00305     font10.setStrikeOut(false);
00306     dataIndex->setFont(font10);
00307     dataIndex->setMaximum(0);
00308     newWindow = new QPushButton(centralWidget);
00309     newWindow->setObjectName(QString::fromUtf8("newWindow"));
00310     newWindow->setEnabled(false);
00311     newWindow->setGeometry(QRect(10, 40, 161, 41));
00312     statusbar = new QCheckBox(centralWidget);
00313     statusbar->setObjectName(QString::fromUtf8("statusbar"));
00314     statusbar->setEnabled(false);
00315     statusbar->setGeometry(QRect(10, 90, 131, 20));
00316     MainWindow->setCentralWidget(centralWidget);
00317     retranslateUi(MainWindow);
00318 
00319     QMetaObject::connectSlotsByName(MainWindow);
00320     } // setupUi
00321 
00322     void retranslateUi(QMainWindow *MainWindow)
00323     {
00324     MainWindow->setWindowTitle(QApplication::translate("MainWindow", "MainWindow", 0, QApplication::UnicodeUTF8));
00325     openFile->setText(QApplication::translate("MainWindow", "Open File", 0, QApplication::UnicodeUTF8));
00326     arrows->setText(QApplication::translate("MainWindow", "Arrows:", 0, QApplication::UnicodeUTF8));
00327     streamlines->setText(QApplication::translate("MainWindow", "Streamlines:", 0, QApplication::UnicodeUTF8));
00328     gbStreamlines->setTitle(QApplication::translate("MainWindow", "", 0, QApplication::UnicodeUTF8));
00329     streamlineType->addItem(QApplication::translate("MainWindow", "Euler", 0, QApplication::UnicodeUTF8));
00330     streamlineType->addItem(QApplication::translate("MainWindow", "RK 2nd order", 0, QApplication::UnicodeUTF8));
00331     streamlineType->addItem(QApplication::translate("MainWindow", "RK 4th order", 0, QApplication::UnicodeUTF8));
00332     groupBox->setTitle(QApplication::translate("MainWindow", "", 0, QApplication::UnicodeUTF8));
00333     dSeptLabel->setText(QApplication::translate("MainWindow", "dSep:", 0, QApplication::UnicodeUTF8));
00334     dTestLabel->setText(QApplication::translate("MainWindow", "dTest: 50 %", 0, QApplication::UnicodeUTF8));
00335     seeding->addItem(QApplication::translate("MainWindow", "Regular", 0, QApplication::UnicodeUTF8));
00336     seeding->addItem(QApplication::translate("MainWindow", "Interactive", 0, QApplication::UnicodeUTF8));
00337     seeding->addItem(QApplication::translate("MainWindow", "Evenly spaced", 0, QApplication::UnicodeUTF8));
00338     label->setText(QApplication::translate("MainWindow", "Seeding:", 0, QApplication::UnicodeUTF8));
00339     dT_label->setText(QApplication::translate("MainWindow", "dT:", 0, QApplication::UnicodeUTF8));
00340     gbArrows->setTitle(QApplication::translate("MainWindow", "", 0, QApplication::UnicodeUTF8));
00341     DistanceLabel->setText(QApplication::translate("MainWindow", "Distance:", 0, QApplication::UnicodeUTF8));
00342     arrowSizeLabel->setText(QApplication::translate("MainWindow", "Size:", 0, QApplication::UnicodeUTF8));
00343     gbScaleArrows->setTitle(QApplication::translate("MainWindow", "", 0, QApplication::UnicodeUTF8));
00344     scaleArrowIndexLabel->setText(QApplication::translate("MainWindow", "Data Index:", 0, QApplication::UnicodeUTF8));
00345     scaleArrowsMaxLabel->setText(QApplication::translate("MainWindow", "max:", 0, QApplication::UnicodeUTF8));
00346     scaleArrowsMinLabel->setText(QApplication::translate("MainWindow", "min:", 0, QApplication::UnicodeUTF8));
00347     scaleArrows->setText(QApplication::translate("MainWindow", "Scale Arrows", 0, QApplication::UnicodeUTF8));
00348     background->setText(QApplication::translate("MainWindow", "Background:", 0, QApplication::UnicodeUTF8));
00349     gbBackground->setTitle(QApplication::translate("MainWindow", "", 0, QApplication::UnicodeUTF8));
00350     dataIndex_label->setText(QApplication::translate("MainWindow", "Data Index:", 0, QApplication::UnicodeUTF8));
00351     newWindow->setText(QApplication::translate("MainWindow", "New Window", 0, QApplication::UnicodeUTF8));
00352     statusbar->setText(QApplication::translate("MainWindow", "show Statusbar", 0, QApplication::UnicodeUTF8));
00353     Q_UNUSED(MainWindow);
00354     } // retranslateUi
00355 
00356 };
00357 
00358 namespace Ui {
00359     class MainWindow: public Ui_MainWindow {};
00360 } // namespace Ui
00361 
00362 #endif // UI_MAINUI_H

Generated on Mon Jan 23 19:44:28 2006 for Visualization by  doxygen 1.4.6