00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef STAGESETTINGSDATA_H
00011 #define STAGESETTINGSDATA_H
00012
00013 #include <BALL/COMMON/global.h>
00014 #include <QtCore/QVariant>
00015 #include <QtGui/QAction>
00016 #include <QtGui/QApplication>
00017 #include <QtGui/QButtonGroup>
00018 #include <QtGui/QCheckBox>
00019 #include <QtGui/QGridLayout>
00020 #include <QtGui/QGroupBox>
00021 #include <QtGui/QLabel>
00022 #include <QtGui/QListWidget>
00023 #include <QtGui/QPushButton>
00024 #include <QtGui/QSlider>
00025 #include <QtGui/QSpacerItem>
00026 #include <QtGui/QSpinBox>
00027 #include <QtGui/QStackedWidget>
00028 #include <QtGui/QVBoxLayout>
00029 #include <QtGui/QWidget>
00030
00031 class Ui_StageSettingsData
00032 {
00033 public:
00034 QStackedWidget *widget_stack;
00035 QWidget *Main;
00036 QGridLayout *gridLayout;
00037 QGridLayout *gridLayout1;
00038 QGroupBox *fob_box;
00039 QGridLayout *gridLayout2;
00040 QCheckBox *enable_fog;
00041 QSlider *fog_slider;
00042 QLabel *max_label;
00043 QLabel *min_label;
00044 QGroupBox *offscreen_group;
00045 QGridLayout *gridLayout3;
00046 QSpinBox *resolution_factor;
00047 QLabel *factor_label;
00048 QLabel *max_label1;
00049 QGroupBox *lights_box;
00050 QGridLayout *gridLayout4;
00051 QCheckBox *use_preview;
00052 QCheckBox *show_fps;
00053 QCheckBox *show_lights_;
00054 QGroupBox *background_box;
00055 QGridLayout *gridLayout5;
00056 QLabel *color_sample;
00057 QPushButton *color_button;
00058 QGroupBox *animation_box;
00059 QGridLayout *gridLayout6;
00060 QSlider *animation_smoothness;
00061 QLabel *min_label1;
00062 QLabel *max_label2;
00063 QGroupBox *capping_box;
00064 QGridLayout *gridLayout7;
00065 QLabel *capping_color;
00066 QPushButton *capping_color_button;
00067 QLabel *label;
00068 QSpinBox *capping_transparency;
00069 QWidget *Mouse;
00070 QGridLayout *gridLayout8;
00071 QSpacerItem *spacerItem;
00072 QSpacerItem *spacerItem1;
00073 QGroupBox *groupBox1_2;
00074 QGridLayout *gridLayout9;
00075 QSlider *wheel_slider_;
00076 QLabel *TextLabel1_3;
00077 QLabel *TextLabel1_2_2;
00078 QGroupBox *groupBox1;
00079 QGridLayout *gridLayout10;
00080 QSlider *slider_;
00081 QLabel *TextLabel1_2;
00082 QLabel *TextLabel1;
00083 QWidget *Stereo;
00084 QGridLayout *gridLayout11;
00085 QSpacerItem *spacerItem2;
00086 QSpacerItem *spacerItem3;
00087 QVBoxLayout *vboxLayout;
00088 QGroupBox *groupBox1_2_2;
00089 QGridLayout *gridLayout12;
00090 QSlider *eye_distance_slider;
00091 QLabel *eye_distance_label;
00092 QLabel *TextLabel1_2_2_2;
00093 QLabel *TextLabel1_3_2;
00094 QGroupBox *groupBox1_2_2_2;
00095 QGridLayout *gridLayout13;
00096 QLabel *TextLabel1_2_2_2_2;
00097 QLabel *focal_distance_label;
00098 QSlider *focal_distance_slider;
00099 QLabel *TextLabel1_3_2_2;
00100 QCheckBox *swap_sss_button;
00101 QWidget *OpenGL;
00102 QGridLayout *gridLayout14;
00103 QGridLayout *gridLayout15;
00104 QLabel *vendor_label;
00105 QLabel *renderer_label;
00106 QLabel *textLabel1_2_3;
00107 QLabel *version_label;
00108 QLabel *textLabel1_2;
00109 QLabel *textLabel1;
00110 QCheckBox *use_vertex_buffers;
00111 QListWidget *extensions_list;
00112
00113 void setupUi(QWidget *StageSettingsData)
00114 {
00115 StageSettingsData->setObjectName(QString::fromUtf8("StageSettingsData"));
00116 widget_stack = new QStackedWidget(StageSettingsData);
00117 widget_stack->setObjectName(QString::fromUtf8("widget_stack"));
00118 widget_stack->setGeometry(QRect(-1, -1, 611, 401));
00119 Main = new QWidget();
00120 Main->setObjectName(QString::fromUtf8("Main"));
00121 gridLayout = new QGridLayout(Main);
00122 gridLayout->setSpacing(6);
00123 gridLayout->setMargin(9);
00124 gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00125 gridLayout1 = new QGridLayout();
00126 gridLayout1->setSpacing(6);
00127 gridLayout1->setMargin(0);
00128 gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
00129 fob_box = new QGroupBox(Main);
00130 fob_box->setObjectName(QString::fromUtf8("fob_box"));
00131 fob_box->setAlignment(Qt::AlignHCenter);
00132 gridLayout2 = new QGridLayout(fob_box);
00133 gridLayout2->setSpacing(6);
00134 gridLayout2->setMargin(9);
00135 gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
00136 enable_fog = new QCheckBox(fob_box);
00137 enable_fog->setObjectName(QString::fromUtf8("enable_fog"));
00138
00139 gridLayout2->addWidget(enable_fog, 0, 0, 1, 1);
00140
00141 fog_slider = new QSlider(fob_box);
00142 fog_slider->setObjectName(QString::fromUtf8("fog_slider"));
00143 fog_slider->setEnabled(false);
00144 fog_slider->setMaximum(400);
00145 fog_slider->setValue(200);
00146 fog_slider->setOrientation(Qt::Horizontal);
00147 fog_slider->setTickInterval(50);
00148
00149 gridLayout2->addWidget(fog_slider, 1, 0, 1, 2);
00150
00151 max_label = new QLabel(fob_box);
00152 max_label->setObjectName(QString::fromUtf8("max_label"));
00153 max_label->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00154
00155 gridLayout2->addWidget(max_label, 2, 1, 1, 1);
00156
00157 min_label = new QLabel(fob_box);
00158 min_label->setObjectName(QString::fromUtf8("min_label"));
00159
00160 gridLayout2->addWidget(min_label, 2, 0, 1, 1);
00161
00162
00163 gridLayout1->addWidget(fob_box, 1, 0, 1, 1);
00164
00165 offscreen_group = new QGroupBox(Main);
00166 offscreen_group->setObjectName(QString::fromUtf8("offscreen_group"));
00167 offscreen_group->setAlignment(Qt::AlignJustify);
00168 offscreen_group->setCheckable(true);
00169 offscreen_group->setChecked(false);
00170 gridLayout3 = new QGridLayout(offscreen_group);
00171 gridLayout3->setSpacing(6);
00172 gridLayout3->setMargin(9);
00173 gridLayout3->setObjectName(QString::fromUtf8("gridLayout3"));
00174 resolution_factor = new QSpinBox(offscreen_group);
00175 resolution_factor->setObjectName(QString::fromUtf8("resolution_factor"));
00176 resolution_factor->setMaximum(5);
00177 resolution_factor->setMinimum(1);
00178 resolution_factor->setValue(1);
00179
00180 gridLayout3->addWidget(resolution_factor, 0, 1, 1, 1);
00181
00182 factor_label = new QLabel(offscreen_group);
00183 factor_label->setObjectName(QString::fromUtf8("factor_label"));
00184 QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(5));
00185 sizePolicy.setHorizontalStretch(0);
00186 sizePolicy.setVerticalStretch(0);
00187 sizePolicy.setHeightForWidth(factor_label->sizePolicy().hasHeightForWidth());
00188 factor_label->setSizePolicy(sizePolicy);
00189
00190 gridLayout3->addWidget(factor_label, 0, 0, 1, 1);
00191
00192 max_label1 = new QLabel(offscreen_group);
00193 max_label1->setObjectName(QString::fromUtf8("max_label1"));
00194 QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(5));
00195 sizePolicy1.setHorizontalStretch(0);
00196 sizePolicy1.setVerticalStretch(0);
00197 sizePolicy1.setHeightForWidth(max_label1->sizePolicy().hasHeightForWidth());
00198 max_label1->setSizePolicy(sizePolicy1);
00199
00200 gridLayout3->addWidget(max_label1, 1, 0, 1, 2);
00201
00202
00203 gridLayout1->addWidget(offscreen_group, 2, 1, 1, 1);
00204
00205 lights_box = new QGroupBox(Main);
00206 lights_box->setObjectName(QString::fromUtf8("lights_box"));
00207 lights_box->setAlignment(Qt::AlignHCenter);
00208 gridLayout4 = new QGridLayout(lights_box);
00209 gridLayout4->setSpacing(6);
00210 gridLayout4->setMargin(9);
00211 gridLayout4->setObjectName(QString::fromUtf8("gridLayout4"));
00212 use_preview = new QCheckBox(lights_box);
00213 use_preview->setObjectName(QString::fromUtf8("use_preview"));
00214 use_preview->setChecked(true);
00215
00216 gridLayout4->addWidget(use_preview, 2, 0, 1, 1);
00217
00218 show_fps = new QCheckBox(lights_box);
00219 show_fps->setObjectName(QString::fromUtf8("show_fps"));
00220
00221 gridLayout4->addWidget(show_fps, 1, 0, 1, 1);
00222
00223 show_lights_ = new QCheckBox(lights_box);
00224 show_lights_->setObjectName(QString::fromUtf8("show_lights_"));
00225
00226 gridLayout4->addWidget(show_lights_, 0, 0, 1, 1);
00227
00228
00229 gridLayout1->addWidget(lights_box, 1, 1, 1, 1);
00230
00231 background_box = new QGroupBox(Main);
00232 background_box->setObjectName(QString::fromUtf8("background_box"));
00233 background_box->setAlignment(Qt::AlignHCenter);
00234 gridLayout5 = new QGridLayout(background_box);
00235 gridLayout5->setSpacing(6);
00236 gridLayout5->setMargin(9);
00237 gridLayout5->setObjectName(QString::fromUtf8("gridLayout5"));
00238 color_sample = new QLabel(background_box);
00239 color_sample->setObjectName(QString::fromUtf8("color_sample"));
00240 QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(5));
00241 sizePolicy2.setHorizontalStretch(0);
00242 sizePolicy2.setVerticalStretch(0);
00243 sizePolicy2.setHeightForWidth(color_sample->sizePolicy().hasHeightForWidth());
00244 color_sample->setSizePolicy(sizePolicy2);
00245 color_sample->setFrameShape(QFrame::Panel);
00246 color_sample->setFrameShadow(QFrame::Sunken);
00247 color_sample->setLineWidth(1);
00248 color_sample->setMidLineWidth(0);
00249 color_sample->setMargin(0);
00250
00251 gridLayout5->addWidget(color_sample, 0, 0, 1, 1);
00252
00253 color_button = new QPushButton(background_box);
00254 color_button->setObjectName(QString::fromUtf8("color_button"));
00255
00256 gridLayout5->addWidget(color_button, 0, 1, 1, 1);
00257
00258
00259 gridLayout1->addWidget(background_box, 0, 0, 1, 1);
00260
00261 animation_box = new QGroupBox(Main);
00262 animation_box->setObjectName(QString::fromUtf8("animation_box"));
00263 animation_box->setAlignment(Qt::AlignHCenter);
00264 gridLayout6 = new QGridLayout(animation_box);
00265 gridLayout6->setSpacing(6);
00266 gridLayout6->setMargin(9);
00267 gridLayout6->setObjectName(QString::fromUtf8("gridLayout6"));
00268 animation_smoothness = new QSlider(animation_box);
00269 animation_smoothness->setObjectName(QString::fromUtf8("animation_smoothness"));
00270 animation_smoothness->setMinimum(1);
00271 animation_smoothness->setMaximum(100);
00272 animation_smoothness->setValue(25);
00273 animation_smoothness->setOrientation(Qt::Horizontal);
00274 animation_smoothness->setTickInterval(50);
00275
00276 gridLayout6->addWidget(animation_smoothness, 0, 0, 1, 2);
00277
00278 min_label1 = new QLabel(animation_box);
00279 min_label1->setObjectName(QString::fromUtf8("min_label1"));
00280
00281 gridLayout6->addWidget(min_label1, 1, 0, 1, 1);
00282
00283 max_label2 = new QLabel(animation_box);
00284 max_label2->setObjectName(QString::fromUtf8("max_label2"));
00285 max_label2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00286
00287 gridLayout6->addWidget(max_label2, 1, 1, 1, 1);
00288
00289
00290 gridLayout1->addWidget(animation_box, 0, 1, 1, 1);
00291
00292 capping_box = new QGroupBox(Main);
00293 capping_box->setObjectName(QString::fromUtf8("capping_box"));
00294 capping_box->setAlignment(Qt::AlignHCenter);
00295 gridLayout7 = new QGridLayout(capping_box);
00296 gridLayout7->setSpacing(6);
00297 gridLayout7->setMargin(9);
00298 gridLayout7->setObjectName(QString::fromUtf8("gridLayout7"));
00299 capping_color = new QLabel(capping_box);
00300 capping_color->setObjectName(QString::fromUtf8("capping_color"));
00301 QSizePolicy sizePolicy3(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(5));
00302 sizePolicy3.setHorizontalStretch(0);
00303 sizePolicy3.setVerticalStretch(0);
00304 sizePolicy3.setHeightForWidth(capping_color->sizePolicy().hasHeightForWidth());
00305 capping_color->setSizePolicy(sizePolicy3);
00306 capping_color->setFrameShape(QFrame::Panel);
00307 capping_color->setFrameShadow(QFrame::Sunken);
00308 capping_color->setLineWidth(1);
00309 capping_color->setMidLineWidth(0);
00310 capping_color->setMargin(0);
00311
00312 gridLayout7->addWidget(capping_color, 0, 0, 1, 1);
00313
00314 capping_color_button = new QPushButton(capping_box);
00315 capping_color_button->setObjectName(QString::fromUtf8("capping_color_button"));
00316
00317 gridLayout7->addWidget(capping_color_button, 0, 1, 1, 2);
00318
00319 label = new QLabel(capping_box);
00320 label->setObjectName(QString::fromUtf8("label"));
00321
00322 gridLayout7->addWidget(label, 1, 0, 1, 1);
00323
00324 capping_transparency = new QSpinBox(capping_box);
00325 capping_transparency->setObjectName(QString::fromUtf8("capping_transparency"));
00326 capping_transparency->setMaximum(255);
00327
00328 gridLayout7->addWidget(capping_transparency, 1, 1, 1, 2);
00329
00330
00331 gridLayout1->addWidget(capping_box, 2, 0, 1, 1);
00332
00333
00334 gridLayout->addLayout(gridLayout1, 0, 0, 1, 1);
00335
00336 widget_stack->addWidget(Main);
00337 Mouse = new QWidget();
00338 Mouse->setObjectName(QString::fromUtf8("Mouse"));
00339 gridLayout8 = new QGridLayout(Mouse);
00340 gridLayout8->setSpacing(6);
00341 gridLayout8->setMargin(9);
00342 gridLayout8->setObjectName(QString::fromUtf8("gridLayout8"));
00343 spacerItem = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00344
00345 gridLayout8->addItem(spacerItem, 0, 1, 1, 1);
00346
00347 spacerItem1 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
00348
00349 gridLayout8->addItem(spacerItem1, 2, 0, 1, 1);
00350
00351 groupBox1_2 = new QGroupBox(Mouse);
00352 groupBox1_2->setObjectName(QString::fromUtf8("groupBox1_2"));
00353 groupBox1_2->setMaximumSize(QSize(500, 16777215));
00354 groupBox1_2->setAlignment(Qt::AlignHCenter);
00355 gridLayout9 = new QGridLayout(groupBox1_2);
00356 gridLayout9->setSpacing(6);
00357 gridLayout9->setMargin(9);
00358 gridLayout9->setObjectName(QString::fromUtf8("gridLayout9"));
00359 wheel_slider_ = new QSlider(groupBox1_2);
00360 wheel_slider_->setObjectName(QString::fromUtf8("wheel_slider_"));
00361 wheel_slider_->setMaximum(10);
00362 wheel_slider_->setValue(5);
00363 wheel_slider_->setOrientation(Qt::Horizontal);
00364
00365 gridLayout9->addWidget(wheel_slider_, 0, 0, 1, 2);
00366
00367 TextLabel1_3 = new QLabel(groupBox1_2);
00368 TextLabel1_3->setObjectName(QString::fromUtf8("TextLabel1_3"));
00369
00370 gridLayout9->addWidget(TextLabel1_3, 1, 0, 1, 1);
00371
00372 TextLabel1_2_2 = new QLabel(groupBox1_2);
00373 TextLabel1_2_2->setObjectName(QString::fromUtf8("TextLabel1_2_2"));
00374 TextLabel1_2_2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00375
00376 gridLayout9->addWidget(TextLabel1_2_2, 1, 1, 1, 1);
00377
00378
00379 gridLayout8->addWidget(groupBox1_2, 1, 0, 1, 1);
00380
00381 groupBox1 = new QGroupBox(Mouse);
00382 groupBox1->setObjectName(QString::fromUtf8("groupBox1"));
00383 QSizePolicy sizePolicy4(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(5));
00384 sizePolicy4.setHorizontalStretch(0);
00385 sizePolicy4.setVerticalStretch(0);
00386 sizePolicy4.setHeightForWidth(groupBox1->sizePolicy().hasHeightForWidth());
00387 groupBox1->setSizePolicy(sizePolicy4);
00388 groupBox1->setMaximumSize(QSize(500, 16777215));
00389 groupBox1->setAlignment(Qt::AlignHCenter);
00390 gridLayout10 = new QGridLayout(groupBox1);
00391 gridLayout10->setSpacing(6);
00392 gridLayout10->setMargin(9);
00393 gridLayout10->setObjectName(QString::fromUtf8("gridLayout10"));
00394 slider_ = new QSlider(groupBox1);
00395 slider_->setObjectName(QString::fromUtf8("slider_"));
00396 slider_->setMaximum(10);
00397 slider_->setValue(5);
00398 slider_->setOrientation(Qt::Horizontal);
00399
00400 gridLayout10->addWidget(slider_, 0, 0, 1, 2);
00401
00402 TextLabel1_2 = new QLabel(groupBox1);
00403 TextLabel1_2->setObjectName(QString::fromUtf8("TextLabel1_2"));
00404 TextLabel1_2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00405
00406 gridLayout10->addWidget(TextLabel1_2, 1, 1, 1, 1);
00407
00408 TextLabel1 = new QLabel(groupBox1);
00409 TextLabel1->setObjectName(QString::fromUtf8("TextLabel1"));
00410
00411 gridLayout10->addWidget(TextLabel1, 1, 0, 1, 1);
00412
00413
00414 gridLayout8->addWidget(groupBox1, 0, 0, 1, 1);
00415
00416 widget_stack->addWidget(Mouse);
00417 Stereo = new QWidget();
00418 Stereo->setObjectName(QString::fromUtf8("Stereo"));
00419 gridLayout11 = new QGridLayout(Stereo);
00420 gridLayout11->setSpacing(6);
00421 gridLayout11->setMargin(9);
00422 gridLayout11->setObjectName(QString::fromUtf8("gridLayout11"));
00423 spacerItem2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
00424
00425 gridLayout11->addItem(spacerItem2, 1, 0, 1, 1);
00426
00427 spacerItem3 = new QSpacerItem(40, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00428
00429 gridLayout11->addItem(spacerItem3, 0, 1, 1, 1);
00430
00431 vboxLayout = new QVBoxLayout();
00432 vboxLayout->setSpacing(6);
00433 vboxLayout->setMargin(0);
00434 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00435 groupBox1_2_2 = new QGroupBox(Stereo);
00436 groupBox1_2_2->setObjectName(QString::fromUtf8("groupBox1_2_2"));
00437 groupBox1_2_2->setMaximumSize(QSize(400, 100));
00438 groupBox1_2_2->setAlignment(Qt::AlignHCenter);
00439 gridLayout12 = new QGridLayout(groupBox1_2_2);
00440 gridLayout12->setSpacing(6);
00441 gridLayout12->setMargin(9);
00442 gridLayout12->setObjectName(QString::fromUtf8("gridLayout12"));
00443 eye_distance_slider = new QSlider(groupBox1_2_2);
00444 eye_distance_slider->setObjectName(QString::fromUtf8("eye_distance_slider"));
00445 eye_distance_slider->setMaximum(40);
00446 eye_distance_slider->setSingleStep(5);
00447 eye_distance_slider->setPageStep(5);
00448 eye_distance_slider->setValue(20);
00449 eye_distance_slider->setOrientation(Qt::Horizontal);
00450 eye_distance_slider->setTickInterval(5);
00451
00452 gridLayout12->addWidget(eye_distance_slider, 0, 0, 1, 2);
00453
00454 eye_distance_label = new QLabel(groupBox1_2_2);
00455 eye_distance_label->setObjectName(QString::fromUtf8("eye_distance_label"));
00456 QSizePolicy sizePolicy5(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
00457 sizePolicy5.setHorizontalStretch(0);
00458 sizePolicy5.setVerticalStretch(0);
00459 sizePolicy5.setHeightForWidth(eye_distance_label->sizePolicy().hasHeightForWidth());
00460 eye_distance_label->setSizePolicy(sizePolicy5);
00461 eye_distance_label->setMinimumSize(QSize(50, 25));
00462 eye_distance_label->setMaximumSize(QSize(35, 25));
00463 eye_distance_label->setAlignment(Qt::AlignCenter);
00464
00465 gridLayout12->addWidget(eye_distance_label, 0, 2, 1, 1);
00466
00467 TextLabel1_2_2_2 = new QLabel(groupBox1_2_2);
00468 TextLabel1_2_2_2->setObjectName(QString::fromUtf8("TextLabel1_2_2_2"));
00469 TextLabel1_2_2_2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00470
00471 gridLayout12->addWidget(TextLabel1_2_2_2, 1, 1, 1, 1);
00472
00473 TextLabel1_3_2 = new QLabel(groupBox1_2_2);
00474 TextLabel1_3_2->setObjectName(QString::fromUtf8("TextLabel1_3_2"));
00475
00476 gridLayout12->addWidget(TextLabel1_3_2, 1, 0, 1, 1);
00477
00478
00479 vboxLayout->addWidget(groupBox1_2_2);
00480
00481 groupBox1_2_2_2 = new QGroupBox(Stereo);
00482 groupBox1_2_2_2->setObjectName(QString::fromUtf8("groupBox1_2_2_2"));
00483 QSizePolicy sizePolicy6(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(5));
00484 sizePolicy6.setHorizontalStretch(0);
00485 sizePolicy6.setVerticalStretch(0);
00486 sizePolicy6.setHeightForWidth(groupBox1_2_2_2->sizePolicy().hasHeightForWidth());
00487 groupBox1_2_2_2->setSizePolicy(sizePolicy6);
00488 groupBox1_2_2_2->setMaximumSize(QSize(400, 100));
00489 groupBox1_2_2_2->setAlignment(Qt::AlignHCenter);
00490 gridLayout13 = new QGridLayout(groupBox1_2_2_2);
00491 gridLayout13->setSpacing(6);
00492 gridLayout13->setMargin(9);
00493 gridLayout13->setObjectName(QString::fromUtf8("gridLayout13"));
00494 TextLabel1_2_2_2_2 = new QLabel(groupBox1_2_2_2);
00495 TextLabel1_2_2_2_2->setObjectName(QString::fromUtf8("TextLabel1_2_2_2_2"));
00496 TextLabel1_2_2_2_2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00497
00498 gridLayout13->addWidget(TextLabel1_2_2_2_2, 1, 1, 1, 1);
00499
00500 focal_distance_label = new QLabel(groupBox1_2_2_2);
00501 focal_distance_label->setObjectName(QString::fromUtf8("focal_distance_label"));
00502 QSizePolicy sizePolicy7(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
00503 sizePolicy7.setHorizontalStretch(0);
00504 sizePolicy7.setVerticalStretch(0);
00505 sizePolicy7.setHeightForWidth(focal_distance_label->sizePolicy().hasHeightForWidth());
00506 focal_distance_label->setSizePolicy(sizePolicy7);
00507 focal_distance_label->setMinimumSize(QSize(50, 25));
00508 focal_distance_label->setMaximumSize(QSize(35, 25));
00509 focal_distance_label->setAlignment(Qt::AlignCenter);
00510
00511 gridLayout13->addWidget(focal_distance_label, 0, 2, 1, 1);
00512
00513 focal_distance_slider = new QSlider(groupBox1_2_2_2);
00514 focal_distance_slider->setObjectName(QString::fromUtf8("focal_distance_slider"));
00515 focal_distance_slider->setMinimum(7);
00516 focal_distance_slider->setMaximum(100);
00517 focal_distance_slider->setSingleStep(5);
00518 focal_distance_slider->setPageStep(5);
00519 focal_distance_slider->setValue(40);
00520 focal_distance_slider->setOrientation(Qt::Horizontal);
00521 focal_distance_slider->setTickInterval(5);
00522
00523 gridLayout13->addWidget(focal_distance_slider, 0, 0, 1, 2);
00524
00525 TextLabel1_3_2_2 = new QLabel(groupBox1_2_2_2);
00526 TextLabel1_3_2_2->setObjectName(QString::fromUtf8("TextLabel1_3_2_2"));
00527
00528 gridLayout13->addWidget(TextLabel1_3_2_2, 1, 0, 1, 1);
00529
00530
00531 vboxLayout->addWidget(groupBox1_2_2_2);
00532
00533 swap_sss_button = new QCheckBox(Stereo);
00534 swap_sss_button->setObjectName(QString::fromUtf8("swap_sss_button"));
00535
00536 vboxLayout->addWidget(swap_sss_button);
00537
00538
00539 gridLayout11->addLayout(vboxLayout, 0, 0, 1, 1);
00540
00541 widget_stack->addWidget(Stereo);
00542 OpenGL = new QWidget();
00543 OpenGL->setObjectName(QString::fromUtf8("OpenGL"));
00544 gridLayout14 = new QGridLayout(OpenGL);
00545 gridLayout14->setSpacing(6);
00546 gridLayout14->setMargin(9);
00547 gridLayout14->setObjectName(QString::fromUtf8("gridLayout14"));
00548 gridLayout15 = new QGridLayout();
00549 gridLayout15->setSpacing(6);
00550 gridLayout15->setMargin(9);
00551 gridLayout15->setObjectName(QString::fromUtf8("gridLayout15"));
00552 vendor_label = new QLabel(OpenGL);
00553 vendor_label->setObjectName(QString::fromUtf8("vendor_label"));
00554 vendor_label->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
00555
00556 gridLayout15->addWidget(vendor_label, 0, 1, 1, 1);
00557
00558 renderer_label = new QLabel(OpenGL);
00559 renderer_label->setObjectName(QString::fromUtf8("renderer_label"));
00560 renderer_label->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
00561
00562 gridLayout15->addWidget(renderer_label, 1, 1, 1, 1);
00563
00564 textLabel1_2_3 = new QLabel(OpenGL);
00565 textLabel1_2_3->setObjectName(QString::fromUtf8("textLabel1_2_3"));
00566 QSizePolicy sizePolicy8(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(5));
00567 sizePolicy8.setHorizontalStretch(0);
00568 sizePolicy8.setVerticalStretch(0);
00569 sizePolicy8.setHeightForWidth(textLabel1_2_3->sizePolicy().hasHeightForWidth());
00570 textLabel1_2_3->setSizePolicy(sizePolicy8);
00571 textLabel1_2_3->setMinimumSize(QSize(160, 0));
00572 textLabel1_2_3->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00573
00574 gridLayout15->addWidget(textLabel1_2_3, 1, 0, 1, 1);
00575
00576 version_label = new QLabel(OpenGL);
00577 version_label->setObjectName(QString::fromUtf8("version_label"));
00578 version_label->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
00579
00580 gridLayout15->addWidget(version_label, 2, 1, 1, 1);
00581
00582 textLabel1_2 = new QLabel(OpenGL);
00583 textLabel1_2->setObjectName(QString::fromUtf8("textLabel1_2"));
00584 QSizePolicy sizePolicy9(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(5));
00585 sizePolicy9.setHorizontalStretch(0);
00586 sizePolicy9.setVerticalStretch(0);
00587 sizePolicy9.setHeightForWidth(textLabel1_2->sizePolicy().hasHeightForWidth());
00588 textLabel1_2->setSizePolicy(sizePolicy9);
00589 textLabel1_2->setMinimumSize(QSize(160, 0));
00590 textLabel1_2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00591
00592 gridLayout15->addWidget(textLabel1_2, 2, 0, 1, 1);
00593
00594 textLabel1 = new QLabel(OpenGL);
00595 textLabel1->setObjectName(QString::fromUtf8("textLabel1"));
00596 QSizePolicy sizePolicy10(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(5));
00597 sizePolicy10.setHorizontalStretch(0);
00598 sizePolicy10.setVerticalStretch(0);
00599 sizePolicy10.setHeightForWidth(textLabel1->sizePolicy().hasHeightForWidth());
00600 textLabel1->setSizePolicy(sizePolicy10);
00601 textLabel1->setMinimumSize(QSize(160, 0));
00602 textLabel1->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00603
00604 gridLayout15->addWidget(textLabel1, 0, 0, 1, 1);
00605
00606
00607 gridLayout14->addLayout(gridLayout15, 0, 0, 1, 1);
00608
00609 use_vertex_buffers = new QCheckBox(OpenGL);
00610 use_vertex_buffers->setObjectName(QString::fromUtf8("use_vertex_buffers"));
00611 use_vertex_buffers->setChecked(true);
00612
00613 gridLayout14->addWidget(use_vertex_buffers, 2, 0, 1, 1);
00614
00615 extensions_list = new QListWidget(OpenGL);
00616 extensions_list->setObjectName(QString::fromUtf8("extensions_list"));
00617
00618 gridLayout14->addWidget(extensions_list, 1, 0, 1, 1);
00619
00620 widget_stack->addWidget(OpenGL);
00621 QWidget::setTabOrder(color_button, enable_fog);
00622 QWidget::setTabOrder(enable_fog, fog_slider);
00623 QWidget::setTabOrder(fog_slider, capping_color_button);
00624 QWidget::setTabOrder(capping_color_button, capping_transparency);
00625 QWidget::setTabOrder(capping_transparency, animation_smoothness);
00626 QWidget::setTabOrder(animation_smoothness, show_lights_);
00627 QWidget::setTabOrder(show_lights_, resolution_factor);
00628 QWidget::setTabOrder(resolution_factor, slider_);
00629 QWidget::setTabOrder(slider_, wheel_slider_);
00630 QWidget::setTabOrder(wheel_slider_, eye_distance_slider);
00631 QWidget::setTabOrder(eye_distance_slider, focal_distance_slider);
00632 QWidget::setTabOrder(focal_distance_slider, swap_sss_button);
00633 QWidget::setTabOrder(swap_sss_button, extensions_list);
00634 QWidget::setTabOrder(extensions_list, use_vertex_buffers);
00635
00636 retranslateUi(StageSettingsData);
00637
00638 QSize size(606, 395);
00639 size = size.expandedTo(StageSettingsData->minimumSizeHint());
00640 StageSettingsData->resize(size);
00641
00642
00643 widget_stack->setCurrentIndex(0);
00644
00645
00646 QMetaObject::connectSlotsByName(StageSettingsData);
00647 }
00648
00649 void retranslateUi(QWidget *StageSettingsData)
00650 {
00651 StageSettingsData->setWindowTitle(QApplication::translate("StageSettingsData", "StageSettings", 0, QApplication::UnicodeUTF8));
00652 fob_box->setToolTip(QApplication::translate("StageSettingsData", "The fog is currently not exported to POVRay", 0, QApplication::UnicodeUTF8));
00653 fob_box->setTitle(QApplication::translate("StageSettingsData", "Fog", 0, QApplication::UnicodeUTF8));
00654 enable_fog->setText(QApplication::translate("StageSettingsData", "Enable fog", 0, QApplication::UnicodeUTF8));
00655 fog_slider->setToolTip(QApplication::translate("StageSettingsData", "Intensity of fog", 0, QApplication::UnicodeUTF8));
00656 fog_slider->setWhatsThis(QApplication::translate("StageSettingsData", "Intensity of fog", 0, QApplication::UnicodeUTF8));
00657 max_label->setText(QApplication::translate("StageSettingsData", "max", 0, QApplication::UnicodeUTF8));
00658 min_label->setText(QApplication::translate("StageSettingsData", "min", 0, QApplication::UnicodeUTF8));
00659 offscreen_group->setToolTip(QApplication::translate("StageSettingsData", "Screenshots can also be created through offscreen rendering, which enables images larger than the screen resolution. Uncheck this if there are poblems with the resulting images.", 0, QApplication::UnicodeUTF8));
00660 offscreen_group->setTitle(QApplication::translate("StageSettingsData", "Use offscreen rendering for PNGs", 0, QApplication::UnicodeUTF8));
00661 factor_label->setText(QApplication::translate("StageSettingsData", "resolution factor", 0, QApplication::UnicodeUTF8));
00662 max_label1->setText(QApplication::translate("StageSettingsData", "(max width/height: 4096 pixels)", 0, QApplication::UnicodeUTF8));
00663 lights_box->setTitle(QApplication::translate("StageSettingsData", "Misc", 0, QApplication::UnicodeUTF8));
00664 use_preview->setToolTip(QApplication::translate("StageSettingsData", "Show the lightsources in the 3D view for easier positioning.", 0, QApplication::UnicodeUTF8));
00665 use_preview->setText(QApplication::translate("StageSettingsData", "Use faster preview models", 0, QApplication::UnicodeUTF8));
00666 show_fps->setToolTip(QApplication::translate("StageSettingsData", "Show the lightsources in the 3D view for easier positioning.", 0, QApplication::UnicodeUTF8));
00667 show_fps->setText(QApplication::translate("StageSettingsData", "Show frames per second (FPS)", 0, QApplication::UnicodeUTF8));
00668 show_lights_->setToolTip(QApplication::translate("StageSettingsData", "Show the lightsources in the 3D view for easier positioning.", 0, QApplication::UnicodeUTF8));
00669 show_lights_->setText(QApplication::translate("StageSettingsData", "Show lightsources in Scene", 0, QApplication::UnicodeUTF8));
00670 background_box->setToolTip(QApplication::translate("StageSettingsData", "Set the background color of the Scene.", 0, QApplication::UnicodeUTF8));
00671 background_box->setTitle(QApplication::translate("StageSettingsData", "Background color", 0, QApplication::UnicodeUTF8));
00672 color_sample->setText(QString());
00673 color_button->setText(QApplication::translate("StageSettingsData", "Edit", 0, QApplication::UnicodeUTF8));
00674 animation_box->setToolTip(QString());
00675 animation_box->setTitle(QApplication::translate("StageSettingsData", "Animation Smoothness", 0, QApplication::UnicodeUTF8));
00676 animation_smoothness->setToolTip(QApplication::translate("StageSettingsData", "Smoothness of the interpolation between stored 3D positions.", 0, QApplication::UnicodeUTF8));
00677 animation_smoothness->setWhatsThis(QString());
00678 min_label1->setText(QApplication::translate("StageSettingsData", "min", 0, QApplication::UnicodeUTF8));
00679 max_label2->setText(QApplication::translate("StageSettingsData", "max", 0, QApplication::UnicodeUTF8));
00680 capping_box->setToolTip(QApplication::translate("StageSettingsData", "Capping planes work almost like clipping planes, but create a solid volume.", 0, QApplication::UnicodeUTF8));
00681 capping_box->setTitle(QApplication::translate("StageSettingsData", "Capping", 0, QApplication::UnicodeUTF8));
00682 capping_color->setToolTip(QApplication::translate("StageSettingsData", "Color for Caping planes", 0, QApplication::UnicodeUTF8));
00683 capping_color->setText(QString());
00684 capping_color_button->setText(QApplication::translate("StageSettingsData", "Edit", 0, QApplication::UnicodeUTF8));
00685 label->setText(QApplication::translate("StageSettingsData", "Transparency", 0, QApplication::UnicodeUTF8));
00686 groupBox1_2->setToolTip(QApplication::translate("StageSettingsData", "Change sensitivity of mouse wheel. Higher sensitivity means more movement with less moving the wheel.", 0, QApplication::UnicodeUTF8));
00687 groupBox1_2->setTitle(QApplication::translate("StageSettingsData", "Mouse wheel sensitivity", 0, QApplication::UnicodeUTF8));
00688 TextLabel1_3->setText(QApplication::translate("StageSettingsData", "min", 0, QApplication::UnicodeUTF8));
00689 TextLabel1_2_2->setText(QApplication::translate("StageSettingsData", "max", 0, QApplication::UnicodeUTF8));
00690 groupBox1->setToolTip(QApplication::translate("StageSettingsData", "Change the mouse sensitivity. Greater sensitivity means greater mouse movement on the screen with less movement of the mouse.", 0, QApplication::UnicodeUTF8));
00691 groupBox1->setTitle(QApplication::translate("StageSettingsData", "Mouse sensitivity", 0, QApplication::UnicodeUTF8));
00692 TextLabel1_2->setText(QApplication::translate("StageSettingsData", "max", 0, QApplication::UnicodeUTF8));
00693 TextLabel1->setText(QApplication::translate("StageSettingsData", "min", 0, QApplication::UnicodeUTF8));
00694 groupBox1_2_2->setToolTip(QString());
00695 groupBox1_2_2->setTitle(QApplication::translate("StageSettingsData", "Stereo: Eye points distance", 0, QApplication::UnicodeUTF8));
00696 eye_distance_slider->setToolTip(QApplication::translate("StageSettingsData", "The greater the eye point distance is the greater is the stereo effect.", 0, QApplication::UnicodeUTF8));
00697 eye_distance_label->setText(QApplication::translate("StageSettingsData", "99.9", 0, QApplication::UnicodeUTF8));
00698 TextLabel1_2_2_2->setText(QApplication::translate("StageSettingsData", "max", 0, QApplication::UnicodeUTF8));
00699 TextLabel1_3_2->setText(QApplication::translate("StageSettingsData", "min", 0, QApplication::UnicodeUTF8));
00700 groupBox1_2_2_2->setToolTip(QString());
00701 groupBox1_2_2_2->setTitle(QApplication::translate("StageSettingsData", "Stereo: focal distance", 0, QApplication::UnicodeUTF8));
00702 TextLabel1_2_2_2_2->setText(QApplication::translate("StageSettingsData", "max", 0, QApplication::UnicodeUTF8));
00703 focal_distance_label->setText(QApplication::translate("StageSettingsData", "99.9", 0, QApplication::UnicodeUTF8));
00704 TextLabel1_3_2_2->setText(QApplication::translate("StageSettingsData", "min", 0, QApplication::UnicodeUTF8));
00705 swap_sss_button->setText(QApplication::translate("StageSettingsData", "Swap side by side stereo", 0, QApplication::UnicodeUTF8));
00706 vendor_label->setText(QApplication::translate("StageSettingsData", "undefined", 0, QApplication::UnicodeUTF8));
00707 renderer_label->setText(QApplication::translate("StageSettingsData", "undefined", 0, QApplication::UnicodeUTF8));
00708 textLabel1_2_3->setText(QApplication::translate("StageSettingsData", "Renderer:", 0, QApplication::UnicodeUTF8));
00709 version_label->setText(QApplication::translate("StageSettingsData", "undefined", 0, QApplication::UnicodeUTF8));
00710 textLabel1_2->setText(QApplication::translate("StageSettingsData", "Version:", 0, QApplication::UnicodeUTF8));
00711 textLabel1->setText(QApplication::translate("StageSettingsData", "Vendor:", 0, QApplication::UnicodeUTF8));
00712 use_vertex_buffers->setToolTip(QApplication::translate("StageSettingsData", "Select to use OpenGL vertex buffer. Results in greater performance.", 0, QApplication::UnicodeUTF8));
00713 use_vertex_buffers->setText(QApplication::translate("StageSettingsData", "Use OpenGL Vertex Buffer Objects", 0, QApplication::UnicodeUTF8));
00714 extensions_list->setToolTip(QApplication::translate("StageSettingsData", "Extensions supported by your graphics card", 0, QApplication::UnicodeUTF8));
00715 Q_UNUSED(StageSettingsData);
00716 }
00717
00718 };
00719
00720 namespace Ui {
00721 class StageSettingsData: public Ui_StageSettingsData {};
00722 }
00723
00724 #endif // STAGESETTINGSDATA_H