00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef UI_TASKLOFT_H
00011 #define UI_TASKLOFT_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/QGridLayout>
00019 #include <QtGui/QHeaderView>
00020 #include <QtGui/QPushButton>
00021 #include <QtGui/QSpacerItem>
00022 #include <QtGui/QTreeWidget>
00023 #include <QtGui/QVBoxLayout>
00024 #include <QtGui/QWidget>
00025
00026 namespace PartGui {
00027
00028 class Ui_TaskLoft
00029 {
00030 public:
00031 QGridLayout *gridLayout;
00032 QTreeWidget *treeWidgetWire;
00033 QVBoxLayout *verticalLayout;
00034 QSpacerItem *spacer_2;
00035 QPushButton *addButton;
00036 QPushButton *removeButton;
00037 QPushButton *upButton;
00038 QPushButton *downButton;
00039 QSpacerItem *spacer;
00040 QTreeWidget *treeWidgetLoft;
00041 QCheckBox *checkSolid;
00042 QCheckBox *checkRuledSurface;
00043
00044 void setupUi(QWidget *PartGui__TaskLoft)
00045 {
00046 if (PartGui__TaskLoft->objectName().isEmpty())
00047 PartGui__TaskLoft->setObjectName(QString::fromUtf8("PartGui__TaskLoft"));
00048 PartGui__TaskLoft->resize(324, 326);
00049 gridLayout = new QGridLayout(PartGui__TaskLoft);
00050 gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
00051 treeWidgetWire = new QTreeWidget(PartGui__TaskLoft);
00052 treeWidgetWire->setObjectName(QString::fromUtf8("treeWidgetWire"));
00053
00054 gridLayout->addWidget(treeWidgetWire, 0, 0, 1, 2);
00055
00056 verticalLayout = new QVBoxLayout();
00057 verticalLayout->setObjectName(QString::fromUtf8("verticalLayout"));
00058 spacer_2 = new QSpacerItem(33, 58, QSizePolicy::Minimum, QSizePolicy::Expanding);
00059
00060 verticalLayout->addItem(spacer_2);
00061
00062 addButton = new QPushButton(PartGui__TaskLoft);
00063 addButton->setObjectName(QString::fromUtf8("addButton"));
00064 addButton->setEnabled(true);
00065 addButton->setMinimumSize(QSize(30, 30));
00066 QIcon icon;
00067 icon.addFile(QString::fromUtf8(":/icons/button_right.xpm"), QSize(), QIcon::Normal, QIcon::Off);
00068 addButton->setIcon(icon);
00069
00070 verticalLayout->addWidget(addButton);
00071
00072 removeButton = new QPushButton(PartGui__TaskLoft);
00073 removeButton->setObjectName(QString::fromUtf8("removeButton"));
00074 removeButton->setEnabled(true);
00075 removeButton->setMinimumSize(QSize(30, 30));
00076 QIcon icon1;
00077 icon1.addFile(QString::fromUtf8(":/icons/button_left.xpm"), QSize(), QIcon::Normal, QIcon::Off);
00078 removeButton->setIcon(icon1);
00079 removeButton->setAutoDefault(true);
00080 removeButton->setDefault(false);
00081
00082 verticalLayout->addWidget(removeButton);
00083
00084 upButton = new QPushButton(PartGui__TaskLoft);
00085 upButton->setObjectName(QString::fromUtf8("upButton"));
00086 upButton->setEnabled(true);
00087 upButton->setMinimumSize(QSize(30, 30));
00088 QIcon icon2;
00089 icon2.addFile(QString::fromUtf8(":/icons/button_up.xpm"), QSize(), QIcon::Normal, QIcon::Off);
00090 upButton->setIcon(icon2);
00091
00092 verticalLayout->addWidget(upButton);
00093
00094 downButton = new QPushButton(PartGui__TaskLoft);
00095 downButton->setObjectName(QString::fromUtf8("downButton"));
00096 downButton->setEnabled(true);
00097 downButton->setMinimumSize(QSize(30, 30));
00098 QIcon icon3;
00099 icon3.addFile(QString::fromUtf8(":/icons/button_down.xpm"), QSize(), QIcon::Normal, QIcon::Off);
00100 downButton->setIcon(icon3);
00101 downButton->setAutoDefault(true);
00102
00103 verticalLayout->addWidget(downButton);
00104
00105 spacer = new QSpacerItem(33, 57, QSizePolicy::Minimum, QSizePolicy::Expanding);
00106
00107 verticalLayout->addItem(spacer);
00108
00109
00110 gridLayout->addLayout(verticalLayout, 0, 2, 1, 1);
00111
00112 treeWidgetLoft = new QTreeWidget(PartGui__TaskLoft);
00113 treeWidgetLoft->setObjectName(QString::fromUtf8("treeWidgetLoft"));
00114
00115 gridLayout->addWidget(treeWidgetLoft, 0, 3, 1, 1);
00116
00117 checkSolid = new QCheckBox(PartGui__TaskLoft);
00118 checkSolid->setObjectName(QString::fromUtf8("checkSolid"));
00119
00120 gridLayout->addWidget(checkSolid, 1, 0, 1, 1);
00121
00122 checkRuledSurface = new QCheckBox(PartGui__TaskLoft);
00123 checkRuledSurface->setObjectName(QString::fromUtf8("checkRuledSurface"));
00124
00125 gridLayout->addWidget(checkRuledSurface, 1, 1, 1, 2);
00126
00127
00128 retranslateUi(PartGui__TaskLoft);
00129
00130 QMetaObject::connectSlotsByName(PartGui__TaskLoft);
00131 }
00132
00133 void retranslateUi(QWidget *PartGui__TaskLoft)
00134 {
00135 PartGui__TaskLoft->setWindowTitle(QApplication::translate("PartGui::TaskLoft", "Loft", 0, QApplication::UnicodeUTF8));
00136 QTreeWidgetItem *___qtreewidgetitem = treeWidgetWire->headerItem();
00137 ___qtreewidgetitem->setText(0, QApplication::translate("PartGui::TaskLoft", "Vertex/Wire", 0, QApplication::UnicodeUTF8));
00138 #ifndef QT_NO_TOOLTIP
00139 addButton->setToolTip(QApplication::translate("PartGui::TaskLoft", "Move right", 0, QApplication::UnicodeUTF8));
00140 #endif // QT_NO_TOOLTIP
00141 #ifndef QT_NO_WHATSTHIS
00142 addButton->setWhatsThis(QApplication::translate("PartGui::TaskLoft", "<b>Move the selected item one level down.</b><p>This will also change the level of the parent item.</p>", 0, QApplication::UnicodeUTF8));
00143 #endif // QT_NO_WHATSTHIS
00144 addButton->setText(QString());
00145 #ifndef QT_NO_TOOLTIP
00146 removeButton->setToolTip(QApplication::translate("PartGui::TaskLoft", "Move left", 0, QApplication::UnicodeUTF8));
00147 #endif // QT_NO_TOOLTIP
00148 #ifndef QT_NO_WHATSTHIS
00149 removeButton->setWhatsThis(QApplication::translate("PartGui::TaskLoft", "<b>Move the selected item one level up.</b><p>This will also change the level of the parent item.</p>", 0, QApplication::UnicodeUTF8));
00150 #endif // QT_NO_WHATSTHIS
00151 removeButton->setText(QString());
00152 #ifndef QT_NO_TOOLTIP
00153 upButton->setToolTip(QApplication::translate("PartGui::TaskLoft", "Move up", 0, QApplication::UnicodeUTF8));
00154 #endif // QT_NO_TOOLTIP
00155 #ifndef QT_NO_WHATSTHIS
00156 upButton->setWhatsThis(QApplication::translate("PartGui::TaskLoft", "<b>Move the selected item up.</b><p>The item will be moved within the hierarchy level.</p>", 0, QApplication::UnicodeUTF8));
00157 #endif // QT_NO_WHATSTHIS
00158 upButton->setText(QString());
00159 #ifndef QT_NO_TOOLTIP
00160 downButton->setToolTip(QApplication::translate("PartGui::TaskLoft", "Move down", 0, QApplication::UnicodeUTF8));
00161 #endif // QT_NO_TOOLTIP
00162 #ifndef QT_NO_WHATSTHIS
00163 downButton->setWhatsThis(QApplication::translate("PartGui::TaskLoft", "<b>Move the selected item down.</b><p>The item will be moved within the hierarchy level.</p>", 0, QApplication::UnicodeUTF8));
00164 #endif // QT_NO_WHATSTHIS
00165 downButton->setText(QString());
00166 QTreeWidgetItem *___qtreewidgetitem1 = treeWidgetLoft->headerItem();
00167 ___qtreewidgetitem1->setText(0, QApplication::translate("PartGui::TaskLoft", "Loft", 0, QApplication::UnicodeUTF8));
00168 checkSolid->setText(QApplication::translate("PartGui::TaskLoft", "Create solid", 0, QApplication::UnicodeUTF8));
00169 checkRuledSurface->setText(QApplication::translate("PartGui::TaskLoft", "Ruled surface", 0, QApplication::UnicodeUTF8));
00170 Q_UNUSED(PartGui__TaskLoft);
00171 }
00172
00173 };
00174
00175 }
00176
00177 namespace PartGui {
00178 namespace Ui {
00179 class TaskLoft: public Ui_TaskLoft {};
00180 }
00181 }
00182
00183 #endif // UI_TASKLOFT_H