ui_TaskAppearance.h

Go to the documentation of this file.
00001 /********************************************************************************
00002 ** Form generated from reading ui file 'TaskAppearance.ui'
00003 **
00004 ** Created: Wed 19. Oct 19:02:22 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_TASKAPPEARANCE_H
00011 #define UI_TASKAPPEARANCE_H
00012 
00013 #include <QtCore/QVariant>
00014 #include <QtGui/QAction>
00015 #include <QtGui/QApplication>
00016 #include <QtGui/QButtonGroup>
00017 #include <QtGui/QComboBox>
00018 #include <QtGui/QHBoxLayout>
00019 #include <QtGui/QHeaderView>
00020 #include <QtGui/QLabel>
00021 #include <QtGui/QSlider>
00022 #include <QtGui/QSpacerItem>
00023 #include <QtGui/QSpinBox>
00024 #include <QtGui/QVBoxLayout>
00025 #include <QtGui/QWidget>
00026 
00027 namespace Gui {
00028 namespace TaskView {
00029 
00030 class Ui_TaskAppearance
00031 {
00032 public:
00033     QVBoxLayout *vboxLayout;
00034     QHBoxLayout *hboxLayout;
00035     QLabel *textLabel1;
00036     QComboBox *changeMode;
00037     QHBoxLayout *hboxLayout1;
00038     QLabel *textLabel1_3;
00039     QComboBox *changePlot;
00040     QHBoxLayout *hboxLayout2;
00041     QLabel *textLabel2;
00042     QSpacerItem *spacerItem;
00043     QSpinBox *spinPointSize;
00044     QHBoxLayout *hboxLayout3;
00045     QLabel *textLabel3;
00046     QSpacerItem *spacerItem1;
00047     QSpinBox *spinLineWidth;
00048     QLabel *textLabel1_2;
00049     QHBoxLayout *hboxLayout4;
00050     QSlider *horizontalSlider;
00051     QSpinBox *spinTransparency;
00052 
00053     void setupUi(QWidget *Gui__TaskView__TaskAppearance)
00054     {
00055         if (Gui__TaskView__TaskAppearance->objectName().isEmpty())
00056             Gui__TaskView__TaskAppearance->setObjectName(QString::fromUtf8("Gui__TaskView__TaskAppearance"));
00057         Gui__TaskView__TaskAppearance->resize(193, 174);
00058         vboxLayout = new QVBoxLayout(Gui__TaskView__TaskAppearance);
00059 #ifndef Q_OS_MAC
00060         vboxLayout->setSpacing(6);
00061 #endif
00062 #ifndef Q_OS_MAC
00063         vboxLayout->setMargin(9);
00064 #endif
00065         vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
00066         hboxLayout = new QHBoxLayout();
00067 #ifndef Q_OS_MAC
00068         hboxLayout->setSpacing(6);
00069 #endif
00070 #ifndef Q_OS_MAC
00071         hboxLayout->setMargin(0);
00072 #endif
00073         hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
00074         textLabel1 = new QLabel(Gui__TaskView__TaskAppearance);
00075         textLabel1->setObjectName(QString::fromUtf8("textLabel1"));
00076 
00077         hboxLayout->addWidget(textLabel1);
00078 
00079         changeMode = new QComboBox(Gui__TaskView__TaskAppearance);
00080         changeMode->setObjectName(QString::fromUtf8("changeMode"));
00081 
00082         hboxLayout->addWidget(changeMode);
00083 
00084 
00085         vboxLayout->addLayout(hboxLayout);
00086 
00087         hboxLayout1 = new QHBoxLayout();
00088 #ifndef Q_OS_MAC
00089         hboxLayout1->setSpacing(6);
00090 #endif
00091         hboxLayout1->setMargin(0);
00092         hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
00093         textLabel1_3 = new QLabel(Gui__TaskView__TaskAppearance);
00094         textLabel1_3->setObjectName(QString::fromUtf8("textLabel1_3"));
00095         textLabel1_3->setEnabled(false);
00096 
00097         hboxLayout1->addWidget(textLabel1_3);
00098 
00099         changePlot = new QComboBox(Gui__TaskView__TaskAppearance);
00100         changePlot->setObjectName(QString::fromUtf8("changePlot"));
00101         changePlot->setEnabled(false);
00102 
00103         hboxLayout1->addWidget(changePlot);
00104 
00105 
00106         vboxLayout->addLayout(hboxLayout1);
00107 
00108         hboxLayout2 = new QHBoxLayout();
00109 #ifndef Q_OS_MAC
00110         hboxLayout2->setSpacing(6);
00111 #endif
00112         hboxLayout2->setMargin(0);
00113         hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
00114         textLabel2 = new QLabel(Gui__TaskView__TaskAppearance);
00115         textLabel2->setObjectName(QString::fromUtf8("textLabel2"));
00116 
00117         hboxLayout2->addWidget(textLabel2);
00118 
00119         spacerItem = new QSpacerItem(71, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00120 
00121         hboxLayout2->addItem(spacerItem);
00122 
00123         spinPointSize = new QSpinBox(Gui__TaskView__TaskAppearance);
00124         spinPointSize->setObjectName(QString::fromUtf8("spinPointSize"));
00125         spinPointSize->setMaximum(64);
00126         spinPointSize->setMinimum(1);
00127         spinPointSize->setValue(2);
00128 
00129         hboxLayout2->addWidget(spinPointSize);
00130 
00131 
00132         vboxLayout->addLayout(hboxLayout2);
00133 
00134         hboxLayout3 = new QHBoxLayout();
00135 #ifndef Q_OS_MAC
00136         hboxLayout3->setSpacing(6);
00137 #endif
00138         hboxLayout3->setMargin(0);
00139         hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
00140         textLabel3 = new QLabel(Gui__TaskView__TaskAppearance);
00141         textLabel3->setObjectName(QString::fromUtf8("textLabel3"));
00142 
00143         hboxLayout3->addWidget(textLabel3);
00144 
00145         spacerItem1 = new QSpacerItem(71, 20, QSizePolicy::Expanding, QSizePolicy::Minimum);
00146 
00147         hboxLayout3->addItem(spacerItem1);
00148 
00149         spinLineWidth = new QSpinBox(Gui__TaskView__TaskAppearance);
00150         spinLineWidth->setObjectName(QString::fromUtf8("spinLineWidth"));
00151         spinLineWidth->setMaximum(64);
00152         spinLineWidth->setMinimum(1);
00153         spinLineWidth->setValue(2);
00154 
00155         hboxLayout3->addWidget(spinLineWidth);
00156 
00157 
00158         vboxLayout->addLayout(hboxLayout3);
00159 
00160         textLabel1_2 = new QLabel(Gui__TaskView__TaskAppearance);
00161         textLabel1_2->setObjectName(QString::fromUtf8("textLabel1_2"));
00162 
00163         vboxLayout->addWidget(textLabel1_2);
00164 
00165         hboxLayout4 = new QHBoxLayout();
00166 #ifndef Q_OS_MAC
00167         hboxLayout4->setSpacing(6);
00168 #endif
00169         hboxLayout4->setMargin(0);
00170         hboxLayout4->setObjectName(QString::fromUtf8("hboxLayout4"));
00171         horizontalSlider = new QSlider(Gui__TaskView__TaskAppearance);
00172         horizontalSlider->setObjectName(QString::fromUtf8("horizontalSlider"));
00173         horizontalSlider->setMaximum(100);
00174         horizontalSlider->setOrientation(Qt::Horizontal);
00175 
00176         hboxLayout4->addWidget(horizontalSlider);
00177 
00178         spinTransparency = new QSpinBox(Gui__TaskView__TaskAppearance);
00179         spinTransparency->setObjectName(QString::fromUtf8("spinTransparency"));
00180         QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
00181         sizePolicy.setHorizontalStretch(0);
00182         sizePolicy.setVerticalStretch(0);
00183         sizePolicy.setHeightForWidth(spinTransparency->sizePolicy().hasHeightForWidth());
00184         spinTransparency->setSizePolicy(sizePolicy);
00185         spinTransparency->setMaximum(100);
00186         spinTransparency->setSingleStep(5);
00187 
00188         hboxLayout4->addWidget(spinTransparency);
00189 
00190 
00191         vboxLayout->addLayout(hboxLayout4);
00192 
00193 
00194         retranslateUi(Gui__TaskView__TaskAppearance);
00195         QObject::connect(horizontalSlider, SIGNAL(valueChanged(int)), spinTransparency, SLOT(setValue(int)));
00196         QObject::connect(spinTransparency, SIGNAL(valueChanged(int)), horizontalSlider, SLOT(setValue(int)));
00197 
00198         QMetaObject::connectSlotsByName(Gui__TaskView__TaskAppearance);
00199     } // setupUi
00200 
00201     void retranslateUi(QWidget *Gui__TaskView__TaskAppearance)
00202     {
00203         Gui__TaskView__TaskAppearance->setWindowTitle(QApplication::translate("Gui::TaskView::TaskAppearance", "Appearance", 0, QApplication::UnicodeUTF8));
00204         textLabel1->setText(QApplication::translate("Gui::TaskView::TaskAppearance", "Display mode:", 0, QApplication::UnicodeUTF8));
00205         textLabel1_3->setText(QApplication::translate("Gui::TaskView::TaskAppearance", "Plot mode:", 0, QApplication::UnicodeUTF8));
00206         textLabel2->setText(QApplication::translate("Gui::TaskView::TaskAppearance", "Point size:", 0, QApplication::UnicodeUTF8));
00207         textLabel3->setText(QApplication::translate("Gui::TaskView::TaskAppearance", "Line width:", 0, QApplication::UnicodeUTF8));
00208         textLabel1_2->setText(QApplication::translate("Gui::TaskView::TaskAppearance", "Transparency:", 0, QApplication::UnicodeUTF8));
00209         Q_UNUSED(Gui__TaskView__TaskAppearance);
00210     } // retranslateUi
00211 
00212 };
00213 
00214 } // namespace TaskView
00215 } // namespace Gui
00216 
00217 namespace Gui {
00218 namespace TaskView {
00219 namespace Ui {
00220     class TaskAppearance: public Ui_TaskAppearance {};
00221 } // namespace Ui
00222 } // namespace TaskView
00223 } // namespace Gui
00224 
00225 #endif // UI_TASKAPPEARANCE_H

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