00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef SNAPSHOTVISUALISATIONDATA_H
00011 #define SNAPSHOTVISUALISATIONDATA_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/QDialog>
00020 #include <QtGui/QGridLayout>
00021 #include <QtGui/QGroupBox>
00022 #include <QtGui/QHBoxLayout>
00023 #include <QtGui/QLabel>
00024 #include <QtGui/QLineEdit>
00025 #include <QtGui/QPushButton>
00026 #include <QtGui/QRadioButton>
00027 #include <QtGui/QSlider>
00028 #include <QtGui/QVBoxLayout>
00029
00030 class Ui_SnapshotVisualisationDialogData
00031 {
00032 public:
00033 QGridLayout *gridLayout;
00034 QGroupBox *sliderBox;
00035 QGridLayout *gridLayout1;
00036 QHBoxLayout *hboxLayout;
00037 QPushButton *firstSnapshotButton;
00038 QPushButton *tenBackwardButton;
00039 QPushButton *oneBackwardButton;
00040 QPushButton *oneForwardButton;
00041 QPushButton *tenForwardButton;
00042 QPushButton *lastSnapshotButton;
00043 QLabel *TextLabel2_2;
00044 QSlider *snapShotSlider;
00045 QLabel *TextLabel2;
00046 QLineEdit *numberOfSnapshots;
00047 QLineEdit *currentSnapshot;
00048 QPushButton *cancelButton;
00049 QPushButton *animateButton;
00050 QGroupBox *groupBox2;
00051 QGridLayout *gridLayout2;
00052 QGroupBox *groupBox10;
00053 QGridLayout *gridLayout3;
00054 QRadioButton *rockLoopButton;
00055 QRadioButton *forwardLoopButton;
00056 QRadioButton *noLoopButton;
00057 QGridLayout *gridLayout4;
00058 QLabel *TextLabel2_3;
00059 QLineEdit *endSnapshot;
00060 QLabel *TextLabel2_4;
00061 QLineEdit *startSnapshot;
00062 QGroupBox *groupBox4;
00063 QGridLayout *gridLayout5;
00064 QLineEdit *animationSpeedLineEdit;
00065 QSlider *animationSpeedSlider;
00066 QVBoxLayout *vboxLayout;
00067 QCheckBox *export_POV;
00068 QCheckBox *export_PNG;
00069
00070 void setupUi(QDialog *SnapshotVisualisationDialogData)
00071 {
00072 SnapshotVisualisationDialogData->setObjectName(QString::fromUtf8("SnapshotVisualisationDialogData"));
00073 SnapshotVisualisationDialogData->setMinimumSize(QSize(0, 0));
00074 SnapshotVisualisationDialogData->setMaximumSize(QSize(3900, 3400));
00075 gridLayout = new QGridLayout(SnapshotVisualisationDialogData);
00076 gridLayout->setSpacing(6);
00077 gridLayout->setMargin(4);
00078 gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00079 sliderBox = new QGroupBox(SnapshotVisualisationDialogData);
00080 sliderBox->setObjectName(QString::fromUtf8("sliderBox"));
00081 sliderBox->setAlignment(Qt::AlignHCenter);
00082 gridLayout1 = new QGridLayout(sliderBox);
00083 gridLayout1->setSpacing(6);
00084 gridLayout1->setMargin(9);
00085 gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
00086 hboxLayout = new QHBoxLayout();
00087 hboxLayout->setSpacing(6);
00088 hboxLayout->setMargin(0);
00089 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00090 firstSnapshotButton = new QPushButton(sliderBox);
00091 firstSnapshotButton->setObjectName(QString::fromUtf8("firstSnapshotButton"));
00092 QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
00093 sizePolicy.setHorizontalStretch(0);
00094 sizePolicy.setVerticalStretch(0);
00095 sizePolicy.setHeightForWidth(firstSnapshotButton->sizePolicy().hasHeightForWidth());
00096 firstSnapshotButton->setSizePolicy(sizePolicy);
00097 firstSnapshotButton->setMinimumSize(QSize(21, 31));
00098
00099 hboxLayout->addWidget(firstSnapshotButton);
00100
00101 tenBackwardButton = new QPushButton(sliderBox);
00102 tenBackwardButton->setObjectName(QString::fromUtf8("tenBackwardButton"));
00103 QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
00104 sizePolicy1.setHorizontalStretch(0);
00105 sizePolicy1.setVerticalStretch(0);
00106 sizePolicy1.setHeightForWidth(tenBackwardButton->sizePolicy().hasHeightForWidth());
00107 tenBackwardButton->setSizePolicy(sizePolicy1);
00108 tenBackwardButton->setMinimumSize(QSize(21, 31));
00109
00110 hboxLayout->addWidget(tenBackwardButton);
00111
00112 oneBackwardButton = new QPushButton(sliderBox);
00113 oneBackwardButton->setObjectName(QString::fromUtf8("oneBackwardButton"));
00114 QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
00115 sizePolicy2.setHorizontalStretch(0);
00116 sizePolicy2.setVerticalStretch(0);
00117 sizePolicy2.setHeightForWidth(oneBackwardButton->sizePolicy().hasHeightForWidth());
00118 oneBackwardButton->setSizePolicy(sizePolicy2);
00119 oneBackwardButton->setMinimumSize(QSize(21, 31));
00120
00121 hboxLayout->addWidget(oneBackwardButton);
00122
00123 oneForwardButton = new QPushButton(sliderBox);
00124 oneForwardButton->setObjectName(QString::fromUtf8("oneForwardButton"));
00125 QSizePolicy sizePolicy3(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
00126 sizePolicy3.setHorizontalStretch(0);
00127 sizePolicy3.setVerticalStretch(0);
00128 sizePolicy3.setHeightForWidth(oneForwardButton->sizePolicy().hasHeightForWidth());
00129 oneForwardButton->setSizePolicy(sizePolicy3);
00130 oneForwardButton->setMinimumSize(QSize(21, 31));
00131
00132 hboxLayout->addWidget(oneForwardButton);
00133
00134 tenForwardButton = new QPushButton(sliderBox);
00135 tenForwardButton->setObjectName(QString::fromUtf8("tenForwardButton"));
00136 QSizePolicy sizePolicy4(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
00137 sizePolicy4.setHorizontalStretch(0);
00138 sizePolicy4.setVerticalStretch(0);
00139 sizePolicy4.setHeightForWidth(tenForwardButton->sizePolicy().hasHeightForWidth());
00140 tenForwardButton->setSizePolicy(sizePolicy4);
00141 tenForwardButton->setMinimumSize(QSize(21, 31));
00142
00143 hboxLayout->addWidget(tenForwardButton);
00144
00145 lastSnapshotButton = new QPushButton(sliderBox);
00146 lastSnapshotButton->setObjectName(QString::fromUtf8("lastSnapshotButton"));
00147 QSizePolicy sizePolicy5(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
00148 sizePolicy5.setHorizontalStretch(0);
00149 sizePolicy5.setVerticalStretch(0);
00150 sizePolicy5.setHeightForWidth(lastSnapshotButton->sizePolicy().hasHeightForWidth());
00151 lastSnapshotButton->setSizePolicy(sizePolicy5);
00152 lastSnapshotButton->setMinimumSize(QSize(21, 31));
00153
00154 hboxLayout->addWidget(lastSnapshotButton);
00155
00156
00157 gridLayout1->addLayout(hboxLayout, 2, 0, 1, 4);
00158
00159 TextLabel2_2 = new QLabel(sliderBox);
00160 TextLabel2_2->setObjectName(QString::fromUtf8("TextLabel2_2"));
00161 TextLabel2_2->setMinimumSize(QSize(50, 0));
00162 TextLabel2_2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00163
00164 gridLayout1->addWidget(TextLabel2_2, 0, 2, 1, 1);
00165
00166 snapShotSlider = new QSlider(sliderBox);
00167 snapShotSlider->setObjectName(QString::fromUtf8("snapShotSlider"));
00168 snapShotSlider->setMinimumSize(QSize(360, 0));
00169 snapShotSlider->setCursor(QCursor(static_cast<Qt::CursorShape>(0)));
00170 snapShotSlider->setMinimum(1);
00171 snapShotSlider->setPageStep(5);
00172 snapShotSlider->setOrientation(Qt::Horizontal);
00173 snapShotSlider->setTickInterval(20);
00174
00175 gridLayout1->addWidget(snapShotSlider, 1, 0, 1, 4);
00176
00177 TextLabel2 = new QLabel(sliderBox);
00178 TextLabel2->setObjectName(QString::fromUtf8("TextLabel2"));
00179 TextLabel2->setMinimumSize(QSize(70, 0));
00180 TextLabel2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00181
00182 gridLayout1->addWidget(TextLabel2, 0, 0, 1, 1);
00183
00184 numberOfSnapshots = new QLineEdit(sliderBox);
00185 numberOfSnapshots->setObjectName(QString::fromUtf8("numberOfSnapshots"));
00186 numberOfSnapshots->setEnabled(false);
00187 numberOfSnapshots->setMinimumSize(QSize(90, 0));
00188 numberOfSnapshots->setReadOnly(true);
00189
00190 gridLayout1->addWidget(numberOfSnapshots, 0, 1, 1, 1);
00191
00192 currentSnapshot = new QLineEdit(sliderBox);
00193 currentSnapshot->setObjectName(QString::fromUtf8("currentSnapshot"));
00194 currentSnapshot->setEnabled(true);
00195 currentSnapshot->setMinimumSize(QSize(90, 0));
00196 currentSnapshot->setReadOnly(true);
00197
00198 gridLayout1->addWidget(currentSnapshot, 0, 3, 1, 1);
00199
00200
00201 gridLayout->addWidget(sliderBox, 0, 0, 1, 2);
00202
00203 cancelButton = new QPushButton(SnapshotVisualisationDialogData);
00204 cancelButton->setObjectName(QString::fromUtf8("cancelButton"));
00205 cancelButton->setMinimumSize(QSize(180, 32));
00206
00207 gridLayout->addWidget(cancelButton, 2, 1, 1, 1);
00208
00209 animateButton = new QPushButton(SnapshotVisualisationDialogData);
00210 animateButton->setObjectName(QString::fromUtf8("animateButton"));
00211 animateButton->setMinimumSize(QSize(180, 32));
00212 animateButton->setDefault(true);
00213
00214 gridLayout->addWidget(animateButton, 2, 0, 1, 1);
00215
00216 groupBox2 = new QGroupBox(SnapshotVisualisationDialogData);
00217 groupBox2->setObjectName(QString::fromUtf8("groupBox2"));
00218 groupBox2->setAlignment(Qt::AlignHCenter);
00219 gridLayout2 = new QGridLayout(groupBox2);
00220 gridLayout2->setSpacing(6);
00221 gridLayout2->setMargin(4);
00222 gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
00223 groupBox10 = new QGroupBox(groupBox2);
00224 groupBox10->setObjectName(QString::fromUtf8("groupBox10"));
00225 groupBox10->setAlignment(Qt::AlignHCenter);
00226 gridLayout3 = new QGridLayout(groupBox10);
00227 gridLayout3->setSpacing(6);
00228 gridLayout3->setMargin(9);
00229 gridLayout3->setObjectName(QString::fromUtf8("gridLayout3"));
00230 rockLoopButton = new QRadioButton(groupBox10);
00231 rockLoopButton->setObjectName(QString::fromUtf8("rockLoopButton"));
00232 rockLoopButton->setEnabled(true);
00233
00234 gridLayout3->addWidget(rockLoopButton, 2, 0, 1, 1);
00235
00236 forwardLoopButton = new QRadioButton(groupBox10);
00237 forwardLoopButton->setObjectName(QString::fromUtf8("forwardLoopButton"));
00238 forwardLoopButton->setEnabled(true);
00239 forwardLoopButton->setChecked(false);
00240
00241 gridLayout3->addWidget(forwardLoopButton, 1, 0, 1, 1);
00242
00243 noLoopButton = new QRadioButton(groupBox10);
00244 noLoopButton->setObjectName(QString::fromUtf8("noLoopButton"));
00245 noLoopButton->setChecked(true);
00246
00247 gridLayout3->addWidget(noLoopButton, 0, 0, 1, 1);
00248
00249
00250 gridLayout2->addWidget(groupBox10, 0, 1, 1, 1);
00251
00252 gridLayout4 = new QGridLayout();
00253 gridLayout4->setSpacing(6);
00254 gridLayout4->setMargin(0);
00255 gridLayout4->setObjectName(QString::fromUtf8("gridLayout4"));
00256 TextLabel2_3 = new QLabel(groupBox2);
00257 TextLabel2_3->setObjectName(QString::fromUtf8("TextLabel2_3"));
00258 TextLabel2_3->setMinimumSize(QSize(80, 0));
00259 TextLabel2_3->setMaximumSize(QSize(80, 32767));
00260
00261 gridLayout4->addWidget(TextLabel2_3, 0, 0, 1, 1);
00262
00263 endSnapshot = new QLineEdit(groupBox2);
00264 endSnapshot->setObjectName(QString::fromUtf8("endSnapshot"));
00265 endSnapshot->setMinimumSize(QSize(120, 25));
00266 endSnapshot->setMaximumSize(QSize(100, 32767));
00267
00268 gridLayout4->addWidget(endSnapshot, 1, 1, 1, 1);
00269
00270 TextLabel2_4 = new QLabel(groupBox2);
00271 TextLabel2_4->setObjectName(QString::fromUtf8("TextLabel2_4"));
00272 TextLabel2_4->setMinimumSize(QSize(80, 0));
00273 TextLabel2_4->setMaximumSize(QSize(80, 32767));
00274
00275 gridLayout4->addWidget(TextLabel2_4, 1, 0, 1, 1);
00276
00277 startSnapshot = new QLineEdit(groupBox2);
00278 startSnapshot->setObjectName(QString::fromUtf8("startSnapshot"));
00279 startSnapshot->setMinimumSize(QSize(120, 25));
00280 startSnapshot->setMaximumSize(QSize(100, 32767));
00281
00282 gridLayout4->addWidget(startSnapshot, 0, 1, 1, 1);
00283
00284 groupBox4 = new QGroupBox(groupBox2);
00285 groupBox4->setObjectName(QString::fromUtf8("groupBox4"));
00286 groupBox4->setAlignment(Qt::AlignHCenter);
00287 gridLayout5 = new QGridLayout(groupBox4);
00288 gridLayout5->setSpacing(6);
00289 gridLayout5->setMargin(2);
00290 gridLayout5->setObjectName(QString::fromUtf8("gridLayout5"));
00291 animationSpeedLineEdit = new QLineEdit(groupBox4);
00292 animationSpeedLineEdit->setObjectName(QString::fromUtf8("animationSpeedLineEdit"));
00293 animationSpeedLineEdit->setEnabled(false);
00294 animationSpeedLineEdit->setMaximumSize(QSize(80, 32767));
00295 QPalette palette;
00296 QBrush brush(QColor(0, 0, 0, 255));
00297 brush.setStyle(Qt::SolidPattern);
00298 palette.setBrush(QPalette::Active, QPalette::WindowText, brush);
00299 QBrush brush1(QColor(221, 223, 228, 255));
00300 brush1.setStyle(Qt::SolidPattern);
00301 palette.setBrush(QPalette::Active, QPalette::Button, brush1);
00302 QBrush brush2(QColor(255, 255, 255, 255));
00303 brush2.setStyle(Qt::SolidPattern);
00304 palette.setBrush(QPalette::Active, QPalette::Light, brush2);
00305 QBrush brush3(QColor(255, 255, 255, 255));
00306 brush3.setStyle(Qt::SolidPattern);
00307 palette.setBrush(QPalette::Active, QPalette::Midlight, brush3);
00308 QBrush brush4(QColor(85, 85, 85, 255));
00309 brush4.setStyle(Qt::SolidPattern);
00310 palette.setBrush(QPalette::Active, QPalette::Dark, brush4);
00311 QBrush brush5(QColor(199, 199, 199, 255));
00312 brush5.setStyle(Qt::SolidPattern);
00313 palette.setBrush(QPalette::Active, QPalette::Mid, brush5);
00314 QBrush brush6(QColor(0, 0, 0, 255));
00315 brush6.setStyle(Qt::SolidPattern);
00316 palette.setBrush(QPalette::Active, QPalette::Text, brush6);
00317 QBrush brush7(QColor(255, 255, 255, 255));
00318 brush7.setStyle(Qt::SolidPattern);
00319 palette.setBrush(QPalette::Active, QPalette::BrightText, brush7);
00320 QBrush brush8(QColor(0, 0, 0, 255));
00321 brush8.setStyle(Qt::SolidPattern);
00322 palette.setBrush(QPalette::Active, QPalette::ButtonText, brush8);
00323 QBrush brush9(QColor(255, 255, 255, 255));
00324 brush9.setStyle(Qt::SolidPattern);
00325 palette.setBrush(QPalette::Active, QPalette::Base, brush9);
00326 QBrush brush10(QColor(239, 239, 239, 255));
00327 brush10.setStyle(Qt::SolidPattern);
00328 palette.setBrush(QPalette::Active, QPalette::Window, brush10);
00329 QBrush brush11(QColor(0, 0, 0, 255));
00330 brush11.setStyle(Qt::SolidPattern);
00331 palette.setBrush(QPalette::Active, QPalette::Shadow, brush11);
00332 QBrush brush12(QColor(103, 141, 178, 255));
00333 brush12.setStyle(Qt::SolidPattern);
00334 palette.setBrush(QPalette::Active, QPalette::Highlight, brush12);
00335 QBrush brush13(QColor(255, 255, 255, 255));
00336 brush13.setStyle(Qt::SolidPattern);
00337 palette.setBrush(QPalette::Active, QPalette::HighlightedText, brush13);
00338 QBrush brush14(QColor(0, 0, 238, 255));
00339 brush14.setStyle(Qt::SolidPattern);
00340 palette.setBrush(QPalette::Active, QPalette::Link, brush14);
00341 QBrush brush15(QColor(82, 24, 139, 255));
00342 brush15.setStyle(Qt::SolidPattern);
00343 palette.setBrush(QPalette::Active, QPalette::LinkVisited, brush15);
00344 QBrush brush16(QColor(232, 232, 232, 255));
00345 brush16.setStyle(Qt::SolidPattern);
00346 palette.setBrush(QPalette::Active, QPalette::AlternateBase, brush16);
00347 QBrush brush17(QColor(0, 0, 0, 255));
00348 brush17.setStyle(Qt::SolidPattern);
00349 palette.setBrush(QPalette::Inactive, QPalette::WindowText, brush17);
00350 QBrush brush18(QColor(221, 223, 228, 255));
00351 brush18.setStyle(Qt::SolidPattern);
00352 palette.setBrush(QPalette::Inactive, QPalette::Button, brush18);
00353 QBrush brush19(QColor(255, 255, 255, 255));
00354 brush19.setStyle(Qt::SolidPattern);
00355 palette.setBrush(QPalette::Inactive, QPalette::Light, brush19);
00356 QBrush brush20(QColor(255, 255, 255, 255));
00357 brush20.setStyle(Qt::SolidPattern);
00358 palette.setBrush(QPalette::Inactive, QPalette::Midlight, brush20);
00359 QBrush brush21(QColor(85, 85, 85, 255));
00360 brush21.setStyle(Qt::SolidPattern);
00361 palette.setBrush(QPalette::Inactive, QPalette::Dark, brush21);
00362 QBrush brush22(QColor(199, 199, 199, 255));
00363 brush22.setStyle(Qt::SolidPattern);
00364 palette.setBrush(QPalette::Inactive, QPalette::Mid, brush22);
00365 QBrush brush23(QColor(0, 0, 0, 255));
00366 brush23.setStyle(Qt::SolidPattern);
00367 palette.setBrush(QPalette::Inactive, QPalette::Text, brush23);
00368 QBrush brush24(QColor(255, 255, 255, 255));
00369 brush24.setStyle(Qt::SolidPattern);
00370 palette.setBrush(QPalette::Inactive, QPalette::BrightText, brush24);
00371 QBrush brush25(QColor(0, 0, 0, 255));
00372 brush25.setStyle(Qt::SolidPattern);
00373 palette.setBrush(QPalette::Inactive, QPalette::ButtonText, brush25);
00374 QBrush brush26(QColor(255, 255, 255, 255));
00375 brush26.setStyle(Qt::SolidPattern);
00376 palette.setBrush(QPalette::Inactive, QPalette::Base, brush26);
00377 QBrush brush27(QColor(239, 239, 239, 255));
00378 brush27.setStyle(Qt::SolidPattern);
00379 palette.setBrush(QPalette::Inactive, QPalette::Window, brush27);
00380 QBrush brush28(QColor(0, 0, 0, 255));
00381 brush28.setStyle(Qt::SolidPattern);
00382 palette.setBrush(QPalette::Inactive, QPalette::Shadow, brush28);
00383 QBrush brush29(QColor(103, 141, 178, 255));
00384 brush29.setStyle(Qt::SolidPattern);
00385 palette.setBrush(QPalette::Inactive, QPalette::Highlight, brush29);
00386 QBrush brush30(QColor(255, 255, 255, 255));
00387 brush30.setStyle(Qt::SolidPattern);
00388 palette.setBrush(QPalette::Inactive, QPalette::HighlightedText, brush30);
00389 QBrush brush31(QColor(0, 0, 238, 255));
00390 brush31.setStyle(Qt::SolidPattern);
00391 palette.setBrush(QPalette::Inactive, QPalette::Link, brush31);
00392 QBrush brush32(QColor(82, 24, 139, 255));
00393 brush32.setStyle(Qt::SolidPattern);
00394 palette.setBrush(QPalette::Inactive, QPalette::LinkVisited, brush32);
00395 QBrush brush33(QColor(232, 232, 232, 255));
00396 brush33.setStyle(Qt::SolidPattern);
00397 palette.setBrush(QPalette::Inactive, QPalette::AlternateBase, brush33);
00398 QBrush brush34(QColor(128, 128, 128, 255));
00399 brush34.setStyle(Qt::SolidPattern);
00400 palette.setBrush(QPalette::Disabled, QPalette::WindowText, brush34);
00401 QBrush brush35(QColor(221, 223, 228, 255));
00402 brush35.setStyle(Qt::SolidPattern);
00403 palette.setBrush(QPalette::Disabled, QPalette::Button, brush35);
00404 QBrush brush36(QColor(255, 255, 255, 255));
00405 brush36.setStyle(Qt::SolidPattern);
00406 palette.setBrush(QPalette::Disabled, QPalette::Light, brush36);
00407 QBrush brush37(QColor(255, 255, 255, 255));
00408 brush37.setStyle(Qt::SolidPattern);
00409 palette.setBrush(QPalette::Disabled, QPalette::Midlight, brush37);
00410 QBrush brush38(QColor(85, 85, 85, 255));
00411 brush38.setStyle(Qt::SolidPattern);
00412 palette.setBrush(QPalette::Disabled, QPalette::Dark, brush38);
00413 QBrush brush39(QColor(199, 199, 199, 255));
00414 brush39.setStyle(Qt::SolidPattern);
00415 palette.setBrush(QPalette::Disabled, QPalette::Mid, brush39);
00416 QBrush brush40(QColor(199, 199, 199, 255));
00417 brush40.setStyle(Qt::SolidPattern);
00418 palette.setBrush(QPalette::Disabled, QPalette::Text, brush40);
00419 QBrush brush41(QColor(255, 255, 255, 255));
00420 brush41.setStyle(Qt::SolidPattern);
00421 palette.setBrush(QPalette::Disabled, QPalette::BrightText, brush41);
00422 QBrush brush42(QColor(128, 128, 128, 255));
00423 brush42.setStyle(Qt::SolidPattern);
00424 palette.setBrush(QPalette::Disabled, QPalette::ButtonText, brush42);
00425 QBrush brush43(QColor(239, 239, 239, 255));
00426 brush43.setStyle(Qt::SolidPattern);
00427 palette.setBrush(QPalette::Disabled, QPalette::Base, brush43);
00428 QBrush brush44(QColor(239, 239, 239, 255));
00429 brush44.setStyle(Qt::SolidPattern);
00430 palette.setBrush(QPalette::Disabled, QPalette::Window, brush44);
00431 QBrush brush45(QColor(0, 0, 0, 255));
00432 brush45.setStyle(Qt::SolidPattern);
00433 palette.setBrush(QPalette::Disabled, QPalette::Shadow, brush45);
00434 QBrush brush46(QColor(86, 117, 148, 255));
00435 brush46.setStyle(Qt::SolidPattern);
00436 palette.setBrush(QPalette::Disabled, QPalette::Highlight, brush46);
00437 QBrush brush47(QColor(255, 255, 255, 255));
00438 brush47.setStyle(Qt::SolidPattern);
00439 palette.setBrush(QPalette::Disabled, QPalette::HighlightedText, brush47);
00440 QBrush brush48(QColor(0, 0, 238, 255));
00441 brush48.setStyle(Qt::SolidPattern);
00442 palette.setBrush(QPalette::Disabled, QPalette::Link, brush48);
00443 QBrush brush49(QColor(82, 24, 139, 255));
00444 brush49.setStyle(Qt::SolidPattern);
00445 palette.setBrush(QPalette::Disabled, QPalette::LinkVisited, brush49);
00446 QBrush brush50(QColor(232, 232, 232, 255));
00447 brush50.setStyle(Qt::SolidPattern);
00448 palette.setBrush(QPalette::Disabled, QPalette::AlternateBase, brush50);
00449 animationSpeedLineEdit->setPalette(palette);
00450 QFont font;
00451 font.setFamily(QString::fromUtf8("Sans Serif"));
00452 font.setPointSize(9);
00453 font.setBold(true);
00454 font.setItalic(false);
00455 font.setUnderline(false);
00456 font.setWeight(75);
00457 font.setStrikeOut(false);
00458 animationSpeedLineEdit->setFont(font);
00459
00460 gridLayout5->addWidget(animationSpeedLineEdit, 0, 0, 1, 1);
00461
00462 animationSpeedSlider = new QSlider(groupBox4);
00463 animationSpeedSlider->setObjectName(QString::fromUtf8("animationSpeedSlider"));
00464 animationSpeedSlider->setMinimumSize(QSize(120, 0));
00465 animationSpeedSlider->setMaximumSize(QSize(120, 32767));
00466 animationSpeedSlider->setCursor(QCursor(static_cast<Qt::CursorShape>(6)));
00467 animationSpeedSlider->setMinimum(1);
00468 animationSpeedSlider->setMaximum(10);
00469 animationSpeedSlider->setPageStep(1);
00470 animationSpeedSlider->setOrientation(Qt::Horizontal);
00471 animationSpeedSlider->setTickInterval(1);
00472
00473 gridLayout5->addWidget(animationSpeedSlider, 0, 1, 1, 1);
00474
00475
00476 gridLayout4->addWidget(groupBox4, 2, 0, 1, 2);
00477
00478
00479 gridLayout2->addLayout(gridLayout4, 0, 0, 1, 1);
00480
00481 vboxLayout = new QVBoxLayout();
00482 vboxLayout->setSpacing(6);
00483 vboxLayout->setMargin(0);
00484 vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00485 export_POV = new QCheckBox(groupBox2);
00486 export_POV->setObjectName(QString::fromUtf8("export_POV"));
00487 export_POV->setMinimumSize(QSize(110, 0));
00488
00489 vboxLayout->addWidget(export_POV);
00490
00491 export_PNG = new QCheckBox(groupBox2);
00492 export_PNG->setObjectName(QString::fromUtf8("export_PNG"));
00493 export_PNG->setMinimumSize(QSize(110, 0));
00494
00495 vboxLayout->addWidget(export_PNG);
00496
00497
00498 gridLayout2->addLayout(vboxLayout, 0, 2, 1, 1);
00499
00500
00501 gridLayout->addWidget(groupBox2, 1, 0, 1, 2);
00502
00503 QWidget::setTabOrder(snapShotSlider, currentSnapshot);
00504 QWidget::setTabOrder(currentSnapshot, firstSnapshotButton);
00505 QWidget::setTabOrder(firstSnapshotButton, tenBackwardButton);
00506 QWidget::setTabOrder(tenBackwardButton, oneBackwardButton);
00507 QWidget::setTabOrder(oneBackwardButton, oneForwardButton);
00508 QWidget::setTabOrder(oneForwardButton, tenForwardButton);
00509 QWidget::setTabOrder(tenForwardButton, lastSnapshotButton);
00510 QWidget::setTabOrder(lastSnapshotButton, startSnapshot);
00511 QWidget::setTabOrder(startSnapshot, endSnapshot);
00512 QWidget::setTabOrder(endSnapshot, animationSpeedLineEdit);
00513 QWidget::setTabOrder(animationSpeedLineEdit, animationSpeedSlider);
00514 QWidget::setTabOrder(animationSpeedSlider, noLoopButton);
00515 QWidget::setTabOrder(noLoopButton, forwardLoopButton);
00516 QWidget::setTabOrder(forwardLoopButton, rockLoopButton);
00517 QWidget::setTabOrder(rockLoopButton, export_POV);
00518 QWidget::setTabOrder(export_POV, export_PNG);
00519 QWidget::setTabOrder(export_PNG, animateButton);
00520 QWidget::setTabOrder(animateButton, cancelButton);
00521 QWidget::setTabOrder(cancelButton, numberOfSnapshots);
00522
00523 retranslateUi(SnapshotVisualisationDialogData);
00524
00525 QSize size(473, 332);
00526 size = size.expandedTo(SnapshotVisualisationDialogData->minimumSizeHint());
00527 SnapshotVisualisationDialogData->resize(size);
00528
00529
00530 QMetaObject::connectSlotsByName(SnapshotVisualisationDialogData);
00531 }
00532
00533 void retranslateUi(QDialog *SnapshotVisualisationDialogData)
00534 {
00535 SnapshotVisualisationDialogData->setWindowTitle(QApplication::translate("SnapshotVisualisationDialogData", "Snapshot Visualisation", 0, QApplication::UnicodeUTF8));
00536 sliderBox->setTitle(QApplication::translate("SnapshotVisualisationDialogData", "Navigation", 0, QApplication::UnicodeUTF8));
00537 firstSnapshotButton->setToolTip(QApplication::translate("SnapshotVisualisationDialogData", "First snapshot", 0, QApplication::UnicodeUTF8));
00538 firstSnapshotButton->setText(QApplication::translate("SnapshotVisualisationDialogData", "|<", 0, QApplication::UnicodeUTF8));
00539 tenBackwardButton->setText(QApplication::translate("SnapshotVisualisationDialogData", "<<", 0, QApplication::UnicodeUTF8));
00540 oneBackwardButton->setToolTip(QApplication::translate("SnapshotVisualisationDialogData", "One snapshot backwards", 0, QApplication::UnicodeUTF8));
00541 oneBackwardButton->setText(QApplication::translate("SnapshotVisualisationDialogData", "<", 0, QApplication::UnicodeUTF8));
00542 oneForwardButton->setToolTip(QApplication::translate("SnapshotVisualisationDialogData", "One snapshot further", 0, QApplication::UnicodeUTF8));
00543 oneForwardButton->setText(QApplication::translate("SnapshotVisualisationDialogData", ">", 0, QApplication::UnicodeUTF8));
00544 tenForwardButton->setText(QApplication::translate("SnapshotVisualisationDialogData", ">>", 0, QApplication::UnicodeUTF8));
00545 lastSnapshotButton->setToolTip(QApplication::translate("SnapshotVisualisationDialogData", "Last snapshot", 0, QApplication::UnicodeUTF8));
00546 lastSnapshotButton->setText(QApplication::translate("SnapshotVisualisationDialogData", ">|", 0, QApplication::UnicodeUTF8));
00547 TextLabel2_2->setText(QApplication::translate("SnapshotVisualisationDialogData", "Current", 0, QApplication::UnicodeUTF8));
00548 TextLabel2->setText(QApplication::translate("SnapshotVisualisationDialogData", "Snapshots", 0, QApplication::UnicodeUTF8));
00549 cancelButton->setToolTip(QApplication::translate("SnapshotVisualisationDialogData", "Close window", 0, QApplication::UnicodeUTF8));
00550 cancelButton->setText(QApplication::translate("SnapshotVisualisationDialogData", "C&ancel", 0, QApplication::UnicodeUTF8));
00551 cancelButton->setShortcut(QApplication::translate("SnapshotVisualisationDialogData", "Alt+A", 0, QApplication::UnicodeUTF8));
00552 animateButton->setToolTip(QApplication::translate("SnapshotVisualisationDialogData", "Play snapshots ", 0, QApplication::UnicodeUTF8));
00553 animateButton->setText(QApplication::translate("SnapshotVisualisationDialogData", "A&nimate", 0, QApplication::UnicodeUTF8));
00554 animateButton->setShortcut(QApplication::translate("SnapshotVisualisationDialogData", "Alt+N", 0, QApplication::UnicodeUTF8));
00555 groupBox2->setTitle(QApplication::translate("SnapshotVisualisationDialogData", "Animation", 0, QApplication::UnicodeUTF8));
00556 groupBox10->setTitle(QApplication::translate("SnapshotVisualisationDialogData", "Repeat", 0, QApplication::UnicodeUTF8));
00557 rockLoopButton->setText(QApplication::translate("SnapshotVisualisationDialogData", "Rock", 0, QApplication::UnicodeUTF8));
00558 forwardLoopButton->setText(QApplication::translate("SnapshotVisualisationDialogData", "Loop", 0, QApplication::UnicodeUTF8));
00559 noLoopButton->setText(QApplication::translate("SnapshotVisualisationDialogData", "Don't loop", 0, QApplication::UnicodeUTF8));
00560 TextLabel2_3->setText(QApplication::translate("SnapshotVisualisationDialogData", "Start", 0, QApplication::UnicodeUTF8));
00561 TextLabel2_4->setText(QApplication::translate("SnapshotVisualisationDialogData", "End", 0, QApplication::UnicodeUTF8));
00562 groupBox4->setTitle(QApplication::translate("SnapshotVisualisationDialogData", "Speed", 0, QApplication::UnicodeUTF8));
00563 animationSpeedSlider->setToolTip(QApplication::translate("SnapshotVisualisationDialogData", "Select animation speed", 0, QApplication::UnicodeUTF8));
00564 export_POV->setToolTip(QApplication::translate("SnapshotVisualisationDialogData", "Export one PNG image for each Snapshot.", 0, QApplication::UnicodeUTF8));
00565 export_POV->setWhatsThis(QApplication::translate("SnapshotVisualisationDialogData", "Export one PNG image for each Snapshot.", 0, QApplication::UnicodeUTF8));
00566 export_POV->setText(QApplication::translate("SnapshotVisualisationDialogData", "export POVRay", 0, QApplication::UnicodeUTF8));
00567 export_PNG->setToolTip(QApplication::translate("SnapshotVisualisationDialogData", "Export one PNG image for each Snapshot.", 0, QApplication::UnicodeUTF8));
00568 export_PNG->setWhatsThis(QApplication::translate("SnapshotVisualisationDialogData", "Export one PNG image for each Snapshot.", 0, QApplication::UnicodeUTF8));
00569 export_PNG->setText(QApplication::translate("SnapshotVisualisationDialogData", "export PNGs", 0, QApplication::UnicodeUTF8));
00570 Q_UNUSED(SnapshotVisualisationDialogData);
00571 }
00572
00573 };
00574
00575 namespace Ui {
00576 class SnapshotVisualisationDialogData: public Ui_SnapshotVisualisationDialogData {};
00577 }
00578
00579 #endif // SNAPSHOTVISUALISATIONDATA_H