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