00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_MAINWINDOW_H
00011 #define UI_MAINWINDOW_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/QComboBox>
00019 #include <QtGui/QDoubleSpinBox>
00020 #include <QtGui/QFormLayout>
00021 #include <QtGui/QGridLayout>
00022 #include <QtGui/QGroupBox>
00023 #include <QtGui/QHBoxLayout>
00024 #include <QtGui/QHeaderView>
00025 #include <QtGui/QLabel>
00026 #include <QtGui/QMainWindow>
00027 #include <QtGui/QProgressBar>
00028 #include <QtGui/QPushButton>
00029 #include <QtGui/QScrollArea>
00030 #include <QtGui/QSpacerItem>
00031 #include <QtGui/QSpinBox>
00032 #include <QtGui/QStatusBar>
00033 #include <QtGui/QTabWidget>
00034 #include <QtGui/QVBoxLayout>
00035 #include <QtGui/QWidget>
00036
00037 QT_BEGIN_NAMESPACE
00038
00039 class Ui_MainWindow
00040 {
00041 public:
00042 QWidget *centralWidget;
00043 QHBoxLayout *horizontalLayout_3;
00044 QTabWidget *tabWidget;
00045 QWidget *tab;
00046 QGridLayout *gridLayout_2;
00047 QHBoxLayout *horizontalLayout;
00048 QGroupBox *gb_fract_defined;
00049 QVBoxLayout *verticalLayout_3;
00050 QFormLayout *formLayout_2;
00051 QLabel *lab_Fdefined;
00052 QComboBox *cb_choice_defined;
00053 QGroupBox *gb_frac_create;
00054 QVBoxLayout *verticalLayout_4;
00055 QFormLayout *formLayout;
00056 QLabel *label_2;
00057 QLabel *label_3;
00058 QComboBox *cb_choice_fract;
00059 QLabel *label_4;
00060 QComboBox *cb_choice_accu;
00061 QComboBox *cb_choice_gen;
00062 QCheckBox *cb_autoParam;
00063 QVBoxLayout *verticalLayout_2;
00064 QGroupBox *gb_info;
00065 QVBoxLayout *verticalLayout_5;
00066 QCheckBox *cb_preview;
00067 QGroupBox *groupBox_2;
00068 QHBoxLayout *horizontalLayout_5;
00069 QFormLayout *formLayout_3;
00070 QLabel *label_5;
00071 QDoubleSpinBox *dsb_complex_x;
00072 QLabel *label_6;
00073 QDoubleSpinBox *dsb_complex_y;
00074 QFormLayout *formLayout_4;
00075 QDoubleSpinBox *dsb_complex_width;
00076 QLabel *label_8;
00077 QDoubleSpinBox *dsb_complex_height;
00078 QLabel *label_7;
00079 QGroupBox *groupBox_3;
00080 QVBoxLayout *verticalLayout;
00081 QHBoxLayout *horizontalLayout_2;
00082 QLabel *label_10;
00083 QSpinBox *sb_image_height;
00084 QLabel *label_9;
00085 QSpinBox *sb_image_width;
00086 QHBoxLayout *horizontalLayout_7;
00087 QLabel *lab_limit;
00088 QSpinBox *sb_limit;
00089 QSpacerItem *verticalSpacer_2;
00090 QGroupBox *groupBox_4;
00091 QVBoxLayout *verticalLayout_6;
00092 QHBoxLayout *horizontalLayout_6;
00093 QLabel *lab_color;
00094 QComboBox *cb_coloration;
00095 QPushButton *pb_drawImage;
00096 QPushButton *pb_new_tab;
00097 QScrollArea *scrollArea;
00098 QWidget *scrollAreaWidgetContents;
00099 QGridLayout *gridLayout;
00100 QLabel *label;
00101 QProgressBar *progressBar;
00102 QStatusBar *statusBar;
00103
00104 void setupUi(QMainWindow *MainWindow)
00105 {
00106 if (MainWindow->objectName().isEmpty())
00107 MainWindow->setObjectName(QString::fromUtf8("MainWindow"));
00108 MainWindow->resize(800, 623);
00109 centralWidget = new QWidget(MainWindow);
00110 centralWidget->setObjectName(QString::fromUtf8("centralWidget"));
00111 horizontalLayout_3 = new QHBoxLayout(centralWidget);
00112 horizontalLayout_3->setSpacing(6);
00113 horizontalLayout_3->setContentsMargins(11, 11, 11, 11);
00114 horizontalLayout_3->setObjectName(QString::fromUtf8("horizontalLayout_3"));
00115 tabWidget = new QTabWidget(centralWidget);
00116 tabWidget->setObjectName(QString::fromUtf8("tabWidget"));
00117 tab = new QWidget();
00118 tab->setObjectName(QString::fromUtf8("tab"));
00119 gridLayout_2 = new QGridLayout(tab);
00120 gridLayout_2->setSpacing(6);
00121 gridLayout_2->setContentsMargins(11, 11, 11, 11);
00122 gridLayout_2->setObjectName(QString::fromUtf8("gridLayout_2"));
00123 horizontalLayout = new QHBoxLayout();
00124 horizontalLayout->setSpacing(6);
00125 horizontalLayout->setObjectName(QString::fromUtf8("horizontalLayout"));
00126 gb_fract_defined = new QGroupBox(tab);
00127 gb_fract_defined->setObjectName(QString::fromUtf8("gb_fract_defined"));
00128 QSizePolicy sizePolicy(QSizePolicy::Expanding, QSizePolicy::Preferred);
00129 sizePolicy.setHorizontalStretch(0);
00130 sizePolicy.setVerticalStretch(0);
00131 sizePolicy.setHeightForWidth(gb_fract_defined->sizePolicy().hasHeightForWidth());
00132 gb_fract_defined->setSizePolicy(sizePolicy);
00133 gb_fract_defined->setCheckable(true);
00134 verticalLayout_3 = new QVBoxLayout(gb_fract_defined);
00135 verticalLayout_3->setSpacing(6);
00136 verticalLayout_3->setContentsMargins(11, 11, 11, 11);
00137 verticalLayout_3->setObjectName(QString::fromUtf8("verticalLayout_3"));
00138 formLayout_2 = new QFormLayout();
00139 formLayout_2->setSpacing(6);
00140 formLayout_2->setObjectName(QString::fromUtf8("formLayout_2"));
00141 lab_Fdefined = new QLabel(gb_fract_defined);
00142 lab_Fdefined->setObjectName(QString::fromUtf8("lab_Fdefined"));
00143
00144 formLayout_2->setWidget(0, QFormLayout::LabelRole, lab_Fdefined);
00145
00146 cb_choice_defined = new QComboBox(gb_fract_defined);
00147 cb_choice_defined->setObjectName(QString::fromUtf8("cb_choice_defined"));
00148
00149 formLayout_2->setWidget(0, QFormLayout::FieldRole, cb_choice_defined);
00150
00151
00152 verticalLayout_3->addLayout(formLayout_2);
00153
00154
00155 horizontalLayout->addWidget(gb_fract_defined);
00156
00157 gb_frac_create = new QGroupBox(tab);
00158 gb_frac_create->setObjectName(QString::fromUtf8("gb_frac_create"));
00159 sizePolicy.setHeightForWidth(gb_frac_create->sizePolicy().hasHeightForWidth());
00160 gb_frac_create->setSizePolicy(sizePolicy);
00161 gb_frac_create->setFlat(false);
00162 gb_frac_create->setCheckable(true);
00163 gb_frac_create->setChecked(false);
00164 verticalLayout_4 = new QVBoxLayout(gb_frac_create);
00165 verticalLayout_4->setSpacing(6);
00166 verticalLayout_4->setContentsMargins(11, 11, 11, 11);
00167 verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4"));
00168 formLayout = new QFormLayout();
00169 formLayout->setSpacing(6);
00170 formLayout->setObjectName(QString::fromUtf8("formLayout"));
00171 formLayout->setFieldGrowthPolicy(QFormLayout::AllNonFixedFieldsGrow);
00172 label_2 = new QLabel(gb_frac_create);
00173 label_2->setObjectName(QString::fromUtf8("label_2"));
00174
00175 formLayout->setWidget(0, QFormLayout::LabelRole, label_2);
00176
00177 label_3 = new QLabel(gb_frac_create);
00178 label_3->setObjectName(QString::fromUtf8("label_3"));
00179
00180 formLayout->setWidget(1, QFormLayout::LabelRole, label_3);
00181
00182 cb_choice_fract = new QComboBox(gb_frac_create);
00183 cb_choice_fract->setObjectName(QString::fromUtf8("cb_choice_fract"));
00184
00185 formLayout->setWidget(1, QFormLayout::FieldRole, cb_choice_fract);
00186
00187 label_4 = new QLabel(gb_frac_create);
00188 label_4->setObjectName(QString::fromUtf8("label_4"));
00189
00190 formLayout->setWidget(2, QFormLayout::LabelRole, label_4);
00191
00192 cb_choice_accu = new QComboBox(gb_frac_create);
00193 cb_choice_accu->setObjectName(QString::fromUtf8("cb_choice_accu"));
00194
00195 formLayout->setWidget(2, QFormLayout::FieldRole, cb_choice_accu);
00196
00197 cb_choice_gen = new QComboBox(gb_frac_create);
00198 cb_choice_gen->setObjectName(QString::fromUtf8("cb_choice_gen"));
00199
00200 formLayout->setWidget(0, QFormLayout::FieldRole, cb_choice_gen);
00201
00202 cb_autoParam = new QCheckBox(gb_frac_create);
00203 cb_autoParam->setObjectName(QString::fromUtf8("cb_autoParam"));
00204
00205 formLayout->setWidget(3, QFormLayout::LabelRole, cb_autoParam);
00206
00207
00208 verticalLayout_4->addLayout(formLayout);
00209
00210
00211 horizontalLayout->addWidget(gb_frac_create);
00212
00213
00214 gridLayout_2->addLayout(horizontalLayout, 0, 0, 1, 2);
00215
00216 verticalLayout_2 = new QVBoxLayout();
00217 verticalLayout_2->setSpacing(6);
00218 verticalLayout_2->setObjectName(QString::fromUtf8("verticalLayout_2"));
00219 gb_info = new QGroupBox(tab);
00220 gb_info->setObjectName(QString::fromUtf8("gb_info"));
00221 gb_info->setEnabled(true);
00222 QSizePolicy sizePolicy1(QSizePolicy::Preferred, QSizePolicy::Preferred);
00223 sizePolicy1.setHorizontalStretch(0);
00224 sizePolicy1.setVerticalStretch(0);
00225 sizePolicy1.setHeightForWidth(gb_info->sizePolicy().hasHeightForWidth());
00226 gb_info->setSizePolicy(sizePolicy1);
00227 verticalLayout_5 = new QVBoxLayout(gb_info);
00228 verticalLayout_5->setSpacing(6);
00229 verticalLayout_5->setContentsMargins(11, 11, 11, 11);
00230 verticalLayout_5->setObjectName(QString::fromUtf8("verticalLayout_5"));
00231 cb_preview = new QCheckBox(gb_info);
00232 cb_preview->setObjectName(QString::fromUtf8("cb_preview"));
00233 cb_preview->setChecked(true);
00234
00235 verticalLayout_5->addWidget(cb_preview);
00236
00237 groupBox_2 = new QGroupBox(gb_info);
00238 groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
00239 sizePolicy1.setHeightForWidth(groupBox_2->sizePolicy().hasHeightForWidth());
00240 groupBox_2->setSizePolicy(sizePolicy1);
00241 horizontalLayout_5 = new QHBoxLayout(groupBox_2);
00242 horizontalLayout_5->setSpacing(6);
00243 horizontalLayout_5->setContentsMargins(11, 11, 11, 11);
00244 horizontalLayout_5->setObjectName(QString::fromUtf8("horizontalLayout_5"));
00245 formLayout_3 = new QFormLayout();
00246 formLayout_3->setSpacing(6);
00247 formLayout_3->setObjectName(QString::fromUtf8("formLayout_3"));
00248 label_5 = new QLabel(groupBox_2);
00249 label_5->setObjectName(QString::fromUtf8("label_5"));
00250
00251 formLayout_3->setWidget(0, QFormLayout::LabelRole, label_5);
00252
00253 dsb_complex_x = new QDoubleSpinBox(groupBox_2);
00254 dsb_complex_x->setObjectName(QString::fromUtf8("dsb_complex_x"));
00255 dsb_complex_x->setDecimals(8);
00256 dsb_complex_x->setMinimum(-100000);
00257 dsb_complex_x->setMaximum(100000);
00258 dsb_complex_x->setValue(-2);
00259
00260 formLayout_3->setWidget(0, QFormLayout::FieldRole, dsb_complex_x);
00261
00262 label_6 = new QLabel(groupBox_2);
00263 label_6->setObjectName(QString::fromUtf8("label_6"));
00264
00265 formLayout_3->setWidget(1, QFormLayout::LabelRole, label_6);
00266
00267 dsb_complex_y = new QDoubleSpinBox(groupBox_2);
00268 dsb_complex_y->setObjectName(QString::fromUtf8("dsb_complex_y"));
00269 dsb_complex_y->setDecimals(8);
00270 dsb_complex_y->setMinimum(-100000);
00271 dsb_complex_y->setMaximum(100000);
00272 dsb_complex_y->setValue(-2);
00273
00274 formLayout_3->setWidget(1, QFormLayout::FieldRole, dsb_complex_y);
00275
00276
00277 horizontalLayout_5->addLayout(formLayout_3);
00278
00279 formLayout_4 = new QFormLayout();
00280 formLayout_4->setSpacing(6);
00281 formLayout_4->setObjectName(QString::fromUtf8("formLayout_4"));
00282 formLayout_4->setFieldGrowthPolicy(QFormLayout::AllNonFixedFieldsGrow);
00283 dsb_complex_width = new QDoubleSpinBox(groupBox_2);
00284 dsb_complex_width->setObjectName(QString::fromUtf8("dsb_complex_width"));
00285 dsb_complex_width->setDecimals(8);
00286 dsb_complex_width->setMinimum(-100000);
00287 dsb_complex_width->setMaximum(100000);
00288 dsb_complex_width->setValue(4);
00289
00290 formLayout_4->setWidget(0, QFormLayout::FieldRole, dsb_complex_width);
00291
00292 label_8 = new QLabel(groupBox_2);
00293 label_8->setObjectName(QString::fromUtf8("label_8"));
00294
00295 formLayout_4->setWidget(1, QFormLayout::LabelRole, label_8);
00296
00297 dsb_complex_height = new QDoubleSpinBox(groupBox_2);
00298 dsb_complex_height->setObjectName(QString::fromUtf8("dsb_complex_height"));
00299 dsb_complex_height->setDecimals(8);
00300 dsb_complex_height->setMinimum(-100000);
00301 dsb_complex_height->setMaximum(100000);
00302 dsb_complex_height->setValue(4);
00303
00304 formLayout_4->setWidget(1, QFormLayout::FieldRole, dsb_complex_height);
00305
00306 label_7 = new QLabel(groupBox_2);
00307 label_7->setObjectName(QString::fromUtf8("label_7"));
00308
00309 formLayout_4->setWidget(0, QFormLayout::LabelRole, label_7);
00310
00311
00312 horizontalLayout_5->addLayout(formLayout_4);
00313
00314
00315 verticalLayout_5->addWidget(groupBox_2);
00316
00317 groupBox_3 = new QGroupBox(gb_info);
00318 groupBox_3->setObjectName(QString::fromUtf8("groupBox_3"));
00319 sizePolicy1.setHeightForWidth(groupBox_3->sizePolicy().hasHeightForWidth());
00320 groupBox_3->setSizePolicy(sizePolicy1);
00321 groupBox_3->setCheckable(false);
00322 groupBox_3->setChecked(false);
00323 verticalLayout = new QVBoxLayout(groupBox_3);
00324 verticalLayout->setSpacing(6);
00325 verticalLayout->setContentsMargins(11, 11, 11, 11);
00326 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
00327 horizontalLayout_2 = new QHBoxLayout();
00328 horizontalLayout_2->setSpacing(6);
00329 horizontalLayout_2->setObjectName(QString::fromUtf8("horizontalLayout_2"));
00330 label_10 = new QLabel(groupBox_3);
00331 label_10->setObjectName(QString::fromUtf8("label_10"));
00332 QSizePolicy sizePolicy2(QSizePolicy::Fixed, QSizePolicy::Preferred);
00333 sizePolicy2.setHorizontalStretch(0);
00334 sizePolicy2.setVerticalStretch(0);
00335 sizePolicy2.setHeightForWidth(label_10->sizePolicy().hasHeightForWidth());
00336 label_10->setSizePolicy(sizePolicy2);
00337
00338 horizontalLayout_2->addWidget(label_10);
00339
00340 sb_image_height = new QSpinBox(groupBox_3);
00341 sb_image_height->setObjectName(QString::fromUtf8("sb_image_height"));
00342 QSizePolicy sizePolicy3(QSizePolicy::Preferred, QSizePolicy::Fixed);
00343 sizePolicy3.setHorizontalStretch(0);
00344 sizePolicy3.setVerticalStretch(0);
00345 sizePolicy3.setHeightForWidth(sb_image_height->sizePolicy().hasHeightForWidth());
00346 sb_image_height->setSizePolicy(sizePolicy3);
00347 sb_image_height->setMaximum(100000);
00348 sb_image_height->setValue(1000);
00349
00350 horizontalLayout_2->addWidget(sb_image_height);
00351
00352 label_9 = new QLabel(groupBox_3);
00353 label_9->setObjectName(QString::fromUtf8("label_9"));
00354 sizePolicy2.setHeightForWidth(label_9->sizePolicy().hasHeightForWidth());
00355 label_9->setSizePolicy(sizePolicy2);
00356
00357 horizontalLayout_2->addWidget(label_9);
00358
00359 sb_image_width = new QSpinBox(groupBox_3);
00360 sb_image_width->setObjectName(QString::fromUtf8("sb_image_width"));
00361 sizePolicy3.setHeightForWidth(sb_image_width->sizePolicy().hasHeightForWidth());
00362 sb_image_width->setSizePolicy(sizePolicy3);
00363 sb_image_width->setMaximum(100000);
00364 sb_image_width->setValue(1000);
00365
00366 horizontalLayout_2->addWidget(sb_image_width);
00367
00368
00369 verticalLayout->addLayout(horizontalLayout_2);
00370
00371
00372 verticalLayout_5->addWidget(groupBox_3);
00373
00374 horizontalLayout_7 = new QHBoxLayout();
00375 horizontalLayout_7->setSpacing(6);
00376 horizontalLayout_7->setObjectName(QString::fromUtf8("horizontalLayout_7"));
00377 lab_limit = new QLabel(gb_info);
00378 lab_limit->setObjectName(QString::fromUtf8("lab_limit"));
00379 sizePolicy2.setHeightForWidth(lab_limit->sizePolicy().hasHeightForWidth());
00380 lab_limit->setSizePolicy(sizePolicy2);
00381
00382 horizontalLayout_7->addWidget(lab_limit);
00383
00384 sb_limit = new QSpinBox(gb_info);
00385 sb_limit->setObjectName(QString::fromUtf8("sb_limit"));
00386 sb_limit->setMaximum(100000);
00387 sb_limit->setValue(1000);
00388
00389 horizontalLayout_7->addWidget(sb_limit);
00390
00391
00392 verticalLayout_5->addLayout(horizontalLayout_7);
00393
00394
00395 verticalLayout_2->addWidget(gb_info);
00396
00397 verticalSpacer_2 = new QSpacerItem(20, 40, QSizePolicy::Minimum, QSizePolicy::Expanding);
00398
00399 verticalLayout_2->addItem(verticalSpacer_2);
00400
00401 groupBox_4 = new QGroupBox(tab);
00402 groupBox_4->setObjectName(QString::fromUtf8("groupBox_4"));
00403 verticalLayout_6 = new QVBoxLayout(groupBox_4);
00404 verticalLayout_6->setSpacing(6);
00405 verticalLayout_6->setContentsMargins(11, 11, 11, 11);
00406 verticalLayout_6->setObjectName(QString::fromUtf8("verticalLayout_6"));
00407 horizontalLayout_6 = new QHBoxLayout();
00408 horizontalLayout_6->setSpacing(6);
00409 horizontalLayout_6->setObjectName(QString::fromUtf8("horizontalLayout_6"));
00410 lab_color = new QLabel(groupBox_4);
00411 lab_color->setObjectName(QString::fromUtf8("lab_color"));
00412 sizePolicy2.setHeightForWidth(lab_color->sizePolicy().hasHeightForWidth());
00413 lab_color->setSizePolicy(sizePolicy2);
00414
00415 horizontalLayout_6->addWidget(lab_color);
00416
00417 cb_coloration = new QComboBox(groupBox_4);
00418 cb_coloration->setObjectName(QString::fromUtf8("cb_coloration"));
00419 sizePolicy3.setHeightForWidth(cb_coloration->sizePolicy().hasHeightForWidth());
00420 cb_coloration->setSizePolicy(sizePolicy3);
00421
00422 horizontalLayout_6->addWidget(cb_coloration);
00423
00424
00425 verticalLayout_6->addLayout(horizontalLayout_6);
00426
00427 pb_drawImage = new QPushButton(groupBox_4);
00428 pb_drawImage->setObjectName(QString::fromUtf8("pb_drawImage"));
00429 QSizePolicy sizePolicy4(QSizePolicy::Minimum, QSizePolicy::Fixed);
00430 sizePolicy4.setHorizontalStretch(0);
00431 sizePolicy4.setVerticalStretch(0);
00432 sizePolicy4.setHeightForWidth(pb_drawImage->sizePolicy().hasHeightForWidth());
00433 pb_drawImage->setSizePolicy(sizePolicy4);
00434
00435 verticalLayout_6->addWidget(pb_drawImage);
00436
00437 pb_new_tab = new QPushButton(groupBox_4);
00438 pb_new_tab->setObjectName(QString::fromUtf8("pb_new_tab"));
00439 pb_new_tab->setEnabled(false);
00440
00441 verticalLayout_6->addWidget(pb_new_tab);
00442
00443
00444 verticalLayout_2->addWidget(groupBox_4);
00445
00446
00447 gridLayout_2->addLayout(verticalLayout_2, 1, 0, 2, 1);
00448
00449 scrollArea = new QScrollArea(tab);
00450 scrollArea->setObjectName(QString::fromUtf8("scrollArea"));
00451 scrollArea->setWidgetResizable(true);
00452 scrollAreaWidgetContents = new QWidget();
00453 scrollAreaWidgetContents->setObjectName(QString::fromUtf8("scrollAreaWidgetContents"));
00454 scrollAreaWidgetContents->setGeometry(QRect(0, 0, 396, 364));
00455 gridLayout = new QGridLayout(scrollAreaWidgetContents);
00456 gridLayout->setSpacing(6);
00457 gridLayout->setContentsMargins(11, 11, 11, 11);
00458 gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00459 label = new QLabel(scrollAreaWidgetContents);
00460 label->setObjectName(QString::fromUtf8("label"));
00461 QSizePolicy sizePolicy5(QSizePolicy::Expanding, QSizePolicy::Expanding);
00462 sizePolicy5.setHorizontalStretch(0);
00463 sizePolicy5.setVerticalStretch(0);
00464 sizePolicy5.setHeightForWidth(label->sizePolicy().hasHeightForWidth());
00465 label->setSizePolicy(sizePolicy5);
00466
00467 gridLayout->addWidget(label, 0, 2, 1, 1);
00468
00469 scrollArea->setWidget(scrollAreaWidgetContents);
00470
00471 gridLayout_2->addWidget(scrollArea, 1, 1, 1, 1);
00472
00473 progressBar = new QProgressBar(tab);
00474 progressBar->setObjectName(QString::fromUtf8("progressBar"));
00475 progressBar->setEnabled(false);
00476 QSizePolicy sizePolicy6(QSizePolicy::Expanding, QSizePolicy::Fixed);
00477 sizePolicy6.setHorizontalStretch(0);
00478 sizePolicy6.setVerticalStretch(0);
00479 sizePolicy6.setHeightForWidth(progressBar->sizePolicy().hasHeightForWidth());
00480 progressBar->setSizePolicy(sizePolicy6);
00481 progressBar->setValue(0);
00482
00483 gridLayout_2->addWidget(progressBar, 2, 1, 1, 1);
00484
00485 tabWidget->addTab(tab, QString());
00486
00487 horizontalLayout_3->addWidget(tabWidget);
00488
00489 MainWindow->setCentralWidget(centralWidget);
00490 statusBar = new QStatusBar(MainWindow);
00491 statusBar->setObjectName(QString::fromUtf8("statusBar"));
00492 MainWindow->setStatusBar(statusBar);
00493 #ifndef QT_NO_SHORTCUT
00494 label_2->setBuddy(cb_choice_gen);
00495 label_3->setBuddy(cb_choice_fract);
00496 label_4->setBuddy(cb_choice_accu);
00497 label_5->setBuddy(dsb_complex_x);
00498 label_6->setBuddy(dsb_complex_y);
00499 label_8->setBuddy(dsb_complex_height);
00500 label_7->setBuddy(dsb_complex_width);
00501 label_10->setBuddy(sb_image_height);
00502 label_9->setBuddy(sb_image_width);
00503 #endif // QT_NO_SHORTCUT
00504
00505 retranslateUi(MainWindow);
00506
00507 tabWidget->setCurrentIndex(0);
00508
00509
00510 QMetaObject::connectSlotsByName(MainWindow);
00511 }
00512
00513 void retranslateUi(QMainWindow *MainWindow)
00514 {
00515 MainWindow->setWindowTitle(QApplication::translate("MainWindow", "MainWindow", 0, QApplication::UnicodeUTF8));
00516 gb_fract_defined->setTitle(QApplication::translate("MainWindow", "Fractales Pr\303\251d\303\251finies", 0, QApplication::UnicodeUTF8));
00517 lab_Fdefined->setText(QApplication::translate("MainWindow", "Choix de la fractales :", 0, QApplication::UnicodeUTF8));
00518 gb_frac_create->setTitle(QApplication::translate("MainWindow", "Cr\303\251ation de fractales", 0, QApplication::UnicodeUTF8));
00519 label_2->setText(QApplication::translate("MainWindow", "G\303\251n\303\251rateur de points :", 0, QApplication::UnicodeUTF8));
00520 label_3->setText(QApplication::translate("MainWindow", "Fractale :", 0, QApplication::UnicodeUTF8));
00521 label_4->setText(QApplication::translate("MainWindow", "Accumulateur :", 0, QApplication::UnicodeUTF8));
00522 cb_autoParam->setText(QApplication::translate("MainWindow", "Configuration automatique", 0, QApplication::UnicodeUTF8));
00523 gb_info->setTitle(QApplication::translate("MainWindow", "Information", 0, QApplication::UnicodeUTF8));
00524 cb_preview->setText(QApplication::translate("MainWindow", "Aper\303\247u de l'image", 0, QApplication::UnicodeUTF8));
00525 groupBox_2->setTitle(QApplication::translate("MainWindow", "Zone complexe", 0, QApplication::UnicodeUTF8));
00526 label_5->setText(QApplication::translate("MainWindow", "x : ", 0, QApplication::UnicodeUTF8));
00527 label_6->setText(QApplication::translate("MainWindow", "y : ", 0, QApplication::UnicodeUTF8));
00528 label_8->setText(QApplication::translate("MainWindow", "hauteur : ", 0, QApplication::UnicodeUTF8));
00529 label_7->setText(QApplication::translate("MainWindow", "largeur : ", 0, QApplication::UnicodeUTF8));
00530 groupBox_3->setTitle(QApplication::translate("MainWindow", "Taille de l'image", 0, QApplication::UnicodeUTF8));
00531 label_10->setText(QApplication::translate("MainWindow", "hauteur : ", 0, QApplication::UnicodeUTF8));
00532 label_9->setText(QApplication::translate("MainWindow", "largeur : ", 0, QApplication::UnicodeUTF8));
00533 lab_limit->setText(QApplication::translate("MainWindow", "Hauteur complexe : ", 0, QApplication::UnicodeUTF8));
00534 groupBox_4->setTitle(QApplication::translate("MainWindow", "Action", 0, QApplication::UnicodeUTF8));
00535 lab_color->setText(QApplication::translate("MainWindow", "Changer la coloration : ", 0, QApplication::UnicodeUTF8));
00536 pb_drawImage->setText(QApplication::translate("MainWindow", "Dessiner ici", 0, QApplication::UnicodeUTF8));
00537 pb_new_tab->setText(QApplication::translate("MainWindow", "Transf\303\251rer dans un nouvel onglet", 0, QApplication::UnicodeUTF8));
00538 label->setText(QString());
00539 tabWidget->setTabText(tabWidget->indexOf(tab), QApplication::translate("MainWindow", "Configuration", 0, QApplication::UnicodeUTF8));
00540 }
00541
00542 };
00543
00544 namespace Ui {
00545 class MainWindow: public Ui_MainWindow {};
00546 }
00547
00548 QT_END_NAMESPACE
00549
00550 #endif // UI_MAINWINDOW_H