ui_DlgSettingsColorGradient.h

Go to the documentation of this file.
00001 /********************************************************************************
00002 ** Form generated from reading ui file 'DlgSettingsColorGradient.ui'
00003 **
00004 ** Created: Wed 19. Oct 19:02:25 2011
00005 **      by: Qt User Interface Compiler version 4.5.2
00006 **
00007 ** WARNING! All changes made in this file will be lost when recompiling ui file!
00008 ********************************************************************************/
00009 
00010 #ifndef UI_DLGSETTINGSCOLORGRADIENT_H
00011 #define UI_DLGSETTINGSCOLORGRADIENT_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/QDialog>
00020 #include <QtGui/QGridLayout>
00021 #include <QtGui/QGroupBox>
00022 #include <QtGui/QHBoxLayout>
00023 #include <QtGui/QHeaderView>
00024 #include <QtGui/QLabel>
00025 #include <QtGui/QLineEdit>
00026 #include <QtGui/QPushButton>
00027 #include <QtGui/QRadioButton>
00028 #include <QtGui/QSpacerItem>
00029 #include <QtGui/QSpinBox>
00030 
00031 namespace Gui {
00032 namespace Dialog {
00033 
00034 class Ui_DlgSettingsColorGradient
00035 {
00036 public:
00037     QGridLayout *gridLayout;
00038     QGroupBox *groupBoxModel;
00039     QHBoxLayout *hboxLayout;
00040     QHBoxLayout *hboxLayout1;
00041     QLabel *textLabel5;
00042     QComboBox *comboBoxModel;
00043     QSpacerItem *spacerItem;
00044     QGroupBox *groupBoxVisible;
00045     QHBoxLayout *hboxLayout2;
00046     QCheckBox *checkBoxGrayed;
00047     QCheckBox *checkBoxInvisible;
00048     QGroupBox *buttonGroupStyle;
00049     QGridLayout *gridLayout1;
00050     QRadioButton *radioButtonZero;
00051     QRadioButton *radioButtonFlow;
00052     QHBoxLayout *hboxLayout3;
00053     QSpacerItem *spacerItem1;
00054     QPushButton *buttonOk;
00055     QPushButton *buttonCancel;
00056     QGroupBox *groupBoxRange;
00057     QGridLayout *gridLayout2;
00058     QSpacerItem *spacerItem2;
00059     QGridLayout *gridLayout3;
00060     QLineEdit *floatLineEditMax;
00061     QLineEdit *floatLineEditMin;
00062     QLabel *textLabelMin;
00063     QLabel *textLabelMax;
00064     QGridLayout *gridLayout4;
00065     QSpinBox *spinBoxLabel;
00066     QSpinBox *spinBoxDecimals;
00067     QLabel *textLabel1;
00068     QLabel *textLabel1_2;
00069 
00070     void setupUi(QDialog *Gui__Dialog__DlgSettingsColorGradient)
00071     {
00072         if (Gui__Dialog__DlgSettingsColorGradient->objectName().isEmpty())
00073             Gui__Dialog__DlgSettingsColorGradient->setObjectName(QString::fromUtf8("Gui__Dialog__DlgSettingsColorGradient"));
00074         Gui__Dialog__DlgSettingsColorGradient->resize(361, 342);
00075         Gui__Dialog__DlgSettingsColorGradient->setSizeGripEnabled(true);
00076         Gui__Dialog__DlgSettingsColorGradient->setModal(true);
00077         gridLayout = new QGridLayout(Gui__Dialog__DlgSettingsColorGradient);
00078         gridLayout->setSpacing(6);
00079         gridLayout->setMargin(9);
00080         gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00081         groupBoxModel = new QGroupBox(Gui__Dialog__DlgSettingsColorGradient);
00082         groupBoxModel->setObjectName(QString::fromUtf8("groupBoxModel"));
00083         hboxLayout = new QHBoxLayout(groupBoxModel);
00084         hboxLayout->setSpacing(6);
00085         hboxLayout->setMargin(11);
00086         hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00087         hboxLayout1 = new QHBoxLayout();
00088         hboxLayout1->setSpacing(6);
00089         hboxLayout1->setMargin(0);
00090         hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00091         textLabel5 = new QLabel(groupBoxModel);
00092         textLabel5->setObjectName(QString::fromUtf8("textLabel5"));
00093 
00094         hboxLayout1->addWidget(textLabel5);
00095 
00096         comboBoxModel = new QComboBox(groupBoxModel);
00097         comboBoxModel->setObjectName(QString::fromUtf8("comboBoxModel"));
00098 
00099         hboxLayout1->addWidget(comboBoxModel);
00100 
00101         spacerItem = new QSpacerItem(100, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00102 
00103         hboxLayout1->addItem(spacerItem);
00104 
00105 
00106         hboxLayout->addLayout(hboxLayout1);
00107 
00108 
00109         gridLayout->addWidget(groupBoxModel, 0, 0, 1, 1);
00110 
00111         groupBoxVisible = new QGroupBox(Gui__Dialog__DlgSettingsColorGradient);
00112         groupBoxVisible->setObjectName(QString::fromUtf8("groupBoxVisible"));
00113         hboxLayout2 = new QHBoxLayout(groupBoxVisible);
00114         hboxLayout2->setSpacing(0);
00115         hboxLayout2->setMargin(11);
00116         hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
00117         checkBoxGrayed = new QCheckBox(groupBoxVisible);
00118         checkBoxGrayed->setObjectName(QString::fromUtf8("checkBoxGrayed"));
00119 
00120         hboxLayout2->addWidget(checkBoxGrayed);
00121 
00122         checkBoxInvisible = new QCheckBox(groupBoxVisible);
00123         checkBoxInvisible->setObjectName(QString::fromUtf8("checkBoxInvisible"));
00124 
00125         hboxLayout2->addWidget(checkBoxInvisible);
00126 
00127 
00128         gridLayout->addWidget(groupBoxVisible, 2, 0, 1, 1);
00129 
00130         buttonGroupStyle = new QGroupBox(Gui__Dialog__DlgSettingsColorGradient);
00131         buttonGroupStyle->setObjectName(QString::fromUtf8("buttonGroupStyle"));
00132         gridLayout1 = new QGridLayout(buttonGroupStyle);
00133         gridLayout1->setSpacing(6);
00134         gridLayout1->setMargin(9);
00135         gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
00136         radioButtonZero = new QRadioButton(buttonGroupStyle);
00137         radioButtonZero->setObjectName(QString::fromUtf8("radioButtonZero"));
00138 
00139         gridLayout1->addWidget(radioButtonZero, 0, 1, 1, 1);
00140 
00141         radioButtonFlow = new QRadioButton(buttonGroupStyle);
00142         radioButtonFlow->setObjectName(QString::fromUtf8("radioButtonFlow"));
00143         radioButtonFlow->setChecked(true);
00144 
00145         gridLayout1->addWidget(radioButtonFlow, 0, 0, 1, 1);
00146 
00147 
00148         gridLayout->addWidget(buttonGroupStyle, 1, 0, 1, 1);
00149 
00150         hboxLayout3 = new QHBoxLayout();
00151         hboxLayout3->setSpacing(6);
00152         hboxLayout3->setMargin(0);
00153         hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
00154         spacerItem1 = new QSpacerItem(41, 27, QSizePolicy::Expanding, QSizePolicy::Minimum);
00155 
00156         hboxLayout3->addItem(spacerItem1);
00157 
00158         buttonOk = new QPushButton(Gui__Dialog__DlgSettingsColorGradient);
00159         buttonOk->setObjectName(QString::fromUtf8("buttonOk"));
00160         buttonOk->setAutoDefault(true);
00161         buttonOk->setDefault(true);
00162 
00163         hboxLayout3->addWidget(buttonOk);
00164 
00165         buttonCancel = new QPushButton(Gui__Dialog__DlgSettingsColorGradient);
00166         buttonCancel->setObjectName(QString::fromUtf8("buttonCancel"));
00167         buttonCancel->setAutoDefault(true);
00168 
00169         hboxLayout3->addWidget(buttonCancel);
00170 
00171 
00172         gridLayout->addLayout(hboxLayout3, 4, 0, 1, 1);
00173 
00174         groupBoxRange = new QGroupBox(Gui__Dialog__DlgSettingsColorGradient);
00175         groupBoxRange->setObjectName(QString::fromUtf8("groupBoxRange"));
00176         gridLayout2 = new QGridLayout(groupBoxRange);
00177         gridLayout2->setSpacing(6);
00178         gridLayout2->setMargin(11);
00179         gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
00180         spacerItem2 = new QSpacerItem(35, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00181 
00182         gridLayout2->addItem(spacerItem2, 0, 1, 1, 1);
00183 
00184         gridLayout3 = new QGridLayout();
00185         gridLayout3->setSpacing(6);
00186         gridLayout3->setMargin(0);
00187         gridLayout3->setObjectName(QString::fromUtf8("gridLayout3"));
00188         floatLineEditMax = new QLineEdit(groupBoxRange);
00189         floatLineEditMax->setObjectName(QString::fromUtf8("floatLineEditMax"));
00190 
00191         gridLayout3->addWidget(floatLineEditMax, 0, 1, 1, 1);
00192 
00193         floatLineEditMin = new QLineEdit(groupBoxRange);
00194         floatLineEditMin->setObjectName(QString::fromUtf8("floatLineEditMin"));
00195 
00196         gridLayout3->addWidget(floatLineEditMin, 1, 1, 1, 1);
00197 
00198         textLabelMin = new QLabel(groupBoxRange);
00199         textLabelMin->setObjectName(QString::fromUtf8("textLabelMin"));
00200 
00201         gridLayout3->addWidget(textLabelMin, 1, 0, 1, 1);
00202 
00203         textLabelMax = new QLabel(groupBoxRange);
00204         textLabelMax->setObjectName(QString::fromUtf8("textLabelMax"));
00205 
00206         gridLayout3->addWidget(textLabelMax, 0, 0, 1, 1);
00207 
00208 
00209         gridLayout2->addLayout(gridLayout3, 0, 0, 1, 1);
00210 
00211         gridLayout4 = new QGridLayout();
00212         gridLayout4->setSpacing(6);
00213         gridLayout4->setMargin(0);
00214         gridLayout4->setObjectName(QString::fromUtf8("gridLayout4"));
00215         spinBoxLabel = new QSpinBox(groupBoxRange);
00216         spinBoxLabel->setObjectName(QString::fromUtf8("spinBoxLabel"));
00217 
00218         gridLayout4->addWidget(spinBoxLabel, 0, 1, 1, 1);
00219 
00220         spinBoxDecimals = new QSpinBox(groupBoxRange);
00221         spinBoxDecimals->setObjectName(QString::fromUtf8("spinBoxDecimals"));
00222         spinBoxDecimals->setMaximum(6);
00223         spinBoxDecimals->setValue(2);
00224 
00225         gridLayout4->addWidget(spinBoxDecimals, 1, 1, 1, 1);
00226 
00227         textLabel1 = new QLabel(groupBoxRange);
00228         textLabel1->setObjectName(QString::fromUtf8("textLabel1"));
00229 
00230         gridLayout4->addWidget(textLabel1, 0, 0, 1, 1);
00231 
00232         textLabel1_2 = new QLabel(groupBoxRange);
00233         textLabel1_2->setObjectName(QString::fromUtf8("textLabel1_2"));
00234 
00235         gridLayout4->addWidget(textLabel1_2, 1, 0, 1, 1);
00236 
00237 
00238         gridLayout2->addLayout(gridLayout4, 0, 2, 1, 1);
00239 
00240 
00241         gridLayout->addWidget(groupBoxRange, 3, 0, 1, 1);
00242 
00243 #ifndef QT_NO_SHORTCUT
00244         textLabel5->setBuddy(comboBoxModel);
00245         textLabelMin->setBuddy(floatLineEditMin);
00246         textLabelMax->setBuddy(floatLineEditMax);
00247         textLabel1->setBuddy(spinBoxLabel);
00248         textLabel1_2->setBuddy(spinBoxDecimals);
00249 #endif // QT_NO_SHORTCUT
00250         QWidget::setTabOrder(comboBoxModel, radioButtonFlow);
00251         QWidget::setTabOrder(radioButtonFlow, checkBoxGrayed);
00252         QWidget::setTabOrder(checkBoxGrayed, checkBoxInvisible);
00253         QWidget::setTabOrder(checkBoxInvisible, floatLineEditMax);
00254         QWidget::setTabOrder(floatLineEditMax, floatLineEditMin);
00255         QWidget::setTabOrder(floatLineEditMin, spinBoxLabel);
00256         QWidget::setTabOrder(spinBoxLabel, buttonOk);
00257         QWidget::setTabOrder(buttonOk, buttonCancel);
00258 
00259         retranslateUi(Gui__Dialog__DlgSettingsColorGradient);
00260         QObject::connect(buttonOk, SIGNAL(clicked()), Gui__Dialog__DlgSettingsColorGradient, SLOT(accept()));
00261         QObject::connect(buttonCancel, SIGNAL(clicked()), Gui__Dialog__DlgSettingsColorGradient, SLOT(reject()));
00262 
00263         QMetaObject::connectSlotsByName(Gui__Dialog__DlgSettingsColorGradient);
00264     } // setupUi
00265 
00266     void retranslateUi(QDialog *Gui__Dialog__DlgSettingsColorGradient)
00267     {
00268         Gui__Dialog__DlgSettingsColorGradient->setWindowTitle(QApplication::translate("Gui::Dialog::DlgSettingsColorGradient", "Color-gradient settings", 0, QApplication::UnicodeUTF8));
00269         groupBoxModel->setTitle(QApplication::translate("Gui::Dialog::DlgSettingsColorGradient", "Color model", 0, QApplication::UnicodeUTF8));
00270         textLabel5->setText(QApplication::translate("Gui::Dialog::DlgSettingsColorGradient", "&Gradient:", 0, QApplication::UnicodeUTF8));
00271         comboBoxModel->clear();
00272         comboBoxModel->insertItems(0, QStringList()
00273          << QApplication::translate("Gui::Dialog::DlgSettingsColorGradient", "red-yellow-green-cyan-blue", 0, QApplication::UnicodeUTF8)
00274          << QApplication::translate("Gui::Dialog::DlgSettingsColorGradient", "blue-cyan-green-yellow-red", 0, QApplication::UnicodeUTF8)
00275          << QApplication::translate("Gui::Dialog::DlgSettingsColorGradient", "white-black", 0, QApplication::UnicodeUTF8)
00276          << QApplication::translate("Gui::Dialog::DlgSettingsColorGradient", "black-white", 0, QApplication::UnicodeUTF8)
00277         );
00278         groupBoxVisible->setTitle(QApplication::translate("Gui::Dialog::DlgSettingsColorGradient", "Visibility", 0, QApplication::UnicodeUTF8));
00279         checkBoxGrayed->setText(QApplication::translate("Gui::Dialog::DlgSettingsColorGradient", "Out g&rayed", 0, QApplication::UnicodeUTF8));
00280         checkBoxGrayed->setShortcut(QApplication::translate("Gui::Dialog::DlgSettingsColorGradient", "Alt+R", 0, QApplication::UnicodeUTF8));
00281         checkBoxInvisible->setText(QApplication::translate("Gui::Dialog::DlgSettingsColorGradient", "Out &invisible", 0, QApplication::UnicodeUTF8));
00282         checkBoxInvisible->setShortcut(QApplication::translate("Gui::Dialog::DlgSettingsColorGradient", "Alt+I", 0, QApplication::UnicodeUTF8));
00283         buttonGroupStyle->setTitle(QApplication::translate("Gui::Dialog::DlgSettingsColorGradient", "Style", 0, QApplication::UnicodeUTF8));
00284         radioButtonZero->setText(QApplication::translate("Gui::Dialog::DlgSettingsColorGradient", "&Zero", 0, QApplication::UnicodeUTF8));
00285         radioButtonZero->setShortcut(QApplication::translate("Gui::Dialog::DlgSettingsColorGradient", "Alt+Z", 0, QApplication::UnicodeUTF8));
00286         radioButtonFlow->setText(QApplication::translate("Gui::Dialog::DlgSettingsColorGradient", "&Flow", 0, QApplication::UnicodeUTF8));
00287         radioButtonFlow->setShortcut(QApplication::translate("Gui::Dialog::DlgSettingsColorGradient", "Alt+F", 0, QApplication::UnicodeUTF8));
00288         buttonOk->setText(QApplication::translate("Gui::Dialog::DlgSettingsColorGradient", "&OK", 0, QApplication::UnicodeUTF8));
00289         buttonOk->setShortcut(QString());
00290         buttonCancel->setText(QApplication::translate("Gui::Dialog::DlgSettingsColorGradient", "&Cancel", 0, QApplication::UnicodeUTF8));
00291         buttonCancel->setShortcut(QString());
00292         groupBoxRange->setTitle(QApplication::translate("Gui::Dialog::DlgSettingsColorGradient", "Parameter range", 0, QApplication::UnicodeUTF8));
00293         textLabelMin->setText(QApplication::translate("Gui::Dialog::DlgSettingsColorGradient", "Mi&nimum:", 0, QApplication::UnicodeUTF8));
00294         textLabelMax->setText(QApplication::translate("Gui::Dialog::DlgSettingsColorGradient", "Ma&ximum:", 0, QApplication::UnicodeUTF8));
00295         textLabel1->setText(QApplication::translate("Gui::Dialog::DlgSettingsColorGradient", "&Labels:", 0, QApplication::UnicodeUTF8));
00296         textLabel1_2->setText(QApplication::translate("Gui::Dialog::DlgSettingsColorGradient", "&Decimals:", 0, QApplication::UnicodeUTF8));
00297         Q_UNUSED(Gui__Dialog__DlgSettingsColorGradient);
00298     } // retranslateUi
00299 
00300 };
00301 
00302 } // namespace Dialog
00303 } // namespace Gui
00304 
00305 namespace Gui {
00306 namespace Dialog {
00307 namespace Ui {
00308     class DlgSettingsColorGradient: public Ui_DlgSettingsColorGradient {};
00309 } // namespace Ui
00310 } // namespace Dialog
00311 } // namespace Gui
00312 
00313 #endif // UI_DLGSETTINGSCOLORGRADIENT_H

Generated on Wed Nov 23 19:00:54 2011 for FreeCAD by  doxygen 1.6.1