00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef DISPLAYPROPERTIESDATA_H
00011 #define DISPLAYPROPERTIESDATA_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/QGroupBox>
00022 #include <QtGui/QLabel>
00023 #include <QtGui/QPushButton>
00024 #include <QtGui/QRadioButton>
00025 #include <QtGui/QSlider>
00026
00027 QT_BEGIN_NAMESPACE
00028
00029 class Ui_DisplayPropertiesData
00030 {
00031 public:
00032 QPushButton *modify_button;
00033 QPushButton *create_button;
00034 QPushButton *close_button;
00035 QGroupBox *coloring_group;
00036 QLabel *textLabel1;
00037 QLabel *textLabel1_2_2_2;
00038 QComboBox *coloring_method_combobox;
00039 QLabel *transparency_label;
00040 QCheckBox *coloring_updates_enabled;
00041 QGroupBox *selection_group;
00042 QLabel *selection_color_label;
00043 QPushButton *edit_selection;
00044 QGroupBox *custom_group;
00045 QPushButton *custom_button;
00046 QLabel *custom_color_label;
00047 QSlider *transparency_slider;
00048 QGroupBox *model_group;
00049 QLabel *textLabel1_2;
00050 QComboBox *model_type_combobox;
00051 QLabel *textLabel1_2_2;
00052 QCheckBox *model_updates_enabled;
00053 QComboBox *mode_combobox;
00054 QGroupBox *resolution_group;
00055 QLabel *presets_precision_label;
00056 QLabel *custom_precision_label;
00057 QRadioButton *presets_precision_button;
00058 QRadioButton *custom_precision_button;
00059 QComboBox *precision_combobox;
00060 QSlider *precision_slider;
00061 QPushButton *model_options;
00062 QPushButton *coloring_options;
00063
00064 void setupUi(QDialog *DisplayPropertiesData)
00065 {
00066 if (DisplayPropertiesData->objectName().isEmpty())
00067 DisplayPropertiesData->setObjectName(QString::fromUtf8("DisplayPropertiesData"));
00068 DisplayPropertiesData->resize(570, 310);
00069 QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
00070 sizePolicy.setHorizontalStretch(0);
00071 sizePolicy.setVerticalStretch(0);
00072 sizePolicy.setHeightForWidth(DisplayPropertiesData->sizePolicy().hasHeightForWidth());
00073 DisplayPropertiesData->setSizePolicy(sizePolicy);
00074 DisplayPropertiesData->setMinimumSize(QSize(570, 310));
00075 DisplayPropertiesData->setMaximumSize(QSize(570, 310));
00076 modify_button = new QPushButton(DisplayPropertiesData);
00077 modify_button->setObjectName(QString::fromUtf8("modify_button"));
00078 modify_button->setEnabled(false);
00079 modify_button->setGeometry(QRect(192, 277, 186, 30));
00080 sizePolicy.setHeightForWidth(modify_button->sizePolicy().hasHeightForWidth());
00081 modify_button->setSizePolicy(sizePolicy);
00082 modify_button->setMinimumSize(QSize(150, 30));
00083 modify_button->setMaximumSize(QSize(393, 28));
00084 modify_button->setFocusPolicy(Qt::TabFocus);
00085 modify_button->setAutoDefault(true);
00086 modify_button->setDefault(false);
00087 create_button = new QPushButton(DisplayPropertiesData);
00088 create_button->setObjectName(QString::fromUtf8("create_button"));
00089 create_button->setEnabled(false);
00090 create_button->setGeometry(QRect(1, 277, 186, 30));
00091 sizePolicy.setHeightForWidth(create_button->sizePolicy().hasHeightForWidth());
00092 create_button->setSizePolicy(sizePolicy);
00093 create_button->setMinimumSize(QSize(150, 30));
00094 create_button->setMaximumSize(QSize(393, 28));
00095 create_button->setFocusPolicy(Qt::TabFocus);
00096 create_button->setAutoDefault(true);
00097 create_button->setDefault(true);
00098 close_button = new QPushButton(DisplayPropertiesData);
00099 close_button->setObjectName(QString::fromUtf8("close_button"));
00100 close_button->setGeometry(QRect(383, 277, 186, 30));
00101 close_button->setMinimumSize(QSize(150, 30));
00102 close_button->setMaximumSize(QSize(393, 30));
00103 close_button->setFocusPolicy(Qt::TabFocus);
00104 close_button->setAutoDefault(true);
00105 coloring_group = new QGroupBox(DisplayPropertiesData);
00106 coloring_group->setObjectName(QString::fromUtf8("coloring_group"));
00107 coloring_group->setGeometry(QRect(286, 0, 283, 238));
00108 textLabel1 = new QLabel(coloring_group);
00109 textLabel1->setObjectName(QString::fromUtf8("textLabel1"));
00110 textLabel1->setGeometry(QRect(10, 17, 263, 16));
00111 textLabel1->setAlignment(Qt::AlignCenter);
00112 textLabel1_2_2_2 = new QLabel(coloring_group);
00113 textLabel1_2_2_2->setObjectName(QString::fromUtf8("textLabel1_2_2_2"));
00114 textLabel1_2_2_2->setGeometry(QRect(9, 154, 260, 16));
00115 textLabel1_2_2_2->setAlignment(Qt::AlignCenter);
00116 coloring_method_combobox = new QComboBox(coloring_group);
00117 coloring_method_combobox->setObjectName(QString::fromUtf8("coloring_method_combobox"));
00118 coloring_method_combobox->setGeometry(QRect(8, 33, 267, 24));
00119 coloring_method_combobox->setMinimumSize(QSize(160, 24));
00120 coloring_method_combobox->setMaximumSize(QSize(1600, 24));
00121 coloring_method_combobox->setFocusPolicy(Qt::StrongFocus);
00122 coloring_method_combobox->setMaxCount(2147483647);
00123 coloring_method_combobox->setInsertPolicy(QComboBox::InsertAtBottom);
00124 coloring_method_combobox->setDuplicatesEnabled(true);
00125 transparency_label = new QLabel(coloring_group);
00126 transparency_label->setObjectName(QString::fromUtf8("transparency_label"));
00127 transparency_label->setGeometry(QRect(222, 175, 50, 21));
00128 transparency_label->setAlignment(Qt::AlignCenter);
00129 coloring_updates_enabled = new QCheckBox(coloring_group);
00130 coloring_updates_enabled->setObjectName(QString::fromUtf8("coloring_updates_enabled"));
00131 coloring_updates_enabled->setGeometry(QRect(13, 203, 259, 27));
00132 selection_group = new QGroupBox(coloring_group);
00133 selection_group->setObjectName(QString::fromUtf8("selection_group"));
00134 selection_group->setGeometry(QRect(9, 67, 131, 80));
00135 selection_group->setFocusPolicy(Qt::NoFocus);
00136 selection_group->setAlignment(Qt::AlignHCenter);
00137 selection_color_label = new QLabel(selection_group);
00138 selection_color_label->setObjectName(QString::fromUtf8("selection_color_label"));
00139 selection_color_label->setGeometry(QRect(6, 20, 40, 50));
00140 QPalette palette;
00141 QBrush brush(QColor(0, 0, 0, 255));
00142 brush.setStyle(Qt::SolidPattern);
00143 palette.setBrush(QPalette::Active, QPalette::WindowText, brush);
00144 QBrush brush1(QColor(221, 223, 228, 255));
00145 brush1.setStyle(Qt::SolidPattern);
00146 palette.setBrush(QPalette::Active, QPalette::Button, brush1);
00147 QBrush brush2(QColor(255, 255, 255, 255));
00148 brush2.setStyle(Qt::SolidPattern);
00149 palette.setBrush(QPalette::Active, QPalette::Light, brush2);
00150 palette.setBrush(QPalette::Active, QPalette::Midlight, brush2);
00151 QBrush brush3(QColor(85, 85, 85, 255));
00152 brush3.setStyle(Qt::SolidPattern);
00153 palette.setBrush(QPalette::Active, QPalette::Dark, brush3);
00154 QBrush brush4(QColor(199, 199, 199, 255));
00155 brush4.setStyle(Qt::SolidPattern);
00156 palette.setBrush(QPalette::Active, QPalette::Mid, brush4);
00157 palette.setBrush(QPalette::Active, QPalette::Text, brush);
00158 palette.setBrush(QPalette::Active, QPalette::BrightText, brush2);
00159 palette.setBrush(QPalette::Active, QPalette::ButtonText, brush);
00160 palette.setBrush(QPalette::Active, QPalette::Base, brush2);
00161 QBrush brush5(QColor(239, 239, 239, 255));
00162 brush5.setStyle(Qt::SolidPattern);
00163 palette.setBrush(QPalette::Active, QPalette::Window, brush5);
00164 palette.setBrush(QPalette::Active, QPalette::Shadow, brush);
00165 QBrush brush6(QColor(103, 141, 178, 255));
00166 brush6.setStyle(Qt::SolidPattern);
00167 palette.setBrush(QPalette::Active, QPalette::Highlight, brush6);
00168 palette.setBrush(QPalette::Active, QPalette::HighlightedText, brush2);
00169 QBrush brush7(QColor(0, 0, 238, 255));
00170 brush7.setStyle(Qt::SolidPattern);
00171 palette.setBrush(QPalette::Active, QPalette::Link, brush7);
00172 QBrush brush8(QColor(82, 24, 139, 255));
00173 brush8.setStyle(Qt::SolidPattern);
00174 palette.setBrush(QPalette::Active, QPalette::LinkVisited, brush8);
00175 QBrush brush9(QColor(232, 232, 232, 255));
00176 brush9.setStyle(Qt::SolidPattern);
00177 palette.setBrush(QPalette::Active, QPalette::AlternateBase, brush9);
00178 palette.setBrush(QPalette::Inactive, QPalette::WindowText, brush);
00179 palette.setBrush(QPalette::Inactive, QPalette::Button, brush1);
00180 palette.setBrush(QPalette::Inactive, QPalette::Light, brush2);
00181 palette.setBrush(QPalette::Inactive, QPalette::Midlight, brush2);
00182 palette.setBrush(QPalette::Inactive, QPalette::Dark, brush3);
00183 palette.setBrush(QPalette::Inactive, QPalette::Mid, brush4);
00184 palette.setBrush(QPalette::Inactive, QPalette::Text, brush);
00185 palette.setBrush(QPalette::Inactive, QPalette::BrightText, brush2);
00186 palette.setBrush(QPalette::Inactive, QPalette::ButtonText, brush);
00187 palette.setBrush(QPalette::Inactive, QPalette::Base, brush2);
00188 palette.setBrush(QPalette::Inactive, QPalette::Window, brush5);
00189 palette.setBrush(QPalette::Inactive, QPalette::Shadow, brush);
00190 palette.setBrush(QPalette::Inactive, QPalette::Highlight, brush6);
00191 palette.setBrush(QPalette::Inactive, QPalette::HighlightedText, brush2);
00192 palette.setBrush(QPalette::Inactive, QPalette::Link, brush7);
00193 palette.setBrush(QPalette::Inactive, QPalette::LinkVisited, brush8);
00194 palette.setBrush(QPalette::Inactive, QPalette::AlternateBase, brush9);
00195 QBrush brush10(QColor(128, 128, 128, 255));
00196 brush10.setStyle(Qt::SolidPattern);
00197 palette.setBrush(QPalette::Disabled, QPalette::WindowText, brush10);
00198 palette.setBrush(QPalette::Disabled, QPalette::Button, brush1);
00199 palette.setBrush(QPalette::Disabled, QPalette::Light, brush2);
00200 palette.setBrush(QPalette::Disabled, QPalette::Midlight, brush2);
00201 palette.setBrush(QPalette::Disabled, QPalette::Dark, brush3);
00202 palette.setBrush(QPalette::Disabled, QPalette::Mid, brush4);
00203 palette.setBrush(QPalette::Disabled, QPalette::Text, brush4);
00204 palette.setBrush(QPalette::Disabled, QPalette::BrightText, brush2);
00205 palette.setBrush(QPalette::Disabled, QPalette::ButtonText, brush10);
00206 palette.setBrush(QPalette::Disabled, QPalette::Base, brush5);
00207 palette.setBrush(QPalette::Disabled, QPalette::Window, brush5);
00208 palette.setBrush(QPalette::Disabled, QPalette::Shadow, brush);
00209 QBrush brush11(QColor(86, 117, 148, 255));
00210 brush11.setStyle(Qt::SolidPattern);
00211 palette.setBrush(QPalette::Disabled, QPalette::Highlight, brush11);
00212 palette.setBrush(QPalette::Disabled, QPalette::HighlightedText, brush2);
00213 palette.setBrush(QPalette::Disabled, QPalette::Link, brush7);
00214 palette.setBrush(QPalette::Disabled, QPalette::LinkVisited, brush8);
00215 palette.setBrush(QPalette::Disabled, QPalette::AlternateBase, brush9);
00216 selection_color_label->setPalette(palette);
00217 selection_color_label->setFocusPolicy(Qt::NoFocus);
00218 selection_color_label->setFrameShape(QFrame::WinPanel);
00219 selection_color_label->setFrameShadow(QFrame::Raised);
00220 selection_color_label->setLineWidth(0);
00221 selection_color_label->setMidLineWidth(0);
00222 selection_color_label->setTextFormat(Qt::AutoText);
00223 selection_color_label->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
00224 selection_color_label->setMargin(0);
00225 edit_selection = new QPushButton(selection_group);
00226 edit_selection->setObjectName(QString::fromUtf8("edit_selection"));
00227 edit_selection->setGeometry(QRect(52, 30, 70, 30));
00228 edit_selection->setMinimumSize(QSize(70, 30));
00229 edit_selection->setMaximumSize(QSize(70, 30));
00230 edit_selection->setFocusPolicy(Qt::TabFocus);
00231 edit_selection->setAutoDefault(true);
00232 custom_group = new QGroupBox(coloring_group);
00233 custom_group->setObjectName(QString::fromUtf8("custom_group"));
00234 custom_group->setGeometry(QRect(145, 67, 130, 80));
00235 custom_group->setFocusPolicy(Qt::NoFocus);
00236 custom_group->setAlignment(Qt::AlignHCenter);
00237 custom_button = new QPushButton(custom_group);
00238 custom_button->setObjectName(QString::fromUtf8("custom_button"));
00239 custom_button->setGeometry(QRect(52, 30, 70, 30));
00240 custom_button->setMinimumSize(QSize(70, 30));
00241 custom_button->setMaximumSize(QSize(70, 30));
00242 custom_button->setFocusPolicy(Qt::TabFocus);
00243 custom_button->setAutoDefault(true);
00244 custom_color_label = new QLabel(custom_group);
00245 custom_color_label->setObjectName(QString::fromUtf8("custom_color_label"));
00246 custom_color_label->setGeometry(QRect(6, 19, 40, 50));
00247 QPalette palette1;
00248 palette1.setBrush(QPalette::Active, QPalette::WindowText, brush);
00249 palette1.setBrush(QPalette::Active, QPalette::Button, brush1);
00250 palette1.setBrush(QPalette::Active, QPalette::Light, brush2);
00251 palette1.setBrush(QPalette::Active, QPalette::Midlight, brush2);
00252 palette1.setBrush(QPalette::Active, QPalette::Dark, brush3);
00253 palette1.setBrush(QPalette::Active, QPalette::Mid, brush4);
00254 palette1.setBrush(QPalette::Active, QPalette::Text, brush);
00255 palette1.setBrush(QPalette::Active, QPalette::BrightText, brush2);
00256 palette1.setBrush(QPalette::Active, QPalette::ButtonText, brush);
00257 palette1.setBrush(QPalette::Active, QPalette::Base, brush2);
00258 palette1.setBrush(QPalette::Active, QPalette::Window, brush5);
00259 palette1.setBrush(QPalette::Active, QPalette::Shadow, brush);
00260 palette1.setBrush(QPalette::Active, QPalette::Highlight, brush6);
00261 palette1.setBrush(QPalette::Active, QPalette::HighlightedText, brush2);
00262 palette1.setBrush(QPalette::Active, QPalette::Link, brush7);
00263 palette1.setBrush(QPalette::Active, QPalette::LinkVisited, brush8);
00264 palette1.setBrush(QPalette::Active, QPalette::AlternateBase, brush9);
00265 palette1.setBrush(QPalette::Inactive, QPalette::WindowText, brush);
00266 palette1.setBrush(QPalette::Inactive, QPalette::Button, brush1);
00267 palette1.setBrush(QPalette::Inactive, QPalette::Light, brush2);
00268 palette1.setBrush(QPalette::Inactive, QPalette::Midlight, brush2);
00269 palette1.setBrush(QPalette::Inactive, QPalette::Dark, brush3);
00270 palette1.setBrush(QPalette::Inactive, QPalette::Mid, brush4);
00271 palette1.setBrush(QPalette::Inactive, QPalette::Text, brush);
00272 palette1.setBrush(QPalette::Inactive, QPalette::BrightText, brush2);
00273 palette1.setBrush(QPalette::Inactive, QPalette::ButtonText, brush);
00274 palette1.setBrush(QPalette::Inactive, QPalette::Base, brush2);
00275 palette1.setBrush(QPalette::Inactive, QPalette::Window, brush5);
00276 palette1.setBrush(QPalette::Inactive, QPalette::Shadow, brush);
00277 palette1.setBrush(QPalette::Inactive, QPalette::Highlight, brush6);
00278 palette1.setBrush(QPalette::Inactive, QPalette::HighlightedText, brush2);
00279 palette1.setBrush(QPalette::Inactive, QPalette::Link, brush7);
00280 palette1.setBrush(QPalette::Inactive, QPalette::LinkVisited, brush8);
00281 palette1.setBrush(QPalette::Inactive, QPalette::AlternateBase, brush9);
00282 palette1.setBrush(QPalette::Disabled, QPalette::WindowText, brush10);
00283 palette1.setBrush(QPalette::Disabled, QPalette::Button, brush1);
00284 palette1.setBrush(QPalette::Disabled, QPalette::Light, brush2);
00285 palette1.setBrush(QPalette::Disabled, QPalette::Midlight, brush2);
00286 palette1.setBrush(QPalette::Disabled, QPalette::Dark, brush3);
00287 palette1.setBrush(QPalette::Disabled, QPalette::Mid, brush4);
00288 palette1.setBrush(QPalette::Disabled, QPalette::Text, brush4);
00289 palette1.setBrush(QPalette::Disabled, QPalette::BrightText, brush2);
00290 palette1.setBrush(QPalette::Disabled, QPalette::ButtonText, brush10);
00291 palette1.setBrush(QPalette::Disabled, QPalette::Base, brush5);
00292 palette1.setBrush(QPalette::Disabled, QPalette::Window, brush5);
00293 palette1.setBrush(QPalette::Disabled, QPalette::Shadow, brush);
00294 palette1.setBrush(QPalette::Disabled, QPalette::Highlight, brush11);
00295 palette1.setBrush(QPalette::Disabled, QPalette::HighlightedText, brush2);
00296 palette1.setBrush(QPalette::Disabled, QPalette::Link, brush7);
00297 palette1.setBrush(QPalette::Disabled, QPalette::LinkVisited, brush8);
00298 palette1.setBrush(QPalette::Disabled, QPalette::AlternateBase, brush9);
00299 custom_color_label->setPalette(palette1);
00300 custom_color_label->setFocusPolicy(Qt::NoFocus);
00301 custom_color_label->setFrameShape(QFrame::WinPanel);
00302 custom_color_label->setFrameShadow(QFrame::Raised);
00303 custom_color_label->setLineWidth(0);
00304 custom_color_label->setMidLineWidth(0);
00305 custom_color_label->setTextFormat(Qt::AutoText);
00306 custom_color_label->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
00307 custom_color_label->setMargin(0);
00308 transparency_slider = new QSlider(coloring_group);
00309 transparency_slider->setObjectName(QString::fromUtf8("transparency_slider"));
00310 transparency_slider->setGeometry(QRect(10, 176, 206, 21));
00311 transparency_slider->setMinimumSize(QSize(0, 21));
00312 transparency_slider->setMinimum(0);
00313 transparency_slider->setMaximum(255);
00314 transparency_slider->setSingleStep(1);
00315 transparency_slider->setValue(0);
00316 transparency_slider->setOrientation(Qt::Horizontal);
00317 transparency_slider->setTickInterval(10);
00318 model_group = new QGroupBox(DisplayPropertiesData);
00319 model_group->setObjectName(QString::fromUtf8("model_group"));
00320 model_group->setGeometry(QRect(0, 0, 282, 238));
00321 textLabel1_2 = new QLabel(model_group);
00322 textLabel1_2->setObjectName(QString::fromUtf8("textLabel1_2"));
00323 textLabel1_2->setGeometry(QRect(10, 17, 260, 16));
00324 textLabel1_2->setAlignment(Qt::AlignCenter);
00325 model_type_combobox = new QComboBox(model_group);
00326 model_type_combobox->setObjectName(QString::fromUtf8("model_type_combobox"));
00327 model_type_combobox->setGeometry(QRect(8, 33, 265, 24));
00328 model_type_combobox->setMinimumSize(QSize(200, 24));
00329 model_type_combobox->setMaximumSize(QSize(2000, 24));
00330 model_type_combobox->setFocusPolicy(Qt::StrongFocus);
00331 model_type_combobox->setMaxCount(2147483647);
00332 model_type_combobox->setInsertPolicy(QComboBox::InsertAtBottom);
00333 model_type_combobox->setDuplicatesEnabled(true);
00334 textLabel1_2_2 = new QLabel(model_group);
00335 textLabel1_2_2->setObjectName(QString::fromUtf8("textLabel1_2_2"));
00336 textLabel1_2_2->setGeometry(QRect(10, 153, 260, 21));
00337 textLabel1_2_2->setAlignment(Qt::AlignCenter);
00338 model_updates_enabled = new QCheckBox(model_group);
00339 model_updates_enabled->setObjectName(QString::fromUtf8("model_updates_enabled"));
00340 model_updates_enabled->setGeometry(QRect(13, 202, 259, 27));
00341 mode_combobox = new QComboBox(model_group);
00342 mode_combobox->setObjectName(QString::fromUtf8("mode_combobox"));
00343 mode_combobox->setGeometry(QRect(9, 174, 263, 24));
00344 mode_combobox->setMinimumSize(QSize(200, 24));
00345 mode_combobox->setMaximumSize(QSize(1600, 24));
00346 mode_combobox->setFocusPolicy(Qt::StrongFocus);
00347 mode_combobox->setMaxCount(2147483647);
00348 mode_combobox->setInsertPolicy(QComboBox::InsertAtBottom);
00349 mode_combobox->setDuplicatesEnabled(true);
00350 resolution_group = new QGroupBox(model_group);
00351 resolution_group->setObjectName(QString::fromUtf8("resolution_group"));
00352 resolution_group->setGeometry(QRect(8, 67, 265, 80));
00353 resolution_group->setAlignment(Qt::AlignHCenter);
00354 presets_precision_label = new QLabel(resolution_group);
00355 presets_precision_label->setObjectName(QString::fromUtf8("presets_precision_label"));
00356 presets_precision_label->setGeometry(QRect(206, 19, 48, 20));
00357 presets_precision_label->setAlignment(Qt::AlignCenter);
00358 custom_precision_label = new QLabel(resolution_group);
00359 custom_precision_label->setObjectName(QString::fromUtf8("custom_precision_label"));
00360 custom_precision_label->setGeometry(QRect(206, 50, 48, 20));
00361 custom_precision_label->setAlignment(Qt::AlignCenter);
00362 presets_precision_button = new QRadioButton(resolution_group);
00363 presets_precision_button->setObjectName(QString::fromUtf8("presets_precision_button"));
00364 presets_precision_button->setGeometry(QRect(8, 19, 87, 21));
00365 presets_precision_button->setChecked(true);
00366 custom_precision_button = new QRadioButton(resolution_group);
00367 custom_precision_button->setObjectName(QString::fromUtf8("custom_precision_button"));
00368 custom_precision_button->setGeometry(QRect(8, 49, 83, 21));
00369 precision_combobox = new QComboBox(resolution_group);
00370 precision_combobox->setObjectName(QString::fromUtf8("precision_combobox"));
00371 precision_combobox->setGeometry(QRect(99, 18, 100, 24));
00372 precision_combobox->setMinimumSize(QSize(100, 0));
00373 precision_combobox->setMaximumSize(QSize(100, 32767));
00374 precision_combobox->setFocusPolicy(Qt::StrongFocus);
00375 precision_combobox->setMaxCount(2147483647);
00376 precision_combobox->setInsertPolicy(QComboBox::InsertAtBottom);
00377 precision_combobox->setDuplicatesEnabled(true);
00378 precision_slider = new QSlider(resolution_group);
00379 precision_slider->setObjectName(QString::fromUtf8("precision_slider"));
00380 precision_slider->setGeometry(QRect(101, 51, 94, 21));
00381 precision_slider->setMinimumSize(QSize(90, 0));
00382 precision_slider->setMaximumSize(QSize(100, 32767));
00383 precision_slider->setMinimum(5);
00384 precision_slider->setMaximum(900);
00385 precision_slider->setSingleStep(1);
00386 precision_slider->setValue(30);
00387 precision_slider->setOrientation(Qt::Horizontal);
00388 precision_slider->setTickInterval(20);
00389 model_options = new QPushButton(DisplayPropertiesData);
00390 model_options->setObjectName(QString::fromUtf8("model_options"));
00391 model_options->setGeometry(QRect(1, 240, 280, 30));
00392 QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(3), static_cast<QSizePolicy::Policy>(0));
00393 sizePolicy1.setHorizontalStretch(0);
00394 sizePolicy1.setVerticalStretch(0);
00395 sizePolicy1.setHeightForWidth(model_options->sizePolicy().hasHeightForWidth());
00396 model_options->setSizePolicy(sizePolicy1);
00397 model_options->setMinimumSize(QSize(160, 30));
00398 model_options->setFocusPolicy(Qt::TabFocus);
00399 model_options->setAutoDefault(false);
00400 coloring_options = new QPushButton(DisplayPropertiesData);
00401 coloring_options->setObjectName(QString::fromUtf8("coloring_options"));
00402 coloring_options->setGeometry(QRect(287, 240, 280, 30));
00403 sizePolicy.setHeightForWidth(coloring_options->sizePolicy().hasHeightForWidth());
00404 coloring_options->setSizePolicy(sizePolicy);
00405 coloring_options->setMinimumSize(QSize(280, 30));
00406 coloring_options->setFocusPolicy(Qt::TabFocus);
00407 coloring_options->setAutoDefault(false);
00408 QWidget::setTabOrder(model_type_combobox, presets_precision_button);
00409 QWidget::setTabOrder(presets_precision_button, precision_combobox);
00410 QWidget::setTabOrder(precision_combobox, custom_precision_button);
00411 QWidget::setTabOrder(custom_precision_button, precision_slider);
00412 QWidget::setTabOrder(precision_slider, mode_combobox);
00413 QWidget::setTabOrder(mode_combobox, model_updates_enabled);
00414 QWidget::setTabOrder(model_updates_enabled, model_options);
00415 QWidget::setTabOrder(model_options, coloring_method_combobox);
00416 QWidget::setTabOrder(coloring_method_combobox, edit_selection);
00417 QWidget::setTabOrder(edit_selection, custom_button);
00418 QWidget::setTabOrder(custom_button, transparency_slider);
00419 QWidget::setTabOrder(transparency_slider, coloring_updates_enabled);
00420 QWidget::setTabOrder(coloring_updates_enabled, coloring_options);
00421 QWidget::setTabOrder(coloring_options, create_button);
00422 QWidget::setTabOrder(create_button, modify_button);
00423 QWidget::setTabOrder(modify_button, close_button);
00424
00425 retranslateUi(DisplayPropertiesData);
00426
00427 mode_combobox->setCurrentIndex(2);
00428 precision_combobox->setCurrentIndex(2);
00429
00430
00431 QMetaObject::connectSlotsByName(DisplayPropertiesData);
00432 }
00433
00434 void retranslateUi(QDialog *DisplayPropertiesData)
00435 {
00436 DisplayPropertiesData->setWindowTitle(QApplication::translate("DisplayPropertiesData", "Display Settings", 0, QApplication::UnicodeUTF8));
00437
00438 #ifndef QT_NO_TOOLTIP
00439 modify_button->setToolTip(QApplication::translate("DisplayPropertiesData", "Modify the highlighted representation", 0, QApplication::UnicodeUTF8));
00440 #endif // QT_NO_TOOLTIP
00441
00442 modify_button->setText(QApplication::translate("DisplayPropertiesData", "&Modify", 0, QApplication::UnicodeUTF8));
00443 modify_button->setShortcut(QApplication::translate("DisplayPropertiesData", "Alt+M", 0, QApplication::UnicodeUTF8));
00444
00445 #ifndef QT_NO_TOOLTIP
00446 create_button->setToolTip(QApplication::translate("DisplayPropertiesData", "Create a new representation for the highlighted molecular Entities", 0, QApplication::UnicodeUTF8));
00447 #endif // QT_NO_TOOLTIP
00448
00449 create_button->setText(QApplication::translate("DisplayPropertiesData", "&Create", 0, QApplication::UnicodeUTF8));
00450 create_button->setShortcut(QApplication::translate("DisplayPropertiesData", "Alt+C", 0, QApplication::UnicodeUTF8));
00451
00452 #ifndef QT_NO_TOOLTIP
00453 close_button->setToolTip(QApplication::translate("DisplayPropertiesData", "Close window and discard changes", 0, QApplication::UnicodeUTF8));
00454 #endif // QT_NO_TOOLTIP
00455
00456 close_button->setText(QApplication::translate("DisplayPropertiesData", "&Close", 0, QApplication::UnicodeUTF8));
00457 close_button->setShortcut(QApplication::translate("DisplayPropertiesData", "Alt+C", 0, QApplication::UnicodeUTF8));
00458 coloring_group->setTitle(QApplication::translate("DisplayPropertiesData", "Color", 0, QApplication::UnicodeUTF8));
00459 textLabel1->setText(QApplication::translate("DisplayPropertiesData", "Coloring Method", 0, QApplication::UnicodeUTF8));
00460 textLabel1_2_2_2->setText(QApplication::translate("DisplayPropertiesData", "Transparency", 0, QApplication::UnicodeUTF8));
00461 transparency_label->setText(QApplication::translate("DisplayPropertiesData", "0%", 0, QApplication::UnicodeUTF8));
00462 coloring_updates_enabled->setText(QApplication::translate("DisplayPropertiesData", "automatic update", 0, QApplication::UnicodeUTF8));
00463 selection_group->setTitle(QApplication::translate("DisplayPropertiesData", "Selection", 0, QApplication::UnicodeUTF8));
00464 edit_selection->setText(QApplication::translate("DisplayPropertiesData", "Edit", 0, QApplication::UnicodeUTF8));
00465 custom_group->setTitle(QApplication::translate("DisplayPropertiesData", "Default / Custom", 0, QApplication::UnicodeUTF8));
00466 custom_button->setText(QApplication::translate("DisplayPropertiesData", "Edit", 0, QApplication::UnicodeUTF8));
00467
00468 #ifndef QT_NO_TOOLTIP
00469 transparency_slider->setToolTip(QApplication::translate("DisplayPropertiesData", "Select level of transparency", 0, QApplication::UnicodeUTF8));
00470 #endif // QT_NO_TOOLTIP
00471
00472 model_group->setTitle(QApplication::translate("DisplayPropertiesData", "Model", 0, QApplication::UnicodeUTF8));
00473 textLabel1_2->setText(QApplication::translate("DisplayPropertiesData", "Type", 0, QApplication::UnicodeUTF8));
00474
00475 #ifndef QT_NO_TOOLTIP
00476 model_type_combobox->setToolTip(QApplication::translate("DisplayPropertiesData", "Select model type", 0, QApplication::UnicodeUTF8));
00477 #endif // QT_NO_TOOLTIP
00478
00479 textLabel1_2_2->setText(QApplication::translate("DisplayPropertiesData", "Drawing Mode", 0, QApplication::UnicodeUTF8));
00480 model_updates_enabled->setText(QApplication::translate("DisplayPropertiesData", "automatic update", 0, QApplication::UnicodeUTF8));
00481 mode_combobox->insertItems(0, QStringList()
00482 << QApplication::translate("DisplayPropertiesData", "dots", 0, QApplication::UnicodeUTF8)
00483 << QApplication::translate("DisplayPropertiesData", "wireframe", 0, QApplication::UnicodeUTF8)
00484 << QApplication::translate("DisplayPropertiesData", "solid", 0, QApplication::UnicodeUTF8)
00485 << QApplication::translate("DisplayPropertiesData", "toon", 0, QApplication::UnicodeUTF8)
00486 );
00487 resolution_group->setTitle(QApplication::translate("DisplayPropertiesData", "Resolution", 0, QApplication::UnicodeUTF8));
00488 presets_precision_label->setText(QApplication::translate("DisplayPropertiesData", "6.5", 0, QApplication::UnicodeUTF8));
00489 custom_precision_label->setText(QApplication::translate("DisplayPropertiesData", "6.5", 0, QApplication::UnicodeUTF8));
00490 presets_precision_button->setText(QApplication::translate("DisplayPropertiesData", "presets", 0, QApplication::UnicodeUTF8));
00491 custom_precision_button->setText(QApplication::translate("DisplayPropertiesData", "custom", 0, QApplication::UnicodeUTF8));
00492 precision_combobox->insertItems(0, QStringList()
00493 << QApplication::translate("DisplayPropertiesData", "low", 0, QApplication::UnicodeUTF8)
00494 << QApplication::translate("DisplayPropertiesData", "medium", 0, QApplication::UnicodeUTF8)
00495 << QApplication::translate("DisplayPropertiesData", "high", 0, QApplication::UnicodeUTF8)
00496 << QApplication::translate("DisplayPropertiesData", "ultra", 0, QApplication::UnicodeUTF8)
00497 );
00498
00499 #ifndef QT_NO_TOOLTIP
00500 precision_combobox->setToolTip(QApplication::translate("DisplayPropertiesData", "Select predefined resolution settings", 0, QApplication::UnicodeUTF8));
00501 #endif // QT_NO_TOOLTIP
00502
00503
00504 #ifndef QT_NO_TOOLTIP
00505 precision_slider->setToolTip(QApplication::translate("DisplayPropertiesData", "Select your own resolution level", 0, QApplication::UnicodeUTF8));
00506 #endif // QT_NO_TOOLTIP
00507
00508
00509 #ifndef QT_NO_TOOLTIP
00510 model_options->setToolTip(QApplication::translate("DisplayPropertiesData", "Advanced options for selected model", 0, QApplication::UnicodeUTF8));
00511 #endif // QT_NO_TOOLTIP
00512
00513 model_options->setText(QApplication::translate("DisplayPropertiesData", "Model Options", 0, QApplication::UnicodeUTF8));
00514 model_options->setShortcut(QString());
00515
00516 #ifndef QT_NO_TOOLTIP
00517 coloring_options->setToolTip(QApplication::translate("DisplayPropertiesData", "Advanced options for selected coloring method", 0, QApplication::UnicodeUTF8));
00518 #endif // QT_NO_TOOLTIP
00519
00520 coloring_options->setText(QApplication::translate("DisplayPropertiesData", "Coloring Options", 0, QApplication::UnicodeUTF8));
00521 coloring_options->setShortcut(QString());
00522 Q_UNUSED(DisplayPropertiesData);
00523 }
00524
00525 };
00526
00527 namespace Ui {
00528 class DisplayPropertiesData: public Ui_DisplayPropertiesData {};
00529 }
00530
00531 QT_END_NAMESPACE
00532
00533 #endif // DISPLAYPROPERTIESDATA_H