rtVTK  0.6.0
ui_rlRenderer.h
00001 /********************************************************************************
00002 ** Form generated from reading UI file 'rlRendererFV6466.ui'
00003 **
00004 ** Created: Thu Aug 2 11:07:31 2012
00005 **      by: Qt User Interface Compiler version 4.8.1
00006 **
00007 ** WARNING! All changes made in this file will be lost when recompiling UI file!
00008 ********************************************************************************/
00009 
00010 #ifndef RLRENDERERFV6466_H
00011 #define RLRENDERERFV6466_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/QFrame>
00019 #include <QtGui/QGraphicsView>
00020 #include <QtGui/QHeaderView>
00021 #include <QtGui/QLabel>
00022 #include <QtGui/QMainWindow>
00023 #include <QtGui/QPushButton>
00024 #include <QtGui/QScrollArea>
00025 #include <QtGui/QSlider>
00026 #include <QtGui/QSpinBox>
00027 #include <QtGui/QVBoxLayout>
00028 #include <QtGui/QWidget>
00029 
00030 QT_BEGIN_NAMESPACE
00031 
00032 class Ui_MainWindow
00033 {
00034 public:
00035     QAction *actionExit;
00036     QAction *actionSaveView;
00037     QAction *actionSaveImage;
00038     QAction *actionOpenScene;
00039     QAction *actionOpenView;
00040     QAction *actionSetDefaultScene;
00041     QAction *actionFullscreen;
00042     QAction *actionUsing;
00043     QAction *actionWriting;
00044     QAction *actionBGColor;
00045     QAction *actionAbout;
00046     QAction *actionOpenMesh;
00047     QAction *actionDocumentation;
00048     QAction *actionConfigurePipeline;
00049     QAction *actionToggleIdle;
00050     QAction *actionTimerManagement;
00051     QAction *actionCut;
00052     QAction *actionCopy;
00053     QAction *actionPaste;
00054     QWidget *centralWidget;
00055     QVBoxLayout *verticalLayout_4;
00056     QScrollArea *sa_newPlugin;
00057     QWidget *sa_contents;
00058     QLabel *lbl_rayTypes;
00059     QCheckBox *cb_eyeRays;
00060     QCheckBox *cb_shadowRays;
00061     QCheckBox *cb_rflRays;
00062     QCheckBox *cb_rfrRays;
00063     QCheckBox *cb_diffuseRays;
00064     QGraphicsView *gv_eyeRays;
00065     QGraphicsView *gv_shadowRays;
00066     QGraphicsView *gv_rflRays;
00067     QGraphicsView *gv_rfrRays;
00068     QGraphicsView *gv_diffuseRays;
00069     QLabel *lbl_rayDepth;
00070     QSpinBox *sb_rayDepth;
00071     QFrame *hline0;
00072     QLabel *lbl_treeNavigation;
00073     QPushButton *pb_previous;
00074     QPushButton *pb_next;
00075     QCheckBox *cb_seek;
00076     QFrame *hline1;
00077     QLabel *lbl_fileControl;
00078     QPushButton *pb_openFile;
00079     QPushButton *pb_closeFile;
00080     QFrame *hline2;
00081     QPushButton *pb_showAdvancedSettings;
00082     QFrame *frame_advancedSettings;
00083     QLabel *lbl_savedTrees;
00084     QPushButton *pb_saveTree;
00085     QPushButton *pb_clearTrees;
00086     QCheckBox *cb_viewSavedTrees;
00087     QFrame *hline3;
00088     QLabel *lbl_rendering;
00089     QCheckBox *cb_displayCamera;
00090     QCheckBox *cb_displayArrowheads;
00091     QLabel *lbl_stepSize;
00092     QSpinBox *sb_stepSize;
00093     QSlider *hslider_stepSize;
00094     QLabel *lbl_coneHeight;
00095     QSpinBox *sb_coneHeight;
00096     QSlider *hslider_coneHeight;
00097     QLabel *lbl_baseRadius;
00098     QSpinBox *sb_baseRadius;
00099     QSlider *hslider_baseRadius;
00100     QPushButton *pb_hideAdvancedSettings;
00101     QFrame *hline4;
00102 
00103     void setupUi(QMainWindow *MainWindow)
00104     {
00105         if (MainWindow->objectName().isEmpty())
00106             MainWindow->setObjectName(QString::fromUtf8("MainWindow"));
00107         MainWindow->resize(290, 936);
00108         QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
00109         sizePolicy.setHorizontalStretch(0);
00110         sizePolicy.setVerticalStretch(0);
00111         sizePolicy.setHeightForWidth(MainWindow->sizePolicy().hasHeightForWidth());
00112         MainWindow->setSizePolicy(sizePolicy);
00113         MainWindow->setMinimumSize(QSize(200, 390));
00114         MainWindow->setMaximumSize(QSize(290, 936));
00115         MainWindow->setBaseSize(QSize(1, 1));
00116         MainWindow->setWindowOpacity(1);
00117         actionExit = new QAction(MainWindow);
00118         actionExit->setObjectName(QString::fromUtf8("actionExit"));
00119         actionSaveView = new QAction(MainWindow);
00120         actionSaveView->setObjectName(QString::fromUtf8("actionSaveView"));
00121         actionSaveImage = new QAction(MainWindow);
00122         actionSaveImage->setObjectName(QString::fromUtf8("actionSaveImage"));
00123         actionOpenScene = new QAction(MainWindow);
00124         actionOpenScene->setObjectName(QString::fromUtf8("actionOpenScene"));
00125         actionOpenView = new QAction(MainWindow);
00126         actionOpenView->setObjectName(QString::fromUtf8("actionOpenView"));
00127         actionSetDefaultScene = new QAction(MainWindow);
00128         actionSetDefaultScene->setObjectName(QString::fromUtf8("actionSetDefaultScene"));
00129         actionFullscreen = new QAction(MainWindow);
00130         actionFullscreen->setObjectName(QString::fromUtf8("actionFullscreen"));
00131         actionFullscreen->setCheckable(true);
00132         actionUsing = new QAction(MainWindow);
00133         actionUsing->setObjectName(QString::fromUtf8("actionUsing"));
00134         actionWriting = new QAction(MainWindow);
00135         actionWriting->setObjectName(QString::fromUtf8("actionWriting"));
00136         actionBGColor = new QAction(MainWindow);
00137         actionBGColor->setObjectName(QString::fromUtf8("actionBGColor"));
00138         actionAbout = new QAction(MainWindow);
00139         actionAbout->setObjectName(QString::fromUtf8("actionAbout"));
00140         actionOpenMesh = new QAction(MainWindow);
00141         actionOpenMesh->setObjectName(QString::fromUtf8("actionOpenMesh"));
00142         actionDocumentation = new QAction(MainWindow);
00143         actionDocumentation->setObjectName(QString::fromUtf8("actionDocumentation"));
00144         actionConfigurePipeline = new QAction(MainWindow);
00145         actionConfigurePipeline->setObjectName(QString::fromUtf8("actionConfigurePipeline"));
00146         actionToggleIdle = new QAction(MainWindow);
00147         actionToggleIdle->setObjectName(QString::fromUtf8("actionToggleIdle"));
00148         actionTimerManagement = new QAction(MainWindow);
00149         actionTimerManagement->setObjectName(QString::fromUtf8("actionTimerManagement"));
00150         actionCut = new QAction(MainWindow);
00151         actionCut->setObjectName(QString::fromUtf8("actionCut"));
00152         actionCopy = new QAction(MainWindow);
00153         actionCopy->setObjectName(QString::fromUtf8("actionCopy"));
00154         actionPaste = new QAction(MainWindow);
00155         actionPaste->setObjectName(QString::fromUtf8("actionPaste"));
00156         centralWidget = new QWidget(MainWindow);
00157         centralWidget->setObjectName(QString::fromUtf8("centralWidget"));
00158         QSizePolicy sizePolicy1(QSizePolicy::Minimum, QSizePolicy::Minimum);
00159         sizePolicy1.setHorizontalStretch(0);
00160         sizePolicy1.setVerticalStretch(0);
00161         sizePolicy1.setHeightForWidth(centralWidget->sizePolicy().hasHeightForWidth());
00162         centralWidget->setSizePolicy(sizePolicy1);
00163         centralWidget->setMinimumSize(QSize(290, 936));
00164         verticalLayout_4 = new QVBoxLayout(centralWidget);
00165         verticalLayout_4->setSpacing(6);
00166         verticalLayout_4->setContentsMargins(11, 11, 11, 11);
00167         verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4"));
00168         sa_newPlugin = new QScrollArea(centralWidget);
00169         sa_newPlugin->setObjectName(QString::fromUtf8("sa_newPlugin"));
00170         sa_newPlugin->setFrameShape(QFrame::NoFrame);
00171         sa_newPlugin->setLineWidth(0);
00172         sa_newPlugin->setWidgetResizable(true);
00173         sa_contents = new QWidget();
00174         sa_contents->setObjectName(QString::fromUtf8("sa_contents"));
00175         sa_contents->setGeometry(QRect(0, 0, 272, 918));
00176         lbl_rayTypes = new QLabel(sa_contents);
00177         lbl_rayTypes->setObjectName(QString::fromUtf8("lbl_rayTypes"));
00178         lbl_rayTypes->setGeometry(QRect(10, 10, 86, 17));
00179         QFont font;
00180         font.setBold(true);
00181         font.setWeight(75);
00182         lbl_rayTypes->setFont(font);
00183         cb_eyeRays = new QCheckBox(sa_contents);
00184         cb_eyeRays->setObjectName(QString::fromUtf8("cb_eyeRays"));
00185         cb_eyeRays->setGeometry(QRect(10, 30, 88, 22));
00186         sizePolicy.setHeightForWidth(cb_eyeRays->sizePolicy().hasHeightForWidth());
00187         cb_eyeRays->setSizePolicy(sizePolicy);
00188         cb_shadowRays = new QCheckBox(sa_contents);
00189         cb_shadowRays->setObjectName(QString::fromUtf8("cb_shadowRays"));
00190         cb_shadowRays->setGeometry(QRect(10, 50, 117, 22));
00191         cb_rflRays = new QCheckBox(sa_contents);
00192         cb_rflRays->setObjectName(QString::fromUtf8("cb_rflRays"));
00193         cb_rflRays->setGeometry(QRect(10, 70, 133, 22));
00194         cb_rfrRays = new QCheckBox(sa_contents);
00195         cb_rfrRays->setObjectName(QString::fromUtf8("cb_rfrRays"));
00196         cb_rfrRays->setGeometry(QRect(10, 90, 150, 22));
00197         sizePolicy.setHeightForWidth(cb_rfrRays->sizePolicy().hasHeightForWidth());
00198         cb_rfrRays->setSizePolicy(sizePolicy);
00199         cb_diffuseRays = new QCheckBox(sa_contents);
00200         cb_diffuseRays->setObjectName(QString::fromUtf8("cb_diffuseRays"));
00201         cb_diffuseRays->setGeometry(QRect(10, 110, 113, 22));
00202         gv_eyeRays = new QGraphicsView(sa_contents);
00203         gv_eyeRays->setObjectName(QString::fromUtf8("gv_eyeRays"));
00204         gv_eyeRays->setGeometry(QRect(180, 30, 15, 15));
00205         sizePolicy.setHeightForWidth(gv_eyeRays->sizePolicy().hasHeightForWidth());
00206         gv_eyeRays->setSizePolicy(sizePolicy);
00207         gv_eyeRays->setMinimumSize(QSize(15, 15));
00208         gv_eyeRays->setMaximumSize(QSize(15, 15));
00209         gv_shadowRays = new QGraphicsView(sa_contents);
00210         gv_shadowRays->setObjectName(QString::fromUtf8("gv_shadowRays"));
00211         gv_shadowRays->setGeometry(QRect(180, 50, 15, 15));
00212         sizePolicy.setHeightForWidth(gv_shadowRays->sizePolicy().hasHeightForWidth());
00213         gv_shadowRays->setSizePolicy(sizePolicy);
00214         gv_shadowRays->setMinimumSize(QSize(15, 15));
00215         gv_shadowRays->setMaximumSize(QSize(15, 15));
00216         gv_rflRays = new QGraphicsView(sa_contents);
00217         gv_rflRays->setObjectName(QString::fromUtf8("gv_rflRays"));
00218         gv_rflRays->setGeometry(QRect(180, 70, 15, 15));
00219         sizePolicy.setHeightForWidth(gv_rflRays->sizePolicy().hasHeightForWidth());
00220         gv_rflRays->setSizePolicy(sizePolicy);
00221         gv_rflRays->setMinimumSize(QSize(15, 15));
00222         gv_rflRays->setMaximumSize(QSize(15, 15));
00223         gv_rfrRays = new QGraphicsView(sa_contents);
00224         gv_rfrRays->setObjectName(QString::fromUtf8("gv_rfrRays"));
00225         gv_rfrRays->setGeometry(QRect(180, 90, 15, 15));
00226         sizePolicy.setHeightForWidth(gv_rfrRays->sizePolicy().hasHeightForWidth());
00227         gv_rfrRays->setSizePolicy(sizePolicy);
00228         gv_rfrRays->setMinimumSize(QSize(15, 15));
00229         gv_rfrRays->setMaximumSize(QSize(15, 15));
00230         gv_diffuseRays = new QGraphicsView(sa_contents);
00231         gv_diffuseRays->setObjectName(QString::fromUtf8("gv_diffuseRays"));
00232         gv_diffuseRays->setGeometry(QRect(180, 110, 15, 15));
00233         sizePolicy.setHeightForWidth(gv_diffuseRays->sizePolicy().hasHeightForWidth());
00234         gv_diffuseRays->setSizePolicy(sizePolicy);
00235         gv_diffuseRays->setMinimumSize(QSize(15, 15));
00236         gv_diffuseRays->setMaximumSize(QSize(15, 15));
00237         lbl_rayDepth = new QLabel(sa_contents);
00238         lbl_rayDepth->setObjectName(QString::fromUtf8("lbl_rayDepth"));
00239         lbl_rayDepth->setGeometry(QRect(10, 140, 86, 17));
00240         lbl_rayDepth->setFont(font);
00241         lbl_rayDepth->setTextFormat(Qt::AutoText);
00242         sb_rayDepth = new QSpinBox(sa_contents);
00243         sb_rayDepth->setObjectName(QString::fromUtf8("sb_rayDepth"));
00244         sb_rayDepth->setGeometry(QRect(10, 160, 70, 27));
00245         sizePolicy.setHeightForWidth(sb_rayDepth->sizePolicy().hasHeightForWidth());
00246         sb_rayDepth->setSizePolicy(sizePolicy);
00247         sb_rayDepth->setMinimumSize(QSize(70, 27));
00248         sb_rayDepth->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00249         sb_rayDepth->setMinimum(-10);
00250         sb_rayDepth->setMaximum(10);
00251         sb_rayDepth->setValue(0);
00252         hline0 = new QFrame(sa_contents);
00253         hline0->setObjectName(QString::fromUtf8("hline0"));
00254         hline0->setGeometry(QRect(10, 190, 200, 17));
00255         hline0->setMinimumSize(QSize(0, 10));
00256         hline0->setFrameShape(QFrame::HLine);
00257         hline0->setFrameShadow(QFrame::Sunken);
00258         lbl_treeNavigation = new QLabel(sa_contents);
00259         lbl_treeNavigation->setObjectName(QString::fromUtf8("lbl_treeNavigation"));
00260         lbl_treeNavigation->setGeometry(QRect(10, 210, 137, 17));
00261         lbl_treeNavigation->setFont(font);
00262         pb_previous = new QPushButton(sa_contents);
00263         pb_previous->setObjectName(QString::fromUtf8("pb_previous"));
00264         pb_previous->setGeometry(QRect(10, 230, 95, 27));
00265         sizePolicy.setHeightForWidth(pb_previous->sizePolicy().hasHeightForWidth());
00266         pb_previous->setSizePolicy(sizePolicy);
00267         pb_next = new QPushButton(sa_contents);
00268         pb_next->setObjectName(QString::fromUtf8("pb_next"));
00269         pb_next->setGeometry(QRect(110, 230, 95, 27));
00270         sizePolicy.setHeightForWidth(pb_next->sizePolicy().hasHeightForWidth());
00271         pb_next->setSizePolicy(sizePolicy);
00272         cb_seek = new QCheckBox(sa_contents);
00273         cb_seek->setObjectName(QString::fromUtf8("cb_seek"));
00274         cb_seek->setGeometry(QRect(10, 260, 188, 22));
00275         hline1 = new QFrame(sa_contents);
00276         hline1->setObjectName(QString::fromUtf8("hline1"));
00277         hline1->setGeometry(QRect(10, 280, 200, 17));
00278         hline1->setMinimumSize(QSize(0, 10));
00279         hline1->setFrameShape(QFrame::HLine);
00280         hline1->setFrameShadow(QFrame::Sunken);
00281         lbl_fileControl = new QLabel(sa_contents);
00282         lbl_fileControl->setObjectName(QString::fromUtf8("lbl_fileControl"));
00283         lbl_fileControl->setGeometry(QRect(10, 300, 103, 20));
00284         lbl_fileControl->setFont(font);
00285         pb_openFile = new QPushButton(sa_contents);
00286         pb_openFile->setObjectName(QString::fromUtf8("pb_openFile"));
00287         pb_openFile->setGeometry(QRect(10, 320, 95, 27));
00288         pb_closeFile = new QPushButton(sa_contents);
00289         pb_closeFile->setObjectName(QString::fromUtf8("pb_closeFile"));
00290         pb_closeFile->setGeometry(QRect(110, 320, 95, 27));
00291         sizePolicy.setHeightForWidth(pb_closeFile->sizePolicy().hasHeightForWidth());
00292         pb_closeFile->setSizePolicy(sizePolicy);
00293         hline2 = new QFrame(sa_contents);
00294         hline2->setObjectName(QString::fromUtf8("hline2"));
00295         hline2->setGeometry(QRect(10, 350, 200, 17));
00296         hline2->setMinimumSize(QSize(0, 10));
00297         hline2->setFrameShape(QFrame::HLine);
00298         hline2->setFrameShadow(QFrame::Sunken);
00299         pb_showAdvancedSettings = new QPushButton(sa_contents);
00300         pb_showAdvancedSettings->setObjectName(QString::fromUtf8("pb_showAdvancedSettings"));
00301         pb_showAdvancedSettings->setGeometry(QRect(10, 370, 195, 27));
00302         sizePolicy.setHeightForWidth(pb_showAdvancedSettings->sizePolicy().hasHeightForWidth());
00303         pb_showAdvancedSettings->setSizePolicy(sizePolicy);
00304         frame_advancedSettings = new QFrame(sa_contents);
00305         frame_advancedSettings->setObjectName(QString::fromUtf8("frame_advancedSettings"));
00306         frame_advancedSettings->setGeometry(QRect(0, 370, 210, 390));
00307         frame_advancedSettings->setMinimumSize(QSize(200, 390));
00308         lbl_savedTrees = new QLabel(frame_advancedSettings);
00309         lbl_savedTrees->setObjectName(QString::fromUtf8("lbl_savedTrees"));
00310         lbl_savedTrees->setGeometry(QRect(10, 0, 103, 17));
00311         QSizePolicy sizePolicy2(QSizePolicy::Preferred, QSizePolicy::Fixed);
00312         sizePolicy2.setHorizontalStretch(0);
00313         sizePolicy2.setVerticalStretch(0);
00314         sizePolicy2.setHeightForWidth(lbl_savedTrees->sizePolicy().hasHeightForWidth());
00315         lbl_savedTrees->setSizePolicy(sizePolicy2);
00316         lbl_savedTrees->setMinimumSize(QSize(0, 17));
00317         lbl_savedTrees->setFont(font);
00318         pb_saveTree = new QPushButton(frame_advancedSettings);
00319         pb_saveTree->setObjectName(QString::fromUtf8("pb_saveTree"));
00320         pb_saveTree->setGeometry(QRect(10, 20, 95, 27));
00321         sizePolicy.setHeightForWidth(pb_saveTree->sizePolicy().hasHeightForWidth());
00322         pb_saveTree->setSizePolicy(sizePolicy);
00323         pb_clearTrees = new QPushButton(frame_advancedSettings);
00324         pb_clearTrees->setObjectName(QString::fromUtf8("pb_clearTrees"));
00325         pb_clearTrees->setGeometry(QRect(110, 20, 95, 27));
00326         sizePolicy.setHeightForWidth(pb_clearTrees->sizePolicy().hasHeightForWidth());
00327         pb_clearTrees->setSizePolicy(sizePolicy);
00328         cb_viewSavedTrees = new QCheckBox(frame_advancedSettings);
00329         cb_viewSavedTrees->setObjectName(QString::fromUtf8("cb_viewSavedTrees"));
00330         cb_viewSavedTrees->setGeometry(QRect(10, 50, 143, 22));
00331         hline3 = new QFrame(frame_advancedSettings);
00332         hline3->setObjectName(QString::fromUtf8("hline3"));
00333         hline3->setGeometry(QRect(10, 70, 200, 17));
00334         hline3->setMinimumSize(QSize(0, 10));
00335         hline3->setFrameShape(QFrame::HLine);
00336         hline3->setFrameShadow(QFrame::Sunken);
00337         lbl_rendering = new QLabel(frame_advancedSettings);
00338         lbl_rendering->setObjectName(QString::fromUtf8("lbl_rendering"));
00339         lbl_rendering->setGeometry(QRect(10, 90, 81, 17));
00340         sizePolicy2.setHeightForWidth(lbl_rendering->sizePolicy().hasHeightForWidth());
00341         lbl_rendering->setSizePolicy(sizePolicy2);
00342         lbl_rendering->setMinimumSize(QSize(0, 17));
00343         lbl_rendering->setFont(font);
00344         cb_displayCamera = new QCheckBox(frame_advancedSettings);
00345         cb_displayCamera->setObjectName(QString::fromUtf8("cb_displayCamera"));
00346         cb_displayCamera->setGeometry(QRect(10, 110, 189, 22));
00347         cb_displayArrowheads = new QCheckBox(frame_advancedSettings);
00348         cb_displayArrowheads->setObjectName(QString::fromUtf8("cb_displayArrowheads"));
00349         cb_displayArrowheads->setGeometry(QRect(10, 130, 161, 22));
00350         lbl_stepSize = new QLabel(frame_advancedSettings);
00351         lbl_stepSize->setObjectName(QString::fromUtf8("lbl_stepSize"));
00352         lbl_stepSize->setGeometry(QRect(10, 160, 71, 31));
00353         sb_stepSize = new QSpinBox(frame_advancedSettings);
00354         sb_stepSize->setObjectName(QString::fromUtf8("sb_stepSize"));
00355         sb_stepSize->setGeometry(QRect(130, 160, 70, 27));
00356         sizePolicy.setHeightForWidth(sb_stepSize->sizePolicy().hasHeightForWidth());
00357         sb_stepSize->setSizePolicy(sizePolicy);
00358         sb_stepSize->setMinimumSize(QSize(70, 27));
00359         hslider_stepSize = new QSlider(frame_advancedSettings);
00360         hslider_stepSize->setObjectName(QString::fromUtf8("hslider_stepSize"));
00361         hslider_stepSize->setGeometry(QRect(10, 190, 190, 29));
00362         hslider_stepSize->setOrientation(Qt::Horizontal);
00363         lbl_coneHeight = new QLabel(frame_advancedSettings);
00364         lbl_coneHeight->setObjectName(QString::fromUtf8("lbl_coneHeight"));
00365         lbl_coneHeight->setGeometry(QRect(10, 220, 91, 33));
00366         sb_coneHeight = new QSpinBox(frame_advancedSettings);
00367         sb_coneHeight->setObjectName(QString::fromUtf8("sb_coneHeight"));
00368         sb_coneHeight->setGeometry(QRect(130, 220, 70, 27));
00369         sizePolicy.setHeightForWidth(sb_coneHeight->sizePolicy().hasHeightForWidth());
00370         sb_coneHeight->setSizePolicy(sizePolicy);
00371         sb_coneHeight->setMinimumSize(QSize(70, 27));
00372         hslider_coneHeight = new QSlider(frame_advancedSettings);
00373         hslider_coneHeight->setObjectName(QString::fromUtf8("hslider_coneHeight"));
00374         hslider_coneHeight->setGeometry(QRect(10, 250, 190, 29));
00375         hslider_coneHeight->setOrientation(Qt::Horizontal);
00376         lbl_baseRadius = new QLabel(frame_advancedSettings);
00377         lbl_baseRadius->setObjectName(QString::fromUtf8("lbl_baseRadius"));
00378         lbl_baseRadius->setGeometry(QRect(10, 290, 81, 20));
00379         sb_baseRadius = new QSpinBox(frame_advancedSettings);
00380         sb_baseRadius->setObjectName(QString::fromUtf8("sb_baseRadius"));
00381         sb_baseRadius->setGeometry(QRect(130, 280, 70, 27));
00382         sizePolicy.setHeightForWidth(sb_baseRadius->sizePolicy().hasHeightForWidth());
00383         sb_baseRadius->setSizePolicy(sizePolicy);
00384         sb_baseRadius->setMinimumSize(QSize(70, 27));
00385         hslider_baseRadius = new QSlider(frame_advancedSettings);
00386         hslider_baseRadius->setObjectName(QString::fromUtf8("hslider_baseRadius"));
00387         hslider_baseRadius->setGeometry(QRect(10, 310, 190, 29));
00388         hslider_baseRadius->setOrientation(Qt::Horizontal);
00389         pb_hideAdvancedSettings = new QPushButton(frame_advancedSettings);
00390         pb_hideAdvancedSettings->setObjectName(QString::fromUtf8("pb_hideAdvancedSettings"));
00391         pb_hideAdvancedSettings->setEnabled(true);
00392         pb_hideAdvancedSettings->setGeometry(QRect(10, 360, 195, 27));
00393         hline4 = new QFrame(frame_advancedSettings);
00394         hline4->setObjectName(QString::fromUtf8("hline4"));
00395         hline4->setGeometry(QRect(10, 340, 200, 10));
00396         hline4->setMinimumSize(QSize(0, 10));
00397         hline4->setFrameShape(QFrame::HLine);
00398         hline4->setFrameShadow(QFrame::Sunken);
00399         sa_newPlugin->setWidget(sa_contents);
00400 
00401         verticalLayout_4->addWidget(sa_newPlugin);
00402 
00403         MainWindow->setCentralWidget(centralWidget);
00404 
00405         retranslateUi(MainWindow);
00406 
00407         QMetaObject::connectSlotsByName(MainWindow);
00408     } // setupUi
00409 
00410     void retranslateUi(QMainWindow *MainWindow)
00411     {
00412         MainWindow->setWindowTitle(QApplication::translate("MainWindow", "rtVTK", 0, QApplication::UnicodeUTF8));
00413         actionExit->setText(QApplication::translate("MainWindow", "Exit", 0, QApplication::UnicodeUTF8));
00414         actionSaveView->setText(QApplication::translate("MainWindow", "View...", 0, QApplication::UnicodeUTF8));
00415         actionSaveImage->setText(QApplication::translate("MainWindow", "Image...", 0, QApplication::UnicodeUTF8));
00416 #ifndef QT_NO_TOOLTIP
00417         actionSaveImage->setToolTip(QApplication::translate("MainWindow", ".jpg, .bmp, .png, .ppm", 0, QApplication::UnicodeUTF8));
00418 #endif // QT_NO_TOOLTIP
00419         actionOpenScene->setText(QApplication::translate("MainWindow", "Scene...", 0, QApplication::UnicodeUTF8));
00420         actionOpenView->setText(QApplication::translate("MainWindow", "View...", 0, QApplication::UnicodeUTF8));
00421         actionSetDefaultScene->setText(QApplication::translate("MainWindow", "Set Default Scene...", 0, QApplication::UnicodeUTF8));
00422         actionFullscreen->setText(QApplication::translate("MainWindow", "Full Screen", 0, QApplication::UnicodeUTF8));
00423         actionUsing->setText(QApplication::translate("MainWindow", "Using rtVTK...", 0, QApplication::UnicodeUTF8));
00424         actionWriting->setText(QApplication::translate("MainWindow", "Writing rtVTK Plugins...", 0, QApplication::UnicodeUTF8));
00425         actionBGColor->setText(QApplication::translate("MainWindow", "Background Color...", 0, QApplication::UnicodeUTF8));
00426         actionAbout->setText(QApplication::translate("MainWindow", "About...", 0, QApplication::UnicodeUTF8));
00427         actionOpenMesh->setText(QApplication::translate("MainWindow", "Mesh...", 0, QApplication::UnicodeUTF8));
00428         actionDocumentation->setText(QApplication::translate("MainWindow", "Documentation...", 0, QApplication::UnicodeUTF8));
00429         actionConfigurePipeline->setText(QApplication::translate("MainWindow", "Pipeline Configuration...", 0, QApplication::UnicodeUTF8));
00430         actionToggleIdle->setText(QApplication::translate("MainWindow", "Toggle Idle", 0, QApplication::UnicodeUTF8));
00431         actionTimerManagement->setText(QApplication::translate("MainWindow", "Timer Management...", 0, QApplication::UnicodeUTF8));
00432         actionCut->setText(QApplication::translate("MainWindow", "Cut", 0, QApplication::UnicodeUTF8));
00433         actionCopy->setText(QApplication::translate("MainWindow", "Copy", 0, QApplication::UnicodeUTF8));
00434         actionPaste->setText(QApplication::translate("MainWindow", "Paste", 0, QApplication::UnicodeUTF8));
00435         lbl_rayTypes->setText(QApplication::translate("MainWindow", "Ray Types:", 0, QApplication::UnicodeUTF8));
00436         cb_eyeRays->setText(QApplication::translate("MainWindow", "Eye Rays", 0, QApplication::UnicodeUTF8));
00437         cb_shadowRays->setText(QApplication::translate("MainWindow", "Shadow Rays", 0, QApplication::UnicodeUTF8));
00438         cb_rflRays->setText(QApplication::translate("MainWindow", "Reflection Rays", 0, QApplication::UnicodeUTF8));
00439         cb_rfrRays->setText(QApplication::translate("MainWindow", "Transmission Rays", 0, QApplication::UnicodeUTF8));
00440         cb_diffuseRays->setText(QApplication::translate("MainWindow", "Diffuse Rays", 0, QApplication::UnicodeUTF8));
00441         lbl_rayDepth->setText(QApplication::translate("MainWindow", "Ray Depth:", 0, QApplication::UnicodeUTF8));
00442         lbl_treeNavigation->setText(QApplication::translate("MainWindow", "Tree Navigation:", 0, QApplication::UnicodeUTF8));
00443         pb_previous->setText(QApplication::translate("MainWindow", "<< Previous", 0, QApplication::UnicodeUTF8));
00444         pb_next->setText(QApplication::translate("MainWindow", "Next >>", 0, QApplication::UnicodeUTF8));
00445         cb_seek->setText(QApplication::translate("MainWindow", "Seek to branching trees", 0, QApplication::UnicodeUTF8));
00446         lbl_fileControl->setText(QApplication::translate("MainWindow", "File Control:", 0, QApplication::UnicodeUTF8));
00447         pb_openFile->setText(QApplication::translate("MainWindow", "Open File", 0, QApplication::UnicodeUTF8));
00448         pb_closeFile->setText(QApplication::translate("MainWindow", "Close File", 0, QApplication::UnicodeUTF8));
00449         pb_showAdvancedSettings->setText(QApplication::translate("MainWindow", "Advanced Settings >>", 0, QApplication::UnicodeUTF8));
00450         frame_advancedSettings->setProperty("title", QVariant(QString()));
00451         lbl_savedTrees->setText(QApplication::translate("MainWindow", "Saved Trees:", 0, QApplication::UnicodeUTF8));
00452         pb_saveTree->setText(QApplication::translate("MainWindow", "Save Tree", 0, QApplication::UnicodeUTF8));
00453         pb_clearTrees->setText(QApplication::translate("MainWindow", "Clear Trees", 0, QApplication::UnicodeUTF8));
00454         cb_viewSavedTrees->setText(QApplication::translate("MainWindow", "View saved trees", 0, QApplication::UnicodeUTF8));
00455         lbl_rendering->setText(QApplication::translate("MainWindow", "Rendering:", 0, QApplication::UnicodeUTF8));
00456         cb_displayCamera->setText(QApplication::translate("MainWindow", "Display camera position", 0, QApplication::UnicodeUTF8));
00457         cb_displayArrowheads->setText(QApplication::translate("MainWindow", "Display arrowheads", 0, QApplication::UnicodeUTF8));
00458         lbl_stepSize->setText(QApplication::translate("MainWindow", "Step size:", 0, QApplication::UnicodeUTF8));
00459         lbl_coneHeight->setText(QApplication::translate("MainWindow", "Cone height:", 0, QApplication::UnicodeUTF8));
00460         lbl_baseRadius->setText(QApplication::translate("MainWindow", "Base radius:", 0, QApplication::UnicodeUTF8));
00461         pb_hideAdvancedSettings->setText(QApplication::translate("MainWindow", "<< Advanced Settings", 0, QApplication::UnicodeUTF8));
00462     } // retranslateUi
00463 
00464 };
00465 
00466 namespace Ui {
00467     class MainWindow: public Ui_MainWindow {};
00468 } // namespace Ui
00469 
00470 QT_END_NAMESPACE
00471 
00472 #endif // RLRENDERERFV6466_H
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends