00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef MODIFYREPRESENTATIONDIALOGDATA_H
00011 #define MODIFYREPRESENTATIONDIALOGDATA_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/QComboBox>
00020 #include <QtGui/QDialog>
00021 #include <QtGui/QGridLayout>
00022 #include <QtGui/QGroupBox>
00023 #include <QtGui/QHBoxLayout>
00024 #include <QtGui/QLabel>
00025 #include <QtGui/QLineEdit>
00026 #include <QtGui/QPushButton>
00027 #include <QtGui/QRadioButton>
00028 #include <QtGui/QSlider>
00029 #include <QtGui/QSpinBox>
00030 #include <QtGui/QTabWidget>
00031 #include <QtGui/QWidget>
00032
00033 QT_BEGIN_NAMESPACE
00034
00035 class Ui_ModifyRepresentationDialogData
00036 {
00037 public:
00038 QPushButton *apply_button;
00039 QPushButton *cancel_button;
00040 QTabWidget *surface_tab;
00041 QWidget *by_grid;
00042 QWidget *layout106;
00043 QHBoxLayout *hboxLayout;
00044 QLabel *TextLabel1_3;
00045 QComboBox *grids;
00046 QWidget *layout109;
00047 QWidget *widget;
00048 QGridLayout *gridLayout;
00049 QLabel *TextLabel15;
00050 QSpinBox *min_alpha;
00051 QSpinBox *max_max_alpha;
00052 QLabel *TextLabel7_2;
00053 QLabel *TextLabel14_2;
00054 QLabel *min_min_label;
00055 QSpinBox *mid_alpha;
00056 QLineEdit *min_box;
00057 QLabel *mid_label;
00058 QPushButton *max_button;
00059 QLineEdit *max_box;
00060 QPushButton *mid_button;
00061 QLabel *max_max_label;
00062 QPushButton *max_max_button;
00063 QLineEdit *mid_box;
00064 QLabel *TextLabel14_3;
00065 QSpinBox *min_min_alpha;
00066 QSpinBox *max_alpha;
00067 QPushButton *autoscale;
00068 QLabel *min_label;
00069 QLabel *TextLabel13;
00070 QLabel *max_label;
00071 QPushButton *min_min_button;
00072 QPushButton *min_button;
00073 QLabel *TextLabel14;
00074 QLabel *TextLabel1_2;
00075 QLabel *TextLabel1;
00076 QWidget *layoutWidget;
00077 QHBoxLayout *hboxLayout1;
00078 QLabel *TextLabel7;
00079 QSpinBox *levels_box;
00080 QCheckBox *normalization;
00081 QCheckBox *grid_transparency;
00082 QWidget *by_color;
00083 QWidget *layout72;
00084 QHBoxLayout *hboxLayout2;
00085 QLabel *custom_color_label;
00086 QPushButton *choose_button;
00087 QSlider *transparency_slider;
00088 QLabel *textLabel1_2_2_2;
00089 QLabel *transparency_label;
00090 QCheckBox *color_only_selection;
00091 QWidget *drawing_mode;
00092 QLabel *textLabel1_2_2;
00093 QLabel *textLabel1_2_2_2_2;
00094 QSlider *transparency_slider_2;
00095 QLabel *transparency_label_2;
00096 QComboBox *mode_combobox;
00097 QWidget *material_setting;
00098 QWidget *split;
00099 QGroupBox *split_group;
00100 QRadioButton *split_by_distance;
00101 QLineEdit *distance_edit;
00102 QLabel *textLabel1;
00103 QRadioButton *split_by_selection;
00104
00105 void setupUi(QDialog *ModifyRepresentationDialogData)
00106 {
00107 if (ModifyRepresentationDialogData->objectName().isEmpty())
00108 ModifyRepresentationDialogData->setObjectName(QString::fromUtf8("ModifyRepresentationDialogData"));
00109 ModifyRepresentationDialogData->resize(620, 440);
00110 ModifyRepresentationDialogData->setMinimumSize(QSize(620, 440));
00111 ModifyRepresentationDialogData->setMaximumSize(QSize(620, 440));
00112 apply_button = new QPushButton(ModifyRepresentationDialogData);
00113 apply_button->setObjectName(QString::fromUtf8("apply_button"));
00114 apply_button->setEnabled(false);
00115 apply_button->setGeometry(QRect(70, 390, 130, 30));
00116 QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(1), static_cast<QSizePolicy::Policy>(7));
00117 sizePolicy.setHorizontalStretch(0);
00118 sizePolicy.setVerticalStretch(0);
00119 sizePolicy.setHeightForWidth(apply_button->sizePolicy().hasHeightForWidth());
00120 apply_button->setSizePolicy(sizePolicy);
00121 apply_button->setMinimumSize(QSize(130, 30));
00122 apply_button->setMaximumSize(QSize(32767, 30));
00123 apply_button->setDefault(true);
00124 cancel_button = new QPushButton(ModifyRepresentationDialogData);
00125 cancel_button->setObjectName(QString::fromUtf8("cancel_button"));
00126 cancel_button->setGeometry(QRect(300, 390, 130, 30));
00127 sizePolicy.setHeightForWidth(cancel_button->sizePolicy().hasHeightForWidth());
00128 cancel_button->setSizePolicy(sizePolicy);
00129 cancel_button->setMinimumSize(QSize(130, 30));
00130 cancel_button->setMaximumSize(QSize(32767, 30));
00131 cancel_button->setDefault(false);
00132 surface_tab = new QTabWidget(ModifyRepresentationDialogData);
00133 surface_tab->setObjectName(QString::fromUtf8("surface_tab"));
00134 surface_tab->setGeometry(QRect(0, 0, 621, 381));
00135 QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
00136 sizePolicy1.setHorizontalStretch(0);
00137 sizePolicy1.setVerticalStretch(0);
00138 sizePolicy1.setHeightForWidth(surface_tab->sizePolicy().hasHeightForWidth());
00139 surface_tab->setSizePolicy(sizePolicy1);
00140 by_grid = new QWidget();
00141 by_grid->setObjectName(QString::fromUtf8("by_grid"));
00142 layout106 = new QWidget(by_grid);
00143 layout106->setObjectName(QString::fromUtf8("layout106"));
00144 layout106->setGeometry(QRect(10, 20, 520, 24));
00145 hboxLayout = new QHBoxLayout(layout106);
00146 hboxLayout->setSpacing(9);
00147 hboxLayout->setMargin(0);
00148 hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00149 hboxLayout->setContentsMargins(0, 0, 0, 0);
00150 TextLabel1_3 = new QLabel(layout106);
00151 TextLabel1_3->setObjectName(QString::fromUtf8("TextLabel1_3"));
00152 sizePolicy1.setHeightForWidth(TextLabel1_3->sizePolicy().hasHeightForWidth());
00153 TextLabel1_3->setSizePolicy(sizePolicy1);
00154 TextLabel1_3->setMinimumSize(QSize(0, 15));
00155 TextLabel1_3->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
00156
00157 hboxLayout->addWidget(TextLabel1_3);
00158
00159 grids = new QComboBox(layout106);
00160 grids->setObjectName(QString::fromUtf8("grids"));
00161
00162 hboxLayout->addWidget(grids);
00163
00164 layout109 = new QWidget(by_grid);
00165 layout109->setObjectName(QString::fromUtf8("layout109"));
00166 layout109->setGeometry(QRect(60, 60, 464, 148));
00167 layout109->setAutoFillBackground(true);
00168 widget = new QWidget(layout109);
00169 widget->setObjectName(QString::fromUtf8("widget"));
00170 widget->setGeometry(QRect(0, 0, 461, 149));
00171 gridLayout = new QGridLayout(widget);
00172 gridLayout->setSpacing(6);
00173 gridLayout->setMargin(0);
00174 gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00175 gridLayout->setContentsMargins(0, 0, 0, 0);
00176 TextLabel15 = new QLabel(widget);
00177 TextLabel15->setObjectName(QString::fromUtf8("TextLabel15"));
00178 TextLabel15->setMaximumSize(QSize(32767, 18));
00179 TextLabel15->setAlignment(Qt::AlignCenter);
00180
00181 gridLayout->addWidget(TextLabel15, 0, 3, 1, 1);
00182
00183 min_alpha = new QSpinBox(widget);
00184 min_alpha->setObjectName(QString::fromUtf8("min_alpha"));
00185 min_alpha->setEnabled(false);
00186 min_alpha->setMinimumSize(QSize(84, 24));
00187 min_alpha->setMaximumSize(QSize(84, 24));
00188 min_alpha->setMaximum(255);
00189 min_alpha->setValue(255);
00190
00191 gridLayout->addWidget(min_alpha, 3, 1, 1, 1);
00192
00193 max_max_alpha = new QSpinBox(widget);
00194 max_max_alpha->setObjectName(QString::fromUtf8("max_max_alpha"));
00195 max_max_alpha->setEnabled(false);
00196 max_max_alpha->setMinimumSize(QSize(84, 24));
00197 max_max_alpha->setMaximumSize(QSize(84, 24));
00198 max_max_alpha->setMaximum(255);
00199 max_max_alpha->setValue(255);
00200
00201 gridLayout->addWidget(max_max_alpha, 3, 4, 1, 1);
00202
00203 TextLabel7_2 = new QLabel(widget);
00204 TextLabel7_2->setObjectName(QString::fromUtf8("TextLabel7_2"));
00205 TextLabel7_2->setMinimumSize(QSize(84, 24));
00206 TextLabel7_2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00207
00208 gridLayout->addWidget(TextLabel7_2, 4, 0, 1, 1);
00209
00210 TextLabel14_2 = new QLabel(widget);
00211 TextLabel14_2->setObjectName(QString::fromUtf8("TextLabel14_2"));
00212 TextLabel14_2->setMaximumSize(QSize(32767, 18));
00213 TextLabel14_2->setAlignment(Qt::AlignCenter);
00214
00215 gridLayout->addWidget(TextLabel14_2, 0, 2, 1, 1);
00216
00217 min_min_label = new QLabel(widget);
00218 min_min_label->setObjectName(QString::fromUtf8("min_min_label"));
00219 min_min_label->setMinimumSize(QSize(0, 28));
00220 min_min_label->setMaximumSize(QSize(32767, 28));
00221 QPalette palette;
00222 QBrush brush(QColor(0, 0, 0, 255));
00223 brush.setStyle(Qt::SolidPattern);
00224 palette.setBrush(QPalette::Active, QPalette::WindowText, brush);
00225 QBrush brush1(QColor(221, 223, 228, 255));
00226 brush1.setStyle(Qt::SolidPattern);
00227 palette.setBrush(QPalette::Active, QPalette::Button, brush1);
00228 QBrush brush2(QColor(255, 255, 255, 255));
00229 brush2.setStyle(Qt::SolidPattern);
00230 palette.setBrush(QPalette::Active, QPalette::Light, brush2);
00231 palette.setBrush(QPalette::Active, QPalette::Midlight, brush2);
00232 QBrush brush3(QColor(85, 85, 85, 255));
00233 brush3.setStyle(Qt::SolidPattern);
00234 palette.setBrush(QPalette::Active, QPalette::Dark, brush3);
00235 QBrush brush4(QColor(199, 199, 199, 255));
00236 brush4.setStyle(Qt::SolidPattern);
00237 palette.setBrush(QPalette::Active, QPalette::Mid, brush4);
00238 palette.setBrush(QPalette::Active, QPalette::Text, brush);
00239 palette.setBrush(QPalette::Active, QPalette::BrightText, brush2);
00240 palette.setBrush(QPalette::Active, QPalette::ButtonText, brush);
00241 palette.setBrush(QPalette::Active, QPalette::Base, brush2);
00242 QBrush brush5(QColor(255, 0, 0, 255));
00243 brush5.setStyle(Qt::SolidPattern);
00244 palette.setBrush(QPalette::Active, QPalette::Window, brush5);
00245 palette.setBrush(QPalette::Active, QPalette::Shadow, brush);
00246 QBrush brush6(QColor(103, 141, 178, 255));
00247 brush6.setStyle(Qt::SolidPattern);
00248 palette.setBrush(QPalette::Active, QPalette::Highlight, brush6);
00249 palette.setBrush(QPalette::Active, QPalette::HighlightedText, brush2);
00250 QBrush brush7(QColor(0, 0, 238, 255));
00251 brush7.setStyle(Qt::SolidPattern);
00252 palette.setBrush(QPalette::Active, QPalette::Link, brush7);
00253 QBrush brush8(QColor(82, 24, 139, 255));
00254 brush8.setStyle(Qt::SolidPattern);
00255 palette.setBrush(QPalette::Active, QPalette::LinkVisited, brush8);
00256 QBrush brush9(QColor(232, 232, 232, 255));
00257 brush9.setStyle(Qt::SolidPattern);
00258 palette.setBrush(QPalette::Active, QPalette::AlternateBase, brush9);
00259 palette.setBrush(QPalette::Inactive, QPalette::WindowText, brush);
00260 palette.setBrush(QPalette::Inactive, QPalette::Button, brush1);
00261 palette.setBrush(QPalette::Inactive, QPalette::Light, brush2);
00262 palette.setBrush(QPalette::Inactive, QPalette::Midlight, brush2);
00263 palette.setBrush(QPalette::Inactive, QPalette::Dark, brush3);
00264 palette.setBrush(QPalette::Inactive, QPalette::Mid, brush4);
00265 palette.setBrush(QPalette::Inactive, QPalette::Text, brush);
00266 palette.setBrush(QPalette::Inactive, QPalette::BrightText, brush2);
00267 palette.setBrush(QPalette::Inactive, QPalette::ButtonText, brush);
00268 palette.setBrush(QPalette::Inactive, QPalette::Base, brush2);
00269 palette.setBrush(QPalette::Inactive, QPalette::Window, brush5);
00270 palette.setBrush(QPalette::Inactive, QPalette::Shadow, brush);
00271 palette.setBrush(QPalette::Inactive, QPalette::Highlight, brush6);
00272 palette.setBrush(QPalette::Inactive, QPalette::HighlightedText, brush2);
00273 palette.setBrush(QPalette::Inactive, QPalette::Link, brush7);
00274 palette.setBrush(QPalette::Inactive, QPalette::LinkVisited, brush8);
00275 palette.setBrush(QPalette::Inactive, QPalette::AlternateBase, brush9);
00276 QBrush brush10(QColor(128, 128, 128, 255));
00277 brush10.setStyle(Qt::SolidPattern);
00278 palette.setBrush(QPalette::Disabled, QPalette::WindowText, brush10);
00279 palette.setBrush(QPalette::Disabled, QPalette::Button, brush1);
00280 palette.setBrush(QPalette::Disabled, QPalette::Light, brush2);
00281 palette.setBrush(QPalette::Disabled, QPalette::Midlight, brush2);
00282 palette.setBrush(QPalette::Disabled, QPalette::Dark, brush3);
00283 palette.setBrush(QPalette::Disabled, QPalette::Mid, brush4);
00284 palette.setBrush(QPalette::Disabled, QPalette::Text, brush4);
00285 palette.setBrush(QPalette::Disabled, QPalette::BrightText, brush2);
00286 palette.setBrush(QPalette::Disabled, QPalette::ButtonText, brush10);
00287 palette.setBrush(QPalette::Disabled, QPalette::Base, brush5);
00288 palette.setBrush(QPalette::Disabled, QPalette::Window, brush5);
00289 palette.setBrush(QPalette::Disabled, QPalette::Shadow, brush);
00290 QBrush brush11(QColor(86, 117, 148, 255));
00291 brush11.setStyle(Qt::SolidPattern);
00292 palette.setBrush(QPalette::Disabled, QPalette::Highlight, brush11);
00293 palette.setBrush(QPalette::Disabled, QPalette::HighlightedText, brush2);
00294 palette.setBrush(QPalette::Disabled, QPalette::Link, brush7);
00295 palette.setBrush(QPalette::Disabled, QPalette::LinkVisited, brush8);
00296 palette.setBrush(QPalette::Disabled, QPalette::AlternateBase, brush9);
00297 min_min_label->setPalette(palette);
00298 min_min_label->setAutoFillBackground(true);
00299 min_min_label->setFrameShape(QFrame::Panel);
00300
00301 gridLayout->addWidget(min_min_label, 1, 0, 1, 1);
00302
00303 mid_alpha = new QSpinBox(widget);
00304 mid_alpha->setObjectName(QString::fromUtf8("mid_alpha"));
00305 mid_alpha->setEnabled(false);
00306 mid_alpha->setMinimumSize(QSize(84, 24));
00307 mid_alpha->setMaximumSize(QSize(84, 24));
00308 mid_alpha->setMaximum(255);
00309 mid_alpha->setValue(255);
00310
00311 gridLayout->addWidget(mid_alpha, 3, 2, 1, 1);
00312
00313 min_box = new QLineEdit(widget);
00314 min_box->setObjectName(QString::fromUtf8("min_box"));
00315 min_box->setMinimumSize(QSize(84, 24));
00316 min_box->setMaximumSize(QSize(84, 24));
00317 min_box->setAlignment(Qt::AlignRight);
00318
00319 gridLayout->addWidget(min_box, 4, 1, 1, 1);
00320
00321 mid_label = new QLabel(widget);
00322 mid_label->setObjectName(QString::fromUtf8("mid_label"));
00323 mid_label->setMinimumSize(QSize(0, 28));
00324 mid_label->setMaximumSize(QSize(32767, 28));
00325 QPalette palette1;
00326 palette1.setBrush(QPalette::Active, QPalette::WindowText, brush);
00327 palette1.setBrush(QPalette::Active, QPalette::Button, brush1);
00328 palette1.setBrush(QPalette::Active, QPalette::Light, brush2);
00329 palette1.setBrush(QPalette::Active, QPalette::Midlight, brush2);
00330 palette1.setBrush(QPalette::Active, QPalette::Dark, brush3);
00331 palette1.setBrush(QPalette::Active, QPalette::Mid, brush4);
00332 palette1.setBrush(QPalette::Active, QPalette::Text, brush);
00333 palette1.setBrush(QPalette::Active, QPalette::BrightText, brush2);
00334 palette1.setBrush(QPalette::Active, QPalette::ButtonText, brush);
00335 palette1.setBrush(QPalette::Active, QPalette::Base, brush2);
00336 palette1.setBrush(QPalette::Active, QPalette::Window, brush2);
00337 palette1.setBrush(QPalette::Active, QPalette::Shadow, brush);
00338 palette1.setBrush(QPalette::Active, QPalette::Highlight, brush6);
00339 palette1.setBrush(QPalette::Active, QPalette::HighlightedText, brush2);
00340 palette1.setBrush(QPalette::Active, QPalette::Link, brush7);
00341 palette1.setBrush(QPalette::Active, QPalette::LinkVisited, brush8);
00342 palette1.setBrush(QPalette::Active, QPalette::AlternateBase, brush9);
00343 palette1.setBrush(QPalette::Inactive, QPalette::WindowText, brush);
00344 palette1.setBrush(QPalette::Inactive, QPalette::Button, brush1);
00345 palette1.setBrush(QPalette::Inactive, QPalette::Light, brush2);
00346 palette1.setBrush(QPalette::Inactive, QPalette::Midlight, brush2);
00347 palette1.setBrush(QPalette::Inactive, QPalette::Dark, brush3);
00348 palette1.setBrush(QPalette::Inactive, QPalette::Mid, brush4);
00349 palette1.setBrush(QPalette::Inactive, QPalette::Text, brush);
00350 palette1.setBrush(QPalette::Inactive, QPalette::BrightText, brush2);
00351 palette1.setBrush(QPalette::Inactive, QPalette::ButtonText, brush);
00352 palette1.setBrush(QPalette::Inactive, QPalette::Base, brush2);
00353 palette1.setBrush(QPalette::Inactive, QPalette::Window, brush2);
00354 palette1.setBrush(QPalette::Inactive, QPalette::Shadow, brush);
00355 palette1.setBrush(QPalette::Inactive, QPalette::Highlight, brush6);
00356 palette1.setBrush(QPalette::Inactive, QPalette::HighlightedText, brush2);
00357 palette1.setBrush(QPalette::Inactive, QPalette::Link, brush7);
00358 palette1.setBrush(QPalette::Inactive, QPalette::LinkVisited, brush8);
00359 palette1.setBrush(QPalette::Inactive, QPalette::AlternateBase, brush9);
00360 palette1.setBrush(QPalette::Disabled, QPalette::WindowText, brush10);
00361 palette1.setBrush(QPalette::Disabled, QPalette::Button, brush1);
00362 palette1.setBrush(QPalette::Disabled, QPalette::Light, brush2);
00363 palette1.setBrush(QPalette::Disabled, QPalette::Midlight, brush2);
00364 palette1.setBrush(QPalette::Disabled, QPalette::Dark, brush3);
00365 palette1.setBrush(QPalette::Disabled, QPalette::Mid, brush4);
00366 palette1.setBrush(QPalette::Disabled, QPalette::Text, brush4);
00367 palette1.setBrush(QPalette::Disabled, QPalette::BrightText, brush2);
00368 palette1.setBrush(QPalette::Disabled, QPalette::ButtonText, brush10);
00369 palette1.setBrush(QPalette::Disabled, QPalette::Base, brush2);
00370 palette1.setBrush(QPalette::Disabled, QPalette::Window, brush2);
00371 palette1.setBrush(QPalette::Disabled, QPalette::Shadow, brush);
00372 palette1.setBrush(QPalette::Disabled, QPalette::Highlight, brush11);
00373 palette1.setBrush(QPalette::Disabled, QPalette::HighlightedText, brush2);
00374 palette1.setBrush(QPalette::Disabled, QPalette::Link, brush7);
00375 palette1.setBrush(QPalette::Disabled, QPalette::LinkVisited, brush8);
00376 palette1.setBrush(QPalette::Disabled, QPalette::AlternateBase, brush9);
00377 mid_label->setPalette(palette1);
00378 mid_label->setAutoFillBackground(true);
00379 mid_label->setFrameShape(QFrame::Panel);
00380
00381 gridLayout->addWidget(mid_label, 1, 2, 1, 1);
00382
00383 max_button = new QPushButton(widget);
00384 max_button->setObjectName(QString::fromUtf8("max_button"));
00385 max_button->setMinimumSize(QSize(0, 28));
00386 max_button->setMaximumSize(QSize(32767, 28));
00387
00388 gridLayout->addWidget(max_button, 2, 3, 1, 1);
00389
00390 max_box = new QLineEdit(widget);
00391 max_box->setObjectName(QString::fromUtf8("max_box"));
00392 max_box->setMinimumSize(QSize(84, 24));
00393 max_box->setMaximumSize(QSize(84, 24));
00394 max_box->setAlignment(Qt::AlignRight);
00395
00396 gridLayout->addWidget(max_box, 4, 3, 1, 1);
00397
00398 mid_button = new QPushButton(widget);
00399 mid_button->setObjectName(QString::fromUtf8("mid_button"));
00400 mid_button->setMinimumSize(QSize(0, 28));
00401 mid_button->setMaximumSize(QSize(32767, 28));
00402
00403 gridLayout->addWidget(mid_button, 2, 2, 1, 1);
00404
00405 max_max_label = new QLabel(widget);
00406 max_max_label->setObjectName(QString::fromUtf8("max_max_label"));
00407 max_max_label->setMinimumSize(QSize(0, 28));
00408 max_max_label->setMaximumSize(QSize(32767, 28));
00409 QPalette palette2;
00410 palette2.setBrush(QPalette::Active, QPalette::WindowText, brush);
00411 palette2.setBrush(QPalette::Active, QPalette::Button, brush1);
00412 palette2.setBrush(QPalette::Active, QPalette::Light, brush2);
00413 palette2.setBrush(QPalette::Active, QPalette::Midlight, brush2);
00414 palette2.setBrush(QPalette::Active, QPalette::Dark, brush3);
00415 palette2.setBrush(QPalette::Active, QPalette::Mid, brush4);
00416 palette2.setBrush(QPalette::Active, QPalette::Text, brush);
00417 palette2.setBrush(QPalette::Active, QPalette::BrightText, brush2);
00418 palette2.setBrush(QPalette::Active, QPalette::ButtonText, brush);
00419 palette2.setBrush(QPalette::Active, QPalette::Base, brush2);
00420 QBrush brush12(QColor(0, 0, 255, 255));
00421 brush12.setStyle(Qt::SolidPattern);
00422 palette2.setBrush(QPalette::Active, QPalette::Window, brush12);
00423 palette2.setBrush(QPalette::Active, QPalette::Shadow, brush);
00424 palette2.setBrush(QPalette::Active, QPalette::Highlight, brush6);
00425 palette2.setBrush(QPalette::Active, QPalette::HighlightedText, brush2);
00426 palette2.setBrush(QPalette::Active, QPalette::Link, brush7);
00427 palette2.setBrush(QPalette::Active, QPalette::LinkVisited, brush8);
00428 palette2.setBrush(QPalette::Active, QPalette::AlternateBase, brush9);
00429 palette2.setBrush(QPalette::Inactive, QPalette::WindowText, brush);
00430 palette2.setBrush(QPalette::Inactive, QPalette::Button, brush1);
00431 palette2.setBrush(QPalette::Inactive, QPalette::Light, brush2);
00432 palette2.setBrush(QPalette::Inactive, QPalette::Midlight, brush2);
00433 palette2.setBrush(QPalette::Inactive, QPalette::Dark, brush3);
00434 palette2.setBrush(QPalette::Inactive, QPalette::Mid, brush4);
00435 palette2.setBrush(QPalette::Inactive, QPalette::Text, brush);
00436 palette2.setBrush(QPalette::Inactive, QPalette::BrightText, brush2);
00437 palette2.setBrush(QPalette::Inactive, QPalette::ButtonText, brush);
00438 palette2.setBrush(QPalette::Inactive, QPalette::Base, brush2);
00439 palette2.setBrush(QPalette::Inactive, QPalette::Window, brush12);
00440 palette2.setBrush(QPalette::Inactive, QPalette::Shadow, brush);
00441 palette2.setBrush(QPalette::Inactive, QPalette::Highlight, brush6);
00442 palette2.setBrush(QPalette::Inactive, QPalette::HighlightedText, brush2);
00443 palette2.setBrush(QPalette::Inactive, QPalette::Link, brush7);
00444 palette2.setBrush(QPalette::Inactive, QPalette::LinkVisited, brush8);
00445 palette2.setBrush(QPalette::Inactive, QPalette::AlternateBase, brush9);
00446 palette2.setBrush(QPalette::Disabled, QPalette::WindowText, brush10);
00447 palette2.setBrush(QPalette::Disabled, QPalette::Button, brush1);
00448 palette2.setBrush(QPalette::Disabled, QPalette::Light, brush2);
00449 palette2.setBrush(QPalette::Disabled, QPalette::Midlight, brush2);
00450 palette2.setBrush(QPalette::Disabled, QPalette::Dark, brush3);
00451 palette2.setBrush(QPalette::Disabled, QPalette::Mid, brush4);
00452 palette2.setBrush(QPalette::Disabled, QPalette::Text, brush4);
00453 palette2.setBrush(QPalette::Disabled, QPalette::BrightText, brush2);
00454 palette2.setBrush(QPalette::Disabled, QPalette::ButtonText, brush10);
00455 palette2.setBrush(QPalette::Disabled, QPalette::Base, brush12);
00456 palette2.setBrush(QPalette::Disabled, QPalette::Window, brush12);
00457 palette2.setBrush(QPalette::Disabled, QPalette::Shadow, brush);
00458 palette2.setBrush(QPalette::Disabled, QPalette::Highlight, brush11);
00459 palette2.setBrush(QPalette::Disabled, QPalette::HighlightedText, brush2);
00460 palette2.setBrush(QPalette::Disabled, QPalette::Link, brush7);
00461 palette2.setBrush(QPalette::Disabled, QPalette::LinkVisited, brush8);
00462 palette2.setBrush(QPalette::Disabled, QPalette::AlternateBase, brush9);
00463 max_max_label->setPalette(palette2);
00464 max_max_label->setAutoFillBackground(true);
00465 max_max_label->setFrameShape(QFrame::Panel);
00466
00467 gridLayout->addWidget(max_max_label, 1, 4, 1, 1);
00468
00469 max_max_button = new QPushButton(widget);
00470 max_max_button->setObjectName(QString::fromUtf8("max_max_button"));
00471 max_max_button->setMinimumSize(QSize(0, 28));
00472 max_max_button->setMaximumSize(QSize(32767, 28));
00473
00474 gridLayout->addWidget(max_max_button, 2, 4, 1, 1);
00475
00476 mid_box = new QLineEdit(widget);
00477 mid_box->setObjectName(QString::fromUtf8("mid_box"));
00478 mid_box->setMinimumSize(QSize(84, 24));
00479 mid_box->setMaximumSize(QSize(84, 24));
00480 mid_box->setAlignment(Qt::AlignRight);
00481
00482 gridLayout->addWidget(mid_box, 4, 2, 1, 1);
00483
00484 TextLabel14_3 = new QLabel(widget);
00485 TextLabel14_3->setObjectName(QString::fromUtf8("TextLabel14_3"));
00486 TextLabel14_3->setMaximumSize(QSize(32767, 18));
00487 TextLabel14_3->setAlignment(Qt::AlignCenter);
00488
00489 gridLayout->addWidget(TextLabel14_3, 0, 0, 1, 1);
00490
00491 min_min_alpha = new QSpinBox(widget);
00492 min_min_alpha->setObjectName(QString::fromUtf8("min_min_alpha"));
00493 min_min_alpha->setEnabled(false);
00494 min_min_alpha->setMinimumSize(QSize(84, 24));
00495 min_min_alpha->setMaximumSize(QSize(84, 24));
00496 min_min_alpha->setMaximum(255);
00497 min_min_alpha->setValue(255);
00498
00499 gridLayout->addWidget(min_min_alpha, 3, 0, 1, 1);
00500
00501 max_alpha = new QSpinBox(widget);
00502 max_alpha->setObjectName(QString::fromUtf8("max_alpha"));
00503 max_alpha->setEnabled(false);
00504 max_alpha->setMinimumSize(QSize(84, 24));
00505 max_alpha->setMaximumSize(QSize(84, 24));
00506 max_alpha->setMaximum(255);
00507 max_alpha->setValue(255);
00508
00509 gridLayout->addWidget(max_alpha, 3, 3, 1, 1);
00510
00511 autoscale = new QPushButton(widget);
00512 autoscale->setObjectName(QString::fromUtf8("autoscale"));
00513 autoscale->setEnabled(false);
00514 autoscale->setMinimumSize(QSize(0, 25));
00515 autoscale->setMaximumSize(QSize(32767, 24));
00516
00517 gridLayout->addWidget(autoscale, 4, 4, 1, 1);
00518
00519 min_label = new QLabel(widget);
00520 min_label->setObjectName(QString::fromUtf8("min_label"));
00521 min_label->setMinimumSize(QSize(0, 28));
00522 min_label->setMaximumSize(QSize(32767, 28));
00523 QPalette palette3;
00524 palette3.setBrush(QPalette::Active, QPalette::WindowText, brush);
00525 palette3.setBrush(QPalette::Active, QPalette::Button, brush1);
00526 palette3.setBrush(QPalette::Active, QPalette::Light, brush2);
00527 palette3.setBrush(QPalette::Active, QPalette::Midlight, brush2);
00528 palette3.setBrush(QPalette::Active, QPalette::Dark, brush3);
00529 palette3.setBrush(QPalette::Active, QPalette::Mid, brush4);
00530 palette3.setBrush(QPalette::Active, QPalette::Text, brush);
00531 palette3.setBrush(QPalette::Active, QPalette::BrightText, brush2);
00532 palette3.setBrush(QPalette::Active, QPalette::ButtonText, brush);
00533 palette3.setBrush(QPalette::Active, QPalette::Base, brush2);
00534 palette3.setBrush(QPalette::Active, QPalette::Window, brush5);
00535 palette3.setBrush(QPalette::Active, QPalette::Shadow, brush);
00536 palette3.setBrush(QPalette::Active, QPalette::Highlight, brush6);
00537 palette3.setBrush(QPalette::Active, QPalette::HighlightedText, brush2);
00538 palette3.setBrush(QPalette::Active, QPalette::Link, brush7);
00539 palette3.setBrush(QPalette::Active, QPalette::LinkVisited, brush8);
00540 palette3.setBrush(QPalette::Active, QPalette::AlternateBase, brush9);
00541 palette3.setBrush(QPalette::Inactive, QPalette::WindowText, brush);
00542 palette3.setBrush(QPalette::Inactive, QPalette::Button, brush1);
00543 palette3.setBrush(QPalette::Inactive, QPalette::Light, brush2);
00544 palette3.setBrush(QPalette::Inactive, QPalette::Midlight, brush2);
00545 palette3.setBrush(QPalette::Inactive, QPalette::Dark, brush3);
00546 palette3.setBrush(QPalette::Inactive, QPalette::Mid, brush4);
00547 palette3.setBrush(QPalette::Inactive, QPalette::Text, brush);
00548 palette3.setBrush(QPalette::Inactive, QPalette::BrightText, brush2);
00549 palette3.setBrush(QPalette::Inactive, QPalette::ButtonText, brush);
00550 palette3.setBrush(QPalette::Inactive, QPalette::Base, brush2);
00551 palette3.setBrush(QPalette::Inactive, QPalette::Window, brush5);
00552 palette3.setBrush(QPalette::Inactive, QPalette::Shadow, brush);
00553 palette3.setBrush(QPalette::Inactive, QPalette::Highlight, brush6);
00554 palette3.setBrush(QPalette::Inactive, QPalette::HighlightedText, brush2);
00555 palette3.setBrush(QPalette::Inactive, QPalette::Link, brush7);
00556 palette3.setBrush(QPalette::Inactive, QPalette::LinkVisited, brush8);
00557 palette3.setBrush(QPalette::Inactive, QPalette::AlternateBase, brush9);
00558 palette3.setBrush(QPalette::Disabled, QPalette::WindowText, brush10);
00559 palette3.setBrush(QPalette::Disabled, QPalette::Button, brush1);
00560 palette3.setBrush(QPalette::Disabled, QPalette::Light, brush2);
00561 palette3.setBrush(QPalette::Disabled, QPalette::Midlight, brush2);
00562 palette3.setBrush(QPalette::Disabled, QPalette::Dark, brush3);
00563 palette3.setBrush(QPalette::Disabled, QPalette::Mid, brush4);
00564 palette3.setBrush(QPalette::Disabled, QPalette::Text, brush4);
00565 palette3.setBrush(QPalette::Disabled, QPalette::BrightText, brush2);
00566 palette3.setBrush(QPalette::Disabled, QPalette::ButtonText, brush10);
00567 palette3.setBrush(QPalette::Disabled, QPalette::Base, brush5);
00568 palette3.setBrush(QPalette::Disabled, QPalette::Window, brush5);
00569 palette3.setBrush(QPalette::Disabled, QPalette::Shadow, brush);
00570 palette3.setBrush(QPalette::Disabled, QPalette::Highlight, brush11);
00571 palette3.setBrush(QPalette::Disabled, QPalette::HighlightedText, brush2);
00572 palette3.setBrush(QPalette::Disabled, QPalette::Link, brush7);
00573 palette3.setBrush(QPalette::Disabled, QPalette::LinkVisited, brush8);
00574 palette3.setBrush(QPalette::Disabled, QPalette::AlternateBase, brush9);
00575 min_label->setPalette(palette3);
00576 min_label->setAutoFillBackground(true);
00577 min_label->setFrameShape(QFrame::Panel);
00578
00579 gridLayout->addWidget(min_label, 1, 1, 1, 1);
00580
00581 TextLabel13 = new QLabel(widget);
00582 TextLabel13->setObjectName(QString::fromUtf8("TextLabel13"));
00583 TextLabel13->setMaximumSize(QSize(32767, 18));
00584 TextLabel13->setAlignment(Qt::AlignCenter);
00585
00586 gridLayout->addWidget(TextLabel13, 0, 4, 1, 1);
00587
00588 max_label = new QLabel(widget);
00589 max_label->setObjectName(QString::fromUtf8("max_label"));
00590 max_label->setMinimumSize(QSize(0, 28));
00591 max_label->setMaximumSize(QSize(32767, 28));
00592 QPalette palette4;
00593 palette4.setBrush(QPalette::Active, QPalette::WindowText, brush);
00594 palette4.setBrush(QPalette::Active, QPalette::Button, brush1);
00595 palette4.setBrush(QPalette::Active, QPalette::Light, brush2);
00596 palette4.setBrush(QPalette::Active, QPalette::Midlight, brush2);
00597 palette4.setBrush(QPalette::Active, QPalette::Dark, brush3);
00598 palette4.setBrush(QPalette::Active, QPalette::Mid, brush4);
00599 palette4.setBrush(QPalette::Active, QPalette::Text, brush);
00600 palette4.setBrush(QPalette::Active, QPalette::BrightText, brush2);
00601 palette4.setBrush(QPalette::Active, QPalette::ButtonText, brush);
00602 palette4.setBrush(QPalette::Active, QPalette::Base, brush2);
00603 palette4.setBrush(QPalette::Active, QPalette::Window, brush12);
00604 palette4.setBrush(QPalette::Active, QPalette::Shadow, brush);
00605 palette4.setBrush(QPalette::Active, QPalette::Highlight, brush6);
00606 palette4.setBrush(QPalette::Active, QPalette::HighlightedText, brush2);
00607 palette4.setBrush(QPalette::Active, QPalette::Link, brush7);
00608 palette4.setBrush(QPalette::Active, QPalette::LinkVisited, brush8);
00609 palette4.setBrush(QPalette::Active, QPalette::AlternateBase, brush9);
00610 palette4.setBrush(QPalette::Inactive, QPalette::WindowText, brush);
00611 palette4.setBrush(QPalette::Inactive, QPalette::Button, brush1);
00612 palette4.setBrush(QPalette::Inactive, QPalette::Light, brush2);
00613 palette4.setBrush(QPalette::Inactive, QPalette::Midlight, brush2);
00614 palette4.setBrush(QPalette::Inactive, QPalette::Dark, brush3);
00615 palette4.setBrush(QPalette::Inactive, QPalette::Mid, brush4);
00616 palette4.setBrush(QPalette::Inactive, QPalette::Text, brush);
00617 palette4.setBrush(QPalette::Inactive, QPalette::BrightText, brush2);
00618 palette4.setBrush(QPalette::Inactive, QPalette::ButtonText, brush);
00619 palette4.setBrush(QPalette::Inactive, QPalette::Base, brush2);
00620 palette4.setBrush(QPalette::Inactive, QPalette::Window, brush12);
00621 palette4.setBrush(QPalette::Inactive, QPalette::Shadow, brush);
00622 palette4.setBrush(QPalette::Inactive, QPalette::Highlight, brush6);
00623 palette4.setBrush(QPalette::Inactive, QPalette::HighlightedText, brush2);
00624 palette4.setBrush(QPalette::Inactive, QPalette::Link, brush7);
00625 palette4.setBrush(QPalette::Inactive, QPalette::LinkVisited, brush8);
00626 palette4.setBrush(QPalette::Inactive, QPalette::AlternateBase, brush9);
00627 palette4.setBrush(QPalette::Disabled, QPalette::WindowText, brush10);
00628 palette4.setBrush(QPalette::Disabled, QPalette::Button, brush1);
00629 palette4.setBrush(QPalette::Disabled, QPalette::Light, brush2);
00630 palette4.setBrush(QPalette::Disabled, QPalette::Midlight, brush2);
00631 palette4.setBrush(QPalette::Disabled, QPalette::Dark, brush3);
00632 palette4.setBrush(QPalette::Disabled, QPalette::Mid, brush4);
00633 palette4.setBrush(QPalette::Disabled, QPalette::Text, brush4);
00634 palette4.setBrush(QPalette::Disabled, QPalette::BrightText, brush2);
00635 palette4.setBrush(QPalette::Disabled, QPalette::ButtonText, brush10);
00636 palette4.setBrush(QPalette::Disabled, QPalette::Base, brush12);
00637 palette4.setBrush(QPalette::Disabled, QPalette::Window, brush12);
00638 palette4.setBrush(QPalette::Disabled, QPalette::Shadow, brush);
00639 palette4.setBrush(QPalette::Disabled, QPalette::Highlight, brush11);
00640 palette4.setBrush(QPalette::Disabled, QPalette::HighlightedText, brush2);
00641 palette4.setBrush(QPalette::Disabled, QPalette::Link, brush7);
00642 palette4.setBrush(QPalette::Disabled, QPalette::LinkVisited, brush8);
00643 palette4.setBrush(QPalette::Disabled, QPalette::AlternateBase, brush9);
00644 max_label->setPalette(palette4);
00645 max_label->setAutoFillBackground(true);
00646 max_label->setFrameShape(QFrame::Panel);
00647
00648 gridLayout->addWidget(max_label, 1, 3, 1, 1);
00649
00650 min_min_button = new QPushButton(widget);
00651 min_min_button->setObjectName(QString::fromUtf8("min_min_button"));
00652 min_min_button->setMinimumSize(QSize(0, 28));
00653 min_min_button->setMaximumSize(QSize(32767, 28));
00654
00655 gridLayout->addWidget(min_min_button, 2, 0, 1, 1);
00656
00657 min_button = new QPushButton(widget);
00658 min_button->setObjectName(QString::fromUtf8("min_button"));
00659 min_button->setMinimumSize(QSize(0, 28));
00660 min_button->setMaximumSize(QSize(32767, 28));
00661
00662 gridLayout->addWidget(min_button, 2, 1, 1, 1);
00663
00664 TextLabel14 = new QLabel(widget);
00665 TextLabel14->setObjectName(QString::fromUtf8("TextLabel14"));
00666 TextLabel14->setMaximumSize(QSize(32767, 18));
00667 TextLabel14->setAlignment(Qt::AlignCenter);
00668
00669 gridLayout->addWidget(TextLabel14, 0, 1, 1, 1);
00670
00671 TextLabel1_2 = new QLabel(by_grid);
00672 TextLabel1_2->setObjectName(QString::fromUtf8("TextLabel1_2"));
00673 TextLabel1_2->setGeometry(QRect(20, 150, 35, 31));
00674 TextLabel1_2->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00675 TextLabel1 = new QLabel(by_grid);
00676 TextLabel1->setObjectName(QString::fromUtf8("TextLabel1"));
00677 TextLabel1->setGeometry(QRect(0, 80, 56, 31));
00678 TextLabel1->setTextFormat(Qt::AutoText);
00679 TextLabel1->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00680 layoutWidget = new QWidget(by_grid);
00681 layoutWidget->setObjectName(QString::fromUtf8("layoutWidget"));
00682 layoutWidget->setGeometry(QRect(10, 240, 221, 31));
00683 hboxLayout1 = new QHBoxLayout(layoutWidget);
00684 hboxLayout1->setSpacing(6);
00685 hboxLayout1->setMargin(0);
00686 hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00687 hboxLayout1->setContentsMargins(0, 0, 0, 0);
00688 TextLabel7 = new QLabel(layoutWidget);
00689 TextLabel7->setObjectName(QString::fromUtf8("TextLabel7"));
00690 TextLabel7->setMinimumSize(QSize(0, 22));
00691 TextLabel7->setMaximumSize(QSize(32767, 22));
00692 TextLabel7->setAlignment(Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter);
00693
00694 hboxLayout1->addWidget(TextLabel7);
00695
00696 levels_box = new QSpinBox(layoutWidget);
00697 levels_box->setObjectName(QString::fromUtf8("levels_box"));
00698 levels_box->setMinimumSize(QSize(30, 24));
00699 levels_box->setMaximumSize(QSize(70, 24));
00700 levels_box->setMaximum(999);
00701 levels_box->setValue(10);
00702
00703 hboxLayout1->addWidget(levels_box);
00704
00705 normalization = new QCheckBox(by_grid);
00706 normalization->setObjectName(QString::fromUtf8("normalization"));
00707 normalization->setGeometry(QRect(260, 230, 261, 24));
00708 grid_transparency = new QCheckBox(by_grid);
00709 grid_transparency->setObjectName(QString::fromUtf8("grid_transparency"));
00710 grid_transparency->setGeometry(QRect(260, 260, 261, 24));
00711 surface_tab->addTab(by_grid, QString());
00712 by_color = new QWidget();
00713 by_color->setObjectName(QString::fromUtf8("by_color"));
00714 layout72 = new QWidget(by_color);
00715 layout72->setObjectName(QString::fromUtf8("layout72"));
00716 layout72->setGeometry(QRect(10, 20, 310, 32));
00717 hboxLayout2 = new QHBoxLayout(layout72);
00718 hboxLayout2->setSpacing(6);
00719 hboxLayout2->setMargin(0);
00720 hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
00721 hboxLayout2->setContentsMargins(0, 0, 0, 0);
00722 custom_color_label = new QLabel(layout72);
00723 custom_color_label->setObjectName(QString::fromUtf8("custom_color_label"));
00724 custom_color_label->setMaximumSize(QSize(32767, 30));
00725 QPalette palette5;
00726 palette5.setBrush(QPalette::Active, QPalette::WindowText, brush);
00727 palette5.setBrush(QPalette::Active, QPalette::Button, brush1);
00728 palette5.setBrush(QPalette::Active, QPalette::Light, brush2);
00729 palette5.setBrush(QPalette::Active, QPalette::Midlight, brush2);
00730 palette5.setBrush(QPalette::Active, QPalette::Dark, brush3);
00731 palette5.setBrush(QPalette::Active, QPalette::Mid, brush4);
00732 palette5.setBrush(QPalette::Active, QPalette::Text, brush);
00733 palette5.setBrush(QPalette::Active, QPalette::BrightText, brush2);
00734 palette5.setBrush(QPalette::Active, QPalette::ButtonText, brush);
00735 palette5.setBrush(QPalette::Active, QPalette::Base, brush2);
00736 QBrush brush13(QColor(0, 170, 255, 255));
00737 brush13.setStyle(Qt::SolidPattern);
00738 palette5.setBrush(QPalette::Active, QPalette::Window, brush13);
00739 palette5.setBrush(QPalette::Active, QPalette::Shadow, brush);
00740 palette5.setBrush(QPalette::Active, QPalette::Highlight, brush6);
00741 palette5.setBrush(QPalette::Active, QPalette::HighlightedText, brush2);
00742 palette5.setBrush(QPalette::Active, QPalette::Link, brush7);
00743 palette5.setBrush(QPalette::Active, QPalette::LinkVisited, brush8);
00744 palette5.setBrush(QPalette::Active, QPalette::AlternateBase, brush9);
00745 palette5.setBrush(QPalette::Inactive, QPalette::WindowText, brush);
00746 palette5.setBrush(QPalette::Inactive, QPalette::Button, brush1);
00747 palette5.setBrush(QPalette::Inactive, QPalette::Light, brush2);
00748 palette5.setBrush(QPalette::Inactive, QPalette::Midlight, brush2);
00749 palette5.setBrush(QPalette::Inactive, QPalette::Dark, brush3);
00750 palette5.setBrush(QPalette::Inactive, QPalette::Mid, brush4);
00751 palette5.setBrush(QPalette::Inactive, QPalette::Text, brush);
00752 palette5.setBrush(QPalette::Inactive, QPalette::BrightText, brush2);
00753 palette5.setBrush(QPalette::Inactive, QPalette::ButtonText, brush);
00754 palette5.setBrush(QPalette::Inactive, QPalette::Base, brush2);
00755 palette5.setBrush(QPalette::Inactive, QPalette::Window, brush13);
00756 palette5.setBrush(QPalette::Inactive, QPalette::Shadow, brush);
00757 palette5.setBrush(QPalette::Inactive, QPalette::Highlight, brush6);
00758 palette5.setBrush(QPalette::Inactive, QPalette::HighlightedText, brush2);
00759 palette5.setBrush(QPalette::Inactive, QPalette::Link, brush7);
00760 palette5.setBrush(QPalette::Inactive, QPalette::LinkVisited, brush8);
00761 palette5.setBrush(QPalette::Inactive, QPalette::AlternateBase, brush9);
00762 palette5.setBrush(QPalette::Disabled, QPalette::WindowText, brush10);
00763 palette5.setBrush(QPalette::Disabled, QPalette::Button, brush1);
00764 palette5.setBrush(QPalette::Disabled, QPalette::Light, brush2);
00765 palette5.setBrush(QPalette::Disabled, QPalette::Midlight, brush2);
00766 palette5.setBrush(QPalette::Disabled, QPalette::Dark, brush3);
00767 palette5.setBrush(QPalette::Disabled, QPalette::Mid, brush4);
00768 palette5.setBrush(QPalette::Disabled, QPalette::Text, brush4);
00769 palette5.setBrush(QPalette::Disabled, QPalette::BrightText, brush2);
00770 palette5.setBrush(QPalette::Disabled, QPalette::ButtonText, brush10);
00771 palette5.setBrush(QPalette::Disabled, QPalette::Base, brush13);
00772 palette5.setBrush(QPalette::Disabled, QPalette::Window, brush13);
00773 palette5.setBrush(QPalette::Disabled, QPalette::Shadow, brush);
00774 palette5.setBrush(QPalette::Disabled, QPalette::Highlight, brush11);
00775 palette5.setBrush(QPalette::Disabled, QPalette::HighlightedText, brush2);
00776 palette5.setBrush(QPalette::Disabled, QPalette::Link, brush7);
00777 palette5.setBrush(QPalette::Disabled, QPalette::LinkVisited, brush8);
00778 palette5.setBrush(QPalette::Disabled, QPalette::AlternateBase, brush9);
00779 custom_color_label->setPalette(palette5);
00780 custom_color_label->setAutoFillBackground(true);
00781 custom_color_label->setFrameShape(QFrame::Panel);
00782
00783 hboxLayout2->addWidget(custom_color_label);
00784
00785 choose_button = new QPushButton(layout72);
00786 choose_button->setObjectName(QString::fromUtf8("choose_button"));
00787 choose_button->setMinimumSize(QSize(30, 30));
00788 choose_button->setMaximumSize(QSize(32767, 30));
00789
00790 hboxLayout2->addWidget(choose_button);
00791
00792 transparency_slider = new QSlider(by_color);
00793 transparency_slider->setObjectName(QString::fromUtf8("transparency_slider"));
00794 transparency_slider->setGeometry(QRect(20, 90, 206, 21));
00795 transparency_slider->setMinimumSize(QSize(0, 21));
00796 transparency_slider->setMinimum(0);
00797 transparency_slider->setMaximum(100);
00798 transparency_slider->setSingleStep(1);
00799 transparency_slider->setValue(0);
00800 transparency_slider->setOrientation(Qt::Horizontal);
00801 transparency_slider->setTickInterval(10);
00802 textLabel1_2_2_2 = new QLabel(by_color);
00803 textLabel1_2_2_2->setObjectName(QString::fromUtf8("textLabel1_2_2_2"));
00804 textLabel1_2_2_2->setGeometry(QRect(20, 60, 260, 16));
00805 textLabel1_2_2_2->setAlignment(Qt::AlignCenter);
00806 transparency_label = new QLabel(by_color);
00807 transparency_label->setObjectName(QString::fromUtf8("transparency_label"));
00808 transparency_label->setGeometry(QRect(230, 90, 50, 21));
00809 transparency_label->setAlignment(Qt::AlignCenter);
00810 color_only_selection = new QCheckBox(by_color);
00811 color_only_selection->setObjectName(QString::fromUtf8("color_only_selection"));
00812 color_only_selection->setGeometry(QRect(20, 140, 288, 28));
00813 surface_tab->addTab(by_color, QString());
00814 drawing_mode = new QWidget();
00815 drawing_mode->setObjectName(QString::fromUtf8("drawing_mode"));
00816 textLabel1_2_2 = new QLabel(drawing_mode);
00817 textLabel1_2_2->setObjectName(QString::fromUtf8("textLabel1_2_2"));
00818 textLabel1_2_2->setGeometry(QRect(10, 20, 260, 21));
00819 textLabel1_2_2->setAlignment(Qt::AlignCenter);
00820 textLabel1_2_2_2_2 = new QLabel(drawing_mode);
00821 textLabel1_2_2_2_2->setObjectName(QString::fromUtf8("textLabel1_2_2_2_2"));
00822 textLabel1_2_2_2_2->setGeometry(QRect(10, 70, 260, 16));
00823 textLabel1_2_2_2_2->setAlignment(Qt::AlignCenter);
00824 transparency_slider_2 = new QSlider(drawing_mode);
00825 transparency_slider_2->setObjectName(QString::fromUtf8("transparency_slider_2"));
00826 transparency_slider_2->setGeometry(QRect(10, 100, 206, 21));
00827 transparency_slider_2->setMinimumSize(QSize(0, 21));
00828 transparency_slider_2->setMinimum(0);
00829 transparency_slider_2->setMaximum(100);
00830 transparency_slider_2->setSingleStep(1);
00831 transparency_slider_2->setValue(0);
00832 transparency_slider_2->setOrientation(Qt::Horizontal);
00833 transparency_slider_2->setTickInterval(10);
00834 transparency_label_2 = new QLabel(drawing_mode);
00835 transparency_label_2->setObjectName(QString::fromUtf8("transparency_label_2"));
00836 transparency_label_2->setGeometry(QRect(230, 90, 50, 21));
00837 transparency_label_2->setAlignment(Qt::AlignCenter);
00838 mode_combobox = new QComboBox(drawing_mode);
00839 mode_combobox->setObjectName(QString::fromUtf8("mode_combobox"));
00840 mode_combobox->setGeometry(QRect(10, 40, 263, 24));
00841 mode_combobox->setMinimumSize(QSize(200, 24));
00842 mode_combobox->setMaximumSize(QSize(1600, 24));
00843 mode_combobox->setFocusPolicy(Qt::StrongFocus);
00844 mode_combobox->setMaxCount(2147483647);
00845 mode_combobox->setInsertPolicy(QComboBox::InsertAtBottom);
00846 mode_combobox->setDuplicatesEnabled(true);
00847 surface_tab->addTab(drawing_mode, QString());
00848 material_setting = new QWidget();
00849 material_setting->setObjectName(QString::fromUtf8("material_setting"));
00850 surface_tab->addTab(material_setting, QString());
00851 split = new QWidget();
00852 split->setObjectName(QString::fromUtf8("split"));
00853 split_group = new QGroupBox(split);
00854 split_group->setObjectName(QString::fromUtf8("split_group"));
00855 split_group->setGeometry(QRect(20, 10, 370, 80));
00856 split_by_distance = new QRadioButton(split_group);
00857 split_by_distance->setObjectName(QString::fromUtf8("split_by_distance"));
00858 split_by_distance->setGeometry(QRect(10, 50, 238, 23));
00859 distance_edit = new QLineEdit(split_group);
00860 distance_edit->setObjectName(QString::fromUtf8("distance_edit"));
00861 distance_edit->setGeometry(QRect(257, 50, 50, 23));
00862 distance_edit->setMaximumSize(QSize(50, 32767));
00863 distance_edit->setAlignment(Qt::AlignRight);
00864 textLabel1 = new QLabel(split_group);
00865 textLabel1->setObjectName(QString::fromUtf8("textLabel1"));
00866 textLabel1->setGeometry(QRect(316, 50, 16, 23));
00867 textLabel1->setMaximumSize(QSize(25, 32767));
00868 split_by_selection = new QRadioButton(split_group);
00869 split_by_selection->setObjectName(QString::fromUtf8("split_by_selection"));
00870 split_by_selection->setGeometry(QRect(9, 23, 297, 21));
00871 split_by_selection->setChecked(true);
00872 surface_tab->addTab(split, QString());
00873 QWidget::setTabOrder(surface_tab, grids);
00874 QWidget::setTabOrder(grids, min_min_button);
00875 QWidget::setTabOrder(min_min_button, min_button);
00876 QWidget::setTabOrder(min_button, mid_button);
00877 QWidget::setTabOrder(mid_button, max_button);
00878 QWidget::setTabOrder(max_button, max_max_button);
00879 QWidget::setTabOrder(max_max_button, min_min_alpha);
00880 QWidget::setTabOrder(min_min_alpha, min_alpha);
00881 QWidget::setTabOrder(min_alpha, mid_alpha);
00882 QWidget::setTabOrder(mid_alpha, max_alpha);
00883 QWidget::setTabOrder(max_alpha, max_max_alpha);
00884 QWidget::setTabOrder(max_max_alpha, min_box);
00885 QWidget::setTabOrder(min_box, mid_box);
00886 QWidget::setTabOrder(mid_box, max_box);
00887 QWidget::setTabOrder(max_box, autoscale);
00888 QWidget::setTabOrder(autoscale, levels_box);
00889 QWidget::setTabOrder(levels_box, normalization);
00890 QWidget::setTabOrder(normalization, grid_transparency);
00891 QWidget::setTabOrder(grid_transparency, apply_button);
00892 QWidget::setTabOrder(apply_button, cancel_button);
00893 QWidget::setTabOrder(cancel_button, choose_button);
00894 QWidget::setTabOrder(choose_button, transparency_slider);
00895 QWidget::setTabOrder(transparency_slider, color_only_selection);
00896 QWidget::setTabOrder(color_only_selection, mode_combobox);
00897 QWidget::setTabOrder(mode_combobox, transparency_slider_2);
00898 QWidget::setTabOrder(transparency_slider_2, split_by_selection);
00899 QWidget::setTabOrder(split_by_selection, split_by_distance);
00900 QWidget::setTabOrder(split_by_distance, distance_edit);
00901
00902 retranslateUi(ModifyRepresentationDialogData);
00903
00904 surface_tab->setCurrentIndex(3);
00905 mode_combobox->setCurrentIndex(0);
00906
00907
00908 QMetaObject::connectSlotsByName(ModifyRepresentationDialogData);
00909 }
00910
00911 void retranslateUi(QDialog *ModifyRepresentationDialogData)
00912 {
00913 ModifyRepresentationDialogData->setWindowTitle(QApplication::translate("ModifyRepresentationDialogData", "Modify Representation", 0, QApplication::UnicodeUTF8));
00914
00915 #ifndef QT_NO_TOOLTIP
00916 apply_button->setToolTip(QApplication::translate("ModifyRepresentationDialogData", "One grid and one Surface must be selected in the controls to color by grid.", 0, QApplication::UnicodeUTF8));
00917 #endif // QT_NO_TOOLTIP
00918
00919 apply_button->setText(QApplication::translate("ModifyRepresentationDialogData", "O&K", 0, QApplication::UnicodeUTF8));
00920 apply_button->setShortcut(QApplication::translate("ModifyRepresentationDialogData", "Alt+K", 0, QApplication::UnicodeUTF8));
00921 cancel_button->setText(QApplication::translate("ModifyRepresentationDialogData", "C&ancel", 0, QApplication::UnicodeUTF8));
00922 cancel_button->setShortcut(QApplication::translate("ModifyRepresentationDialogData", "Alt+A", 0, QApplication::UnicodeUTF8));
00923 TextLabel1_3->setText(QApplication::translate("ModifyRepresentationDialogData", "Select grid", 0, QApplication::UnicodeUTF8));
00924 TextLabel15->setText(QApplication::translate("ModifyRepresentationDialogData", "max", 0, QApplication::UnicodeUTF8));
00925 TextLabel7_2->setText(QApplication::translate("ModifyRepresentationDialogData", "values", 0, QApplication::UnicodeUTF8));
00926 TextLabel14_2->setText(QApplication::translate("ModifyRepresentationDialogData", "mid", 0, QApplication::UnicodeUTF8));
00927 min_min_label->setText(QString());
00928 min_box->setText(QApplication::translate("ModifyRepresentationDialogData", "-1.0", 0, QApplication::UnicodeUTF8));
00929 mid_label->setText(QString());
00930 max_button->setText(QApplication::translate("ModifyRepresentationDialogData", "Select", 0, QApplication::UnicodeUTF8));
00931 max_box->setText(QApplication::translate("ModifyRepresentationDialogData", "1.0", 0, QApplication::UnicodeUTF8));
00932 mid_button->setText(QApplication::translate("ModifyRepresentationDialogData", "Select", 0, QApplication::UnicodeUTF8));
00933 max_max_label->setText(QString());
00934 max_max_button->setText(QApplication::translate("ModifyRepresentationDialogData", "Select", 0, QApplication::UnicodeUTF8));
00935 mid_box->setText(QApplication::translate("ModifyRepresentationDialogData", "0.0", 0, QApplication::UnicodeUTF8));
00936 TextLabel14_3->setText(QApplication::translate("ModifyRepresentationDialogData", "< min", 0, QApplication::UnicodeUTF8));
00937
00938 #ifndef QT_NO_TOOLTIP
00939 autoscale->setToolTip(QApplication::translate("ModifyRepresentationDialogData", "Interpolate between the minimum, maximum and the mean value of the grid.", 0, QApplication::UnicodeUTF8));
00940 #endif // QT_NO_TOOLTIP
00941
00942 autoscale->setText(QApplication::translate("ModifyRepresentationDialogData", "Auto", 0, QApplication::UnicodeUTF8));
00943 min_label->setText(QString());
00944 TextLabel13->setText(QApplication::translate("ModifyRepresentationDialogData", "> max", 0, QApplication::UnicodeUTF8));
00945 max_label->setText(QString());
00946 min_min_button->setText(QApplication::translate("ModifyRepresentationDialogData", "Select", 0, QApplication::UnicodeUTF8));
00947 min_button->setText(QApplication::translate("ModifyRepresentationDialogData", "Select", 0, QApplication::UnicodeUTF8));
00948 TextLabel14->setText(QApplication::translate("ModifyRepresentationDialogData", "min", 0, QApplication::UnicodeUTF8));
00949 TextLabel1_2->setText(QApplication::translate("ModifyRepresentationDialogData", "alpha", 0, QApplication::UnicodeUTF8));
00950 TextLabel1->setText(QApplication::translate("ModifyRepresentationDialogData", "colors", 0, QApplication::UnicodeUTF8));
00951 TextLabel7->setText(QApplication::translate("ModifyRepresentationDialogData", "Number of levels", 0, QApplication::UnicodeUTF8));
00952
00953 #ifndef QT_NO_TOOLTIP
00954 levels_box->setToolTip(QApplication::translate("ModifyRepresentationDialogData", "Number of interpolated colors", 0, QApplication::UnicodeUTF8));
00955 #endif // QT_NO_TOOLTIP
00956
00957 normalization->setText(QApplication::translate("ModifyRepresentationDialogData", "perform histogram equalization", 0, QApplication::UnicodeUTF8));
00958 grid_transparency->setText(QApplication::translate("ModifyRepresentationDialogData", "enable transparency", 0, QApplication::UnicodeUTF8));
00959 surface_tab->setTabText(surface_tab->indexOf(by_grid), QApplication::translate("ModifyRepresentationDialogData", "Color By Grid", 0, QApplication::UnicodeUTF8));
00960 custom_color_label->setText(QString());
00961 choose_button->setText(QApplication::translate("ModifyRepresentationDialogData", "Select", 0, QApplication::UnicodeUTF8));
00962
00963 #ifndef QT_NO_TOOLTIP
00964 transparency_slider->setToolTip(QApplication::translate("ModifyRepresentationDialogData", "Select level of transparency", 0, QApplication::UnicodeUTF8));
00965 #endif // QT_NO_TOOLTIP
00966
00967 textLabel1_2_2_2->setText(QApplication::translate("ModifyRepresentationDialogData", "Transparency", 0, QApplication::UnicodeUTF8));
00968 transparency_label->setText(QApplication::translate("ModifyRepresentationDialogData", "0%", 0, QApplication::UnicodeUTF8));
00969 color_only_selection->setText(QApplication::translate("ModifyRepresentationDialogData", "apply to selection only", 0, QApplication::UnicodeUTF8));
00970 surface_tab->setTabText(surface_tab->indexOf(by_color), QApplication::translate("ModifyRepresentationDialogData", "Custom Color", 0, QApplication::UnicodeUTF8));
00971 textLabel1_2_2->setText(QApplication::translate("ModifyRepresentationDialogData", "Drawing Mode", 0, QApplication::UnicodeUTF8));
00972 textLabel1_2_2_2_2->setText(QApplication::translate("ModifyRepresentationDialogData", "Transparency", 0, QApplication::UnicodeUTF8));
00973
00974 #ifndef QT_NO_TOOLTIP
00975 transparency_slider_2->setToolTip(QApplication::translate("ModifyRepresentationDialogData", "Select level of transparency", 0, QApplication::UnicodeUTF8));
00976 #endif // QT_NO_TOOLTIP
00977
00978 transparency_label_2->setText(QApplication::translate("ModifyRepresentationDialogData", "0%", 0, QApplication::UnicodeUTF8));
00979 mode_combobox->insertItems(0, QStringList()
00980 << QApplication::translate("ModifyRepresentationDialogData", "dots", 0, QApplication::UnicodeUTF8)
00981 << QApplication::translate("ModifyRepresentationDialogData", "wireframe", 0, QApplication::UnicodeUTF8)
00982 << QApplication::translate("ModifyRepresentationDialogData", "solid", 0, QApplication::UnicodeUTF8)
00983 << QApplication::translate("ModifyRepresentationDialogData", "toon", 0, QApplication::UnicodeUTF8)
00984 );
00985 surface_tab->setTabText(surface_tab->indexOf(drawing_mode), QApplication::translate("ModifyRepresentationDialogData", "Drawing Mode", 0, QApplication::UnicodeUTF8));
00986 surface_tab->setTabText(surface_tab->indexOf(material_setting), QApplication::translate("ModifyRepresentationDialogData", "Material Setting", 0, QApplication::UnicodeUTF8));
00987 split_group->setTitle(QApplication::translate("ModifyRepresentationDialogData", "Split Surface", 0, QApplication::UnicodeUTF8));
00988 split_by_distance->setText(QApplication::translate("ModifyRepresentationDialogData", "within distance from selection", 0, QApplication::UnicodeUTF8));
00989 distance_edit->setText(QApplication::translate("ModifyRepresentationDialogData", "1", 0, QApplication::UnicodeUTF8));
00990 textLabel1->setText(QApplication::translate("ModifyRepresentationDialogData", "\303\205", 0, QApplication::UnicodeUTF8));
00991 split_by_selection->setText(QApplication::translate("ModifyRepresentationDialogData", "by selection", 0, QApplication::UnicodeUTF8));
00992 surface_tab->setTabText(surface_tab->indexOf(split), QApplication::translate("ModifyRepresentationDialogData", "Split", 0, QApplication::UnicodeUTF8));
00993 Q_UNUSED(ModifyRepresentationDialogData);
00994 }
00995
00996 };
00997
00998 namespace Ui {
00999 class ModifyRepresentationDialogData: public Ui_ModifyRepresentationDialogData {};
01000 }
01001
01002 QT_END_NAMESPACE
01003
01004 #endif // MODIFYREPRESENTATIONDIALOGDATA_H