+++ /dev/null
-/********************************************************************************
-** Form generated from reading ui file 'DlgRef_1List1Spin1Btn_QTD.ui'
-**
-** Created: Mon Jul 2 08:49:49 2007
-** by: Qt User Interface Compiler version 4.2.3
-**
-** WARNING! All changes made in this file will be lost when recompiling ui file!
-********************************************************************************/
-
-#ifndef DLGREF_1LIST1SPIN1BTN_QTD_H
-#define DLGREF_1LIST1SPIN1BTN_QTD_H
-
-#include <QtCore/QVariant>
-#include <QtGui/QAction>
-#include <QtGui/QApplication>
-#include <QtGui/QButtonGroup>
-#include <QtGui/QGridLayout>
-#include <QtGui/QGroupBox>
-#include <QtGui/QLabel>
-#include <QtGui/QListView>
-#include <QtGui/QPushButton>
-#include <QtGui/QSpacerItem>
-#include <QtGui/QSpinBox>
-#include <QtGui/QWidget>
-#include <Qt3Support/Q3MimeSourceFactory>
-
-class Ui_DlgRef_1List1Spin1Btn_QTD
-{
-public:
- QGridLayout *gridLayout;
- QGroupBox *GroupBox1;
- QGridLayout *gridLayout1;
- QSpacerItem *spacerItem;
- QListView *ListView1;
- QLabel *TextLabel1;
- QSpinBox *SpinBox1;
- QPushButton *PushButton1;
-
- void setupUi(QWidget *DlgRef_1List1Spin1Btn_QTD)
- {
- DlgRef_1List1Spin1Btn_QTD->setObjectName(QString::fromUtf8("DlgRef_1List1Spin1Btn_QTD"));
- gridLayout = new QGridLayout(DlgRef_1List1Spin1Btn_QTD);
- gridLayout->setSpacing(6);
- gridLayout->setMargin(11);
- gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
- GroupBox1 = new QGroupBox(DlgRef_1List1Spin1Btn_QTD);
- GroupBox1->setObjectName(QString::fromUtf8("GroupBox1"));
- gridLayout1 = new QGridLayout(GroupBox1);
- gridLayout1->setSpacing(6);
- gridLayout1->setMargin(11);
- gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
- spacerItem = new QSpacerItem(0, 23, QSizePolicy::Minimum, QSizePolicy::Expanding);
-
- gridLayout1->addItem(spacerItem, 3, 1, 1, 1);
-
- ListView1 = new QListView(GroupBox1);
- ListView1->setObjectName(QString::fromUtf8("ListView1"));
-
- gridLayout1->addWidget(ListView1, 0, 0, 4, 1);
-
- TextLabel1 = new QLabel(GroupBox1);
- TextLabel1->setObjectName(QString::fromUtf8("TextLabel1"));
- TextLabel1->setWordWrap(false);
-
- gridLayout1->addWidget(TextLabel1, 0, 1, 1, 1);
-
- SpinBox1 = new QSpinBox(GroupBox1);
- SpinBox1->setObjectName(QString::fromUtf8("SpinBox1"));
-
- gridLayout1->addWidget(SpinBox1, 1, 1, 1, 1);
-
- PushButton1 = new QPushButton(GroupBox1);
- PushButton1->setObjectName(QString::fromUtf8("PushButton1"));
-
- gridLayout1->addWidget(PushButton1, 2, 1, 1, 1);
-
-
- gridLayout->addWidget(GroupBox1, 0, 0, 1, 1);
-
-
- retranslateUi(DlgRef_1List1Spin1Btn_QTD);
-
- QSize size(204, 148);
- size = size.expandedTo(DlgRef_1List1Spin1Btn_QTD->minimumSizeHint());
- DlgRef_1List1Spin1Btn_QTD->resize(size);
-
-
- QMetaObject::connectSlotsByName(DlgRef_1List1Spin1Btn_QTD);
- } // setupUi
-
- void retranslateUi(QWidget *DlgRef_1List1Spin1Btn_QTD)
- {
- DlgRef_1List1Spin1Btn_QTD->setWindowTitle(QApplication::translate("DlgRef_1List1Spin1Btn_QTD", "DlgRef_3Sel4Spin2Check_QTD", 0, QApplication::UnicodeUTF8));
- GroupBox1->setTitle(QString());
- TextLabel1->setText(QApplication::translate("DlgRef_1List1Spin1Btn_QTD", "TL1", 0, QApplication::UnicodeUTF8));
- PushButton1->setText(QString());
- Q_UNUSED(DlgRef_1List1Spin1Btn_QTD);
- } // retranslateUi
-
-};
-
-namespace Ui {
- class DlgRef_1List1Spin1Btn_QTD: public Ui_DlgRef_1List1Spin1Btn_QTD {};
-} // namespace Ui
-
-#endif // DLGREF_1LIST1SPIN1BTN_QTD_H
--- /dev/null
+<ui version="4.0" >
+ <class>DlgRef_1List1Spin1Btn_QTD</class>
+ <widget class="QWidget" name="DlgRef_1List1Spin1Btn_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>217</width>
+ <height>120</height>
+ </rect>
+ </property>
+ <property name="windowTitle" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>0</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>11</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="3" column="1" >
+ <spacer>
+ <property name="orientation" >
+ <enum>Qt::Vertical</enum>
+ </property>
+ <property name="sizeType" >
+ <enum>QSizePolicy::Expanding</enum>
+ </property>
+ <property name="sizeHint" >
+ <size>
+ <width>0</width>
+ <height>23</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item rowspan="4" row="0" column="0" >
+ <widget class="QListView" name="ListView1" />
+ </item>
+ <item row="0" column="1" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1" >
+ <widget class="QSpinBox" name="SpinBox1" />
+ </item>
+ <item row="2" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <resources/>
+ <connections/>
+</ui>
+++ /dev/null
-/********************************************************************************
-** Form generated from reading ui file 'DlgRef_1Sel1Check1List_QTD.ui'
-**
-** Created: Fri Jun 29 12:50:56 2007
-** by: Qt User Interface Compiler version 4.2.3
-**
-** WARNING! All changes made in this file will be lost when recompiling ui file!
-********************************************************************************/
-
-#ifndef DLGREF_1SEL1CHECK1LIST_QTD_H
-#define DLGREF_1SEL1CHECK1LIST_QTD_H
-
-#include <QtCore/QVariant>
-#include <QtGui/QAction>
-#include <QtGui/QApplication>
-#include <QtGui/QButtonGroup>
-#include <QtGui/QComboBox>
-#include <QtGui/QGridLayout>
-#include <QtGui/QGroupBox>
-#include <QtGui/QLabel>
-#include <QtGui/QLineEdit>
-#include <QtGui/QPushButton>
-#include <QtGui/QRadioButton>
-#include <QtGui/QSpacerItem>
-#include <QtGui/QWidget>
-#include <Qt3Support/Q3MimeSourceFactory>
-
-class Ui_DlgRef_1Sel1Check1List_QTD
-{
-public:
- QGridLayout *gridLayout;
- QGroupBox *GroupBox1;
- QGridLayout *gridLayout1;
- QGridLayout *gridLayout2;
- QSpacerItem *spacerItem;
- QRadioButton *CheckButton1;
- QLabel *TextLabel2;
- QComboBox *ComboBox1;
- QLineEdit *LineEdit1;
- QLabel *TextLabel1;
- QPushButton *PushButton1;
-
- void setupUi(QWidget *DlgRef_1Sel1Check1List_QTD)
- {
- DlgRef_1Sel1Check1List_QTD->setObjectName(QString::fromUtf8("DlgRef_1Sel1Check1List_QTD"));
- gridLayout = new QGridLayout(DlgRef_1Sel1Check1List_QTD);
- gridLayout->setSpacing(6);
- gridLayout->setMargin(0);
- gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
- GroupBox1 = new QGroupBox(DlgRef_1Sel1Check1List_QTD);
- GroupBox1->setObjectName(QString::fromUtf8("GroupBox1"));
- gridLayout1 = new QGridLayout(GroupBox1);
- gridLayout1->setSpacing(6);
- gridLayout1->setMargin(11);
- gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
- gridLayout2 = new QGridLayout();
- gridLayout2->setSpacing(6);
- gridLayout2->setMargin(0);
- gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
- spacerItem = new QSpacerItem(0, 166, QSizePolicy::Minimum, QSizePolicy::Expanding);
-
- gridLayout2->addItem(spacerItem, 3, 2, 1, 1);
-
- CheckButton1 = new QRadioButton(GroupBox1);
- CheckButton1->setObjectName(QString::fromUtf8("CheckButton1"));
-
- gridLayout2->addWidget(CheckButton1, 2, 0, 1, 3);
-
- TextLabel2 = new QLabel(GroupBox1);
- TextLabel2->setObjectName(QString::fromUtf8("TextLabel2"));
- QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(TextLabel2->sizePolicy().hasHeightForWidth());
- TextLabel2->setSizePolicy(sizePolicy);
- TextLabel2->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel2, 1, 0, 1, 2);
-
- ComboBox1 = new QComboBox(GroupBox1);
- ComboBox1->setObjectName(QString::fromUtf8("ComboBox1"));
- QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy1.setHorizontalStretch(0);
- sizePolicy1.setVerticalStretch(0);
- sizePolicy1.setHeightForWidth(ComboBox1->sizePolicy().hasHeightForWidth());
- ComboBox1->setSizePolicy(sizePolicy1);
-
- gridLayout2->addWidget(ComboBox1, 1, 2, 1, 1);
-
- LineEdit1 = new QLineEdit(GroupBox1);
- LineEdit1->setObjectName(QString::fromUtf8("LineEdit1"));
-
- gridLayout2->addWidget(LineEdit1, 0, 2, 1, 1);
-
- TextLabel1 = new QLabel(GroupBox1);
- TextLabel1->setObjectName(QString::fromUtf8("TextLabel1"));
- QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy2.setHorizontalStretch(0);
- sizePolicy2.setVerticalStretch(0);
- sizePolicy2.setHeightForWidth(TextLabel1->sizePolicy().hasHeightForWidth());
- TextLabel1->setSizePolicy(sizePolicy2);
- TextLabel1->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel1, 0, 0, 1, 1);
-
- PushButton1 = new QPushButton(GroupBox1);
- PushButton1->setObjectName(QString::fromUtf8("PushButton1"));
- QSizePolicy sizePolicy3(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy3.setHorizontalStretch(0);
- sizePolicy3.setVerticalStretch(0);
- sizePolicy3.setHeightForWidth(PushButton1->sizePolicy().hasHeightForWidth());
- PushButton1->setSizePolicy(sizePolicy3);
-
- gridLayout2->addWidget(PushButton1, 0, 1, 1, 1);
-
-
- gridLayout1->addLayout(gridLayout2, 0, 0, 1, 1);
-
-
- gridLayout->addWidget(GroupBox1, 0, 0, 1, 1);
-
-
- retranslateUi(DlgRef_1Sel1Check1List_QTD);
-
- QSize size(129, 104);
- size = size.expandedTo(DlgRef_1Sel1Check1List_QTD->minimumSizeHint());
- DlgRef_1Sel1Check1List_QTD->resize(size);
-
-
- QMetaObject::connectSlotsByName(DlgRef_1Sel1Check1List_QTD);
- } // setupUi
-
- void retranslateUi(QWidget *DlgRef_1Sel1Check1List_QTD)
- {
- DlgRef_1Sel1Check1List_QTD->setWindowTitle(QApplication::translate("DlgRef_1Sel1Check1List_QTD", "DlgRef_1Sel1Check1List_QTD", 0, QApplication::UnicodeUTF8));
- GroupBox1->setTitle(QString());
- CheckButton1->setText(QString());
- TextLabel2->setText(QApplication::translate("DlgRef_1Sel1Check1List_QTD", "TL2", 0, QApplication::UnicodeUTF8));
- TextLabel1->setText(QApplication::translate("DlgRef_1Sel1Check1List_QTD", "TL1", 0, QApplication::UnicodeUTF8));
- PushButton1->setText(QString());
- Q_UNUSED(DlgRef_1Sel1Check1List_QTD);
- } // retranslateUi
-
-};
-
-namespace Ui {
- class DlgRef_1Sel1Check1List_QTD: public Ui_DlgRef_1Sel1Check1List_QTD {};
-} // namespace Ui
-
-#endif // DLGREF_1SEL1CHECK1LIST_QTD_H
--- /dev/null
+<ui version="4.0" >
+ <class>DlgRef_1Sel1Check1List_QTD</class>
+ <widget class="QWidget" name="DlgRef_1Sel1Check1List_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>156</width>
+ <height>94</height>
+ </rect>
+ </property>
+ <property name="windowTitle" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>0</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>9</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="2" column="0" colspan="3" >
+ <widget class="QCheckBox" name="CheckButton1" >
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ <item row="1" column="1" colspan="2" >
+ <widget class="QComboBox" name="ComboBox1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <tabstops>
+ <tabstop>PushButton1</tabstop>
+ <tabstop>LineEdit1</tabstop>
+ <tabstop>ComboBox1</tabstop>
+ <tabstop>CheckButton1</tabstop>
+ </tabstops>
+ <resources/>
+ <connections/>
+</ui>
+++ /dev/null
-/********************************************************************************
-** Form generated from reading ui file 'DlgRef_1Sel1Check_QTD.ui'
-**
-** Created: Fri Jun 29 12:45:49 2007
-** by: Qt User Interface Compiler version 4.2.3
-**
-** WARNING! All changes made in this file will be lost when recompiling ui file!
-********************************************************************************/
-
-#ifndef DLGREF_1SEL1CHECK_QTD_H
-#define DLGREF_1SEL1CHECK_QTD_H
-
-#include <QtCore/QVariant>
-#include <QtGui/QAction>
-#include <QtGui/QApplication>
-#include <QtGui/QButtonGroup>
-#include <QtGui/QCheckBox>
-#include <QtGui/QGridLayout>
-#include <QtGui/QGroupBox>
-#include <QtGui/QLabel>
-#include <QtGui/QLineEdit>
-#include <QtGui/QPushButton>
-#include <QtGui/QSpacerItem>
-#include <QtGui/QWidget>
-#include <Qt3Support/Q3MimeSourceFactory>
-
-class Ui_DlgRef_1Sel1Check_QTD
-{
-public:
- QGridLayout *gridLayout;
- QGroupBox *GroupBox1;
- QGridLayout *gridLayout1;
- QGridLayout *gridLayout2;
- QLabel *TextLabel1;
- QPushButton *PushButton1;
- QCheckBox *CheckButton1;
- QSpacerItem *spacerItem;
- QLineEdit *LineEdit1;
-
- void setupUi(QWidget *DlgRef_1Sel1Check_QTD)
- {
- DlgRef_1Sel1Check_QTD->setObjectName(QString::fromUtf8("DlgRef_1Sel1Check_QTD"));
- gridLayout = new QGridLayout(DlgRef_1Sel1Check_QTD);
- gridLayout->setSpacing(6);
- gridLayout->setMargin(0);
- gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
- GroupBox1 = new QGroupBox(DlgRef_1Sel1Check_QTD);
- GroupBox1->setObjectName(QString::fromUtf8("GroupBox1"));
- gridLayout1 = new QGridLayout(GroupBox1);
- gridLayout1->setSpacing(6);
- gridLayout1->setMargin(11);
- gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
- gridLayout2 = new QGridLayout();
- gridLayout2->setSpacing(6);
- gridLayout2->setMargin(0);
- gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
- TextLabel1 = new QLabel(GroupBox1);
- TextLabel1->setObjectName(QString::fromUtf8("TextLabel1"));
- QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(TextLabel1->sizePolicy().hasHeightForWidth());
- TextLabel1->setSizePolicy(sizePolicy);
- TextLabel1->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel1, 0, 0, 1, 1);
-
- PushButton1 = new QPushButton(GroupBox1);
- PushButton1->setObjectName(QString::fromUtf8("PushButton1"));
- QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy1.setHorizontalStretch(0);
- sizePolicy1.setVerticalStretch(0);
- sizePolicy1.setHeightForWidth(PushButton1->sizePolicy().hasHeightForWidth());
- PushButton1->setSizePolicy(sizePolicy1);
-
- gridLayout2->addWidget(PushButton1, 0, 1, 1, 1);
-
- CheckButton1 = new QCheckBox(GroupBox1);
- CheckButton1->setObjectName(QString::fromUtf8("CheckButton1"));
-
- gridLayout2->addWidget(CheckButton1, 1, 0, 1, 3);
-
- spacerItem = new QSpacerItem(0, 16, QSizePolicy::Minimum, QSizePolicy::Expanding);
-
- gridLayout2->addItem(spacerItem, 2, 2, 1, 1);
-
- LineEdit1 = new QLineEdit(GroupBox1);
- LineEdit1->setObjectName(QString::fromUtf8("LineEdit1"));
-
- gridLayout2->addWidget(LineEdit1, 0, 2, 1, 1);
-
-
- gridLayout1->addLayout(gridLayout2, 0, 0, 1, 1);
-
-
- gridLayout->addWidget(GroupBox1, 0, 0, 1, 1);
-
- QWidget::setTabOrder(PushButton1, LineEdit1);
- QWidget::setTabOrder(LineEdit1, CheckButton1);
-
- retranslateUi(DlgRef_1Sel1Check_QTD);
-
- QSize size(382, 219);
- size = size.expandedTo(DlgRef_1Sel1Check_QTD->minimumSizeHint());
- DlgRef_1Sel1Check_QTD->resize(size);
-
-
- QMetaObject::connectSlotsByName(DlgRef_1Sel1Check_QTD);
- } // setupUi
-
- void retranslateUi(QWidget *DlgRef_1Sel1Check_QTD)
- {
- DlgRef_1Sel1Check_QTD->setWindowTitle(QApplication::translate("DlgRef_1Sel1Check_QTD", "DlgRef_1Sel1Check_QTD", 0, QApplication::UnicodeUTF8));
- GroupBox1->setTitle(QString());
- TextLabel1->setText(QApplication::translate("DlgRef_1Sel1Check_QTD", "TL1", 0, QApplication::UnicodeUTF8));
- PushButton1->setText(QString());
- CheckButton1->setText(QString());
- Q_UNUSED(DlgRef_1Sel1Check_QTD);
- } // retranslateUi
-
-};
-
-namespace Ui {
- class DlgRef_1Sel1Check_QTD: public Ui_DlgRef_1Sel1Check_QTD {};
-} // namespace Ui
-
-#endif // DLGREF_1SEL1CHECK_QTD_H
--- /dev/null
+<ui version="4.0" >
+ <class>DlgRef_1Sel1Check_QTD</class>
+ <widget class="QWidget" name="DlgRef_1Sel1Check_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>155</width>
+ <height>64</height>
+ </rect>
+ </property>
+ <property name="windowTitle" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>9</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ <item row="1" column="0" colspan="3" >
+ <widget class="QCheckBox" name="CheckButton1" >
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <tabstops>
+ <tabstop>PushButton1</tabstop>
+ <tabstop>LineEdit1</tabstop>
+ <tabstop>CheckButton1</tabstop>
+ </tabstops>
+ <resources/>
+ <connections/>
+</ui>
+++ /dev/null
-// GEOM GEOMGUI : GUI for Geometry component
-//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-//
-//
-// File : DlgRef_1Sel1Spin.cxx
-// Author : Damien COQUERET
-// Module : GEOM
-// $Header:
-
-#include "DlgRef_1Sel1Spin.h"
-#include "DlgRef_SpinBox.h"
-
-/*
- * Constructs a DlgRef_1Sel1Spin which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'
- */
-DlgRef_1Sel1Spin::DlgRef_1Sel1Spin(QWidget* parent, const char* name, Qt::WindowFlags fl)
- :QWidget(parent, fl)
-{
- setupUi(this);
-
- setObjectName(name);
-
- SpinBox1->setAttribute( Qt::WA_DeleteOnClose );
- SpinBox1->close();
- SpinBox_DX = new DlgRef_SpinBox(GroupBox1, "SpinBox_DX");
- gridLayout3->addWidget(SpinBox_DX, 0, 1);
-}
-
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_1Sel1Spin::~DlgRef_1Sel1Spin()
-{
- // no need to delete child widgets, Qt does it all for us
-}
+++ /dev/null
-// GEOM GEOMGUI : GUI for Geometry component
-//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-//
-//
-// File : DlgRef_1Sel1Spin.h
-// Author : Damien COQUERET
-// Module : GEOM
-// $Header:
-
-#ifndef DLGREF_1SEL1SPIN_H
-#define DLGREF_1SEL1SPIN_H
-
-#include "GEOM_DlgRef.hxx"
-
-#include "DlgRef_1Sel1Spin_QTD.h"
-
-class DlgRef_SpinBox;
-
-class GEOM_DLGREF_EXPORT DlgRef_1Sel1Spin : public QWidget, public Ui::DlgRef_1Sel1Spin_QTD
-{
- Q_OBJECT
-
-public:
- DlgRef_1Sel1Spin( QWidget* parent = 0, const char* name = 0, Qt::WindowFlags fl = 0 );
- ~DlgRef_1Sel1Spin();
-
- DlgRef_SpinBox* SpinBox_DX;
-
-};
-
-#endif // DLGREF_1SEL1SPIN_H
+++ /dev/null
-// GEOM GEOMGUI : GUI for Geometry component
-//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-//
-//
-// File : DlgRef_1Sel1Spin1Check.cxx
-// Author : Damien COQUERET
-// Module : GEOM
-// $Header:
-
-#include "DlgRef_1Sel1Spin1Check.h"
-#include "DlgRef_SpinBox.h"
-
-/*
- * Constructs a DlgRef_1Sel1Spin which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'
- */
-DlgRef_1Sel1Spin1Check::DlgRef_1Sel1Spin1Check(QWidget* parent, const char* name, Qt::WindowFlags fl)
- :QWidget(parent, fl)
-{
- setupUi(this);
-
- setObjectName(name);
-
- SpinBox1->setAttribute( Qt::WA_DeleteOnClose );
- SpinBox1->close();
- SpinBox_DX = new DlgRef_SpinBox(GroupBox1, "SpinBox_DX");
- gridLayout3->addWidget(SpinBox_DX, 0, 1);
-}
-
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_1Sel1Spin1Check::~DlgRef_1Sel1Spin1Check()
-{
- // no need to delete child widgets, Qt does it all for us
-}
+++ /dev/null
-// GEOM GEOMGUI : GUI for Geometry component
-//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-//
-//
-// File : DlgRef_1Sel1Spin1Check.h
-// Author : Damien COQUERET
-// Module : GEOM
-// $Header:
-
-#ifndef DLGREF_1SEL1SPIN1CHECK_H
-#define DLGREF_1SEL1SPIN1CHECK_H
-
-#include "GEOM_DlgRef.hxx"
-
-#include "DlgRef_1Sel1Spin1Check_QTD.h"
-
-class DlgRef_SpinBox;
-
-class GEOM_DLGREF_EXPORT DlgRef_1Sel1Spin1Check : public QWidget, public Ui::DlgRef_1Sel1Spin1Check_QTD
-{
- Q_OBJECT
-
-public:
- DlgRef_1Sel1Spin1Check(QWidget* parent = 0, const char* name = 0, Qt::WindowFlags fl = 0);
- ~DlgRef_1Sel1Spin1Check();
-
- DlgRef_SpinBox* SpinBox_DX;
-
-};
-
-#endif // DLGREF_1SEL1SPIN1CHECK_H
+++ /dev/null
-/********************************************************************************
-** Form generated from reading ui file 'DlgRef_1Sel1Spin1Check_QTD.ui'
-**
-** Created: Fri Jun 29 12:15:27 2007
-** by: Qt User Interface Compiler version 4.2.3
-**
-** WARNING! All changes made in this file will be lost when recompiling ui file!
-********************************************************************************/
-
-#ifndef DLGREF_1SEL1SPIN1CHECK_QTD_H
-#define DLGREF_1SEL1SPIN1CHECK_QTD_H
-
-#include <QtCore/QVariant>
-#include <QtGui/QAction>
-#include <QtGui/QApplication>
-#include <QtGui/QButtonGroup>
-#include <QtGui/QCheckBox>
-#include <QtGui/QGridLayout>
-#include <QtGui/QGroupBox>
-#include <QtGui/QLabel>
-#include <QtGui/QLineEdit>
-#include <QtGui/QPushButton>
-#include <QtGui/QSpacerItem>
-#include <QtGui/QSpinBox>
-#include <QtGui/QWidget>
-#include <Qt3Support/Q3MimeSourceFactory>
-
-class Ui_DlgRef_1Sel1Spin1Check_QTD
-{
-public:
- QGridLayout *gridLayout;
- QGroupBox *GroupBox1;
- QGridLayout *gridLayout1;
- QGridLayout *gridLayout2;
- QGridLayout *gridLayout3;
- QSpinBox *SpinBox1;
- QLabel *TextLabel2;
- QLabel *TextLabel1;
- QLineEdit *LineEdit1;
- QPushButton *PushButton1;
- QCheckBox *CheckButton1;
- QSpacerItem *spacerItem;
-
- void setupUi(QWidget *DlgRef_1Sel1Spin1Check_QTD)
- {
- DlgRef_1Sel1Spin1Check_QTD->setObjectName(QString::fromUtf8("DlgRef_1Sel1Spin1Check_QTD"));
- gridLayout = new QGridLayout(DlgRef_1Sel1Spin1Check_QTD);
- gridLayout->setSpacing(6);
- gridLayout->setMargin(0);
- gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
- GroupBox1 = new QGroupBox(DlgRef_1Sel1Spin1Check_QTD);
- GroupBox1->setObjectName(QString::fromUtf8("GroupBox1"));
- gridLayout1 = new QGridLayout(GroupBox1);
- gridLayout1->setSpacing(6);
- gridLayout1->setMargin(11);
- gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
- gridLayout2 = new QGridLayout();
- gridLayout2->setSpacing(6);
- gridLayout2->setMargin(0);
- gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
- gridLayout3 = new QGridLayout();
- gridLayout3->setSpacing(6);
- gridLayout3->setMargin(0);
- gridLayout3->setObjectName(QString::fromUtf8("gridLayout3"));
- SpinBox1 = new QSpinBox(GroupBox1);
- SpinBox1->setObjectName(QString::fromUtf8("SpinBox1"));
- QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(SpinBox1->sizePolicy().hasHeightForWidth());
- SpinBox1->setSizePolicy(sizePolicy);
-
- gridLayout3->addWidget(SpinBox1, 0, 1, 1, 1);
-
- TextLabel2 = new QLabel(GroupBox1);
- TextLabel2->setObjectName(QString::fromUtf8("TextLabel2"));
- QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy1.setHorizontalStretch(0);
- sizePolicy1.setVerticalStretch(0);
- sizePolicy1.setHeightForWidth(TextLabel2->sizePolicy().hasHeightForWidth());
- TextLabel2->setSizePolicy(sizePolicy1);
- TextLabel2->setWordWrap(false);
-
- gridLayout3->addWidget(TextLabel2, 0, 0, 1, 1);
-
-
- gridLayout2->addLayout(gridLayout3, 1, 0, 1, 3);
-
- TextLabel1 = new QLabel(GroupBox1);
- TextLabel1->setObjectName(QString::fromUtf8("TextLabel1"));
- QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy2.setHorizontalStretch(0);
- sizePolicy2.setVerticalStretch(0);
- sizePolicy2.setHeightForWidth(TextLabel1->sizePolicy().hasHeightForWidth());
- TextLabel1->setSizePolicy(sizePolicy2);
- TextLabel1->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel1, 0, 0, 1, 1);
-
- LineEdit1 = new QLineEdit(GroupBox1);
- LineEdit1->setObjectName(QString::fromUtf8("LineEdit1"));
-
- gridLayout2->addWidget(LineEdit1, 0, 2, 1, 1);
-
- PushButton1 = new QPushButton(GroupBox1);
- PushButton1->setObjectName(QString::fromUtf8("PushButton1"));
- QSizePolicy sizePolicy3(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy3.setHorizontalStretch(0);
- sizePolicy3.setVerticalStretch(0);
- sizePolicy3.setHeightForWidth(PushButton1->sizePolicy().hasHeightForWidth());
- PushButton1->setSizePolicy(sizePolicy3);
-
- gridLayout2->addWidget(PushButton1, 0, 1, 1, 1);
-
- CheckButton1 = new QCheckBox(GroupBox1);
- CheckButton1->setObjectName(QString::fromUtf8("CheckButton1"));
-
- gridLayout2->addWidget(CheckButton1, 2, 0, 1, 3);
-
- spacerItem = new QSpacerItem(0, 16, QSizePolicy::Minimum, QSizePolicy::Expanding);
-
- gridLayout2->addItem(spacerItem, 3, 2, 1, 1);
-
-
- gridLayout1->addLayout(gridLayout2, 0, 0, 1, 1);
-
-
- gridLayout->addWidget(GroupBox1, 0, 0, 1, 1);
-
- QWidget::setTabOrder(PushButton1, LineEdit1);
- QWidget::setTabOrder(LineEdit1, SpinBox1);
- QWidget::setTabOrder(SpinBox1, CheckButton1);
-
- retranslateUi(DlgRef_1Sel1Spin1Check_QTD);
-
- QSize size(163, 109);
- size = size.expandedTo(DlgRef_1Sel1Spin1Check_QTD->minimumSizeHint());
- DlgRef_1Sel1Spin1Check_QTD->resize(size);
-
-
- QMetaObject::connectSlotsByName(DlgRef_1Sel1Spin1Check_QTD);
- } // setupUi
-
- void retranslateUi(QWidget *DlgRef_1Sel1Spin1Check_QTD)
- {
- DlgRef_1Sel1Spin1Check_QTD->setWindowTitle(QApplication::translate("DlgRef_1Sel1Spin1Check_QTD", "DlgRef_1Sel1Spin1Check_QTD", 0, QApplication::UnicodeUTF8));
- GroupBox1->setTitle(QString());
- TextLabel2->setText(QApplication::translate("DlgRef_1Sel1Spin1Check_QTD", "TL2", 0, QApplication::UnicodeUTF8));
- TextLabel1->setText(QApplication::translate("DlgRef_1Sel1Spin1Check_QTD", "TL1", 0, QApplication::UnicodeUTF8));
- PushButton1->setText(QString());
- CheckButton1->setText(QString());
- Q_UNUSED(DlgRef_1Sel1Spin1Check_QTD);
- } // retranslateUi
-
-};
-
-namespace Ui {
- class DlgRef_1Sel1Spin1Check_QTD: public Ui_DlgRef_1Sel1Spin1Check_QTD {};
-} // namespace Ui
-
-#endif // DLGREF_1SEL1SPIN1CHECK_QTD_H
--- /dev/null
+<ui version="4.0" >
+ <class>DlgRef_1Sel1Spin1Check_QTD</class>
+ <widget class="QWidget" name="DlgRef_1Sel1Spin1Check_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>156</width>
+ <height>89</height>
+ </rect>
+ </property>
+ <property name="windowTitle" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>9</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="2" column="0" colspan="3" >
+ <widget class="QCheckBox" name="CheckButton1" >
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1" colspan="2" >
+ <widget class="QDoubleSpinBox" name="SpinBox_DX" />
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <tabstops>
+ <tabstop>PushButton1</tabstop>
+ <tabstop>LineEdit1</tabstop>
+ <tabstop>SpinBox_DX</tabstop>
+ <tabstop>CheckButton1</tabstop>
+ </tabstops>
+ <resources/>
+ <connections/>
+</ui>
+++ /dev/null
-/********************************************************************************
-** Form generated from reading ui file 'DlgRef_1Sel1Spin_QTD.ui'
-**
-** Created: Fri Jun 29 12:12:03 2007
-** by: Qt User Interface Compiler version 4.2.3
-**
-** WARNING! All changes made in this file will be lost when recompiling ui file!
-********************************************************************************/
-
-#ifndef DLGREF_1SEL1SPIN_QTD_H
-#define DLGREF_1SEL1SPIN_QTD_H
-
-#include <QtCore/QVariant>
-#include <QtGui/QAction>
-#include <QtGui/QApplication>
-#include <QtGui/QButtonGroup>
-#include <QtGui/QGridLayout>
-#include <QtGui/QGroupBox>
-#include <QtGui/QLabel>
-#include <QtGui/QLineEdit>
-#include <QtGui/QPushButton>
-#include <QtGui/QSpacerItem>
-#include <QtGui/QSpinBox>
-#include <QtGui/QWidget>
-#include <Qt3Support/Q3MimeSourceFactory>
-
-class Ui_DlgRef_1Sel1Spin_QTD
-{
-public:
- QGridLayout *gridLayout;
- QGroupBox *GroupBox1;
- QGridLayout *gridLayout1;
- QGridLayout *gridLayout2;
- QPushButton *PushButton1;
- QLabel *TextLabel1;
- QLineEdit *LineEdit1;
- QGridLayout *gridLayout3;
- QLabel *TextLabel2;
- QSpinBox *SpinBox1;
- QSpacerItem *spacerItem;
-
- void setupUi(QWidget *DlgRef_1Sel1Spin_QTD)
- {
- DlgRef_1Sel1Spin_QTD->setObjectName(QString::fromUtf8("DlgRef_1Sel1Spin_QTD"));
- gridLayout = new QGridLayout(DlgRef_1Sel1Spin_QTD);
- gridLayout->setSpacing(6);
- gridLayout->setMargin(0);
- gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
- GroupBox1 = new QGroupBox(DlgRef_1Sel1Spin_QTD);
- GroupBox1->setObjectName(QString::fromUtf8("GroupBox1"));
- gridLayout1 = new QGridLayout(GroupBox1);
- gridLayout1->setSpacing(6);
- gridLayout1->setMargin(11);
- gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
- gridLayout2 = new QGridLayout();
- gridLayout2->setSpacing(6);
- gridLayout2->setMargin(0);
- gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
- PushButton1 = new QPushButton(GroupBox1);
- PushButton1->setObjectName(QString::fromUtf8("PushButton1"));
- QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(PushButton1->sizePolicy().hasHeightForWidth());
- PushButton1->setSizePolicy(sizePolicy);
-
- gridLayout2->addWidget(PushButton1, 0, 1, 1, 1);
-
- TextLabel1 = new QLabel(GroupBox1);
- TextLabel1->setObjectName(QString::fromUtf8("TextLabel1"));
- QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy1.setHorizontalStretch(0);
- sizePolicy1.setVerticalStretch(0);
- sizePolicy1.setHeightForWidth(TextLabel1->sizePolicy().hasHeightForWidth());
- TextLabel1->setSizePolicy(sizePolicy1);
- TextLabel1->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel1, 0, 0, 1, 1);
-
- LineEdit1 = new QLineEdit(GroupBox1);
- LineEdit1->setObjectName(QString::fromUtf8("LineEdit1"));
-
- gridLayout2->addWidget(LineEdit1, 0, 2, 1, 1);
-
- gridLayout3 = new QGridLayout();
- gridLayout3->setSpacing(6);
- gridLayout3->setMargin(0);
- gridLayout3->setObjectName(QString::fromUtf8("gridLayout3"));
- TextLabel2 = new QLabel(GroupBox1);
- TextLabel2->setObjectName(QString::fromUtf8("TextLabel2"));
- QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy2.setHorizontalStretch(0);
- sizePolicy2.setVerticalStretch(0);
- sizePolicy2.setHeightForWidth(TextLabel2->sizePolicy().hasHeightForWidth());
- TextLabel2->setSizePolicy(sizePolicy2);
- TextLabel2->setWordWrap(false);
-
- gridLayout3->addWidget(TextLabel2, 0, 0, 1, 1);
-
- SpinBox1 = new QSpinBox(GroupBox1);
- SpinBox1->setObjectName(QString::fromUtf8("SpinBox1"));
- QSizePolicy sizePolicy3(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy3.setHorizontalStretch(0);
- sizePolicy3.setVerticalStretch(0);
- sizePolicy3.setHeightForWidth(SpinBox1->sizePolicy().hasHeightForWidth());
- SpinBox1->setSizePolicy(sizePolicy3);
-
- gridLayout3->addWidget(SpinBox1, 0, 1, 1, 1);
-
-
- gridLayout2->addLayout(gridLayout3, 1, 0, 1, 3);
-
- spacerItem = new QSpacerItem(0, 16, QSizePolicy::Minimum, QSizePolicy::Expanding);
-
- gridLayout2->addItem(spacerItem, 2, 2, 1, 1);
-
-
- gridLayout1->addLayout(gridLayout2, 0, 0, 1, 1);
-
-
- gridLayout->addWidget(GroupBox1, 0, 0, 1, 1);
-
-
- retranslateUi(DlgRef_1Sel1Spin_QTD);
-
- QSize size(129, 87);
- size = size.expandedTo(DlgRef_1Sel1Spin_QTD->minimumSizeHint());
- DlgRef_1Sel1Spin_QTD->resize(size);
-
-
- QMetaObject::connectSlotsByName(DlgRef_1Sel1Spin_QTD);
- } // setupUi
-
- void retranslateUi(QWidget *DlgRef_1Sel1Spin_QTD)
- {
- DlgRef_1Sel1Spin_QTD->setWindowTitle(QApplication::translate("DlgRef_1Sel1Spin_QTD", "DlgRef_1Sel1Spin_QTD", 0, QApplication::UnicodeUTF8));
- GroupBox1->setTitle(QString());
- PushButton1->setText(QString());
- TextLabel1->setText(QApplication::translate("DlgRef_1Sel1Spin_QTD", "TL1", 0, QApplication::UnicodeUTF8));
- TextLabel2->setText(QApplication::translate("DlgRef_1Sel1Spin_QTD", "TL2", 0, QApplication::UnicodeUTF8));
- Q_UNUSED(DlgRef_1Sel1Spin_QTD);
- } // retranslateUi
-
-};
-
-namespace Ui {
- class DlgRef_1Sel1Spin_QTD: public Ui_DlgRef_1Sel1Spin_QTD {};
-} // namespace Ui
-
-#endif // DLGREF_1SEL1SPIN_QTD_H
--- /dev/null
+<ui version="4.0" >
+ <class>DlgRef_1Sel1Spin_QTD</class>
+ <widget class="QWidget" name="DlgRef_1Sel1Spin_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>156</width>
+ <height>70</height>
+ </rect>
+ </property>
+ <property name="windowTitle" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>0</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>9</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1" colspan="2" >
+ <widget class="QDoubleSpinBox" name="SpinBox_DX" />
+ </item>
+ </layout>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <resources/>
+ <connections/>
+</ui>
+++ /dev/null
-// GEOM GEOMGUI : GUI for Geometry component
-//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-//
-//
-// File : DlgRef_1Sel2Spin.cxx
-// Author : Damien COQUERET
-// Module : GEOM
-// $Header:
-
-#include "DlgRef_1Sel2Spin.h"
-#include "DlgRef_SpinBox.h"
-
-/*
- * Constructs a DlgRef_1Sel2Spin which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'
- */
-DlgRef_1Sel2Spin::DlgRef_1Sel2Spin(QWidget* parent, const char* name, Qt::WindowFlags fl)
- :QWidget(parent, fl)
-{
- setupUi(this);
-
- setObjectName(name);
-
- SpinBox1->setAttribute( Qt::WA_DeleteOnClose );
- SpinBox1->close();
- SpinBox2->setAttribute( Qt::WA_DeleteOnClose );
- SpinBox2->close();
-
- SpinBox_DX = new DlgRef_SpinBox(GroupBox1, "SpinBox_DX");
- gridLayout3->addWidget(SpinBox_DX, 0, 1);
-
- SpinBox_DY = new DlgRef_SpinBox( GroupBox1, "SpinBox_DY");
- gridLayout3->addWidget(SpinBox_DY, 1, 1);
-
-}
-
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_1Sel2Spin::~DlgRef_1Sel2Spin()
-{
- // no need to delete child widgets, Qt does it all for us
-}
+++ /dev/null
-// GEOM GEOMGUI : GUI for Geometry component
-//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-//
-//
-// File : DlgRef_1Sel2Spin.h
-// Author : Damien COQUERET
-// Module : GEOM
-// $Header:
-
-#ifndef DLGREF_1SEL2SPIN_H
-#define DLGREF_1SEL2SPIN_H
-
-#include "GEOM_DlgRef.hxx"
-
-#include "DlgRef_1Sel2Spin_QTD.h"
-
-class DlgRef_SpinBox;
-
-class GEOM_DLGREF_EXPORT DlgRef_1Sel2Spin : public QWidget, public Ui::DlgRef_1Sel2Spin_QTD
-{
- Q_OBJECT
-
-public:
- DlgRef_1Sel2Spin(QWidget* parent = 0, const char* name = 0, Qt::WindowFlags fl = 0);
- ~DlgRef_1Sel2Spin();
-
- DlgRef_SpinBox* SpinBox_DX;
- DlgRef_SpinBox* SpinBox_DY;
-
-};
-
-#endif // DLGREF_1SEL2SPIN_H
+++ /dev/null
-/********************************************************************************
-** Form generated from reading ui file 'DlgRef_1Sel2Spin_QTD.ui'
-**
-** Created: Fri Jun 29 12:27:41 2007
-** by: Qt User Interface Compiler version 4.2.3
-**
-** WARNING! All changes made in this file will be lost when recompiling ui file!
-********************************************************************************/
-
-#ifndef DLGREF_1SEL2SPIN_QTD_H
-#define DLGREF_1SEL2SPIN_QTD_H
-
-#include <QtCore/QVariant>
-#include <QtGui/QAction>
-#include <QtGui/QApplication>
-#include <QtGui/QButtonGroup>
-#include <QtGui/QGridLayout>
-#include <QtGui/QGroupBox>
-#include <QtGui/QLabel>
-#include <QtGui/QLineEdit>
-#include <QtGui/QPushButton>
-#include <QtGui/QSpacerItem>
-#include <QtGui/QSpinBox>
-#include <QtGui/QWidget>
-#include <Qt3Support/Q3MimeSourceFactory>
-
-class Ui_DlgRef_1Sel2Spin_QTD
-{
-public:
- QGridLayout *gridLayout;
- QGroupBox *GroupBox1;
- QGridLayout *gridLayout1;
- QGridLayout *gridLayout2;
- QGridLayout *gridLayout3;
- QLabel *TextLabel3;
- QSpinBox *SpinBox1;
- QLabel *TextLabel2;
- QSpinBox *SpinBox2;
- QLineEdit *LineEdit1;
- QSpacerItem *spacerItem;
- QPushButton *PushButton1;
- QLabel *TextLabel1;
-
- void setupUi(QWidget *DlgRef_1Sel2Spin_QTD)
- {
- DlgRef_1Sel2Spin_QTD->setObjectName(QString::fromUtf8("DlgRef_1Sel2Spin_QTD"));
- gridLayout = new QGridLayout(DlgRef_1Sel2Spin_QTD);
- gridLayout->setSpacing(6);
- gridLayout->setMargin(0);
- gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
- GroupBox1 = new QGroupBox(DlgRef_1Sel2Spin_QTD);
- GroupBox1->setObjectName(QString::fromUtf8("GroupBox1"));
- gridLayout1 = new QGridLayout(GroupBox1);
- gridLayout1->setSpacing(6);
- gridLayout1->setMargin(11);
- gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
- gridLayout2 = new QGridLayout();
- gridLayout2->setSpacing(6);
- gridLayout2->setMargin(0);
- gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
- gridLayout3 = new QGridLayout();
- gridLayout3->setSpacing(6);
- gridLayout3->setMargin(0);
- gridLayout3->setObjectName(QString::fromUtf8("gridLayout3"));
- TextLabel3 = new QLabel(GroupBox1);
- TextLabel3->setObjectName(QString::fromUtf8("TextLabel3"));
- QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(TextLabel3->sizePolicy().hasHeightForWidth());
- TextLabel3->setSizePolicy(sizePolicy);
- TextLabel3->setWordWrap(false);
-
- gridLayout3->addWidget(TextLabel3, 1, 0, 1, 1);
-
- SpinBox1 = new QSpinBox(GroupBox1);
- SpinBox1->setObjectName(QString::fromUtf8("SpinBox1"));
- QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy1.setHorizontalStretch(0);
- sizePolicy1.setVerticalStretch(0);
- sizePolicy1.setHeightForWidth(SpinBox1->sizePolicy().hasHeightForWidth());
- SpinBox1->setSizePolicy(sizePolicy1);
-
- gridLayout3->addWidget(SpinBox1, 0, 1, 1, 1);
-
- TextLabel2 = new QLabel(GroupBox1);
- TextLabel2->setObjectName(QString::fromUtf8("TextLabel2"));
- QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy2.setHorizontalStretch(0);
- sizePolicy2.setVerticalStretch(0);
- sizePolicy2.setHeightForWidth(TextLabel2->sizePolicy().hasHeightForWidth());
- TextLabel2->setSizePolicy(sizePolicy2);
- TextLabel2->setWordWrap(false);
-
- gridLayout3->addWidget(TextLabel2, 0, 0, 1, 1);
-
- SpinBox2 = new QSpinBox(GroupBox1);
- SpinBox2->setObjectName(QString::fromUtf8("SpinBox2"));
- QSizePolicy sizePolicy3(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy3.setHorizontalStretch(0);
- sizePolicy3.setVerticalStretch(0);
- sizePolicy3.setHeightForWidth(SpinBox2->sizePolicy().hasHeightForWidth());
- SpinBox2->setSizePolicy(sizePolicy3);
-
- gridLayout3->addWidget(SpinBox2, 1, 1, 1, 1);
-
-
- gridLayout2->addLayout(gridLayout3, 1, 0, 1, 3);
-
- LineEdit1 = new QLineEdit(GroupBox1);
- LineEdit1->setObjectName(QString::fromUtf8("LineEdit1"));
-
- gridLayout2->addWidget(LineEdit1, 0, 2, 1, 1);
-
- spacerItem = new QSpacerItem(0, 30, QSizePolicy::Minimum, QSizePolicy::Expanding);
-
- gridLayout2->addItem(spacerItem, 2, 2, 1, 1);
-
- PushButton1 = new QPushButton(GroupBox1);
- PushButton1->setObjectName(QString::fromUtf8("PushButton1"));
- QSizePolicy sizePolicy4(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy4.setHorizontalStretch(0);
- sizePolicy4.setVerticalStretch(0);
- sizePolicy4.setHeightForWidth(PushButton1->sizePolicy().hasHeightForWidth());
- PushButton1->setSizePolicy(sizePolicy4);
-
- gridLayout2->addWidget(PushButton1, 0, 1, 1, 1);
-
- TextLabel1 = new QLabel(GroupBox1);
- TextLabel1->setObjectName(QString::fromUtf8("TextLabel1"));
- QSizePolicy sizePolicy5(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy5.setHorizontalStretch(0);
- sizePolicy5.setVerticalStretch(0);
- sizePolicy5.setHeightForWidth(TextLabel1->sizePolicy().hasHeightForWidth());
- TextLabel1->setSizePolicy(sizePolicy5);
- TextLabel1->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel1, 0, 0, 1, 1);
-
-
- gridLayout1->addLayout(gridLayout2, 0, 0, 1, 1);
-
-
- gridLayout->addWidget(GroupBox1, 0, 0, 1, 1);
-
-
- retranslateUi(DlgRef_1Sel2Spin_QTD);
-
- QSize size(129, 115);
- size = size.expandedTo(DlgRef_1Sel2Spin_QTD->minimumSizeHint());
- DlgRef_1Sel2Spin_QTD->resize(size);
-
-
- QMetaObject::connectSlotsByName(DlgRef_1Sel2Spin_QTD);
- } // setupUi
-
- void retranslateUi(QWidget *DlgRef_1Sel2Spin_QTD)
- {
- DlgRef_1Sel2Spin_QTD->setWindowTitle(QApplication::translate("DlgRef_1Sel2Spin_QTD", "DlgRef_1Sel2Spin_QTD", 0, QApplication::UnicodeUTF8));
- GroupBox1->setTitle(QString());
- TextLabel3->setText(QApplication::translate("DlgRef_1Sel2Spin_QTD", "TL3", 0, QApplication::UnicodeUTF8));
- TextLabel2->setText(QApplication::translate("DlgRef_1Sel2Spin_QTD", "TL2", 0, QApplication::UnicodeUTF8));
- PushButton1->setText(QString());
- TextLabel1->setText(QApplication::translate("DlgRef_1Sel2Spin_QTD", "TL1", 0, QApplication::UnicodeUTF8));
- Q_UNUSED(DlgRef_1Sel2Spin_QTD);
- } // retranslateUi
-
-};
-
-namespace Ui {
- class DlgRef_1Sel2Spin_QTD: public Ui_DlgRef_1Sel2Spin_QTD {};
-} // namespace Ui
-
-#endif // DLGREF_1SEL2SPIN_QTD_H
--- /dev/null
+<ui version="4.0" >
+ <class>DlgRef_1Sel2Spin_QTD</class>
+ <widget class="QWidget" name="DlgRef_1Sel2Spin_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>156</width>
+ <height>95</height>
+ </rect>
+ </property>
+ <property name="windowTitle" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>0</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>9</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="2" column="1" colspan="2" >
+ <widget class="QDoubleSpinBox" name="SpinBox_DY" />
+ </item>
+ <item row="1" column="1" colspan="2" >
+ <widget class="QDoubleSpinBox" name="SpinBox_DX" />
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="0" >
+ <widget class="QLabel" name="TextLabel3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL3</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <tabstops>
+ <tabstop>PushButton1</tabstop>
+ <tabstop>LineEdit1</tabstop>
+ <tabstop>SpinBox_DX</tabstop>
+ <tabstop>SpinBox_DY</tabstop>
+ </tabstops>
+ <resources/>
+ <connections/>
+</ui>
+++ /dev/null
-/********************************************************************************
-** Form generated from reading ui file 'DlgRef_1Sel3Check_QTD.ui'
-**
-** Created: Fri Jun 29 12:48:25 2007
-** by: Qt User Interface Compiler version 4.2.3
-**
-** WARNING! All changes made in this file will be lost when recompiling ui file!
-********************************************************************************/
-
-#ifndef DLGREF_1SEL3CHECK_QTD_H
-#define DLGREF_1SEL3CHECK_QTD_H
-
-#include <QtCore/QVariant>
-#include <QtGui/QAction>
-#include <QtGui/QApplication>
-#include <QtGui/QButtonGroup>
-#include <QtGui/QCheckBox>
-#include <QtGui/QGridLayout>
-#include <QtGui/QGroupBox>
-#include <QtGui/QLabel>
-#include <QtGui/QLineEdit>
-#include <QtGui/QPushButton>
-#include <QtGui/QSpacerItem>
-#include <QtGui/QWidget>
-#include <Qt3Support/Q3MimeSourceFactory>
-
-class Ui_DlgRef_1Sel3Check_QTD
-{
-public:
- QGridLayout *gridLayout;
- QGroupBox *GroupBox1;
- QGridLayout *gridLayout1;
- QGridLayout *gridLayout2;
- QSpacerItem *spacerItem;
- QLineEdit *LineEdit1;
- QCheckBox *CheckButton2;
- QCheckBox *CheckButton1;
- QCheckBox *CheckButton3;
- QPushButton *PushButton1;
- QLabel *TextLabel1;
-
- void setupUi(QWidget *DlgRef_1Sel3Check_QTD)
- {
- DlgRef_1Sel3Check_QTD->setObjectName(QString::fromUtf8("DlgRef_1Sel3Check_QTD"));
- gridLayout = new QGridLayout(DlgRef_1Sel3Check_QTD);
- gridLayout->setSpacing(6);
- gridLayout->setMargin(0);
- gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
- GroupBox1 = new QGroupBox(DlgRef_1Sel3Check_QTD);
- GroupBox1->setObjectName(QString::fromUtf8("GroupBox1"));
- gridLayout1 = new QGridLayout(GroupBox1);
- gridLayout1->setSpacing(6);
- gridLayout1->setMargin(11);
- gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
- gridLayout2 = new QGridLayout();
- gridLayout2->setSpacing(6);
- gridLayout2->setMargin(0);
- gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
- spacerItem = new QSpacerItem(0, 16, QSizePolicy::Minimum, QSizePolicy::Expanding);
-
- gridLayout2->addItem(spacerItem, 4, 2, 1, 1);
-
- LineEdit1 = new QLineEdit(GroupBox1);
- LineEdit1->setObjectName(QString::fromUtf8("LineEdit1"));
-
- gridLayout2->addWidget(LineEdit1, 0, 2, 1, 1);
-
- CheckButton2 = new QCheckBox(GroupBox1);
- CheckButton2->setObjectName(QString::fromUtf8("CheckButton2"));
-
- gridLayout2->addWidget(CheckButton2, 2, 0, 1, 3);
-
- CheckButton1 = new QCheckBox(GroupBox1);
- CheckButton1->setObjectName(QString::fromUtf8("CheckButton1"));
-
- gridLayout2->addWidget(CheckButton1, 1, 0, 1, 3);
-
- CheckButton3 = new QCheckBox(GroupBox1);
- CheckButton3->setObjectName(QString::fromUtf8("CheckButton3"));
-
- gridLayout2->addWidget(CheckButton3, 3, 0, 1, 3);
-
- PushButton1 = new QPushButton(GroupBox1);
- PushButton1->setObjectName(QString::fromUtf8("PushButton1"));
- QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(PushButton1->sizePolicy().hasHeightForWidth());
- PushButton1->setSizePolicy(sizePolicy);
-
- gridLayout2->addWidget(PushButton1, 0, 1, 1, 1);
-
- TextLabel1 = new QLabel(GroupBox1);
- TextLabel1->setObjectName(QString::fromUtf8("TextLabel1"));
- QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy1.setHorizontalStretch(0);
- sizePolicy1.setVerticalStretch(0);
- sizePolicy1.setHeightForWidth(TextLabel1->sizePolicy().hasHeightForWidth());
- TextLabel1->setSizePolicy(sizePolicy1);
- TextLabel1->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel1, 0, 0, 1, 1);
-
-
- gridLayout1->addLayout(gridLayout2, 0, 0, 1, 1);
-
-
- gridLayout->addWidget(GroupBox1, 0, 0, 1, 1);
-
- QWidget::setTabOrder(PushButton1, LineEdit1);
- QWidget::setTabOrder(LineEdit1, CheckButton1);
- QWidget::setTabOrder(CheckButton1, CheckButton2);
- QWidget::setTabOrder(CheckButton2, CheckButton3);
-
- retranslateUi(DlgRef_1Sel3Check_QTD);
-
- QSize size(163, 116);
- size = size.expandedTo(DlgRef_1Sel3Check_QTD->minimumSizeHint());
- DlgRef_1Sel3Check_QTD->resize(size);
-
-
- QMetaObject::connectSlotsByName(DlgRef_1Sel3Check_QTD);
- } // setupUi
-
- void retranslateUi(QWidget *DlgRef_1Sel3Check_QTD)
- {
- DlgRef_1Sel3Check_QTD->setWindowTitle(QApplication::translate("DlgRef_1Sel3Check_QTD", "DlgRef_1Sel3Check_QTD", 0, QApplication::UnicodeUTF8));
- GroupBox1->setTitle(QString());
- CheckButton2->setText(QString());
- CheckButton1->setText(QString());
- CheckButton3->setText(QString());
- PushButton1->setText(QString());
- TextLabel1->setText(QApplication::translate("DlgRef_1Sel3Check_QTD", "TL1", 0, QApplication::UnicodeUTF8));
- Q_UNUSED(DlgRef_1Sel3Check_QTD);
- } // retranslateUi
-
-};
-
-namespace Ui {
- class DlgRef_1Sel3Check_QTD: public Ui_DlgRef_1Sel3Check_QTD {};
-} // namespace Ui
-
-#endif // DLGREF_1SEL3CHECK_QTD_H
--- /dev/null
+<ui version="4.0" >
+ <class>DlgRef_1Sel3Check_QTD</class>
+ <widget class="QWidget" name="DlgRef_1Sel3Check_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>155</width>
+ <height>114</height>
+ </rect>
+ </property>
+ <property name="windowTitle" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>0</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>9</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="0" colspan="3" >
+ <widget class="QCheckBox" name="CheckButton3" >
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="0" colspan="3" >
+ <widget class="QCheckBox" name="CheckButton2" >
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ <item row="1" column="0" colspan="3" >
+ <widget class="QCheckBox" name="CheckButton1" >
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <tabstops>
+ <tabstop>PushButton1</tabstop>
+ <tabstop>LineEdit1</tabstop>
+ <tabstop>CheckButton1</tabstop>
+ <tabstop>CheckButton2</tabstop>
+ <tabstop>CheckButton3</tabstop>
+ </tabstops>
+ <resources/>
+ <connections/>
+</ui>
+++ /dev/null
-// GEOM GEOMGUI : GUI for Geometry component
-//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-//
-//
-// File : DlgRef_1Sel3Spin.cxx
-// Author : Damien COQUERET
-// Module : GEOM
-// $Header:
-
-#include "DlgRef_1Sel3Spin.h"
-#include "DlgRef_SpinBox.h"
-
-/*
- * Constructs a DlgRef_1Sel3Spin which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'
- */
-DlgRef_1Sel3Spin::DlgRef_1Sel3Spin(QWidget* parent, const char* name, Qt::WindowFlags fl)
- :QWidget(parent, fl)
-{
- setupUi(this);
-
- setObjectName(name);
-
- SpinBox1->setAttribute( Qt::WA_DeleteOnClose );
- SpinBox1->close();
-
- SpinBox2->setAttribute( Qt::WA_DeleteOnClose );
- SpinBox2->close();
-
- SpinBox3->setAttribute( Qt::WA_DeleteOnClose );
- SpinBox3->close();
-
- SpinBox_DX = new DlgRef_SpinBox(GroupBox1, "SpinBox_DX");
- gridLayout3->addWidget(SpinBox_DX, 0, 1);
-
- SpinBox_DY = new DlgRef_SpinBox( GroupBox1, "SpinBox_DY");
- gridLayout3->addWidget(SpinBox_DY, 1, 1);
-
- SpinBox_DZ = new DlgRef_SpinBox( GroupBox1, "SpinBox_DZ");
- gridLayout3->addWidget(SpinBox_DZ, 2, 1);
-}
-
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_1Sel3Spin::~DlgRef_1Sel3Spin()
-{
- // no need to delete child widgets, Qt does it all for us
-}
+++ /dev/null
-// GEOM GEOMGUI : GUI for Geometry component
-//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-//
-//
-// File : DlgRef_1Sel3Spin.h
-// Author : Damien COQUERET
-// Module : GEOM
-// $Header:
-
-#ifndef DLGREF_1SEL3SPIN_H
-#define DLGREF_1SEL3SPIN_H
-
-#include "GEOM_DlgRef.hxx"
-
-#include "DlgRef_1Sel3Spin_QTD.h"
-
-class DlgRef_SpinBox;
-
-class GEOM_DLGREF_EXPORT DlgRef_1Sel3Spin : public QWidget, public Ui::DlgRef_1Sel3Spin_QTD
-{
- Q_OBJECT
-
-public:
- DlgRef_1Sel3Spin(QWidget* parent = 0, const char* name = 0, Qt::WindowFlags fl = 0);
- ~DlgRef_1Sel3Spin();
-
- DlgRef_SpinBox* SpinBox_DX;
- DlgRef_SpinBox* SpinBox_DY;
- DlgRef_SpinBox* SpinBox_DZ;
-
-};
-
-#endif // DLGREF_1SEL3SPIN_H
+++ /dev/null
-/********************************************************************************
-** Form generated from reading ui file 'DlgRef_1Sel3Spin_QTD.ui'
-**
-** Created: Fri Jun 29 12:34:20 2007
-** by: Qt User Interface Compiler version 4.2.3
-**
-** WARNING! All changes made in this file will be lost when recompiling ui file!
-********************************************************************************/
-
-#ifndef DLGREF_1SEL3SPIN_QTD_H
-#define DLGREF_1SEL3SPIN_QTD_H
-
-#include <QtCore/QVariant>
-#include <QtGui/QAction>
-#include <QtGui/QApplication>
-#include <QtGui/QButtonGroup>
-#include <QtGui/QGridLayout>
-#include <QtGui/QGroupBox>
-#include <QtGui/QLabel>
-#include <QtGui/QLineEdit>
-#include <QtGui/QPushButton>
-#include <QtGui/QSpacerItem>
-#include <QtGui/QSpinBox>
-#include <QtGui/QWidget>
-#include <Qt3Support/Q3MimeSourceFactory>
-
-class Ui_DlgRef_1Sel3Spin_QTD
-{
-public:
- QGridLayout *gridLayout;
- QGroupBox *GroupBox1;
- QGridLayout *gridLayout1;
- QGridLayout *gridLayout2;
- QLabel *TextLabel1;
- QPushButton *PushButton1;
- QLineEdit *LineEdit1;
- QSpacerItem *spacerItem;
- QGridLayout *gridLayout3;
- QSpinBox *SpinBox2;
- QLabel *TextLabel3;
- QSpinBox *SpinBox3;
- QSpinBox *SpinBox1;
- QLabel *TextLabel4;
- QLabel *TextLabel2;
-
- void setupUi(QWidget *DlgRef_1Sel3Spin_QTD)
- {
- DlgRef_1Sel3Spin_QTD->setObjectName(QString::fromUtf8("DlgRef_1Sel3Spin_QTD"));
- gridLayout = new QGridLayout(DlgRef_1Sel3Spin_QTD);
- gridLayout->setSpacing(6);
- gridLayout->setMargin(0);
- gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
- GroupBox1 = new QGroupBox(DlgRef_1Sel3Spin_QTD);
- GroupBox1->setObjectName(QString::fromUtf8("GroupBox1"));
- gridLayout1 = new QGridLayout(GroupBox1);
- gridLayout1->setSpacing(6);
- gridLayout1->setMargin(11);
- gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
- gridLayout2 = new QGridLayout();
- gridLayout2->setSpacing(6);
- gridLayout2->setMargin(0);
- gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
- TextLabel1 = new QLabel(GroupBox1);
- TextLabel1->setObjectName(QString::fromUtf8("TextLabel1"));
- QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(TextLabel1->sizePolicy().hasHeightForWidth());
- TextLabel1->setSizePolicy(sizePolicy);
- TextLabel1->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel1, 0, 0, 1, 1);
-
- PushButton1 = new QPushButton(GroupBox1);
- PushButton1->setObjectName(QString::fromUtf8("PushButton1"));
- QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy1.setHorizontalStretch(0);
- sizePolicy1.setVerticalStretch(0);
- sizePolicy1.setHeightForWidth(PushButton1->sizePolicy().hasHeightForWidth());
- PushButton1->setSizePolicy(sizePolicy1);
-
- gridLayout2->addWidget(PushButton1, 0, 1, 1, 1);
-
- LineEdit1 = new QLineEdit(GroupBox1);
- LineEdit1->setObjectName(QString::fromUtf8("LineEdit1"));
-
- gridLayout2->addWidget(LineEdit1, 0, 2, 1, 1);
-
- spacerItem = new QSpacerItem(0, 150, QSizePolicy::Minimum, QSizePolicy::Expanding);
-
- gridLayout2->addItem(spacerItem, 2, 2, 1, 1);
-
- gridLayout3 = new QGridLayout();
- gridLayout3->setSpacing(6);
- gridLayout3->setMargin(0);
- gridLayout3->setObjectName(QString::fromUtf8("gridLayout3"));
- SpinBox2 = new QSpinBox(GroupBox1);
- SpinBox2->setObjectName(QString::fromUtf8("SpinBox2"));
- QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy2.setHorizontalStretch(0);
- sizePolicy2.setVerticalStretch(0);
- sizePolicy2.setHeightForWidth(SpinBox2->sizePolicy().hasHeightForWidth());
- SpinBox2->setSizePolicy(sizePolicy2);
-
- gridLayout3->addWidget(SpinBox2, 1, 1, 1, 1);
-
- TextLabel3 = new QLabel(GroupBox1);
- TextLabel3->setObjectName(QString::fromUtf8("TextLabel3"));
- QSizePolicy sizePolicy3(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy3.setHorizontalStretch(0);
- sizePolicy3.setVerticalStretch(0);
- sizePolicy3.setHeightForWidth(TextLabel3->sizePolicy().hasHeightForWidth());
- TextLabel3->setSizePolicy(sizePolicy3);
- TextLabel3->setWordWrap(false);
-
- gridLayout3->addWidget(TextLabel3, 1, 0, 1, 1);
-
- SpinBox3 = new QSpinBox(GroupBox1);
- SpinBox3->setObjectName(QString::fromUtf8("SpinBox3"));
- QSizePolicy sizePolicy4(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy4.setHorizontalStretch(0);
- sizePolicy4.setVerticalStretch(0);
- sizePolicy4.setHeightForWidth(SpinBox3->sizePolicy().hasHeightForWidth());
- SpinBox3->setSizePolicy(sizePolicy4);
-
- gridLayout3->addWidget(SpinBox3, 2, 1, 1, 1);
-
- SpinBox1 = new QSpinBox(GroupBox1);
- SpinBox1->setObjectName(QString::fromUtf8("SpinBox1"));
- QSizePolicy sizePolicy5(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy5.setHorizontalStretch(0);
- sizePolicy5.setVerticalStretch(0);
- sizePolicy5.setHeightForWidth(SpinBox1->sizePolicy().hasHeightForWidth());
- SpinBox1->setSizePolicy(sizePolicy5);
-
- gridLayout3->addWidget(SpinBox1, 0, 1, 1, 1);
-
- TextLabel4 = new QLabel(GroupBox1);
- TextLabel4->setObjectName(QString::fromUtf8("TextLabel4"));
- QSizePolicy sizePolicy6(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy6.setHorizontalStretch(0);
- sizePolicy6.setVerticalStretch(0);
- sizePolicy6.setHeightForWidth(TextLabel4->sizePolicy().hasHeightForWidth());
- TextLabel4->setSizePolicy(sizePolicy6);
- TextLabel4->setWordWrap(false);
-
- gridLayout3->addWidget(TextLabel4, 2, 0, 1, 1);
-
- TextLabel2 = new QLabel(GroupBox1);
- TextLabel2->setObjectName(QString::fromUtf8("TextLabel2"));
- QSizePolicy sizePolicy7(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy7.setHorizontalStretch(0);
- sizePolicy7.setVerticalStretch(0);
- sizePolicy7.setHeightForWidth(TextLabel2->sizePolicy().hasHeightForWidth());
- TextLabel2->setSizePolicy(sizePolicy7);
- TextLabel2->setWordWrap(false);
-
- gridLayout3->addWidget(TextLabel2, 0, 0, 1, 1);
-
-
- gridLayout2->addLayout(gridLayout3, 1, 0, 1, 3);
-
-
- gridLayout1->addLayout(gridLayout2, 0, 0, 1, 1);
-
-
- gridLayout->addWidget(GroupBox1, 0, 0, 1, 1);
-
-
- retranslateUi(DlgRef_1Sel3Spin_QTD);
-
- QSize size(129, 143);
- size = size.expandedTo(DlgRef_1Sel3Spin_QTD->minimumSizeHint());
- DlgRef_1Sel3Spin_QTD->resize(size);
-
-
- QMetaObject::connectSlotsByName(DlgRef_1Sel3Spin_QTD);
- } // setupUi
-
- void retranslateUi(QWidget *DlgRef_1Sel3Spin_QTD)
- {
- DlgRef_1Sel3Spin_QTD->setWindowTitle(QApplication::translate("DlgRef_1Sel3Spin_QTD", "DlgRef_1Sel3Spin_QTD", 0, QApplication::UnicodeUTF8));
- GroupBox1->setTitle(QString());
- TextLabel1->setText(QApplication::translate("DlgRef_1Sel3Spin_QTD", "TL1", 0, QApplication::UnicodeUTF8));
- PushButton1->setText(QString());
- TextLabel3->setText(QApplication::translate("DlgRef_1Sel3Spin_QTD", "TL3", 0, QApplication::UnicodeUTF8));
- TextLabel4->setText(QApplication::translate("DlgRef_1Sel3Spin_QTD", "TL4", 0, QApplication::UnicodeUTF8));
- TextLabel2->setText(QApplication::translate("DlgRef_1Sel3Spin_QTD", "TL2", 0, QApplication::UnicodeUTF8));
- Q_UNUSED(DlgRef_1Sel3Spin_QTD);
- } // retranslateUi
-
-};
-
-namespace Ui {
- class DlgRef_1Sel3Spin_QTD: public Ui_DlgRef_1Sel3Spin_QTD {};
-} // namespace Ui
-
-#endif // DLGREF_1SEL3SPIN_QTD_H
--- /dev/null
+<ui version="4.0" >
+ <class>DlgRef_1Sel3Spin_QTD</class>
+ <widget class="QWidget" name="DlgRef_1Sel3Spin_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>156</width>
+ <height>120</height>
+ </rect>
+ </property>
+ <property name="windowTitle" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>9</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="2" column="1" colspan="2" >
+ <widget class="QDoubleSpinBox" name="SpinBox_DY" />
+ </item>
+ <item row="3" column="1" colspan="2" >
+ <widget class="QDoubleSpinBox" name="SpinBox_DZ" />
+ </item>
+ <item row="1" column="1" colspan="2" >
+ <widget class="QDoubleSpinBox" name="SpinBox_DX" />
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="0" >
+ <widget class="QLabel" name="TextLabel4" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL4</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="0" >
+ <widget class="QLabel" name="TextLabel3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL3</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <resources/>
+ <connections/>
+</ui>
+++ /dev/null
-// GEOM GEOMGUI : GUI for Geometry component
-//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-//
-//
-// File : DlgRef_1Sel4Spin.cxx
-// Author : Damien COQUERET
-// Module : GEOM
-// $Header:
-
-#include "DlgRef_1Sel4Spin.h"
-#include "DlgRef_SpinBox.h"
-
-/*
- * Constructs a DlgRef_1Sel4Spin which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'
- */
-DlgRef_1Sel4Spin::DlgRef_1Sel4Spin(QWidget* parent, const char* name, Qt::WindowFlags fl)
- :QWidget(parent, fl)
-{
- setupUi(this);
-
- setObjectName(name);
-
- SpinBox1->setAttribute( Qt::WA_DeleteOnClose );
- SpinBox1->close();
-
- SpinBox2->setAttribute( Qt::WA_DeleteOnClose );
- SpinBox2->close();
-
- SpinBox3->setAttribute( Qt::WA_DeleteOnClose );
- SpinBox3->close();
-
- SpinBox4->setAttribute( Qt::WA_DeleteOnClose );
- SpinBox4->close();
-
- SpinBox_DX = new DlgRef_SpinBox(GroupBox1, "SpinBox_DX");
- gridLayout3->addWidget(SpinBox_DX, 0, 2);
-
- SpinBox_DY = new DlgRef_SpinBox( GroupBox1, "SpinBox_DY");
- gridLayout3->addWidget(SpinBox_DY, 0, 4);
-
- SpinBox_DZ = new DlgRef_SpinBox( GroupBox1, "SpinBox_DZ");
- gridLayout3->addWidget(SpinBox_DZ, 0, 6);
-
- SpinBox_S = new DlgRef_SpinBox( GroupBox1, "SpinBox_S");
- gridLayout4->addWidget(SpinBox_S, 0, 1);
-}
-
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_1Sel4Spin::~DlgRef_1Sel4Spin()
-{
- // no need to delete child widgets, Qt does it all for us
-}
+++ /dev/null
-// GEOM GEOMGUI : GUI for Geometry component
-//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-//
-//
-// File : DlgRef_1Sel4Spin.h
-// Author : Damien COQUERET
-// Module : GEOM
-// $Header:
-
-#ifndef DLGREF_1SEL4SPIN_H
-#define DLGREF_1SEL4SPIN_H
-
-#include "GEOM_DlgRef.hxx"
-
-#include "DlgRef_1Sel4Spin_QTD.h"
-
-class DlgRef_SpinBox;
-
-class GEOM_DLGREF_EXPORT DlgRef_1Sel4Spin : public QWidget, public Ui::DlgRef_1Sel4Spin_QTD
-{
- Q_OBJECT
-
-public:
- DlgRef_1Sel4Spin( QWidget* parent = 0, const char* name = 0, Qt::WindowFlags fl = 0 );
- ~DlgRef_1Sel4Spin();
-
- DlgRef_SpinBox* SpinBox_DX;
- DlgRef_SpinBox* SpinBox_DY;
- DlgRef_SpinBox* SpinBox_DZ;
-
- DlgRef_SpinBox* SpinBox_S;
-
-};
-
-#endif // DLGREF_1SEL4SPIN_H
+++ /dev/null
-/********************************************************************************
-** Form generated from reading ui file 'DlgRef_1Sel4Spin_QTD.ui'
-**
-** Created: Fri Jun 29 12:39:04 2007
-** by: Qt User Interface Compiler version 4.2.3
-**
-** WARNING! All changes made in this file will be lost when recompiling ui file!
-********************************************************************************/
-
-#ifndef DLGREF_1SEL4SPIN_QTD_H
-#define DLGREF_1SEL4SPIN_QTD_H
-
-#include <QtCore/QVariant>
-#include <QtGui/QAction>
-#include <QtGui/QApplication>
-#include <QtGui/QButtonGroup>
-#include <QtGui/QGridLayout>
-#include <QtGui/QGroupBox>
-#include <QtGui/QHBoxLayout>
-#include <QtGui/QLabel>
-#include <QtGui/QLineEdit>
-#include <QtGui/QPushButton>
-#include <QtGui/QSpacerItem>
-#include <QtGui/QSpinBox>
-#include <QtGui/QWidget>
-#include <Qt3Support/Q3MimeSourceFactory>
-
-class Ui_DlgRef_1Sel4Spin_QTD
-{
-public:
- QGridLayout *gridLayout;
- QGroupBox *GroupBox1;
- QGridLayout *gridLayout1;
- QGridLayout *gridLayout2;
- QGridLayout *gridLayout3;
- QLabel *TextLabel5;
- QLabel *TextLabel3;
- QLabel *TextLabel4;
- QSpinBox *SpinBox3;
- QSpinBox *SpinBox1;
- QLabel *TextLabel2;
- QSpinBox *SpinBox2;
- QSpacerItem *spacerItem;
- QGridLayout *gridLayout4;
- QLabel *TextLabel6;
- QSpinBox *SpinBox4;
- QHBoxLayout *hboxLayout;
- QLabel *TextLabel1;
- QPushButton *PushButton1;
- QLineEdit *LineEdit1;
-
- void setupUi(QWidget *DlgRef_1Sel4Spin_QTD)
- {
- DlgRef_1Sel4Spin_QTD->setObjectName(QString::fromUtf8("DlgRef_1Sel4Spin_QTD"));
- gridLayout = new QGridLayout(DlgRef_1Sel4Spin_QTD);
- gridLayout->setSpacing(6);
- gridLayout->setMargin(0);
- gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
- GroupBox1 = new QGroupBox(DlgRef_1Sel4Spin_QTD);
- GroupBox1->setObjectName(QString::fromUtf8("GroupBox1"));
- gridLayout1 = new QGridLayout(GroupBox1);
- gridLayout1->setSpacing(6);
- gridLayout1->setMargin(11);
- gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
- gridLayout2 = new QGridLayout();
- gridLayout2->setSpacing(6);
- gridLayout2->setMargin(0);
- gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
- gridLayout3 = new QGridLayout();
- gridLayout3->setSpacing(6);
- gridLayout3->setMargin(0);
- gridLayout3->setObjectName(QString::fromUtf8("gridLayout3"));
- TextLabel5 = new QLabel(GroupBox1);
- TextLabel5->setObjectName(QString::fromUtf8("TextLabel5"));
- QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(TextLabel5->sizePolicy().hasHeightForWidth());
- TextLabel5->setSizePolicy(sizePolicy);
- TextLabel5->setWordWrap(false);
-
- gridLayout3->addWidget(TextLabel5, 0, 5, 1, 1);
-
- TextLabel3 = new QLabel(GroupBox1);
- TextLabel3->setObjectName(QString::fromUtf8("TextLabel3"));
- QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy1.setHorizontalStretch(0);
- sizePolicy1.setVerticalStretch(0);
- sizePolicy1.setHeightForWidth(TextLabel3->sizePolicy().hasHeightForWidth());
- TextLabel3->setSizePolicy(sizePolicy1);
- TextLabel3->setWordWrap(false);
-
- gridLayout3->addWidget(TextLabel3, 0, 1, 1, 1);
-
- TextLabel4 = new QLabel(GroupBox1);
- TextLabel4->setObjectName(QString::fromUtf8("TextLabel4"));
- QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy2.setHorizontalStretch(0);
- sizePolicy2.setVerticalStretch(0);
- sizePolicy2.setHeightForWidth(TextLabel4->sizePolicy().hasHeightForWidth());
- TextLabel4->setSizePolicy(sizePolicy2);
- TextLabel4->setWordWrap(false);
-
- gridLayout3->addWidget(TextLabel4, 0, 3, 1, 1);
-
- SpinBox3 = new QSpinBox(GroupBox1);
- SpinBox3->setObjectName(QString::fromUtf8("SpinBox3"));
- QSizePolicy sizePolicy3(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy3.setHorizontalStretch(0);
- sizePolicy3.setVerticalStretch(0);
- sizePolicy3.setHeightForWidth(SpinBox3->sizePolicy().hasHeightForWidth());
- SpinBox3->setSizePolicy(sizePolicy3);
-
- gridLayout3->addWidget(SpinBox3, 0, 6, 1, 1);
-
- SpinBox1 = new QSpinBox(GroupBox1);
- SpinBox1->setObjectName(QString::fromUtf8("SpinBox1"));
- QSizePolicy sizePolicy4(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy4.setHorizontalStretch(0);
- sizePolicy4.setVerticalStretch(0);
- sizePolicy4.setHeightForWidth(SpinBox1->sizePolicy().hasHeightForWidth());
- SpinBox1->setSizePolicy(sizePolicy4);
-
- gridLayout3->addWidget(SpinBox1, 0, 2, 1, 1);
-
- TextLabel2 = new QLabel(GroupBox1);
- TextLabel2->setObjectName(QString::fromUtf8("TextLabel2"));
- QSizePolicy sizePolicy5(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy5.setHorizontalStretch(0);
- sizePolicy5.setVerticalStretch(0);
- sizePolicy5.setHeightForWidth(TextLabel2->sizePolicy().hasHeightForWidth());
- TextLabel2->setSizePolicy(sizePolicy5);
- TextLabel2->setWordWrap(false);
-
- gridLayout3->addWidget(TextLabel2, 0, 0, 1, 1);
-
- SpinBox2 = new QSpinBox(GroupBox1);
- SpinBox2->setObjectName(QString::fromUtf8("SpinBox2"));
- QSizePolicy sizePolicy6(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy6.setHorizontalStretch(0);
- sizePolicy6.setVerticalStretch(0);
- sizePolicy6.setHeightForWidth(SpinBox2->sizePolicy().hasHeightForWidth());
- SpinBox2->setSizePolicy(sizePolicy6);
-
- gridLayout3->addWidget(SpinBox2, 0, 4, 1, 1);
-
-
- gridLayout2->addLayout(gridLayout3, 1, 0, 1, 1);
-
- spacerItem = new QSpacerItem(0, 16, QSizePolicy::Minimum, QSizePolicy::Expanding);
-
- gridLayout2->addItem(spacerItem, 3, 0, 1, 1);
-
- gridLayout4 = new QGridLayout();
- gridLayout4->setSpacing(6);
- gridLayout4->setMargin(0);
- gridLayout4->setObjectName(QString::fromUtf8("gridLayout4"));
- TextLabel6 = new QLabel(GroupBox1);
- TextLabel6->setObjectName(QString::fromUtf8("TextLabel6"));
- QSizePolicy sizePolicy7(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy7.setHorizontalStretch(0);
- sizePolicy7.setVerticalStretch(0);
- sizePolicy7.setHeightForWidth(TextLabel6->sizePolicy().hasHeightForWidth());
- TextLabel6->setSizePolicy(sizePolicy7);
- TextLabel6->setWordWrap(false);
-
- gridLayout4->addWidget(TextLabel6, 0, 0, 1, 1);
-
- SpinBox4 = new QSpinBox(GroupBox1);
- SpinBox4->setObjectName(QString::fromUtf8("SpinBox4"));
-
- gridLayout4->addWidget(SpinBox4, 0, 1, 1, 1);
-
-
- gridLayout2->addLayout(gridLayout4, 2, 0, 1, 1);
-
- hboxLayout = new QHBoxLayout();
- hboxLayout->setSpacing(6);
- hboxLayout->setMargin(0);
- hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
- TextLabel1 = new QLabel(GroupBox1);
- TextLabel1->setObjectName(QString::fromUtf8("TextLabel1"));
- QSizePolicy sizePolicy8(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy8.setHorizontalStretch(0);
- sizePolicy8.setVerticalStretch(0);
- sizePolicy8.setHeightForWidth(TextLabel1->sizePolicy().hasHeightForWidth());
- TextLabel1->setSizePolicy(sizePolicy8);
- TextLabel1->setWordWrap(false);
-
- hboxLayout->addWidget(TextLabel1);
-
- PushButton1 = new QPushButton(GroupBox1);
- PushButton1->setObjectName(QString::fromUtf8("PushButton1"));
- QSizePolicy sizePolicy9(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy9.setHorizontalStretch(0);
- sizePolicy9.setVerticalStretch(0);
- sizePolicy9.setHeightForWidth(PushButton1->sizePolicy().hasHeightForWidth());
- PushButton1->setSizePolicy(sizePolicy9);
-
- hboxLayout->addWidget(PushButton1);
-
- LineEdit1 = new QLineEdit(GroupBox1);
- LineEdit1->setObjectName(QString::fromUtf8("LineEdit1"));
-
- hboxLayout->addWidget(LineEdit1);
-
-
- gridLayout2->addLayout(hboxLayout, 0, 0, 1, 1);
-
-
- gridLayout1->addLayout(gridLayout2, 0, 0, 1, 1);
-
-
- gridLayout->addWidget(GroupBox1, 0, 0, 1, 1);
-
-
- retranslateUi(DlgRef_1Sel4Spin_QTD);
-
- QSize size(284, 119);
- size = size.expandedTo(DlgRef_1Sel4Spin_QTD->minimumSizeHint());
- DlgRef_1Sel4Spin_QTD->resize(size);
-
-
- QMetaObject::connectSlotsByName(DlgRef_1Sel4Spin_QTD);
- } // setupUi
-
- void retranslateUi(QWidget *DlgRef_1Sel4Spin_QTD)
- {
- DlgRef_1Sel4Spin_QTD->setWindowTitle(QApplication::translate("DlgRef_1Sel4Spin_QTD", "DlgRef_1Sel4Spin_QTD", 0, QApplication::UnicodeUTF8));
- GroupBox1->setTitle(QString());
- TextLabel5->setText(QApplication::translate("DlgRef_1Sel4Spin_QTD", "TL5", 0, QApplication::UnicodeUTF8));
- TextLabel3->setText(QApplication::translate("DlgRef_1Sel4Spin_QTD", "TL3", 0, QApplication::UnicodeUTF8));
- TextLabel4->setText(QApplication::translate("DlgRef_1Sel4Spin_QTD", "TL4", 0, QApplication::UnicodeUTF8));
- TextLabel2->setText(QApplication::translate("DlgRef_1Sel4Spin_QTD", "TL2", 0, QApplication::UnicodeUTF8));
- TextLabel6->setText(QApplication::translate("DlgRef_1Sel4Spin_QTD", "TL6", 0, QApplication::UnicodeUTF8));
- TextLabel1->setText(QApplication::translate("DlgRef_1Sel4Spin_QTD", "TL1", 0, QApplication::UnicodeUTF8));
- PushButton1->setText(QString());
- Q_UNUSED(DlgRef_1Sel4Spin_QTD);
- } // retranslateUi
-
-};
-
-namespace Ui {
- class DlgRef_1Sel4Spin_QTD: public Ui_DlgRef_1Sel4Spin_QTD {};
-} // namespace Ui
-
-#endif // DLGREF_1SEL4SPIN_QTD_H
--- /dev/null
+<ui version="4.0" >
+ <class>DlgRef_1Sel4Spin_QTD</class>
+ <widget class="QWidget" name="DlgRef_1Sel4Spin_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>271</width>
+ <height>117</height>
+ </rect>
+ </property>
+ <property name="windowTitle" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>9</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="2" column="0" >
+ <widget class="QLabel" name="TextLabel6" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL6</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="1" colspan="2" >
+ <widget class="QDoubleSpinBox" name="SpinBox_S" />
+ </item>
+ <item row="1" column="0" colspan="3" >
+ <widget class="QGroupBox" name="groupBox" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QHBoxLayout" >
+ <property name="margin" >
+ <number>9</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item>
+ <widget class="QLabel" name="TextLabel3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL3</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QDoubleSpinBox" name="SpinBox_DX" />
+ </item>
+ <item>
+ <widget class="QLabel" name="TextLabel4" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL4</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QDoubleSpinBox" name="SpinBox_DY" />
+ </item>
+ <item>
+ <widget class="QLabel" name="TextLabel5" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL5</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QDoubleSpinBox" name="SpinBox_DZ" />
+ </item>
+ </layout>
+ </widget>
+ </item>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <resources/>
+ <connections/>
+</ui>
+++ /dev/null
-// GEOM GEOMGUI : GUI for Geometry component
-//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-//
-//
-// File : DlgRef_1Sel5Spin.cxx
-// Author : Damien COQUERET
-// Module : GEOM
-// $Header:
-
-#include "DlgRef_1Sel5Spin.h"
-#include "DlgRef_SpinBox.h"
-
-/*
- * Constructs a DlgRef_1Sel5Spin which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'
- */
-DlgRef_1Sel5Spin::DlgRef_1Sel5Spin(QWidget* parent, const char* name, Qt::WindowFlags fl)
- :QWidget(parent, fl)
-{
- setupUi(this);
-
- setObjectName(name);
-
- SpinBox1->setAttribute( Qt::WA_DeleteOnClose );
- SpinBox1->close();
-
- SpinBox2->setAttribute( Qt::WA_DeleteOnClose );
- SpinBox2->close();
-
- SpinBox3->setAttribute( Qt::WA_DeleteOnClose );
- SpinBox3->close();
-
- SpinBox4->setAttribute( Qt::WA_DeleteOnClose );
- SpinBox4->close();
-
- SpinBox5->setAttribute( Qt::WA_DeleteOnClose );
- SpinBox5->close();
-
- SpinBox_1 = new DlgRef_SpinBox(GroupBox1, "SpinBox_1");
- gridLayout3->addWidget(SpinBox_1, 0, 1);
-
- SpinBox_2 = new DlgRef_SpinBox(GroupBox1, "SpinBox_2");
- gridLayout3->addWidget(SpinBox_2, 0, 3);
-
- SpinBox_3 = new DlgRef_SpinBox(GroupBox1, "SpinBox_3");
- gridLayout3->addWidget(SpinBox_3, 2, 1);
-
- SpinBox_4 = new DlgRef_SpinBox(GroupBox1, "SpinBox_4");
- gridLayout3->addWidget(SpinBox_4, 1, 1);
-
- SpinBox_5 = new DlgRef_SpinBox(GroupBox1, "SpinBox_5");
- gridLayout3->addWidget(SpinBox_5, 1, 3);
-}
-
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_1Sel5Spin::~DlgRef_1Sel5Spin()
-{
- // no need to delete child widgets, Qt does it all for us
-}
+++ /dev/null
-// GEOM GEOMGUI : GUI for Geometry component
-//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-//
-//
-// File : DlgRef_1Sel5Spin.h
-// Author : Damien COQUERET
-// Module : GEOM
-// $Header:
-
-#ifndef DLGREF_1SEL5SPIN_H
-#define DLGREF_1SEL5SPIN_H
-
-#include "GEOM_DlgRef.hxx"
-
-#include "DlgRef_1Sel5Spin_QTD.h"
-
-class DlgRef_SpinBox;
-
-class GEOM_DLGREF_EXPORT DlgRef_1Sel5Spin : public QWidget, public Ui::DlgRef_1Sel5Spin_QTD
-{
- Q_OBJECT
-
-public:
- DlgRef_1Sel5Spin( QWidget* parent = 0, const char* name = 0, Qt::WindowFlags fl = 0 );
- ~DlgRef_1Sel5Spin();
-
- DlgRef_SpinBox* SpinBox_1;
- DlgRef_SpinBox* SpinBox_2;
- DlgRef_SpinBox* SpinBox_3;
- DlgRef_SpinBox* SpinBox_4;
- DlgRef_SpinBox* SpinBox_5;
-
-};
-
-#endif // DLGREF_1SEL5SPIN_H
+++ /dev/null
-/********************************************************************************
-** Form generated from reading ui file 'DlgRef_1Sel5Spin_QTD.ui'
-**
-** Created: Fri Jun 29 12:42:03 2007
-** by: Qt User Interface Compiler version 4.2.3
-**
-** WARNING! All changes made in this file will be lost when recompiling ui file!
-********************************************************************************/
-
-#ifndef DLGREF_1SEL5SPIN_QTD_H
-#define DLGREF_1SEL5SPIN_QTD_H
-
-#include <QtCore/QVariant>
-#include <QtGui/QAction>
-#include <QtGui/QApplication>
-#include <QtGui/QButtonGroup>
-#include <QtGui/QGridLayout>
-#include <QtGui/QGroupBox>
-#include <QtGui/QLabel>
-#include <QtGui/QLineEdit>
-#include <QtGui/QPushButton>
-#include <QtGui/QSpacerItem>
-#include <QtGui/QSpinBox>
-#include <QtGui/QWidget>
-#include <Qt3Support/Q3MimeSourceFactory>
-
-class Ui_DlgRef_1Sel5Spin_QTD
-{
-public:
- QGridLayout *gridLayout;
- QGroupBox *GroupBox1;
- QGridLayout *gridLayout1;
- QGridLayout *gridLayout2;
- QLabel *TextLabel1;
- QPushButton *PushButton1;
- QGridLayout *gridLayout3;
- QSpinBox *SpinBox2;
- QSpinBox *SpinBox3;
- QLabel *TextLabel5;
- QLabel *TextLabel3;
- QLabel *TextLabel4;
- QSpinBox *SpinBox4;
- QSpinBox *SpinBox1;
- QLabel *TextLabel6;
- QLabel *TextLabel2;
- QSpinBox *SpinBox5;
- QSpacerItem *spacerItem;
- QLineEdit *LineEdit1;
-
- void setupUi(QWidget *DlgRef_1Sel5Spin_QTD)
- {
- DlgRef_1Sel5Spin_QTD->setObjectName(QString::fromUtf8("DlgRef_1Sel5Spin_QTD"));
- gridLayout = new QGridLayout(DlgRef_1Sel5Spin_QTD);
- gridLayout->setSpacing(6);
- gridLayout->setMargin(0);
- gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
- GroupBox1 = new QGroupBox(DlgRef_1Sel5Spin_QTD);
- GroupBox1->setObjectName(QString::fromUtf8("GroupBox1"));
- gridLayout1 = new QGridLayout(GroupBox1);
- gridLayout1->setSpacing(6);
- gridLayout1->setMargin(11);
- gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
- gridLayout2 = new QGridLayout();
- gridLayout2->setSpacing(6);
- gridLayout2->setMargin(0);
- gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
- TextLabel1 = new QLabel(GroupBox1);
- TextLabel1->setObjectName(QString::fromUtf8("TextLabel1"));
- QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(TextLabel1->sizePolicy().hasHeightForWidth());
- TextLabel1->setSizePolicy(sizePolicy);
- TextLabel1->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel1, 0, 0, 1, 1);
-
- PushButton1 = new QPushButton(GroupBox1);
- PushButton1->setObjectName(QString::fromUtf8("PushButton1"));
- QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy1.setHorizontalStretch(0);
- sizePolicy1.setVerticalStretch(0);
- sizePolicy1.setHeightForWidth(PushButton1->sizePolicy().hasHeightForWidth());
- PushButton1->setSizePolicy(sizePolicy1);
-
- gridLayout2->addWidget(PushButton1, 0, 1, 1, 1);
-
- gridLayout3 = new QGridLayout();
- gridLayout3->setSpacing(6);
- gridLayout3->setMargin(0);
- gridLayout3->setObjectName(QString::fromUtf8("gridLayout3"));
- SpinBox2 = new QSpinBox(GroupBox1);
- SpinBox2->setObjectName(QString::fromUtf8("SpinBox2"));
- QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy2.setHorizontalStretch(0);
- sizePolicy2.setVerticalStretch(0);
- sizePolicy2.setHeightForWidth(SpinBox2->sizePolicy().hasHeightForWidth());
- SpinBox2->setSizePolicy(sizePolicy2);
-
- gridLayout3->addWidget(SpinBox2, 0, 3, 1, 1);
-
- SpinBox3 = new QSpinBox(GroupBox1);
- SpinBox3->setObjectName(QString::fromUtf8("SpinBox3"));
- QSizePolicy sizePolicy3(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy3.setHorizontalStretch(0);
- sizePolicy3.setVerticalStretch(0);
- sizePolicy3.setHeightForWidth(SpinBox3->sizePolicy().hasHeightForWidth());
- SpinBox3->setSizePolicy(sizePolicy3);
-
- gridLayout3->addWidget(SpinBox3, 2, 1, 1, 1);
-
- TextLabel5 = new QLabel(GroupBox1);
- TextLabel5->setObjectName(QString::fromUtf8("TextLabel5"));
- QSizePolicy sizePolicy4(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy4.setHorizontalStretch(0);
- sizePolicy4.setVerticalStretch(0);
- sizePolicy4.setHeightForWidth(TextLabel5->sizePolicy().hasHeightForWidth());
- TextLabel5->setSizePolicy(sizePolicy4);
- TextLabel5->setWordWrap(false);
-
- gridLayout3->addWidget(TextLabel5, 1, 0, 1, 1);
-
- TextLabel3 = new QLabel(GroupBox1);
- TextLabel3->setObjectName(QString::fromUtf8("TextLabel3"));
- QSizePolicy sizePolicy5(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy5.setHorizontalStretch(0);
- sizePolicy5.setVerticalStretch(0);
- sizePolicy5.setHeightForWidth(TextLabel3->sizePolicy().hasHeightForWidth());
- TextLabel3->setSizePolicy(sizePolicy5);
- TextLabel3->setWordWrap(false);
-
- gridLayout3->addWidget(TextLabel3, 0, 2, 1, 1);
-
- TextLabel4 = new QLabel(GroupBox1);
- TextLabel4->setObjectName(QString::fromUtf8("TextLabel4"));
- QSizePolicy sizePolicy6(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy6.setHorizontalStretch(0);
- sizePolicy6.setVerticalStretch(0);
- sizePolicy6.setHeightForWidth(TextLabel4->sizePolicy().hasHeightForWidth());
- TextLabel4->setSizePolicy(sizePolicy6);
- TextLabel4->setWordWrap(false);
-
- gridLayout3->addWidget(TextLabel4, 2, 0, 1, 1);
-
- SpinBox4 = new QSpinBox(GroupBox1);
- SpinBox4->setObjectName(QString::fromUtf8("SpinBox4"));
- QSizePolicy sizePolicy7(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy7.setHorizontalStretch(0);
- sizePolicy7.setVerticalStretch(0);
- sizePolicy7.setHeightForWidth(SpinBox4->sizePolicy().hasHeightForWidth());
- SpinBox4->setSizePolicy(sizePolicy7);
-
- gridLayout3->addWidget(SpinBox4, 1, 1, 1, 1);
-
- SpinBox1 = new QSpinBox(GroupBox1);
- SpinBox1->setObjectName(QString::fromUtf8("SpinBox1"));
- QSizePolicy sizePolicy8(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy8.setHorizontalStretch(0);
- sizePolicy8.setVerticalStretch(0);
- sizePolicy8.setHeightForWidth(SpinBox1->sizePolicy().hasHeightForWidth());
- SpinBox1->setSizePolicy(sizePolicy8);
-
- gridLayout3->addWidget(SpinBox1, 0, 1, 1, 1);
-
- TextLabel6 = new QLabel(GroupBox1);
- TextLabel6->setObjectName(QString::fromUtf8("TextLabel6"));
- QSizePolicy sizePolicy9(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy9.setHorizontalStretch(0);
- sizePolicy9.setVerticalStretch(0);
- sizePolicy9.setHeightForWidth(TextLabel6->sizePolicy().hasHeightForWidth());
- TextLabel6->setSizePolicy(sizePolicy9);
- TextLabel6->setWordWrap(false);
-
- gridLayout3->addWidget(TextLabel6, 1, 2, 1, 1);
-
- TextLabel2 = new QLabel(GroupBox1);
- TextLabel2->setObjectName(QString::fromUtf8("TextLabel2"));
- QSizePolicy sizePolicy10(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy10.setHorizontalStretch(0);
- sizePolicy10.setVerticalStretch(0);
- sizePolicy10.setHeightForWidth(TextLabel2->sizePolicy().hasHeightForWidth());
- TextLabel2->setSizePolicy(sizePolicy10);
- TextLabel2->setWordWrap(false);
-
- gridLayout3->addWidget(TextLabel2, 0, 0, 1, 1);
-
- SpinBox5 = new QSpinBox(GroupBox1);
- SpinBox5->setObjectName(QString::fromUtf8("SpinBox5"));
- QSizePolicy sizePolicy11(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy11.setHorizontalStretch(0);
- sizePolicy11.setVerticalStretch(0);
- sizePolicy11.setHeightForWidth(SpinBox5->sizePolicy().hasHeightForWidth());
- SpinBox5->setSizePolicy(sizePolicy11);
-
- gridLayout3->addWidget(SpinBox5, 1, 3, 1, 1);
-
-
- gridLayout2->addLayout(gridLayout3, 1, 0, 1, 3);
-
- spacerItem = new QSpacerItem(0, 120, QSizePolicy::Minimum, QSizePolicy::Expanding);
-
- gridLayout2->addItem(spacerItem, 2, 2, 1, 1);
-
- LineEdit1 = new QLineEdit(GroupBox1);
- LineEdit1->setObjectName(QString::fromUtf8("LineEdit1"));
-
- gridLayout2->addWidget(LineEdit1, 0, 2, 1, 1);
-
-
- gridLayout1->addLayout(gridLayout2, 0, 0, 1, 1);
-
-
- gridLayout->addWidget(GroupBox1, 0, 0, 1, 1);
-
-
- retranslateUi(DlgRef_1Sel5Spin_QTD);
-
- QSize size(162, 143);
- size = size.expandedTo(DlgRef_1Sel5Spin_QTD->minimumSizeHint());
- DlgRef_1Sel5Spin_QTD->resize(size);
-
-
- QMetaObject::connectSlotsByName(DlgRef_1Sel5Spin_QTD);
- } // setupUi
-
- void retranslateUi(QWidget *DlgRef_1Sel5Spin_QTD)
- {
- DlgRef_1Sel5Spin_QTD->setWindowTitle(QApplication::translate("DlgRef_1Sel5Spin_QTD", "DlgRef_1Sel5Spin_QTD", 0, QApplication::UnicodeUTF8));
- GroupBox1->setTitle(QString());
- TextLabel1->setText(QApplication::translate("DlgRef_1Sel5Spin_QTD", "TL1", 0, QApplication::UnicodeUTF8));
- PushButton1->setText(QString());
- TextLabel5->setText(QApplication::translate("DlgRef_1Sel5Spin_QTD", "TL5", 0, QApplication::UnicodeUTF8));
- TextLabel3->setText(QApplication::translate("DlgRef_1Sel5Spin_QTD", "TL3", 0, QApplication::UnicodeUTF8));
- TextLabel4->setText(QApplication::translate("DlgRef_1Sel5Spin_QTD", "TL4", 0, QApplication::UnicodeUTF8));
- TextLabel6->setText(QApplication::translate("DlgRef_1Sel5Spin_QTD", "TL6", 0, QApplication::UnicodeUTF8));
- TextLabel2->setText(QApplication::translate("DlgRef_1Sel5Spin_QTD", "TL2", 0, QApplication::UnicodeUTF8));
- Q_UNUSED(DlgRef_1Sel5Spin_QTD);
- } // retranslateUi
-
-};
-
-namespace Ui {
- class DlgRef_1Sel5Spin_QTD: public Ui_DlgRef_1Sel5Spin_QTD {};
-} // namespace Ui
-
-#endif // DLGREF_1SEL5SPIN_QTD_H
--- /dev/null
+<ui version="4.0" >
+ <class>DlgRef_1Sel5Spin_QTD</class>
+ <widget class="QWidget" name="DlgRef_1Sel5Spin_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>174</width>
+ <height>123</height>
+ </rect>
+ </property>
+ <property name="windowTitle" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>0</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>9</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="1" column="0" colspan="3" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="2" column="0" >
+ <widget class="QLabel" name="TextLabel4" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL4</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="2" >
+ <widget class="QLabel" name="TextLabel3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL3</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="3" >
+ <widget class="QDoubleSpinBox" name="SpinBox5" />
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QDoubleSpinBox" name="SpinBox1" />
+ </item>
+ <item row="1" column="2" >
+ <widget class="QLabel" name="TextLabel6" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL6</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="3" >
+ <widget class="QDoubleSpinBox" name="SpinBox2" />
+ </item>
+ <item row="2" column="1" >
+ <widget class="QDoubleSpinBox" name="SpinBox3" />
+ </item>
+ <item row="1" column="1" >
+ <widget class="QDoubleSpinBox" name="SpinBox4" />
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel5" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL5</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ </layout>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <tabstops>
+ <tabstop>PushButton1</tabstop>
+ <tabstop>LineEdit1</tabstop>
+ <tabstop>SpinBox1</tabstop>
+ <tabstop>SpinBox2</tabstop>
+ <tabstop>SpinBox4</tabstop>
+ <tabstop>SpinBox5</tabstop>
+ <tabstop>SpinBox3</tabstop>
+ </tabstops>
+ <resources/>
+ <connections/>
+</ui>
+++ /dev/null
-// Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-/****************************************************************************
-** Form interface generated from reading ui file 'DlgRef_1Sel_QTD.ui'
-**
-** Created: lun sep 22 17:38:05 2003
-** by: The User Interface Compiler (uic)
-**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
-#ifndef DlgRef_1Sel_Ext_H
-#define DlgRef_1Sel_Ext_H
-
-#include "GEOM_DlgRef.hxx"
-
-#include "DlgRef_1Sel_QTD.h"
-
-class QGridLayout;
-
-class GEOM_DLGREF_EXPORT DlgRef_1Sel_Ext : public QWidget, public Ui::DlgRef_1Sel_QTD
-{
- Q_OBJECT
-
-public:
- DlgRef_1Sel_Ext( QWidget* parent = 0, const char* name = 0, Qt::WindowFlags fl = 0 )
- : QWidget( parent, fl ) { setupUi(this); setObjectName(name); };
- ~DlgRef_1Sel_Ext() {};
-
- QGridLayout* getGroupBoxLayout() { return gridLayout1; }
-};
-
-#endif // DlgRef_1Sel_Ext_H
+++ /dev/null
-/********************************************************************************
-** Form generated from reading ui file 'DlgRef_1Sel_QTD.ui'
-**
-** Created: Fri Jun 29 12:03:33 2007
-** by: Qt User Interface Compiler version 4.2.3
-**
-** WARNING! All changes made in this file will be lost when recompiling ui file!
-********************************************************************************/
-
-#ifndef DLGREF_1SEL_QTD_H
-#define DLGREF_1SEL_QTD_H
-
-#include <QtCore/QVariant>
-#include <QtGui/QAction>
-#include <QtGui/QApplication>
-#include <QtGui/QButtonGroup>
-#include <QtGui/QGridLayout>
-#include <QtGui/QGroupBox>
-#include <QtGui/QLabel>
-#include <QtGui/QLineEdit>
-#include <QtGui/QPushButton>
-#include <QtGui/QSpacerItem>
-#include <QtGui/QWidget>
-#include <Qt3Support/Q3MimeSourceFactory>
-
-class Ui_DlgRef_1Sel_QTD
-{
-public:
- QGridLayout *gridLayout;
- QGroupBox *GroupBox1;
- QGridLayout *gridLayout1;
- QGridLayout *gridLayout2;
- QPushButton *PushButton1;
- QSpacerItem *spacerItem;
- QLineEdit *LineEdit1;
- QLabel *TextLabel1;
-
- void setupUi(QWidget *DlgRef_1Sel_QTD)
- {
- DlgRef_1Sel_QTD->setObjectName(QString::fromUtf8("DlgRef_1Sel_QTD"));
- gridLayout = new QGridLayout(DlgRef_1Sel_QTD);
- gridLayout->setSpacing(6);
- gridLayout->setMargin(0);
- gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
- GroupBox1 = new QGroupBox(DlgRef_1Sel_QTD);
- GroupBox1->setObjectName(QString::fromUtf8("GroupBox1"));
- QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(7));
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(GroupBox1->sizePolicy().hasHeightForWidth());
- GroupBox1->setSizePolicy(sizePolicy);
- gridLayout1 = new QGridLayout(GroupBox1);
- gridLayout1->setSpacing(6);
- gridLayout1->setMargin(11);
- gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
- gridLayout2 = new QGridLayout();
- gridLayout2->setSpacing(6);
- gridLayout2->setMargin(0);
- gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
- PushButton1 = new QPushButton(GroupBox1);
- PushButton1->setObjectName(QString::fromUtf8("PushButton1"));
- QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy1.setHorizontalStretch(0);
- sizePolicy1.setVerticalStretch(0);
- sizePolicy1.setHeightForWidth(PushButton1->sizePolicy().hasHeightForWidth());
- PushButton1->setSizePolicy(sizePolicy1);
-
- gridLayout2->addWidget(PushButton1, 0, 1, 1, 1);
-
- spacerItem = new QSpacerItem(0, 16, QSizePolicy::Minimum, QSizePolicy::Expanding);
-
- gridLayout2->addItem(spacerItem, 1, 2, 1, 1);
-
- LineEdit1 = new QLineEdit(GroupBox1);
- LineEdit1->setObjectName(QString::fromUtf8("LineEdit1"));
-
- gridLayout2->addWidget(LineEdit1, 0, 2, 1, 1);
-
- TextLabel1 = new QLabel(GroupBox1);
- TextLabel1->setObjectName(QString::fromUtf8("TextLabel1"));
- QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy2.setHorizontalStretch(0);
- sizePolicy2.setVerticalStretch(0);
- sizePolicy2.setHeightForWidth(TextLabel1->sizePolicy().hasHeightForWidth());
- TextLabel1->setSizePolicy(sizePolicy2);
- TextLabel1->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel1, 0, 0, 1, 1);
-
-
- gridLayout1->addLayout(gridLayout2, 0, 0, 1, 1);
-
-
- gridLayout->addWidget(GroupBox1, 0, 0, 1, 1);
-
-
- retranslateUi(DlgRef_1Sel_QTD);
-
- QSize size(129, 57);
- size = size.expandedTo(DlgRef_1Sel_QTD->minimumSizeHint());
- DlgRef_1Sel_QTD->resize(size);
-
-
- QMetaObject::connectSlotsByName(DlgRef_1Sel_QTD);
- } // setupUi
-
- void retranslateUi(QWidget *DlgRef_1Sel_QTD)
- {
- DlgRef_1Sel_QTD->setWindowTitle(QApplication::translate("DlgRef_1Sel_QTD", "DlgRef_1Sel_QTD", 0, QApplication::UnicodeUTF8));
- GroupBox1->setTitle(QString());
- PushButton1->setText(QString());
- TextLabel1->setText(QApplication::translate("DlgRef_1Sel_QTD", "TL1", 0, QApplication::UnicodeUTF8));
- Q_UNUSED(DlgRef_1Sel_QTD);
- } // retranslateUi
-
-};
-
-namespace Ui {
- class DlgRef_1Sel_QTD: public Ui_DlgRef_1Sel_QTD {};
-} // namespace Ui
-
-#endif // DLGREF_1SEL_QTD_H
--- /dev/null
+<ui version="4.0" >
+ <class>DlgRef_1Sel_QTD</class>
+ <widget class="QWidget" name="DlgRef_1Sel_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>155</width>
+ <height>45</height>
+ </rect>
+ </property>
+ <property name="windowTitle" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>0</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>7</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>9</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <resources/>
+ <connections/>
+</ui>
+++ /dev/null
-// GEOM GEOMGUI : GUI for Geometry component
-//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-//
-//
-// File : DlgRef_1Spin.cxx
-// Author : Damien COQUERET
-// Module : GEOM
-// $Header:
-
-#include "DlgRef_1Spin.h"
-#include "DlgRef_SpinBox.h"
-
-/*
- * Constructs a DlgRef_1Spin which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'
- */
-DlgRef_1Spin::DlgRef_1Spin(QWidget* parent, const char* name, Qt::WindowFlags fl)
- :QWidget(parent, fl)
-{
- setupUi(this);
-
- setObjectName(name);
-
- SpinBox1->setAttribute( Qt::WA_DeleteOnClose );
- SpinBox1->close();
-
- SpinBox_DX = new DlgRef_SpinBox(GroupBox1, "SpinBox_DX");
- gridLayout2->addWidget(SpinBox_DX, 0, 1);
-
-}
-
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_1Spin::~DlgRef_1Spin()
-{
- // no need to delete child widgets, Qt does it all for us
-}
+++ /dev/null
-// GEOM GEOMGUI : GUI for Geometry component
-//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-//
-//
-// File : DlgRef_1Spin.h
-// Author : Damien COQUERET
-// Module : GEOM
-// $Header:
-
-#ifndef DLGREF_1SPIN_H
-#define DLGREF_1SPIN_H
-
-#include "GEOM_DlgRef.hxx"
-
-#include "DlgRef_1Spin_QTD.h"
-
-class DlgRef_SpinBox;
-
-class GEOM_DLGREF_EXPORT DlgRef_1Spin : public QWidget, public Ui::DlgRef_1Spin_QTD
-{
- Q_OBJECT
-
-public:
- DlgRef_1Spin(QWidget* parent = 0, const char* name = 0, Qt::WindowFlags fl = 0);
- ~DlgRef_1Spin();
-
- DlgRef_SpinBox* SpinBox_DX;
-
-};
-
-#endif // DLGREF_1SPIN_H
+++ /dev/null
-/********************************************************************************
-** Form generated from reading ui file 'DlgRef_1Spin_QTD.ui'
-**
-** Created: Fri Jun 29 14:44:21 2007
-** by: Qt User Interface Compiler version 4.2.3
-**
-** WARNING! All changes made in this file will be lost when recompiling ui file!
-********************************************************************************/
-
-#ifndef DLGREF_1SPIN_QTD_H
-#define DLGREF_1SPIN_QTD_H
-
-#include <QtCore/QVariant>
-#include <QtGui/QAction>
-#include <QtGui/QApplication>
-#include <QtGui/QButtonGroup>
-#include <QtGui/QGridLayout>
-#include <QtGui/QGroupBox>
-#include <QtGui/QLabel>
-#include <QtGui/QSpacerItem>
-#include <QtGui/QSpinBox>
-#include <QtGui/QWidget>
-#include <Qt3Support/Q3MimeSourceFactory>
-
-class Ui_DlgRef_1Spin_QTD
-{
-public:
- QGridLayout *gridLayout;
- QGroupBox *GroupBox1;
- QGridLayout *gridLayout1;
- QGridLayout *gridLayout2;
- QSpacerItem *spacerItem;
- QSpinBox *SpinBox1;
- QLabel *TextLabel1;
-
- void setupUi(QWidget *DlgRef_1Spin_QTD)
- {
- DlgRef_1Spin_QTD->setObjectName(QString::fromUtf8("DlgRef_1Spin_QTD"));
- gridLayout = new QGridLayout(DlgRef_1Spin_QTD);
- gridLayout->setSpacing(6);
- gridLayout->setMargin(0);
- gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
- GroupBox1 = new QGroupBox(DlgRef_1Spin_QTD);
- GroupBox1->setObjectName(QString::fromUtf8("GroupBox1"));
- gridLayout1 = new QGridLayout(GroupBox1);
- gridLayout1->setSpacing(6);
- gridLayout1->setMargin(11);
- gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
- gridLayout2 = new QGridLayout();
- gridLayout2->setSpacing(6);
- gridLayout2->setMargin(0);
- gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
- spacerItem = new QSpacerItem(0, 16, QSizePolicy::Minimum, QSizePolicy::Expanding);
-
- gridLayout2->addItem(spacerItem, 3, 1, 1, 1);
-
- SpinBox1 = new QSpinBox(GroupBox1);
- SpinBox1->setObjectName(QString::fromUtf8("SpinBox1"));
- QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(SpinBox1->sizePolicy().hasHeightForWidth());
- SpinBox1->setSizePolicy(sizePolicy);
-
- gridLayout2->addWidget(SpinBox1, 0, 1, 1, 1);
-
- TextLabel1 = new QLabel(GroupBox1);
- TextLabel1->setObjectName(QString::fromUtf8("TextLabel1"));
- QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy1.setHorizontalStretch(0);
- sizePolicy1.setVerticalStretch(0);
- sizePolicy1.setHeightForWidth(TextLabel1->sizePolicy().hasHeightForWidth());
- TextLabel1->setSizePolicy(sizePolicy1);
- TextLabel1->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel1, 0, 0, 1, 1);
-
-
- gridLayout1->addLayout(gridLayout2, 0, 0, 1, 1);
-
-
- gridLayout->addWidget(GroupBox1, 0, 0, 1, 1);
-
-
- retranslateUi(DlgRef_1Spin_QTD);
-
- QSize size(124, 55);
- size = size.expandedTo(DlgRef_1Spin_QTD->minimumSizeHint());
- DlgRef_1Spin_QTD->resize(size);
-
-
- QMetaObject::connectSlotsByName(DlgRef_1Spin_QTD);
- } // setupUi
-
- void retranslateUi(QWidget *DlgRef_1Spin_QTD)
- {
- DlgRef_1Spin_QTD->setWindowTitle(QApplication::translate("DlgRef_1Spin_QTD", "DlgRef_1Spin_QTD", 0, QApplication::UnicodeUTF8));
- GroupBox1->setTitle(QString());
- TextLabel1->setText(QApplication::translate("DlgRef_1Spin_QTD", "TL1", 0, QApplication::UnicodeUTF8));
- Q_UNUSED(DlgRef_1Spin_QTD);
- } // retranslateUi
-
-};
-
-namespace Ui {
- class DlgRef_1Spin_QTD: public Ui_DlgRef_1Spin_QTD {};
-} // namespace Ui
-
-#endif // DLGREF_1SPIN_QTD_H
--- /dev/null
+<ui version="4.0" >
+ <class>DlgRef_1Spin_QTD</class>
+ <widget class="QWidget" name="DlgRef_1Spin_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>99</width>
+ <height>41</height>
+ </rect>
+ </property>
+ <property name="windowTitle" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>0</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="SpinBox_DX" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>9</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QDoubleSpinBox" name="SpinBox_DX" />
+ </item>
+ </layout>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <resources/>
+ <connections/>
+</ui>
+++ /dev/null
-/********************************************************************************
-** Form generated from reading ui file 'DlgRef_2Sel1List_QTD.ui'
-**
-** Created: Fri Jun 29 18:25:46 2007
-** by: Qt User Interface Compiler version 4.2.3
-**
-** WARNING! All changes made in this file will be lost when recompiling ui file!
-********************************************************************************/
-
-#ifndef DLGREF_2SEL1LIST_QTD_H
-#define DLGREF_2SEL1LIST_QTD_H
-
-#include <QtCore/QVariant>
-#include <QtGui/QAction>
-#include <QtGui/QApplication>
-#include <QtGui/QButtonGroup>
-#include <QtGui/QComboBox>
-#include <QtGui/QGridLayout>
-#include <QtGui/QGroupBox>
-#include <QtGui/QLabel>
-#include <QtGui/QLineEdit>
-#include <QtGui/QPushButton>
-#include <QtGui/QSpacerItem>
-#include <QtGui/QWidget>
-#include <Qt3Support/Q3MimeSourceFactory>
-
-class Ui_DlgRef_2Sel1List_QTD
-{
-public:
- QGridLayout *gridLayout;
- QGroupBox *GroupBox1;
- QGridLayout *gridLayout1;
- QGridLayout *gridLayout2;
- QLineEdit *LineEdit2;
- QPushButton *PushButton1;
- QPushButton *PushButton2;
- QLabel *TextLabel1;
- QSpacerItem *spacerItem;
- QLineEdit *LineEdit1;
- QLabel *TextLabel2;
- QComboBox *ComboBox1;
- QLabel *TextLabel3;
-
- void setupUi(QWidget *DlgRef_2Sel1List_QTD)
- {
- DlgRef_2Sel1List_QTD->setObjectName(QString::fromUtf8("DlgRef_2Sel1List_QTD"));
- gridLayout = new QGridLayout(DlgRef_2Sel1List_QTD);
- gridLayout->setSpacing(6);
- gridLayout->setMargin(0);
- gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
- GroupBox1 = new QGroupBox(DlgRef_2Sel1List_QTD);
- GroupBox1->setObjectName(QString::fromUtf8("GroupBox1"));
- gridLayout1 = new QGridLayout(GroupBox1);
- gridLayout1->setSpacing(6);
- gridLayout1->setMargin(11);
- gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
- gridLayout2 = new QGridLayout();
- gridLayout2->setSpacing(6);
- gridLayout2->setMargin(0);
- gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
- LineEdit2 = new QLineEdit(GroupBox1);
- LineEdit2->setObjectName(QString::fromUtf8("LineEdit2"));
-
- gridLayout2->addWidget(LineEdit2, 1, 2, 1, 1);
-
- PushButton1 = new QPushButton(GroupBox1);
- PushButton1->setObjectName(QString::fromUtf8("PushButton1"));
- QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(PushButton1->sizePolicy().hasHeightForWidth());
- PushButton1->setSizePolicy(sizePolicy);
-
- gridLayout2->addWidget(PushButton1, 0, 1, 1, 1);
-
- PushButton2 = new QPushButton(GroupBox1);
- PushButton2->setObjectName(QString::fromUtf8("PushButton2"));
- QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy1.setHorizontalStretch(0);
- sizePolicy1.setVerticalStretch(0);
- sizePolicy1.setHeightForWidth(PushButton2->sizePolicy().hasHeightForWidth());
- PushButton2->setSizePolicy(sizePolicy1);
-
- gridLayout2->addWidget(PushButton2, 1, 1, 1, 1);
-
- TextLabel1 = new QLabel(GroupBox1);
- TextLabel1->setObjectName(QString::fromUtf8("TextLabel1"));
- QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy2.setHorizontalStretch(0);
- sizePolicy2.setVerticalStretch(0);
- sizePolicy2.setHeightForWidth(TextLabel1->sizePolicy().hasHeightForWidth());
- TextLabel1->setSizePolicy(sizePolicy2);
- TextLabel1->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel1, 0, 0, 1, 1);
-
- spacerItem = new QSpacerItem(0, 80, QSizePolicy::Minimum, QSizePolicy::Expanding);
-
- gridLayout2->addItem(spacerItem, 3, 2, 1, 1);
-
- LineEdit1 = new QLineEdit(GroupBox1);
- LineEdit1->setObjectName(QString::fromUtf8("LineEdit1"));
-
- gridLayout2->addWidget(LineEdit1, 0, 2, 1, 1);
-
- TextLabel2 = new QLabel(GroupBox1);
- TextLabel2->setObjectName(QString::fromUtf8("TextLabel2"));
- QSizePolicy sizePolicy3(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy3.setHorizontalStretch(0);
- sizePolicy3.setVerticalStretch(0);
- sizePolicy3.setHeightForWidth(TextLabel2->sizePolicy().hasHeightForWidth());
- TextLabel2->setSizePolicy(sizePolicy3);
- TextLabel2->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel2, 1, 0, 1, 1);
-
- ComboBox1 = new QComboBox(GroupBox1);
- ComboBox1->setObjectName(QString::fromUtf8("ComboBox1"));
- QSizePolicy sizePolicy4(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy4.setHorizontalStretch(0);
- sizePolicy4.setVerticalStretch(0);
- sizePolicy4.setHeightForWidth(ComboBox1->sizePolicy().hasHeightForWidth());
- ComboBox1->setSizePolicy(sizePolicy4);
-
- gridLayout2->addWidget(ComboBox1, 2, 2, 1, 1);
-
- TextLabel3 = new QLabel(GroupBox1);
- TextLabel3->setObjectName(QString::fromUtf8("TextLabel3"));
- QSizePolicy sizePolicy5(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy5.setHorizontalStretch(0);
- sizePolicy5.setVerticalStretch(0);
- sizePolicy5.setHeightForWidth(TextLabel3->sizePolicy().hasHeightForWidth());
- TextLabel3->setSizePolicy(sizePolicy5);
- TextLabel3->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel3, 2, 0, 1, 2);
-
-
- gridLayout1->addLayout(gridLayout2, 0, 0, 1, 1);
-
-
- gridLayout->addWidget(GroupBox1, 0, 0, 1, 1);
-
-
- retranslateUi(DlgRef_2Sel1List_QTD);
-
- QSize size(129, 175);
- size = size.expandedTo(DlgRef_2Sel1List_QTD->minimumSizeHint());
- DlgRef_2Sel1List_QTD->resize(size);
-
-
- QMetaObject::connectSlotsByName(DlgRef_2Sel1List_QTD);
- } // setupUi
-
- void retranslateUi(QWidget *DlgRef_2Sel1List_QTD)
- {
- DlgRef_2Sel1List_QTD->setWindowTitle(QApplication::translate("DlgRef_2Sel1List_QTD", "DlgRef_2Sel1List_QTD", 0, QApplication::UnicodeUTF8));
- GroupBox1->setTitle(QString());
- PushButton1->setText(QString());
- PushButton2->setText(QString());
- TextLabel1->setText(QApplication::translate("DlgRef_2Sel1List_QTD", "TL1", 0, QApplication::UnicodeUTF8));
- TextLabel2->setText(QApplication::translate("DlgRef_2Sel1List_QTD", "TL2", 0, QApplication::UnicodeUTF8));
- TextLabel3->setText(QApplication::translate("DlgRef_2Sel1List_QTD", "TL3", 0, QApplication::UnicodeUTF8));
- Q_UNUSED(DlgRef_2Sel1List_QTD);
- } // retranslateUi
-
-};
-
-namespace Ui {
- class DlgRef_2Sel1List_QTD: public Ui_DlgRef_2Sel1List_QTD {};
-} // namespace Ui
-
-#endif // DLGREF_2SEL1LIST_QTD_H
--- /dev/null
+<ui version="4.0" >
+ <class>DlgRef_2Sel1List_QTD</class>
+ <widget class="QWidget" name="DlgRef_2Sel1List_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>156</width>
+ <height>100</height>
+ </rect>
+ </property>
+ <property name="windowTitle" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>0</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>9</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="2" column="1" colspan="2" >
+ <widget class="QComboBox" name="ComboBox1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="0" >
+ <widget class="QLabel" name="TextLabel3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL3</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1" >
+ <widget class="QPushButton" name="PushButton2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="2" >
+ <widget class="QLineEdit" name="LineEdit2" />
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <tabstops>
+ <tabstop>PushButton1</tabstop>
+ <tabstop>LineEdit1</tabstop>
+ <tabstop>PushButton2</tabstop>
+ <tabstop>LineEdit2</tabstop>
+ <tabstop>ComboBox1</tabstop>
+ </tabstops>
+ <resources/>
+ <connections/>
+</ui>
+++ /dev/null
-// GEOM GEOMGUI : GUI for Geometry component
-//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-//
-//
-// File : DlgRef_2Sel1Spin.cxx
-// Author : Damien COQUERET
-// Module : GEOM
-// $Header:
-
-#include "DlgRef_2Sel1Spin.h"
-#include "DlgRef_SpinBox.h"
-
-/*
- * Constructs a DlgRef_2Sel1Spin which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'
- */
-DlgRef_2Sel1Spin::DlgRef_2Sel1Spin(QWidget* parent, const char* name, Qt::WindowFlags fl)
- :QWidget(parent, fl)
-{
- setupUi(this);
-
- setObjectName(name);
-
- SpinBox1->setAttribute( Qt::WA_DeleteOnClose );
- SpinBox1->close();
- SpinBox_DX = new DlgRef_SpinBox(GroupBox1, "SpinBox_DX");
- gridLayout3->addWidget(SpinBox_DX, 0, 1);
-
- // PAL 6532
- PushButton1->setAutoDefault( false );
- PushButton2->setAutoDefault( false );
-}
-
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_2Sel1Spin::~DlgRef_2Sel1Spin()
-{
- // no need to delete child widgets, Qt does it all for us
-}
+++ /dev/null
-// GEOM GEOMGUI : GUI for Geometry component
-//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-//
-//
-// File : DlgRef_2Sel1Spin.h
-// Author : Damien COQUERET
-// Module : GEOM
-// $Header:
-
-#ifndef DLGREF_2SEL1SPIN_H
-#define DLGREF_2SEL1SPIN_H
-
-#include "GEOM_DlgRef.hxx"
-
-#include "DlgRef_2Sel1Spin_QTD.h"
-
-class DlgRef_SpinBox;
-
-class GEOM_DLGREF_EXPORT DlgRef_2Sel1Spin : public QWidget, public Ui::DlgRef_2Sel1Spin_QTD
-{
- Q_OBJECT
-
-public:
- DlgRef_2Sel1Spin( QWidget* parent = 0, const char* name = 0, Qt::WindowFlags fl = 0 );
- ~DlgRef_2Sel1Spin();
-
- DlgRef_SpinBox* SpinBox_DX;
-
-};
-
-#endif // DLGREF_2SEL1SPIN_H
+++ /dev/null
-// GEOM GEOMGUI : GUI for Geometry component
-//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-//
-//
-// File : DlgRef_2Sel1Spin2Check.cxx
-// Author : Damien COQUERET
-// Module : GEOM
-// $Header:
-
-#include "DlgRef_2Sel1Spin2Check.h"
-#include "DlgRef_SpinBox.h"
-
-/*
- * Constructs a DlgRef_2Sel1Spin2Check which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'
- */
-DlgRef_2Sel1Spin2Check::DlgRef_2Sel1Spin2Check(QWidget* parent, const char* name, Qt::WindowFlags fl)
- :QWidget(parent, fl)
-{
- setupUi(this);
-
- setObjectName(name);
-
- SpinBox1->setAttribute( Qt::WA_DeleteOnClose );
- SpinBox1->close();
- SpinBox_DX = new DlgRef_SpinBox(GroupBox1, "SpinBox_DX");
- gridLayout2->addWidget(SpinBox_DX, 2, 2);
-}
-
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_2Sel1Spin2Check::~DlgRef_2Sel1Spin2Check()
-{
- // no need to delete child widgets, Qt does it all for us
-}
+++ /dev/null
-// GEOM GEOMGUI : GUI for Geometry component
-//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-//
-//
-// File : DlgRef_2Sel1Spin2Check.h
-// Author : Damien COQUERET
-// Module : GEOM
-// $Header:
-
-#ifndef DLGREF_2SEL1SPIN2CHECK_H
-#define DLGREF_2SEL1SPIN2CHECK_H
-
-#include "GEOM_DlgRef.hxx"
-
-#include "DlgRef_2Sel1Spin2Check_QTD.h"
-
-class DlgRef_SpinBox;
-
-class GEOM_DLGREF_EXPORT DlgRef_2Sel1Spin2Check : public QWidget, public Ui::DlgRef_2Sel1Spin2Check_QTD
-{
- Q_OBJECT
-
-public:
- DlgRef_2Sel1Spin2Check(QWidget* parent = 0, const char* name = 0, Qt::WindowFlags fl = 0);
- ~DlgRef_2Sel1Spin2Check();
-
- DlgRef_SpinBox* SpinBox_DX;
-
-};
-
-#endif // DLGREF_2SEL1SPIN2CHECK_H
+++ /dev/null
-/********************************************************************************
-** Form generated from reading ui file 'DlgRef_2Sel1Spin2Check_QTD.ui'
-**
-** Created: Fri Jun 29 12:58:35 2007
-** by: Qt User Interface Compiler version 4.2.3
-**
-** WARNING! All changes made in this file will be lost when recompiling ui file!
-********************************************************************************/
-
-#ifndef DLGREF_2SEL1SPIN2CHECK_QTD_H
-#define DLGREF_2SEL1SPIN2CHECK_QTD_H
-
-#include <QtCore/QVariant>
-#include <QtGui/QAction>
-#include <QtGui/QApplication>
-#include <QtGui/QButtonGroup>
-#include <QtGui/QCheckBox>
-#include <QtGui/QGridLayout>
-#include <QtGui/QGroupBox>
-#include <QtGui/QLabel>
-#include <QtGui/QLineEdit>
-#include <QtGui/QPushButton>
-#include <QtGui/QSpacerItem>
-#include <QtGui/QSpinBox>
-#include <QtGui/QWidget>
-#include <Qt3Support/Q3MimeSourceFactory>
-
-class Ui_DlgRef_2Sel1Spin2Check_QTD
-{
-public:
- QGridLayout *gridLayout;
- QGroupBox *GroupBox1;
- QGridLayout *gridLayout1;
- QGridLayout *gridLayout2;
- QLabel *TextLabel2;
- QPushButton *PushButton1;
- QLabel *TextLabel3;
- QLabel *TextLabel1;
- QSpacerItem *spacerItem;
- QCheckBox *CheckButton2;
- QLineEdit *LineEdit2;
- QPushButton *PushButton2;
- QLineEdit *LineEdit1;
- QCheckBox *CheckButton1;
- QSpinBox *SpinBox1;
-
- void setupUi(QWidget *DlgRef_2Sel1Spin2Check_QTD)
- {
- DlgRef_2Sel1Spin2Check_QTD->setObjectName(QString::fromUtf8("DlgRef_2Sel1Spin2Check_QTD"));
- gridLayout = new QGridLayout(DlgRef_2Sel1Spin2Check_QTD);
- gridLayout->setSpacing(6);
- gridLayout->setMargin(0);
- gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
- GroupBox1 = new QGroupBox(DlgRef_2Sel1Spin2Check_QTD);
- GroupBox1->setObjectName(QString::fromUtf8("GroupBox1"));
- gridLayout1 = new QGridLayout(GroupBox1);
- gridLayout1->setSpacing(6);
- gridLayout1->setMargin(11);
- gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
- gridLayout2 = new QGridLayout();
- gridLayout2->setSpacing(6);
- gridLayout2->setMargin(0);
- gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
- TextLabel2 = new QLabel(GroupBox1);
- TextLabel2->setObjectName(QString::fromUtf8("TextLabel2"));
- QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(TextLabel2->sizePolicy().hasHeightForWidth());
- TextLabel2->setSizePolicy(sizePolicy);
- TextLabel2->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel2, 1, 0, 1, 1);
-
- PushButton1 = new QPushButton(GroupBox1);
- PushButton1->setObjectName(QString::fromUtf8("PushButton1"));
- QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy1.setHorizontalStretch(0);
- sizePolicy1.setVerticalStretch(0);
- sizePolicy1.setHeightForWidth(PushButton1->sizePolicy().hasHeightForWidth());
- PushButton1->setSizePolicy(sizePolicy1);
-
- gridLayout2->addWidget(PushButton1, 0, 1, 1, 1);
-
- TextLabel3 = new QLabel(GroupBox1);
- TextLabel3->setObjectName(QString::fromUtf8("TextLabel3"));
- QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy2.setHorizontalStretch(0);
- sizePolicy2.setVerticalStretch(0);
- sizePolicy2.setHeightForWidth(TextLabel3->sizePolicy().hasHeightForWidth());
- TextLabel3->setSizePolicy(sizePolicy2);
- TextLabel3->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel3, 2, 0, 1, 1);
-
- TextLabel1 = new QLabel(GroupBox1);
- TextLabel1->setObjectName(QString::fromUtf8("TextLabel1"));
- QSizePolicy sizePolicy3(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy3.setHorizontalStretch(0);
- sizePolicy3.setVerticalStretch(0);
- sizePolicy3.setHeightForWidth(TextLabel1->sizePolicy().hasHeightForWidth());
- TextLabel1->setSizePolicy(sizePolicy3);
- TextLabel1->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel1, 0, 0, 1, 1);
-
- spacerItem = new QSpacerItem(0, 316, QSizePolicy::Minimum, QSizePolicy::Expanding);
-
- gridLayout2->addItem(spacerItem, 4, 2, 1, 1);
-
- CheckButton2 = new QCheckBox(GroupBox1);
- CheckButton2->setObjectName(QString::fromUtf8("CheckButton2"));
-
- gridLayout2->addWidget(CheckButton2, 2, 3, 1, 1);
-
- LineEdit2 = new QLineEdit(GroupBox1);
- LineEdit2->setObjectName(QString::fromUtf8("LineEdit2"));
-
- gridLayout2->addWidget(LineEdit2, 1, 2, 1, 2);
-
- PushButton2 = new QPushButton(GroupBox1);
- PushButton2->setObjectName(QString::fromUtf8("PushButton2"));
- QSizePolicy sizePolicy4(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy4.setHorizontalStretch(0);
- sizePolicy4.setVerticalStretch(0);
- sizePolicy4.setHeightForWidth(PushButton2->sizePolicy().hasHeightForWidth());
- PushButton2->setSizePolicy(sizePolicy4);
-
- gridLayout2->addWidget(PushButton2, 1, 1, 1, 1);
-
- LineEdit1 = new QLineEdit(GroupBox1);
- LineEdit1->setObjectName(QString::fromUtf8("LineEdit1"));
-
- gridLayout2->addWidget(LineEdit1, 0, 2, 1, 2);
-
- CheckButton1 = new QCheckBox(GroupBox1);
- CheckButton1->setObjectName(QString::fromUtf8("CheckButton1"));
-
- gridLayout2->addWidget(CheckButton1, 3, 0, 1, 4);
-
- SpinBox1 = new QSpinBox(GroupBox1);
- SpinBox1->setObjectName(QString::fromUtf8("SpinBox1"));
- QSizePolicy sizePolicy5(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy5.setHorizontalStretch(0);
- sizePolicy5.setVerticalStretch(0);
- sizePolicy5.setHeightForWidth(SpinBox1->sizePolicy().hasHeightForWidth());
- SpinBox1->setSizePolicy(sizePolicy5);
-
- gridLayout2->addWidget(SpinBox1, 2, 2, 1, 1);
-
-
- gridLayout1->addLayout(gridLayout2, 0, 0, 1, 1);
-
-
- gridLayout->addWidget(GroupBox1, 0, 0, 1, 1);
-
- QWidget::setTabOrder(PushButton1, LineEdit1);
- QWidget::setTabOrder(LineEdit1, PushButton2);
- QWidget::setTabOrder(PushButton2, LineEdit2);
- QWidget::setTabOrder(LineEdit2, SpinBox1);
- QWidget::setTabOrder(SpinBox1, CheckButton2);
- QWidget::setTabOrder(CheckButton2, CheckButton1);
-
- retranslateUi(DlgRef_2Sel1Spin2Check_QTD);
-
- QSize size(256, 139);
- size = size.expandedTo(DlgRef_2Sel1Spin2Check_QTD->minimumSizeHint());
- DlgRef_2Sel1Spin2Check_QTD->resize(size);
-
-
- QMetaObject::connectSlotsByName(DlgRef_2Sel1Spin2Check_QTD);
- } // setupUi
-
- void retranslateUi(QWidget *DlgRef_2Sel1Spin2Check_QTD)
- {
- DlgRef_2Sel1Spin2Check_QTD->setWindowTitle(QApplication::translate("DlgRef_2Sel1Spin2Check_QTD", "DlgRef_2Sel1Spin2Check_QTD", 0, QApplication::UnicodeUTF8));
- GroupBox1->setTitle(QString());
- TextLabel2->setText(QApplication::translate("DlgRef_2Sel1Spin2Check_QTD", "TL2", 0, QApplication::UnicodeUTF8));
- PushButton1->setText(QString());
- TextLabel3->setText(QApplication::translate("DlgRef_2Sel1Spin2Check_QTD", "TL3", 0, QApplication::UnicodeUTF8));
- TextLabel1->setText(QApplication::translate("DlgRef_2Sel1Spin2Check_QTD", "TL1", 0, QApplication::UnicodeUTF8));
- CheckButton2->setText(QString());
- PushButton2->setText(QString());
- CheckButton1->setText(QString());
- Q_UNUSED(DlgRef_2Sel1Spin2Check_QTD);
- } // retranslateUi
-
-};
-
-namespace Ui {
- class DlgRef_2Sel1Spin2Check_QTD: public Ui_DlgRef_2Sel1Spin2Check_QTD {};
-} // namespace Ui
-
-#endif // DLGREF_2SEL1SPIN2CHECK_QTD_H
--- /dev/null
+<ui version="4.0" >
+ <class>DlgRef_2Sel1Spin2Check_QTD</class>
+ <widget class="QWidget" name="DlgRef_2Sel1Spin2Check_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>170</width>
+ <height>118</height>
+ </rect>
+ </property>
+ <property name="windowTitle" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>0</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>9</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="2" column="1" colspan="2" >
+ <widget class="QDoubleSpinBox" name="SpinBox_DX" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="3" >
+ <widget class="QCheckBox" name="CheckButton2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="0" >
+ <widget class="QLabel" name="TextLabel3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL3</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1" >
+ <widget class="QPushButton" name="PushButton2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="2" colspan="2" >
+ <widget class="QLineEdit" name="LineEdit2" />
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="2" colspan="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ <item row="3" column="0" colspan="4" >
+ <widget class="QCheckBox" name="CheckButton1" >
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <tabstops>
+ <tabstop>PushButton1</tabstop>
+ <tabstop>LineEdit1</tabstop>
+ <tabstop>PushButton2</tabstop>
+ <tabstop>LineEdit2</tabstop>
+ <tabstop>SpinBox_DX</tabstop>
+ <tabstop>CheckButton2</tabstop>
+ <tabstop>CheckButton1</tabstop>
+ </tabstops>
+ <resources/>
+ <connections/>
+</ui>
+++ /dev/null
-/********************************************************************************
-** Form generated from reading ui file 'DlgRef_2Sel1Spin_QTD.ui'
-**
-** Created: Fri Jun 29 12:56:25 2007
-** by: Qt User Interface Compiler version 4.2.3
-**
-** WARNING! All changes made in this file will be lost when recompiling ui file!
-********************************************************************************/
-
-#ifndef DLGREF_2SEL1SPIN_QTD_H
-#define DLGREF_2SEL1SPIN_QTD_H
-
-#include <QtCore/QVariant>
-#include <QtGui/QAction>
-#include <QtGui/QApplication>
-#include <QtGui/QButtonGroup>
-#include <QtGui/QGridLayout>
-#include <QtGui/QGroupBox>
-#include <QtGui/QLabel>
-#include <QtGui/QLineEdit>
-#include <QtGui/QPushButton>
-#include <QtGui/QSpacerItem>
-#include <QtGui/QSpinBox>
-#include <QtGui/QWidget>
-#include <Qt3Support/Q3MimeSourceFactory>
-
-class Ui_DlgRef_2Sel1Spin_QTD
-{
-public:
- QGridLayout *gridLayout;
- QGroupBox *GroupBox1;
- QGridLayout *gridLayout1;
- QGridLayout *gridLayout2;
- QLineEdit *LineEdit1;
- QPushButton *PushButton2;
- QLabel *TextLabel1;
- QLineEdit *LineEdit2;
- QPushButton *PushButton1;
- QLabel *TextLabel2;
- QGridLayout *gridLayout3;
- QSpinBox *SpinBox1;
- QLabel *TextLabel3;
- QSpacerItem *spacerItem;
-
- void setupUi(QWidget *DlgRef_2Sel1Spin_QTD)
- {
- DlgRef_2Sel1Spin_QTD->setObjectName(QString::fromUtf8("DlgRef_2Sel1Spin_QTD"));
- gridLayout = new QGridLayout(DlgRef_2Sel1Spin_QTD);
- gridLayout->setSpacing(6);
- gridLayout->setMargin(0);
- gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
- GroupBox1 = new QGroupBox(DlgRef_2Sel1Spin_QTD);
- GroupBox1->setObjectName(QString::fromUtf8("GroupBox1"));
- gridLayout1 = new QGridLayout(GroupBox1);
- gridLayout1->setSpacing(6);
- gridLayout1->setMargin(11);
- gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
- gridLayout2 = new QGridLayout();
- gridLayout2->setSpacing(6);
- gridLayout2->setMargin(0);
- gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
- LineEdit1 = new QLineEdit(GroupBox1);
- LineEdit1->setObjectName(QString::fromUtf8("LineEdit1"));
-
- gridLayout2->addWidget(LineEdit1, 0, 2, 1, 1);
-
- PushButton2 = new QPushButton(GroupBox1);
- PushButton2->setObjectName(QString::fromUtf8("PushButton2"));
- QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(PushButton2->sizePolicy().hasHeightForWidth());
- PushButton2->setSizePolicy(sizePolicy);
-
- gridLayout2->addWidget(PushButton2, 1, 1, 1, 1);
-
- TextLabel1 = new QLabel(GroupBox1);
- TextLabel1->setObjectName(QString::fromUtf8("TextLabel1"));
- QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy1.setHorizontalStretch(0);
- sizePolicy1.setVerticalStretch(0);
- sizePolicy1.setHeightForWidth(TextLabel1->sizePolicy().hasHeightForWidth());
- TextLabel1->setSizePolicy(sizePolicy1);
- TextLabel1->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel1, 0, 0, 1, 1);
-
- LineEdit2 = new QLineEdit(GroupBox1);
- LineEdit2->setObjectName(QString::fromUtf8("LineEdit2"));
-
- gridLayout2->addWidget(LineEdit2, 1, 2, 1, 1);
-
- PushButton1 = new QPushButton(GroupBox1);
- PushButton1->setObjectName(QString::fromUtf8("PushButton1"));
- QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy2.setHorizontalStretch(0);
- sizePolicy2.setVerticalStretch(0);
- sizePolicy2.setHeightForWidth(PushButton1->sizePolicy().hasHeightForWidth());
- PushButton1->setSizePolicy(sizePolicy2);
-
- gridLayout2->addWidget(PushButton1, 0, 1, 1, 1);
-
- TextLabel2 = new QLabel(GroupBox1);
- TextLabel2->setObjectName(QString::fromUtf8("TextLabel2"));
- QSizePolicy sizePolicy3(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy3.setHorizontalStretch(0);
- sizePolicy3.setVerticalStretch(0);
- sizePolicy3.setHeightForWidth(TextLabel2->sizePolicy().hasHeightForWidth());
- TextLabel2->setSizePolicy(sizePolicy3);
- TextLabel2->setFrameShape(QFrame::NoFrame);
- TextLabel2->setFrameShadow(QFrame::Plain);
- TextLabel2->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel2, 1, 0, 1, 1);
-
- gridLayout3 = new QGridLayout();
- gridLayout3->setSpacing(6);
- gridLayout3->setMargin(0);
- gridLayout3->setObjectName(QString::fromUtf8("gridLayout3"));
- SpinBox1 = new QSpinBox(GroupBox1);
- SpinBox1->setObjectName(QString::fromUtf8("SpinBox1"));
- QSizePolicy sizePolicy4(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy4.setHorizontalStretch(0);
- sizePolicy4.setVerticalStretch(0);
- sizePolicy4.setHeightForWidth(SpinBox1->sizePolicy().hasHeightForWidth());
- SpinBox1->setSizePolicy(sizePolicy4);
-
- gridLayout3->addWidget(SpinBox1, 0, 1, 1, 1);
-
- TextLabel3 = new QLabel(GroupBox1);
- TextLabel3->setObjectName(QString::fromUtf8("TextLabel3"));
- QSizePolicy sizePolicy5(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy5.setHorizontalStretch(0);
- sizePolicy5.setVerticalStretch(0);
- sizePolicy5.setHeightForWidth(TextLabel3->sizePolicy().hasHeightForWidth());
- TextLabel3->setSizePolicy(sizePolicy5);
- TextLabel3->setWordWrap(false);
-
- gridLayout3->addWidget(TextLabel3, 0, 0, 1, 1);
-
-
- gridLayout2->addLayout(gridLayout3, 2, 0, 1, 3);
-
- spacerItem = new QSpacerItem(0, 16, QSizePolicy::Minimum, QSizePolicy::Expanding);
-
- gridLayout2->addItem(spacerItem, 3, 2, 1, 1);
-
-
- gridLayout1->addLayout(gridLayout2, 0, 0, 1, 1);
-
-
- gridLayout->addWidget(GroupBox1, 0, 0, 1, 1);
-
- QWidget::setTabOrder(PushButton1, LineEdit1);
- QWidget::setTabOrder(LineEdit1, PushButton2);
- QWidget::setTabOrder(PushButton2, LineEdit2);
- QWidget::setTabOrder(LineEdit2, SpinBox1);
-
- retranslateUi(DlgRef_2Sel1Spin_QTD);
-
- QSize size(163, 122);
- size = size.expandedTo(DlgRef_2Sel1Spin_QTD->minimumSizeHint());
- DlgRef_2Sel1Spin_QTD->resize(size);
-
-
- QMetaObject::connectSlotsByName(DlgRef_2Sel1Spin_QTD);
- } // setupUi
-
- void retranslateUi(QWidget *DlgRef_2Sel1Spin_QTD)
- {
- DlgRef_2Sel1Spin_QTD->setWindowTitle(QApplication::translate("DlgRef_2Sel1Spin_QTD", "DlgRef_2Sel1Spin_QTD", 0, QApplication::UnicodeUTF8));
- GroupBox1->setTitle(QString());
- PushButton2->setText(QString());
- TextLabel1->setText(QApplication::translate("DlgRef_2Sel1Spin_QTD", "TL1", 0, QApplication::UnicodeUTF8));
- PushButton1->setText(QString());
- TextLabel2->setText(QApplication::translate("DlgRef_2Sel1Spin_QTD", "TL2", 0, QApplication::UnicodeUTF8));
- TextLabel3->setText(QApplication::translate("DlgRef_2Sel1Spin_QTD", "TL3", 0, QApplication::UnicodeUTF8));
- Q_UNUSED(DlgRef_2Sel1Spin_QTD);
- } // retranslateUi
-
-};
-
-namespace Ui {
- class DlgRef_2Sel1Spin_QTD: public Ui_DlgRef_2Sel1Spin_QTD {};
-} // namespace Ui
-
-#endif // DLGREF_2SEL1SPIN_QTD_H
--- /dev/null
+<ui version="4.0" >
+ <class>DlgRef_2Sel1Spin_QTD</class>
+ <widget class="QWidget" name="DlgRef_2Sel1Spin_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>156</width>
+ <height>99</height>
+ </rect>
+ </property>
+ <property name="windowTitle" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>0</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>9</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="2" column="1" colspan="2" >
+ <widget class="QDoubleSpinBox" name="SpinBox_DX" />
+ </item>
+ <item row="2" column="0" >
+ <widget class="QLabel" name="TextLabel3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL3</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="frameShape" >
+ <enum>QFrame::NoFrame</enum>
+ </property>
+ <property name="frameShadow" >
+ <enum>QFrame::Plain</enum>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="2" >
+ <widget class="QLineEdit" name="LineEdit2" />
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1" >
+ <widget class="QPushButton" name="PushButton2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ </layout>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <tabstops>
+ <tabstop>PushButton1</tabstop>
+ <tabstop>LineEdit1</tabstop>
+ <tabstop>PushButton2</tabstop>
+ <tabstop>LineEdit2</tabstop>
+ </tabstops>
+ <resources/>
+ <connections/>
+</ui>
+++ /dev/null
-// GEOM GEOMGUI : GUI for Geometry component
-//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-//
-//
-// File : DlgRef_2Sel2Spin.cxx
-// Author : Damien COQUERET
-// Module : GEOM
-// $Header:
-
-#include "DlgRef_2Sel2Spin.h"
-#include "DlgRef_SpinBox.h"
-
-/*
- * Constructs a DlgRef_2Sel1Spin which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'
- */
-DlgRef_2Sel2Spin::DlgRef_2Sel2Spin(QWidget* parent, const char* name, Qt::WindowFlags fl)
- :QWidget(parent, fl)
-{
- setupUi(this);
-
- setObjectName(name);
-
- SpinBox1->setAttribute( Qt::WA_DeleteOnClose );
- SpinBox1->close();
-
- SpinBox2->setAttribute( Qt::WA_DeleteOnClose );
- SpinBox2->close();
-
- SpinBox_DX = new DlgRef_SpinBox(GroupBox1, "SpinBox_DX");
- gridLayout3->addWidget(SpinBox_DX, 0, 1);
- SpinBox_DY = new DlgRef_SpinBox(GroupBox1, "SpinBox_DY");
- gridLayout3->addWidget(SpinBox_DY, 1, 1);
-}
-
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_2Sel2Spin::~DlgRef_2Sel2Spin()
-{
- // no need to delete child widgets, Qt does it all for us
-}
+++ /dev/null
-// GEOM GEOMGUI : GUI for Geometry component
-//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-//
-//
-// File : DlgRef_2Sel2Spin.h
-// Author : Damien COQUERET
-// Module : GEOM
-// $Header:
-
-#ifndef DLGREF_2SEL2SPIN_H
-#define DLGREF_2SEL2SPIN_H
-
-#include "GEOM_DlgRef.hxx"
-
-#include "DlgRef_2Sel2Spin_QTD.h"
-
-class DlgRef_SpinBox;
-
-class GEOM_DLGREF_EXPORT DlgRef_2Sel2Spin : public QWidget, public Ui::DlgRef_2Sel2Spin_QTD
-{
- Q_OBJECT
-
-public:
- DlgRef_2Sel2Spin(QWidget* parent = 0, const char* name = 0, Qt::WindowFlags fl = 0);
- ~DlgRef_2Sel2Spin();
-
- DlgRef_SpinBox* SpinBox_DX;
- DlgRef_SpinBox* SpinBox_DY;
-
-};
-
-#endif // DLGREF_2SEL2SPIN_H
+++ /dev/null
-// GEOM GEOMGUI : GUI for Geometry component
-//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-//
-//
-// File : DlgRef_2Sel1Spin1Check.cxx
-// Author : Damien COQUERET
-// Module : GEOM
-// $Header:
-
-#include "DlgRef_2Sel2Spin1Check.h"
-#include "DlgRef_SpinBox.h"
-
-/*
- * Constructs a DlgRef_2Sel1Spin which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'
- */
-DlgRef_2Sel2Spin1Check::DlgRef_2Sel2Spin1Check(QWidget* parent, const char* name, Qt::WFlags fl)
- :QWidget(parent, fl)
-{
- setupUi(this);
-
- setObjectName(name);
-
- SpinBox1->setAttribute( Qt::WA_DeleteOnClose );
- SpinBox1->close();
-
- SpinBox2->setAttribute( Qt::WA_DeleteOnClose );
- SpinBox2->close();
-
- SpinBox_DX = new DlgRef_SpinBox(GroupBox1, "SpinBox_DX");
- SpinBox_DY = new DlgRef_SpinBox(GroupBox1, "SpinBox_DY");
- gridLayout3->addWidget(SpinBox_DX, 0, 1);
- gridLayout3->addWidget(SpinBox_DY, 1, 1);
-
- // PAL 6532
- PushButton1->setAutoDefault( false );
- PushButton2->setAutoDefault( false );
-}
-
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_2Sel2Spin1Check::~DlgRef_2Sel2Spin1Check()
-{
- // no need to delete child widgets, Qt does it all for us
-}
+++ /dev/null
-// GEOM GEOMGUI : GUI for Geometry component
-//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-//
-//
-// File : DlgRef_2Sel1Spin1Check.h
-// Author : Damien COQUERET
-// Module : GEOM
-// $Header:
-
-#ifndef DLGREF_2SEL2SPIN1CHECK_H
-#define DLGREF_2SEL2SPIN1CHECK_H
-
-#include "GEOM_DlgRef.hxx"
-
-#include "DlgRef_2Sel2Spin1Check_QTD.h"
-
-class DlgRef_SpinBox;
-
-class GEOM_DLGREF_EXPORT DlgRef_2Sel2Spin1Check : public QWidget, public Ui::DlgRef_2Sel2Spin1Check_QTD
-{
- Q_OBJECT
-
-public:
- DlgRef_2Sel2Spin1Check(QWidget* parent = 0, const char* name = 0, Qt::WindowFlags fl = 0);
- ~DlgRef_2Sel2Spin1Check();
-
- DlgRef_SpinBox* SpinBox_DX;
- DlgRef_SpinBox* SpinBox_DY;
-
-};
-
-#endif // DLGREF_2SEL2SPIN1CHECK_H
+++ /dev/null
-/********************************************************************************
-** Form generated from reading ui file 'DlgRef_2Sel2Spin1Check_QTD.ui'
-**
-** Created: Fri Jun 29 13:03:37 2007
-** by: Qt User Interface Compiler version 4.2.3
-**
-** WARNING! All changes made in this file will be lost when recompiling ui file!
-********************************************************************************/
-
-#ifndef DLGREF_2SEL2SPIN1CHECK_QTD_H
-#define DLGREF_2SEL2SPIN1CHECK_QTD_H
-
-#include <QtCore/QVariant>
-#include <QtGui/QAction>
-#include <QtGui/QApplication>
-#include <QtGui/QButtonGroup>
-#include <QtGui/QCheckBox>
-#include <QtGui/QGridLayout>
-#include <QtGui/QGroupBox>
-#include <QtGui/QLabel>
-#include <QtGui/QLineEdit>
-#include <QtGui/QPushButton>
-#include <QtGui/QSpacerItem>
-#include <QtGui/QSpinBox>
-#include <QtGui/QWidget>
-#include <Qt3Support/Q3MimeSourceFactory>
-
-class Ui_DlgRef_2Sel2Spin1Check_QTD
-{
-public:
- QGridLayout *gridLayout;
- QGroupBox *GroupBox1;
- QGridLayout *gridLayout1;
- QGridLayout *gridLayout2;
- QLabel *TextLabel2;
- QLabel *TextLabel1;
- QGridLayout *gridLayout3;
- QSpinBox *SpinBox1;
- QLabel *TextLabel3;
- QLabel *TextLabel4;
- QSpinBox *SpinBox2;
- QLineEdit *LineEdit1;
- QSpacerItem *spacerItem;
- QCheckBox *CheckButton1;
- QLineEdit *LineEdit2;
- QPushButton *PushButton2;
- QPushButton *PushButton1;
-
- void setupUi(QWidget *DlgRef_2Sel2Spin1Check_QTD)
- {
- DlgRef_2Sel2Spin1Check_QTD->setObjectName(QString::fromUtf8("DlgRef_2Sel2Spin1Check_QTD"));
- gridLayout = new QGridLayout(DlgRef_2Sel2Spin1Check_QTD);
- gridLayout->setSpacing(6);
- gridLayout->setMargin(0);
- gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
- GroupBox1 = new QGroupBox(DlgRef_2Sel2Spin1Check_QTD);
- GroupBox1->setObjectName(QString::fromUtf8("GroupBox1"));
- gridLayout1 = new QGridLayout(GroupBox1);
- gridLayout1->setSpacing(6);
- gridLayout1->setMargin(11);
- gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
- gridLayout2 = new QGridLayout();
- gridLayout2->setSpacing(6);
- gridLayout2->setMargin(0);
- gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
- TextLabel2 = new QLabel(GroupBox1);
- TextLabel2->setObjectName(QString::fromUtf8("TextLabel2"));
- QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(TextLabel2->sizePolicy().hasHeightForWidth());
- TextLabel2->setSizePolicy(sizePolicy);
- TextLabel2->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel2, 1, 0, 1, 1);
-
- TextLabel1 = new QLabel(GroupBox1);
- TextLabel1->setObjectName(QString::fromUtf8("TextLabel1"));
- QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy1.setHorizontalStretch(0);
- sizePolicy1.setVerticalStretch(0);
- sizePolicy1.setHeightForWidth(TextLabel1->sizePolicy().hasHeightForWidth());
- TextLabel1->setSizePolicy(sizePolicy1);
- TextLabel1->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel1, 0, 0, 1, 1);
-
- gridLayout3 = new QGridLayout();
- gridLayout3->setSpacing(6);
- gridLayout3->setMargin(0);
- gridLayout3->setObjectName(QString::fromUtf8("gridLayout3"));
- SpinBox1 = new QSpinBox(GroupBox1);
- SpinBox1->setObjectName(QString::fromUtf8("SpinBox1"));
- QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy2.setHorizontalStretch(0);
- sizePolicy2.setVerticalStretch(0);
- sizePolicy2.setHeightForWidth(SpinBox1->sizePolicy().hasHeightForWidth());
- SpinBox1->setSizePolicy(sizePolicy2);
-
- gridLayout3->addWidget(SpinBox1, 0, 1, 1, 1);
-
- TextLabel3 = new QLabel(GroupBox1);
- TextLabel3->setObjectName(QString::fromUtf8("TextLabel3"));
- QSizePolicy sizePolicy3(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy3.setHorizontalStretch(0);
- sizePolicy3.setVerticalStretch(0);
- sizePolicy3.setHeightForWidth(TextLabel3->sizePolicy().hasHeightForWidth());
- TextLabel3->setSizePolicy(sizePolicy3);
- TextLabel3->setWordWrap(false);
-
- gridLayout3->addWidget(TextLabel3, 0, 0, 1, 1);
-
- TextLabel4 = new QLabel(GroupBox1);
- TextLabel4->setObjectName(QString::fromUtf8("TextLabel4"));
- QSizePolicy sizePolicy4(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy4.setHorizontalStretch(0);
- sizePolicy4.setVerticalStretch(0);
- sizePolicy4.setHeightForWidth(TextLabel4->sizePolicy().hasHeightForWidth());
- TextLabel4->setSizePolicy(sizePolicy4);
- TextLabel4->setWordWrap(false);
-
- gridLayout3->addWidget(TextLabel4, 1, 0, 1, 1);
-
- SpinBox2 = new QSpinBox(GroupBox1);
- SpinBox2->setObjectName(QString::fromUtf8("SpinBox2"));
- QSizePolicy sizePolicy5(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy5.setHorizontalStretch(0);
- sizePolicy5.setVerticalStretch(0);
- sizePolicy5.setHeightForWidth(SpinBox2->sizePolicy().hasHeightForWidth());
- SpinBox2->setSizePolicy(sizePolicy5);
-
- gridLayout3->addWidget(SpinBox2, 1, 1, 1, 1);
-
-
- gridLayout2->addLayout(gridLayout3, 2, 0, 1, 3);
-
- LineEdit1 = new QLineEdit(GroupBox1);
- LineEdit1->setObjectName(QString::fromUtf8("LineEdit1"));
-
- gridLayout2->addWidget(LineEdit1, 0, 2, 1, 1);
-
- spacerItem = new QSpacerItem(0, 16, QSizePolicy::Minimum, QSizePolicy::Expanding);
-
- gridLayout2->addItem(spacerItem, 4, 2, 1, 1);
-
- CheckButton1 = new QCheckBox(GroupBox1);
- CheckButton1->setObjectName(QString::fromUtf8("CheckButton1"));
-
- gridLayout2->addWidget(CheckButton1, 3, 0, 1, 3);
-
- LineEdit2 = new QLineEdit(GroupBox1);
- LineEdit2->setObjectName(QString::fromUtf8("LineEdit2"));
-
- gridLayout2->addWidget(LineEdit2, 1, 2, 1, 1);
-
- PushButton2 = new QPushButton(GroupBox1);
- PushButton2->setObjectName(QString::fromUtf8("PushButton2"));
- QSizePolicy sizePolicy6(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy6.setHorizontalStretch(0);
- sizePolicy6.setVerticalStretch(0);
- sizePolicy6.setHeightForWidth(PushButton2->sizePolicy().hasHeightForWidth());
- PushButton2->setSizePolicy(sizePolicy6);
-
- gridLayout2->addWidget(PushButton2, 1, 1, 1, 1);
-
- PushButton1 = new QPushButton(GroupBox1);
- PushButton1->setObjectName(QString::fromUtf8("PushButton1"));
- QSizePolicy sizePolicy7(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy7.setHorizontalStretch(0);
- sizePolicy7.setVerticalStretch(0);
- sizePolicy7.setHeightForWidth(PushButton1->sizePolicy().hasHeightForWidth());
- PushButton1->setSizePolicy(sizePolicy7);
-
- gridLayout2->addWidget(PushButton1, 0, 1, 1, 1);
-
-
- gridLayout1->addLayout(gridLayout2, 0, 0, 1, 1);
-
-
- gridLayout->addWidget(GroupBox1, 0, 0, 1, 1);
-
- QWidget::setTabOrder(PushButton1, LineEdit1);
- QWidget::setTabOrder(LineEdit1, PushButton2);
- QWidget::setTabOrder(PushButton2, LineEdit2);
- QWidget::setTabOrder(LineEdit2, SpinBox1);
- QWidget::setTabOrder(SpinBox1, SpinBox2);
- QWidget::setTabOrder(SpinBox2, CheckButton1);
-
- retranslateUi(DlgRef_2Sel2Spin1Check_QTD);
-
- QSize size(163, 170);
- size = size.expandedTo(DlgRef_2Sel2Spin1Check_QTD->minimumSizeHint());
- DlgRef_2Sel2Spin1Check_QTD->resize(size);
-
-
- QMetaObject::connectSlotsByName(DlgRef_2Sel2Spin1Check_QTD);
- } // setupUi
-
- void retranslateUi(QWidget *DlgRef_2Sel2Spin1Check_QTD)
- {
- DlgRef_2Sel2Spin1Check_QTD->setWindowTitle(QApplication::translate("DlgRef_2Sel2Spin1Check_QTD", "DlgRef_2Sel2Spin1Check_QTD", 0, QApplication::UnicodeUTF8));
- GroupBox1->setTitle(QString());
- TextLabel2->setText(QApplication::translate("DlgRef_2Sel2Spin1Check_QTD", "TL2", 0, QApplication::UnicodeUTF8));
- TextLabel1->setText(QApplication::translate("DlgRef_2Sel2Spin1Check_QTD", "TL1", 0, QApplication::UnicodeUTF8));
- TextLabel3->setText(QApplication::translate("DlgRef_2Sel2Spin1Check_QTD", "TL3", 0, QApplication::UnicodeUTF8));
- TextLabel4->setText(QApplication::translate("DlgRef_2Sel2Spin1Check_QTD", "TL4", 0, QApplication::UnicodeUTF8));
- CheckButton1->setText(QString());
- PushButton2->setText(QString());
- PushButton1->setText(QString());
- Q_UNUSED(DlgRef_2Sel2Spin1Check_QTD);
- } // retranslateUi
-
-};
-
-namespace Ui {
- class DlgRef_2Sel2Spin1Check_QTD: public Ui_DlgRef_2Sel2Spin1Check_QTD {};
-} // namespace Ui
-
-#endif // DLGREF_2SEL2SPIN1CHECK_QTD_H
--- /dev/null
+<ui version="4.0" >
+ <class>DlgRef_2Sel2Spin1Check_QTD</class>
+ <widget class="QWidget" name="DlgRef_2Sel2Spin1Check_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>156</width>
+ <height>143</height>
+ </rect>
+ </property>
+ <property name="windowTitle" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>0</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>9</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="4" column="0" colspan="3" >
+ <widget class="QCheckBox" name="CheckButton1" >
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="1" colspan="2" >
+ <widget class="QDoubleSpinBox" name="SpinBox_DY" />
+ </item>
+ <item row="2" column="1" colspan="2" >
+ <widget class="QDoubleSpinBox" name="SpinBox_DX" />
+ </item>
+ <item row="3" column="0" >
+ <widget class="QLabel" name="TextLabel4" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL4</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="0" >
+ <widget class="QLabel" name="TextLabel3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL3</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1" >
+ <widget class="QPushButton" name="PushButton2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="2" >
+ <widget class="QLineEdit" name="LineEdit2" />
+ </item>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <tabstops>
+ <tabstop>PushButton1</tabstop>
+ <tabstop>LineEdit1</tabstop>
+ <tabstop>PushButton2</tabstop>
+ <tabstop>LineEdit2</tabstop>
+ <tabstop>SpinBox_DX</tabstop>
+ <tabstop>SpinBox_DY</tabstop>
+ <tabstop>CheckButton1</tabstop>
+ </tabstops>
+ <resources/>
+ <connections/>
+</ui>
+++ /dev/null
-/********************************************************************************
-** Form generated from reading ui file 'DlgRef_2Sel2Spin_QTD.ui'
-**
-** Created: Fri Jun 29 13:00:58 2007
-** by: Qt User Interface Compiler version 4.2.3
-**
-** WARNING! All changes made in this file will be lost when recompiling ui file!
-********************************************************************************/
-
-#ifndef DLGREF_2SEL2SPIN_QTD_H
-#define DLGREF_2SEL2SPIN_QTD_H
-
-#include <QtCore/QVariant>
-#include <QtGui/QAction>
-#include <QtGui/QApplication>
-#include <QtGui/QButtonGroup>
-#include <QtGui/QGridLayout>
-#include <QtGui/QGroupBox>
-#include <QtGui/QLabel>
-#include <QtGui/QLineEdit>
-#include <QtGui/QPushButton>
-#include <QtGui/QSpacerItem>
-#include <QtGui/QSpinBox>
-#include <QtGui/QWidget>
-#include <Qt3Support/Q3MimeSourceFactory>
-
-class Ui_DlgRef_2Sel2Spin_QTD
-{
-public:
- QGridLayout *gridLayout;
- QGroupBox *GroupBox1;
- QGridLayout *gridLayout1;
- QGridLayout *gridLayout2;
- QLineEdit *LineEdit1;
- QGridLayout *gridLayout3;
- QSpinBox *SpinBox2;
- QLabel *TextLabel4;
- QLabel *TextLabel3;
- QSpinBox *SpinBox1;
- QPushButton *PushButton2;
- QLabel *TextLabel2;
- QSpacerItem *spacerItem;
- QLabel *TextLabel1;
- QPushButton *PushButton1;
- QLineEdit *LineEdit2;
-
- void setupUi(QWidget *DlgRef_2Sel2Spin_QTD)
- {
- DlgRef_2Sel2Spin_QTD->setObjectName(QString::fromUtf8("DlgRef_2Sel2Spin_QTD"));
- gridLayout = new QGridLayout(DlgRef_2Sel2Spin_QTD);
- gridLayout->setSpacing(6);
- gridLayout->setMargin(0);
- gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
- GroupBox1 = new QGroupBox(DlgRef_2Sel2Spin_QTD);
- GroupBox1->setObjectName(QString::fromUtf8("GroupBox1"));
- gridLayout1 = new QGridLayout(GroupBox1);
- gridLayout1->setSpacing(6);
- gridLayout1->setMargin(11);
- gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
- gridLayout2 = new QGridLayout();
- gridLayout2->setSpacing(6);
- gridLayout2->setMargin(0);
- gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
- LineEdit1 = new QLineEdit(GroupBox1);
- LineEdit1->setObjectName(QString::fromUtf8("LineEdit1"));
-
- gridLayout2->addWidget(LineEdit1, 0, 2, 1, 1);
-
- gridLayout3 = new QGridLayout();
- gridLayout3->setSpacing(6);
- gridLayout3->setMargin(0);
- gridLayout3->setObjectName(QString::fromUtf8("gridLayout3"));
- SpinBox2 = new QSpinBox(GroupBox1);
- SpinBox2->setObjectName(QString::fromUtf8("SpinBox2"));
- QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(SpinBox2->sizePolicy().hasHeightForWidth());
- SpinBox2->setSizePolicy(sizePolicy);
-
- gridLayout3->addWidget(SpinBox2, 1, 1, 1, 1);
-
- TextLabel4 = new QLabel(GroupBox1);
- TextLabel4->setObjectName(QString::fromUtf8("TextLabel4"));
- QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy1.setHorizontalStretch(0);
- sizePolicy1.setVerticalStretch(0);
- sizePolicy1.setHeightForWidth(TextLabel4->sizePolicy().hasHeightForWidth());
- TextLabel4->setSizePolicy(sizePolicy1);
- TextLabel4->setWordWrap(false);
-
- gridLayout3->addWidget(TextLabel4, 1, 0, 1, 1);
-
- TextLabel3 = new QLabel(GroupBox1);
- TextLabel3->setObjectName(QString::fromUtf8("TextLabel3"));
- QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy2.setHorizontalStretch(0);
- sizePolicy2.setVerticalStretch(0);
- sizePolicy2.setHeightForWidth(TextLabel3->sizePolicy().hasHeightForWidth());
- TextLabel3->setSizePolicy(sizePolicy2);
- TextLabel3->setWordWrap(false);
-
- gridLayout3->addWidget(TextLabel3, 0, 0, 1, 1);
-
- SpinBox1 = new QSpinBox(GroupBox1);
- SpinBox1->setObjectName(QString::fromUtf8("SpinBox1"));
- QSizePolicy sizePolicy3(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy3.setHorizontalStretch(0);
- sizePolicy3.setVerticalStretch(0);
- sizePolicy3.setHeightForWidth(SpinBox1->sizePolicy().hasHeightForWidth());
- SpinBox1->setSizePolicy(sizePolicy3);
-
- gridLayout3->addWidget(SpinBox1, 0, 1, 1, 1);
-
-
- gridLayout2->addLayout(gridLayout3, 2, 0, 1, 3);
-
- PushButton2 = new QPushButton(GroupBox1);
- PushButton2->setObjectName(QString::fromUtf8("PushButton2"));
- QSizePolicy sizePolicy4(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy4.setHorizontalStretch(0);
- sizePolicy4.setVerticalStretch(0);
- sizePolicy4.setHeightForWidth(PushButton2->sizePolicy().hasHeightForWidth());
- PushButton2->setSizePolicy(sizePolicy4);
-
- gridLayout2->addWidget(PushButton2, 1, 1, 1, 1);
-
- TextLabel2 = new QLabel(GroupBox1);
- TextLabel2->setObjectName(QString::fromUtf8("TextLabel2"));
- QSizePolicy sizePolicy5(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy5.setHorizontalStretch(0);
- sizePolicy5.setVerticalStretch(0);
- sizePolicy5.setHeightForWidth(TextLabel2->sizePolicy().hasHeightForWidth());
- TextLabel2->setSizePolicy(sizePolicy5);
- TextLabel2->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel2, 1, 0, 1, 1);
-
- spacerItem = new QSpacerItem(0, 20, QSizePolicy::Minimum, QSizePolicy::Expanding);
-
- gridLayout2->addItem(spacerItem, 3, 2, 1, 1);
-
- TextLabel1 = new QLabel(GroupBox1);
- TextLabel1->setObjectName(QString::fromUtf8("TextLabel1"));
- QSizePolicy sizePolicy6(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy6.setHorizontalStretch(0);
- sizePolicy6.setVerticalStretch(0);
- sizePolicy6.setHeightForWidth(TextLabel1->sizePolicy().hasHeightForWidth());
- TextLabel1->setSizePolicy(sizePolicy6);
- TextLabel1->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel1, 0, 0, 1, 1);
-
- PushButton1 = new QPushButton(GroupBox1);
- PushButton1->setObjectName(QString::fromUtf8("PushButton1"));
- QSizePolicy sizePolicy7(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy7.setHorizontalStretch(0);
- sizePolicy7.setVerticalStretch(0);
- sizePolicy7.setHeightForWidth(PushButton1->sizePolicy().hasHeightForWidth());
- PushButton1->setSizePolicy(sizePolicy7);
-
- gridLayout2->addWidget(PushButton1, 0, 1, 1, 1);
-
- LineEdit2 = new QLineEdit(GroupBox1);
- LineEdit2->setObjectName(QString::fromUtf8("LineEdit2"));
-
- gridLayout2->addWidget(LineEdit2, 1, 2, 1, 1);
-
-
- gridLayout1->addLayout(gridLayout2, 0, 0, 1, 1);
-
-
- gridLayout->addWidget(GroupBox1, 0, 0, 1, 1);
-
-
- retranslateUi(DlgRef_2Sel2Spin_QTD);
-
- QSize size(129, 145);
- size = size.expandedTo(DlgRef_2Sel2Spin_QTD->minimumSizeHint());
- DlgRef_2Sel2Spin_QTD->resize(size);
-
-
- QMetaObject::connectSlotsByName(DlgRef_2Sel2Spin_QTD);
- } // setupUi
-
- void retranslateUi(QWidget *DlgRef_2Sel2Spin_QTD)
- {
- DlgRef_2Sel2Spin_QTD->setWindowTitle(QApplication::translate("DlgRef_2Sel2Spin_QTD", "DlgRef_2Sel2Spin_QTD", 0, QApplication::UnicodeUTF8));
- GroupBox1->setTitle(QString());
- TextLabel4->setText(QApplication::translate("DlgRef_2Sel2Spin_QTD", "TL4", 0, QApplication::UnicodeUTF8));
- TextLabel3->setText(QApplication::translate("DlgRef_2Sel2Spin_QTD", "TL3", 0, QApplication::UnicodeUTF8));
- PushButton2->setText(QString());
- TextLabel2->setText(QApplication::translate("DlgRef_2Sel2Spin_QTD", "TL2", 0, QApplication::UnicodeUTF8));
- TextLabel1->setText(QApplication::translate("DlgRef_2Sel2Spin_QTD", "TL1", 0, QApplication::UnicodeUTF8));
- PushButton1->setText(QString());
- Q_UNUSED(DlgRef_2Sel2Spin_QTD);
- } // retranslateUi
-
-};
-
-namespace Ui {
- class DlgRef_2Sel2Spin_QTD: public Ui_DlgRef_2Sel2Spin_QTD {};
-} // namespace Ui
-
-#endif // DLGREF_2SEL2SPIN_QTD_H
--- /dev/null
+<ui version="4.0" >
+ <class>DlgRef_2Sel2Spin_QTD</class>
+ <widget class="QWidget" name="DlgRef_2Sel2Spin_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>156</width>
+ <height>124</height>
+ </rect>
+ </property>
+ <property name="windowTitle" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>0</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>9</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="3" column="1" colspan="2" >
+ <widget class="QDoubleSpinBox" name="SpinBox_DY" />
+ </item>
+ <item row="2" column="1" colspan="2" >
+ <widget class="QDoubleSpinBox" name="SpinBox_DX" />
+ </item>
+ <item row="3" column="0" >
+ <widget class="QLabel" name="TextLabel4" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL4</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="0" >
+ <widget class="QLabel" name="TextLabel3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL3</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="2" >
+ <widget class="QLineEdit" name="LineEdit2" />
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1" >
+ <widget class="QPushButton" name="PushButton2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ </layout>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <tabstops>
+ <tabstop>PushButton1</tabstop>
+ <tabstop>LineEdit1</tabstop>
+ <tabstop>PushButton2</tabstop>
+ <tabstop>LineEdit2</tabstop>
+ <tabstop>SpinBox_DX</tabstop>
+ <tabstop>SpinBox_DY</tabstop>
+ </tabstops>
+ <resources/>
+ <connections/>
+</ui>
+++ /dev/null
-// GEOM GEOMGUI : GUI for Geometry component
-//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-//
-//
-// File : DlgRef_2Sel3Spin.cxx
-// Author : Damien COQUERET
-// Module : GEOM
-// $Header:
-
-#include "DlgRef_2Sel3Spin.h"
-#include "DlgRef_SpinBox.h"
-
-/*
- * Constructs a DlgRef_2Sel1Spin which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'
- */
-DlgRef_2Sel3Spin::DlgRef_2Sel3Spin(QWidget* parent, const char* name, Qt::WindowFlags fl)
- :QWidget(parent, fl)
-{
- setupUi(this);
-
- setObjectName(name);
-
- SpinBox1->setAttribute( Qt::WA_DeleteOnClose );
- SpinBox1->close();
-
- SpinBox2->setAttribute( Qt::WA_DeleteOnClose );
- SpinBox2->close();
-
- SpinBox3->setAttribute( Qt::WA_DeleteOnClose );
- SpinBox3->close();
-
- SpinBox_DX = new DlgRef_SpinBox(GroupBox1, "SpinBox_DX");
- gridLayout3->addWidget(SpinBox_DX, 0, 1);
- SpinBox_DY = new DlgRef_SpinBox(GroupBox1, "SpinBox_DY");
- gridLayout3->addWidget(SpinBox_DY, 1, 1);
- SpinBox_DZ = new DlgRef_SpinBox(GroupBox1, "SpinBox_DZ");
- gridLayout3->addWidget(SpinBox_DZ, 2, 1);
-}
-
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_2Sel3Spin::~DlgRef_2Sel3Spin()
-{
- // no need to delete child widgets, Qt does it all for us
-}
+++ /dev/null
-// GEOM GEOMGUI : GUI for Geometry component
-//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-//
-//
-// File : DlgRef_2Sel3Spin.h
-// Author : Damien COQUERET
-// Module : GEOM
-// $Header:
-
-#ifndef DLGREF_2SEL3SPIN_H
-#define DLGREF_2SEL3SPIN_H
-
-#include "GEOM_DlgRef.hxx"
-
-#include "DlgRef_2Sel3Spin_QTD.h"
-
-class DlgRef_SpinBox;
-
-class GEOM_DLGREF_EXPORT DlgRef_2Sel3Spin : public QWidget, public Ui::DlgRef_2Sel3Spin_QTD
-{
- Q_OBJECT
-
-public:
- DlgRef_2Sel3Spin(QWidget* parent = 0, const char* name = 0, Qt::WindowFlags fl = 0);
- ~DlgRef_2Sel3Spin();
-
- DlgRef_SpinBox* SpinBox_DX;
- DlgRef_SpinBox* SpinBox_DY;
- DlgRef_SpinBox* SpinBox_DZ;
-
-};
-
-#endif // DLGREF_2SEL3SPIN_H
+++ /dev/null
-/********************************************************************************
-** Form generated from reading ui file 'DlgRef_2Sel3Spin_QTD.ui'
-**
-** Created: Fri Jun 29 14:24:24 2007
-** by: Qt User Interface Compiler version 4.2.3
-**
-** WARNING! All changes made in this file will be lost when recompiling ui file!
-********************************************************************************/
-
-#ifndef DLGREF_2SEL3SPIN_QTD_H
-#define DLGREF_2SEL3SPIN_QTD_H
-
-#include <QtCore/QVariant>
-#include <QtGui/QAction>
-#include <QtGui/QApplication>
-#include <QtGui/QButtonGroup>
-#include <QtGui/QGridLayout>
-#include <QtGui/QGroupBox>
-#include <QtGui/QLabel>
-#include <QtGui/QLineEdit>
-#include <QtGui/QPushButton>
-#include <QtGui/QSpacerItem>
-#include <QtGui/QSpinBox>
-#include <QtGui/QWidget>
-#include <Qt3Support/Q3MimeSourceFactory>
-
-class Ui_DlgRef_2Sel3Spin_QTD
-{
-public:
- QGridLayout *gridLayout;
- QGroupBox *GroupBox1;
- QGridLayout *gridLayout1;
- QGridLayout *gridLayout2;
- QLineEdit *LineEdit1;
- QLabel *TextLabel1;
- QLabel *TextLabel2;
- QGridLayout *gridLayout3;
- QLabel *TextLabel3;
- QSpinBox *SpinBox2;
- QLabel *TextLabel4;
- QLabel *TextLabel5;
- QSpinBox *SpinBox1;
- QSpinBox *SpinBox3;
- QPushButton *PushButton1;
- QSpacerItem *spacerItem;
- QLineEdit *LineEdit2;
- QPushButton *PushButton2;
-
- void setupUi(QWidget *DlgRef_2Sel3Spin_QTD)
- {
- DlgRef_2Sel3Spin_QTD->setObjectName(QString::fromUtf8("DlgRef_2Sel3Spin_QTD"));
- gridLayout = new QGridLayout(DlgRef_2Sel3Spin_QTD);
- gridLayout->setSpacing(6);
- gridLayout->setMargin(0);
- gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
- GroupBox1 = new QGroupBox(DlgRef_2Sel3Spin_QTD);
- GroupBox1->setObjectName(QString::fromUtf8("GroupBox1"));
- gridLayout1 = new QGridLayout(GroupBox1);
- gridLayout1->setSpacing(6);
- gridLayout1->setMargin(11);
- gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
- gridLayout2 = new QGridLayout();
- gridLayout2->setSpacing(6);
- gridLayout2->setMargin(0);
- gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
- LineEdit1 = new QLineEdit(GroupBox1);
- LineEdit1->setObjectName(QString::fromUtf8("LineEdit1"));
-
- gridLayout2->addWidget(LineEdit1, 0, 2, 1, 1);
-
- TextLabel1 = new QLabel(GroupBox1);
- TextLabel1->setObjectName(QString::fromUtf8("TextLabel1"));
- QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(TextLabel1->sizePolicy().hasHeightForWidth());
- TextLabel1->setSizePolicy(sizePolicy);
- TextLabel1->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel1, 0, 0, 1, 1);
-
- TextLabel2 = new QLabel(GroupBox1);
- TextLabel2->setObjectName(QString::fromUtf8("TextLabel2"));
- QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy1.setHorizontalStretch(0);
- sizePolicy1.setVerticalStretch(0);
- sizePolicy1.setHeightForWidth(TextLabel2->sizePolicy().hasHeightForWidth());
- TextLabel2->setSizePolicy(sizePolicy1);
- TextLabel2->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel2, 1, 0, 1, 1);
-
- gridLayout3 = new QGridLayout();
- gridLayout3->setSpacing(6);
- gridLayout3->setMargin(0);
- gridLayout3->setObjectName(QString::fromUtf8("gridLayout3"));
- TextLabel3 = new QLabel(GroupBox1);
- TextLabel3->setObjectName(QString::fromUtf8("TextLabel3"));
- QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy2.setHorizontalStretch(0);
- sizePolicy2.setVerticalStretch(0);
- sizePolicy2.setHeightForWidth(TextLabel3->sizePolicy().hasHeightForWidth());
- TextLabel3->setSizePolicy(sizePolicy2);
- TextLabel3->setWordWrap(false);
-
- gridLayout3->addWidget(TextLabel3, 0, 0, 1, 1);
-
- SpinBox2 = new QSpinBox(GroupBox1);
- SpinBox2->setObjectName(QString::fromUtf8("SpinBox2"));
- QSizePolicy sizePolicy3(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy3.setHorizontalStretch(0);
- sizePolicy3.setVerticalStretch(0);
- sizePolicy3.setHeightForWidth(SpinBox2->sizePolicy().hasHeightForWidth());
- SpinBox2->setSizePolicy(sizePolicy3);
-
- gridLayout3->addWidget(SpinBox2, 1, 1, 1, 1);
-
- TextLabel4 = new QLabel(GroupBox1);
- TextLabel4->setObjectName(QString::fromUtf8("TextLabel4"));
- QSizePolicy sizePolicy4(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy4.setHorizontalStretch(0);
- sizePolicy4.setVerticalStretch(0);
- sizePolicy4.setHeightForWidth(TextLabel4->sizePolicy().hasHeightForWidth());
- TextLabel4->setSizePolicy(sizePolicy4);
- TextLabel4->setWordWrap(false);
-
- gridLayout3->addWidget(TextLabel4, 1, 0, 1, 1);
-
- TextLabel5 = new QLabel(GroupBox1);
- TextLabel5->setObjectName(QString::fromUtf8("TextLabel5"));
- QSizePolicy sizePolicy5(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy5.setHorizontalStretch(0);
- sizePolicy5.setVerticalStretch(0);
- sizePolicy5.setHeightForWidth(TextLabel5->sizePolicy().hasHeightForWidth());
- TextLabel5->setSizePolicy(sizePolicy5);
- TextLabel5->setWordWrap(false);
-
- gridLayout3->addWidget(TextLabel5, 2, 0, 1, 1);
-
- SpinBox1 = new QSpinBox(GroupBox1);
- SpinBox1->setObjectName(QString::fromUtf8("SpinBox1"));
- QSizePolicy sizePolicy6(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy6.setHorizontalStretch(0);
- sizePolicy6.setVerticalStretch(0);
- sizePolicy6.setHeightForWidth(SpinBox1->sizePolicy().hasHeightForWidth());
- SpinBox1->setSizePolicy(sizePolicy6);
-
- gridLayout3->addWidget(SpinBox1, 0, 1, 1, 1);
-
- SpinBox3 = new QSpinBox(GroupBox1);
- SpinBox3->setObjectName(QString::fromUtf8("SpinBox3"));
- QSizePolicy sizePolicy7(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy7.setHorizontalStretch(0);
- sizePolicy7.setVerticalStretch(0);
- sizePolicy7.setHeightForWidth(SpinBox3->sizePolicy().hasHeightForWidth());
- SpinBox3->setSizePolicy(sizePolicy7);
-
- gridLayout3->addWidget(SpinBox3, 2, 1, 1, 1);
-
-
- gridLayout2->addLayout(gridLayout3, 2, 0, 1, 3);
-
- PushButton1 = new QPushButton(GroupBox1);
- PushButton1->setObjectName(QString::fromUtf8("PushButton1"));
- QSizePolicy sizePolicy8(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy8.setHorizontalStretch(0);
- sizePolicy8.setVerticalStretch(0);
- sizePolicy8.setHeightForWidth(PushButton1->sizePolicy().hasHeightForWidth());
- PushButton1->setSizePolicy(sizePolicy8);
-
- gridLayout2->addWidget(PushButton1, 0, 1, 1, 1);
-
- spacerItem = new QSpacerItem(0, 20, QSizePolicy::Minimum, QSizePolicy::Expanding);
-
- gridLayout2->addItem(spacerItem, 3, 2, 1, 1);
-
- LineEdit2 = new QLineEdit(GroupBox1);
- LineEdit2->setObjectName(QString::fromUtf8("LineEdit2"));
-
- gridLayout2->addWidget(LineEdit2, 1, 2, 1, 1);
-
- PushButton2 = new QPushButton(GroupBox1);
- PushButton2->setObjectName(QString::fromUtf8("PushButton2"));
- QSizePolicy sizePolicy9(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy9.setHorizontalStretch(0);
- sizePolicy9.setVerticalStretch(0);
- sizePolicy9.setHeightForWidth(PushButton2->sizePolicy().hasHeightForWidth());
- PushButton2->setSizePolicy(sizePolicy9);
-
- gridLayout2->addWidget(PushButton2, 1, 1, 1, 1);
-
-
- gridLayout1->addLayout(gridLayout2, 0, 0, 1, 1);
-
-
- gridLayout->addWidget(GroupBox1, 0, 0, 1, 1);
-
-
- retranslateUi(DlgRef_2Sel3Spin_QTD);
-
- QSize size(129, 173);
- size = size.expandedTo(DlgRef_2Sel3Spin_QTD->minimumSizeHint());
- DlgRef_2Sel3Spin_QTD->resize(size);
-
-
- QMetaObject::connectSlotsByName(DlgRef_2Sel3Spin_QTD);
- } // setupUi
-
- void retranslateUi(QWidget *DlgRef_2Sel3Spin_QTD)
- {
- DlgRef_2Sel3Spin_QTD->setWindowTitle(QApplication::translate("DlgRef_2Sel3Spin_QTD", "DlgRef_2Sel3Spin_QTD", 0, QApplication::UnicodeUTF8));
- GroupBox1->setTitle(QString());
- TextLabel1->setText(QApplication::translate("DlgRef_2Sel3Spin_QTD", "TL1", 0, QApplication::UnicodeUTF8));
- TextLabel2->setText(QApplication::translate("DlgRef_2Sel3Spin_QTD", "TL2", 0, QApplication::UnicodeUTF8));
- TextLabel3->setText(QApplication::translate("DlgRef_2Sel3Spin_QTD", "TL3", 0, QApplication::UnicodeUTF8));
- TextLabel4->setText(QApplication::translate("DlgRef_2Sel3Spin_QTD", "TL4", 0, QApplication::UnicodeUTF8));
- TextLabel5->setText(QApplication::translate("DlgRef_2Sel3Spin_QTD", "TL4", 0, QApplication::UnicodeUTF8));
- PushButton1->setText(QString());
- PushButton2->setText(QString());
- Q_UNUSED(DlgRef_2Sel3Spin_QTD);
- } // retranslateUi
-
-};
-
-namespace Ui {
- class DlgRef_2Sel3Spin_QTD: public Ui_DlgRef_2Sel3Spin_QTD {};
-} // namespace Ui
-
-#endif // DLGREF_2SEL3SPIN_QTD_H
--- /dev/null
+<ui version="4.0" >
+ <class>DlgRef_2Sel3Spin_QTD</class>
+ <widget class="QWidget" name="DlgRef_2Sel3Spin_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>156</width>
+ <height>149</height>
+ </rect>
+ </property>
+ <property name="windowTitle" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>0</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>9</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item rowspan="2" row="4" column="1" colspan="2" >
+ <widget class="QDoubleSpinBox" name="SpinBox_DY" />
+ </item>
+ <item row="6" column="1" colspan="2" >
+ <widget class="QDoubleSpinBox" name="SpinBox_DZ" />
+ </item>
+ <item rowspan="2" row="2" column="1" colspan="2" >
+ <widget class="QDoubleSpinBox" name="SpinBox_DX" />
+ </item>
+ <item rowspan="2" row="5" column="0" >
+ <widget class="QLabel" name="TextLabel5" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL4</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item rowspan="2" row="3" column="0" >
+ <widget class="QLabel" name="TextLabel4" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL4</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="0" >
+ <widget class="QLabel" name="TextLabel3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL3</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1" >
+ <widget class="QPushButton" name="PushButton2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="2" >
+ <widget class="QLineEdit" name="LineEdit2" />
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <tabstops>
+ <tabstop>PushButton1</tabstop>
+ <tabstop>LineEdit1</tabstop>
+ <tabstop>PushButton2</tabstop>
+ <tabstop>LineEdit2</tabstop>
+ <tabstop>SpinBox_DX</tabstop>
+ <tabstop>SpinBox_DY</tabstop>
+ <tabstop>SpinBox_DZ</tabstop>
+ </tabstops>
+ <resources/>
+ <connections/>
+</ui>
+++ /dev/null
-// GEOM GEOMGUI : GUI for Geometry component
-//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-//
-//
-// File : DlgRef_2Sel4Spin1Check.cxx
-// Author : Damien COQUERET
-// Module : GEOM
-// $Header:
-
-#include "DlgRef_2Sel4Spin1Check.h"
-#include "DlgRef_SpinBox.h"
-
-/*
- * Constructs a DlgRef_2Sel1Spin which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'
- */
-DlgRef_2Sel4Spin1Check::DlgRef_2Sel4Spin1Check(QWidget* parent, const char* name, Qt::WindowFlags fl)
- :QWidget(parent, fl)
-{
- setupUi(this);
-
- setObjectName(name);
-
- SpinBox1->setAttribute( Qt::WA_DeleteOnClose );
- SpinBox1->close();
-
- SpinBox2->setAttribute( Qt::WA_DeleteOnClose );
- SpinBox2->close();
-
- SpinBox3->setAttribute( Qt::WA_DeleteOnClose );
- SpinBox3->close();
-
- SpinBox4->setAttribute( Qt::WA_DeleteOnClose );
- SpinBox4->close();
-
- SpinBox_DX1 = new DlgRef_SpinBox(GroupBox1, "SpinBox_DX1");
- SpinBox_DY1 = new DlgRef_SpinBox(GroupBox1, "SpinBox_DY1");
- SpinBox_DX2 = new DlgRef_SpinBox(GroupBox1, "SpinBox_DX2");
- SpinBox_DY2 = new DlgRef_SpinBox(GroupBox1, "SpinBox_DY2");
- gridLayout3->addWidget(SpinBox_DX1, 0, 1);
- gridLayout3->addWidget(SpinBox_DY1, 1, 1);
- gridLayout4->addWidget(SpinBox_DX2, 0, 1);
- gridLayout4->addWidget(SpinBox_DY2, 1, 1);
-
- // PAL 6532
- PushButton1->setAutoDefault( false );
- PushButton2->setAutoDefault( false );
-}
-
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_2Sel4Spin1Check::~DlgRef_2Sel4Spin1Check()
-{
- // no need to delete child widgets, Qt does it all for us
-}
+++ /dev/null
-// GEOM GEOMGUI : GUI for Geometry component
-//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-//
-//
-// File : DlgRef_2Sel4Spin1Check.h
-// Author : Damien COQUERET
-// Module : GEOM
-// $Header:
-
-#ifndef DLGREF_2SEL4SPIN1CHECK_H
-#define DLGREF_2SEL4SPIN1CHECK_H
-
-#include "GEOM_DlgRef.hxx"
-
-#include "DlgRef_2Sel4Spin1Check_QTD.h"
-
-class DlgRef_SpinBox;
-
-class GEOM_DLGREF_EXPORT DlgRef_2Sel4Spin1Check : public QWidget, public Ui::DlgRef_2Sel4Spin1Check_QTD
-{
- Q_OBJECT
-
-public:
- DlgRef_2Sel4Spin1Check(QWidget* parent = 0, const char* name = 0, Qt::WindowFlags fl = 0);
- ~DlgRef_2Sel4Spin1Check();
-
- DlgRef_SpinBox* SpinBox_DX1;
- DlgRef_SpinBox* SpinBox_DY1;
- DlgRef_SpinBox* SpinBox_DX2;
- DlgRef_SpinBox* SpinBox_DY2;
-
-};
-
-#endif // DLGREF_2SEL4SPIN1CHECK_H
+++ /dev/null
-/********************************************************************************
-** Form generated from reading ui file 'DlgRef_2Sel4Spin1Check_QTD.ui'
-**
-** Created: Fri Jun 29 14:26:24 2007
-** by: Qt User Interface Compiler version 4.2.3
-**
-** WARNING! All changes made in this file will be lost when recompiling ui file!
-********************************************************************************/
-
-#ifndef DLGREF_2SEL4SPIN1CHECK_QTD_H
-#define DLGREF_2SEL4SPIN1CHECK_QTD_H
-
-#include <QtCore/QVariant>
-#include <QtGui/QAction>
-#include <QtGui/QApplication>
-#include <QtGui/QButtonGroup>
-#include <QtGui/QCheckBox>
-#include <QtGui/QGridLayout>
-#include <QtGui/QGroupBox>
-#include <QtGui/QLabel>
-#include <QtGui/QLineEdit>
-#include <QtGui/QPushButton>
-#include <QtGui/QSpacerItem>
-#include <QtGui/QSpinBox>
-#include <QtGui/QWidget>
-#include <Qt3Support/Q3MimeSourceFactory>
-
-class Ui_DlgRef_2Sel4Spin1Check_QTD
-{
-public:
- QGridLayout *gridLayout;
- QGroupBox *GroupBox1;
- QGridLayout *gridLayout1;
- QGridLayout *gridLayout2;
- QPushButton *PushButton1;
- QCheckBox *CheckButton1;
- QGridLayout *gridLayout3;
- QLabel *TextLabel3;
- QSpinBox *SpinBox1;
- QSpinBox *SpinBox2;
- QLabel *TextLabel4;
- QLineEdit *LineEdit2;
- QLabel *TextLabel1;
- QLineEdit *LineEdit1;
- QSpacerItem *spacerItem;
- QPushButton *PushButton2;
- QLabel *TextLabel2;
- QGridLayout *gridLayout4;
- QSpinBox *SpinBox4;
- QLabel *TextLabel5;
- QSpinBox *SpinBox3;
- QLabel *TextLabel6;
-
- void setupUi(QWidget *DlgRef_2Sel4Spin1Check_QTD)
- {
- DlgRef_2Sel4Spin1Check_QTD->setObjectName(QString::fromUtf8("DlgRef_2Sel4Spin1Check_QTD"));
- gridLayout = new QGridLayout(DlgRef_2Sel4Spin1Check_QTD);
- gridLayout->setSpacing(6);
- gridLayout->setMargin(0);
- gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
- GroupBox1 = new QGroupBox(DlgRef_2Sel4Spin1Check_QTD);
- GroupBox1->setObjectName(QString::fromUtf8("GroupBox1"));
- gridLayout1 = new QGridLayout(GroupBox1);
- gridLayout1->setSpacing(6);
- gridLayout1->setMargin(11);
- gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
- gridLayout2 = new QGridLayout();
- gridLayout2->setSpacing(6);
- gridLayout2->setMargin(0);
- gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
- PushButton1 = new QPushButton(GroupBox1);
- PushButton1->setObjectName(QString::fromUtf8("PushButton1"));
- QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(PushButton1->sizePolicy().hasHeightForWidth());
- PushButton1->setSizePolicy(sizePolicy);
-
- gridLayout2->addWidget(PushButton1, 0, 1, 1, 1);
-
- CheckButton1 = new QCheckBox(GroupBox1);
- CheckButton1->setObjectName(QString::fromUtf8("CheckButton1"));
-
- gridLayout2->addWidget(CheckButton1, 3, 0, 1, 4);
-
- gridLayout3 = new QGridLayout();
- gridLayout3->setSpacing(6);
- gridLayout3->setMargin(0);
- gridLayout3->setObjectName(QString::fromUtf8("gridLayout3"));
- TextLabel3 = new QLabel(GroupBox1);
- TextLabel3->setObjectName(QString::fromUtf8("TextLabel3"));
- QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy1.setHorizontalStretch(0);
- sizePolicy1.setVerticalStretch(0);
- sizePolicy1.setHeightForWidth(TextLabel3->sizePolicy().hasHeightForWidth());
- TextLabel3->setSizePolicy(sizePolicy1);
- TextLabel3->setWordWrap(false);
-
- gridLayout3->addWidget(TextLabel3, 0, 0, 1, 1);
-
- SpinBox1 = new QSpinBox(GroupBox1);
- SpinBox1->setObjectName(QString::fromUtf8("SpinBox1"));
- QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy2.setHorizontalStretch(0);
- sizePolicy2.setVerticalStretch(0);
- sizePolicy2.setHeightForWidth(SpinBox1->sizePolicy().hasHeightForWidth());
- SpinBox1->setSizePolicy(sizePolicy2);
-
- gridLayout3->addWidget(SpinBox1, 0, 1, 1, 1);
-
- SpinBox2 = new QSpinBox(GroupBox1);
- SpinBox2->setObjectName(QString::fromUtf8("SpinBox2"));
- QSizePolicy sizePolicy3(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy3.setHorizontalStretch(0);
- sizePolicy3.setVerticalStretch(0);
- sizePolicy3.setHeightForWidth(SpinBox2->sizePolicy().hasHeightForWidth());
- SpinBox2->setSizePolicy(sizePolicy3);
-
- gridLayout3->addWidget(SpinBox2, 1, 1, 1, 1);
-
- TextLabel4 = new QLabel(GroupBox1);
- TextLabel4->setObjectName(QString::fromUtf8("TextLabel4"));
- QSizePolicy sizePolicy4(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy4.setHorizontalStretch(0);
- sizePolicy4.setVerticalStretch(0);
- sizePolicy4.setHeightForWidth(TextLabel4->sizePolicy().hasHeightForWidth());
- TextLabel4->setSizePolicy(sizePolicy4);
- TextLabel4->setWordWrap(false);
-
- gridLayout3->addWidget(TextLabel4, 1, 0, 1, 1);
-
-
- gridLayout2->addLayout(gridLayout3, 2, 0, 1, 3);
-
- LineEdit2 = new QLineEdit(GroupBox1);
- LineEdit2->setObjectName(QString::fromUtf8("LineEdit2"));
-
- gridLayout2->addWidget(LineEdit2, 1, 2, 1, 1);
-
- TextLabel1 = new QLabel(GroupBox1);
- TextLabel1->setObjectName(QString::fromUtf8("TextLabel1"));
- QSizePolicy sizePolicy5(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy5.setHorizontalStretch(0);
- sizePolicy5.setVerticalStretch(0);
- sizePolicy5.setHeightForWidth(TextLabel1->sizePolicy().hasHeightForWidth());
- TextLabel1->setSizePolicy(sizePolicy5);
- TextLabel1->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel1, 0, 0, 1, 1);
-
- LineEdit1 = new QLineEdit(GroupBox1);
- LineEdit1->setObjectName(QString::fromUtf8("LineEdit1"));
-
- gridLayout2->addWidget(LineEdit1, 0, 2, 1, 1);
-
- spacerItem = new QSpacerItem(0, 16, QSizePolicy::Minimum, QSizePolicy::Expanding);
-
- gridLayout2->addItem(spacerItem, 5, 3, 1, 1);
-
- PushButton2 = new QPushButton(GroupBox1);
- PushButton2->setObjectName(QString::fromUtf8("PushButton2"));
- QSizePolicy sizePolicy6(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy6.setHorizontalStretch(0);
- sizePolicy6.setVerticalStretch(0);
- sizePolicy6.setHeightForWidth(PushButton2->sizePolicy().hasHeightForWidth());
- PushButton2->setSizePolicy(sizePolicy6);
-
- gridLayout2->addWidget(PushButton2, 1, 1, 1, 1);
-
- TextLabel2 = new QLabel(GroupBox1);
- TextLabel2->setObjectName(QString::fromUtf8("TextLabel2"));
- QSizePolicy sizePolicy7(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy7.setHorizontalStretch(0);
- sizePolicy7.setVerticalStretch(0);
- sizePolicy7.setHeightForWidth(TextLabel2->sizePolicy().hasHeightForWidth());
- TextLabel2->setSizePolicy(sizePolicy7);
- TextLabel2->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel2, 1, 0, 1, 1);
-
- gridLayout4 = new QGridLayout();
- gridLayout4->setSpacing(6);
- gridLayout4->setMargin(0);
- gridLayout4->setObjectName(QString::fromUtf8("gridLayout4"));
- SpinBox4 = new QSpinBox(GroupBox1);
- SpinBox4->setObjectName(QString::fromUtf8("SpinBox4"));
- QSizePolicy sizePolicy8(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy8.setHorizontalStretch(0);
- sizePolicy8.setVerticalStretch(0);
- sizePolicy8.setHeightForWidth(SpinBox4->sizePolicy().hasHeightForWidth());
- SpinBox4->setSizePolicy(sizePolicy8);
-
- gridLayout4->addWidget(SpinBox4, 1, 1, 1, 1);
-
- TextLabel5 = new QLabel(GroupBox1);
- TextLabel5->setObjectName(QString::fromUtf8("TextLabel5"));
- QSizePolicy sizePolicy9(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy9.setHorizontalStretch(0);
- sizePolicy9.setVerticalStretch(0);
- sizePolicy9.setHeightForWidth(TextLabel5->sizePolicy().hasHeightForWidth());
- TextLabel5->setSizePolicy(sizePolicy9);
- TextLabel5->setWordWrap(false);
-
- gridLayout4->addWidget(TextLabel5, 0, 0, 1, 1);
-
- SpinBox3 = new QSpinBox(GroupBox1);
- SpinBox3->setObjectName(QString::fromUtf8("SpinBox3"));
- QSizePolicy sizePolicy10(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy10.setHorizontalStretch(0);
- sizePolicy10.setVerticalStretch(0);
- sizePolicy10.setHeightForWidth(SpinBox3->sizePolicy().hasHeightForWidth());
- SpinBox3->setSizePolicy(sizePolicy10);
-
- gridLayout4->addWidget(SpinBox3, 0, 1, 1, 1);
-
- TextLabel6 = new QLabel(GroupBox1);
- TextLabel6->setObjectName(QString::fromUtf8("TextLabel6"));
- QSizePolicy sizePolicy11(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy11.setHorizontalStretch(0);
- sizePolicy11.setVerticalStretch(0);
- sizePolicy11.setHeightForWidth(TextLabel6->sizePolicy().hasHeightForWidth());
- TextLabel6->setSizePolicy(sizePolicy11);
- TextLabel6->setWordWrap(false);
-
- gridLayout4->addWidget(TextLabel6, 1, 0, 1, 1);
-
-
- gridLayout2->addLayout(gridLayout4, 4, 0, 1, 3);
-
-
- gridLayout1->addLayout(gridLayout2, 0, 0, 1, 1);
-
-
- gridLayout->addWidget(GroupBox1, 0, 0, 1, 1);
-
- QWidget::setTabOrder(PushButton1, LineEdit1);
- QWidget::setTabOrder(LineEdit1, PushButton2);
- QWidget::setTabOrder(PushButton2, LineEdit2);
- QWidget::setTabOrder(LineEdit2, SpinBox1);
- QWidget::setTabOrder(SpinBox1, SpinBox2);
- QWidget::setTabOrder(SpinBox2, CheckButton1);
- QWidget::setTabOrder(CheckButton1, SpinBox3);
- QWidget::setTabOrder(SpinBox3, SpinBox4);
-
- retranslateUi(DlgRef_2Sel4Spin1Check_QTD);
-
- QSize size(262, 230);
- size = size.expandedTo(DlgRef_2Sel4Spin1Check_QTD->minimumSizeHint());
- DlgRef_2Sel4Spin1Check_QTD->resize(size);
-
-
- QMetaObject::connectSlotsByName(DlgRef_2Sel4Spin1Check_QTD);
- } // setupUi
-
- void retranslateUi(QWidget *DlgRef_2Sel4Spin1Check_QTD)
- {
- DlgRef_2Sel4Spin1Check_QTD->setWindowTitle(QApplication::translate("DlgRef_2Sel4Spin1Check_QTD", "DlgRef_2Sel4Spin1Check_QTD", 0, QApplication::UnicodeUTF8));
- GroupBox1->setTitle(QString());
- PushButton1->setText(QString());
- CheckButton1->setText(QString());
- TextLabel3->setText(QApplication::translate("DlgRef_2Sel4Spin1Check_QTD", "TL3", 0, QApplication::UnicodeUTF8));
- TextLabel4->setText(QApplication::translate("DlgRef_2Sel4Spin1Check_QTD", "TL4", 0, QApplication::UnicodeUTF8));
- TextLabel1->setText(QApplication::translate("DlgRef_2Sel4Spin1Check_QTD", "TL1", 0, QApplication::UnicodeUTF8));
- PushButton2->setText(QString());
- TextLabel2->setText(QApplication::translate("DlgRef_2Sel4Spin1Check_QTD", "TL2", 0, QApplication::UnicodeUTF8));
- TextLabel5->setText(QApplication::translate("DlgRef_2Sel4Spin1Check_QTD", "TL5", 0, QApplication::UnicodeUTF8));
- TextLabel6->setText(QApplication::translate("DlgRef_2Sel4Spin1Check_QTD", "TL6", 0, QApplication::UnicodeUTF8));
- Q_UNUSED(DlgRef_2Sel4Spin1Check_QTD);
- } // retranslateUi
-
-};
-
-namespace Ui {
- class DlgRef_2Sel4Spin1Check_QTD: public Ui_DlgRef_2Sel4Spin1Check_QTD {};
-} // namespace Ui
-
-#endif // DLGREF_2SEL4SPIN1CHECK_QTD_H
--- /dev/null
+<ui version="4.0" >
+ <class>DlgRef_2Sel4Spin1Check_QTD</class>
+ <widget class="QWidget" name="DlgRef_2Sel4Spin1Check_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>156</width>
+ <height>197</height>
+ </rect>
+ </property>
+ <property name="windowTitle" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>0</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>9</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="4" column="0" colspan="3" >
+ <widget class="QCheckBox" name="CheckButton1" >
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="6" column="1" colspan="2" >
+ <widget class="QDoubleSpinBox" name="SpinBox_DY2" />
+ </item>
+ <item row="5" column="1" colspan="2" >
+ <widget class="QDoubleSpinBox" name="SpinBox_DX2" />
+ </item>
+ <item row="3" column="1" colspan="2" >
+ <widget class="QDoubleSpinBox" name="SpinBox_DY1" />
+ </item>
+ <item row="2" column="1" colspan="2" >
+ <widget class="QDoubleSpinBox" name="SpinBox_DX1" />
+ </item>
+ <item row="6" column="0" >
+ <widget class="QLabel" name="TextLabel6" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL6</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="5" column="0" >
+ <widget class="QLabel" name="TextLabel5" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL5</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="0" >
+ <widget class="QLabel" name="TextLabel4" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL4</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="0" >
+ <widget class="QLabel" name="TextLabel3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL3</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1" >
+ <widget class="QPushButton" name="PushButton2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="2" >
+ <widget class="QLineEdit" name="LineEdit2" />
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <tabstops>
+ <tabstop>PushButton1</tabstop>
+ <tabstop>LineEdit1</tabstop>
+ <tabstop>PushButton2</tabstop>
+ <tabstop>LineEdit2</tabstop>
+ <tabstop>SpinBox_DX1</tabstop>
+ <tabstop>SpinBox_DY1</tabstop>
+ <tabstop>CheckButton1</tabstop>
+ <tabstop>SpinBox_DX2</tabstop>
+ <tabstop>SpinBox_DY2</tabstop>
+ </tabstops>
+ <resources/>
+ <connections/>
+</ui>
+++ /dev/null
-/********************************************************************************
-** Form generated from reading ui file 'DlgRef_2Sel_QTD.ui'
-**
-** Created: Fri Jun 29 12:53:09 2007
-** by: Qt User Interface Compiler version 4.2.3
-**
-** WARNING! All changes made in this file will be lost when recompiling ui file!
-********************************************************************************/
-
-#ifndef DLGREF_2SEL_QTD_H
-#define DLGREF_2SEL_QTD_H
-
-#include <QtCore/QVariant>
-#include <QtGui/QAction>
-#include <QtGui/QApplication>
-#include <QtGui/QButtonGroup>
-#include <QtGui/QGridLayout>
-#include <QtGui/QGroupBox>
-#include <QtGui/QLabel>
-#include <QtGui/QLineEdit>
-#include <QtGui/QPushButton>
-#include <QtGui/QSpacerItem>
-#include <QtGui/QWidget>
-#include <Qt3Support/Q3MimeSourceFactory>
-
-class Ui_DlgRef_2Sel_QTD
-{
-public:
- QGridLayout *gridLayout;
- QGroupBox *GroupBox1;
- QGridLayout *gridLayout1;
- QGridLayout *gridLayout2;
- QPushButton *PushButton1;
- QSpacerItem *spacerItem;
- QLineEdit *LineEdit2;
- QPushButton *PushButton2;
- QLabel *TextLabel1;
- QLabel *TextLabel2;
- QLineEdit *LineEdit1;
-
- void setupUi(QWidget *DlgRef_2Sel_QTD)
- {
- DlgRef_2Sel_QTD->setObjectName(QString::fromUtf8("DlgRef_2Sel_QTD"));
- QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(5), static_cast<QSizePolicy::Policy>(7));
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(DlgRef_2Sel_QTD->sizePolicy().hasHeightForWidth());
- DlgRef_2Sel_QTD->setSizePolicy(sizePolicy);
- gridLayout = new QGridLayout(DlgRef_2Sel_QTD);
- gridLayout->setSpacing(6);
- gridLayout->setMargin(0);
- gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
- GroupBox1 = new QGroupBox(DlgRef_2Sel_QTD);
- GroupBox1->setObjectName(QString::fromUtf8("GroupBox1"));
- gridLayout1 = new QGridLayout(GroupBox1);
- gridLayout1->setSpacing(6);
- gridLayout1->setMargin(11);
- gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
- gridLayout2 = new QGridLayout();
- gridLayout2->setSpacing(6);
- gridLayout2->setMargin(0);
- gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
- PushButton1 = new QPushButton(GroupBox1);
- PushButton1->setObjectName(QString::fromUtf8("PushButton1"));
- QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy1.setHorizontalStretch(0);
- sizePolicy1.setVerticalStretch(0);
- sizePolicy1.setHeightForWidth(PushButton1->sizePolicy().hasHeightForWidth());
- PushButton1->setSizePolicy(sizePolicy1);
-
- gridLayout2->addWidget(PushButton1, 0, 1, 1, 1);
-
- spacerItem = new QSpacerItem(0, 16, QSizePolicy::Minimum, QSizePolicy::Expanding);
-
- gridLayout2->addItem(spacerItem, 2, 2, 1, 1);
-
- LineEdit2 = new QLineEdit(GroupBox1);
- LineEdit2->setObjectName(QString::fromUtf8("LineEdit2"));
-
- gridLayout2->addWidget(LineEdit2, 1, 2, 1, 1);
-
- PushButton2 = new QPushButton(GroupBox1);
- PushButton2->setObjectName(QString::fromUtf8("PushButton2"));
- QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy2.setHorizontalStretch(0);
- sizePolicy2.setVerticalStretch(0);
- sizePolicy2.setHeightForWidth(PushButton2->sizePolicy().hasHeightForWidth());
- PushButton2->setSizePolicy(sizePolicy2);
-
- gridLayout2->addWidget(PushButton2, 1, 1, 1, 1);
-
- TextLabel1 = new QLabel(GroupBox1);
- TextLabel1->setObjectName(QString::fromUtf8("TextLabel1"));
- QSizePolicy sizePolicy3(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy3.setHorizontalStretch(0);
- sizePolicy3.setVerticalStretch(0);
- sizePolicy3.setHeightForWidth(TextLabel1->sizePolicy().hasHeightForWidth());
- TextLabel1->setSizePolicy(sizePolicy3);
- TextLabel1->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel1, 0, 0, 1, 1);
-
- TextLabel2 = new QLabel(GroupBox1);
- TextLabel2->setObjectName(QString::fromUtf8("TextLabel2"));
- QSizePolicy sizePolicy4(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy4.setHorizontalStretch(0);
- sizePolicy4.setVerticalStretch(0);
- sizePolicy4.setHeightForWidth(TextLabel2->sizePolicy().hasHeightForWidth());
- TextLabel2->setSizePolicy(sizePolicy4);
- TextLabel2->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel2, 1, 0, 1, 1);
-
- LineEdit1 = new QLineEdit(GroupBox1);
- LineEdit1->setObjectName(QString::fromUtf8("LineEdit1"));
-
- gridLayout2->addWidget(LineEdit1, 0, 2, 1, 1);
-
-
- gridLayout1->addLayout(gridLayout2, 0, 0, 1, 1);
-
-
- gridLayout->addWidget(GroupBox1, 0, 0, 1, 1);
-
-
- retranslateUi(DlgRef_2Sel_QTD);
-
- QSize size(129, 87);
- size = size.expandedTo(DlgRef_2Sel_QTD->minimumSizeHint());
- DlgRef_2Sel_QTD->resize(size);
-
-
- QMetaObject::connectSlotsByName(DlgRef_2Sel_QTD);
- } // setupUi
-
- void retranslateUi(QWidget *DlgRef_2Sel_QTD)
- {
- DlgRef_2Sel_QTD->setWindowTitle(QApplication::translate("DlgRef_2Sel_QTD", "DlgRef_2Sel_QTD", 0, QApplication::UnicodeUTF8));
- GroupBox1->setTitle(QString());
- PushButton1->setText(QString());
- PushButton2->setText(QString());
- TextLabel1->setText(QApplication::translate("DlgRef_2Sel_QTD", "TL1", 0, QApplication::UnicodeUTF8));
- TextLabel2->setText(QApplication::translate("DlgRef_2Sel_QTD", "TL2", 0, QApplication::UnicodeUTF8));
- Q_UNUSED(DlgRef_2Sel_QTD);
- } // retranslateUi
-
-};
-
-namespace Ui {
- class DlgRef_2Sel_QTD: public Ui_DlgRef_2Sel_QTD {};
-} // namespace Ui
-
-#endif // DLGREF_2SEL_QTD_H
--- /dev/null
+<ui version="4.0" >
+ <class>DlgRef_2Sel_QTD</class>
+ <widget class="QWidget" name="DlgRef_2Sel_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>156</width>
+ <height>74</height>
+ </rect>
+ </property>
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>5</hsizetype>
+ <vsizetype>7</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="windowTitle" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>9</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="1" column="2" >
+ <widget class="QLineEdit" name="LineEdit2" />
+ </item>
+ <item row="1" column="1" >
+ <widget class="QPushButton" name="PushButton2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ </layout>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <tabstops>
+ <tabstop>PushButton1</tabstop>
+ <tabstop>LineEdit1</tabstop>
+ <tabstop>PushButton2</tabstop>
+ <tabstop>LineEdit2</tabstop>
+ </tabstops>
+ <resources/>
+ <connections/>
+</ui>
+++ /dev/null
-// GEOM GEOMGUI : GUI for Geometry component
-//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-//
-//
-// File : DlgRef_2Spin.cxx
-// Author : Damien COQUERET
-// Module : GEOM
-// $Header:
-
-#include "DlgRef_2Spin.h"
-#include "DlgRef_SpinBox.h"
-
-/*
- * Constructs a DlgRef_2Spin which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'
- */
-DlgRef_2Spin::DlgRef_2Spin(QWidget* parent, const char* name, Qt::WindowFlags fl)
- :QWidget(parent, fl)
-{
- setupUi(this);
-
- setObjectName(name);
-
- SpinBox1->setAttribute( Qt::WA_DeleteOnClose );
- SpinBox1->close();
-
- SpinBox2->setAttribute( Qt::WA_DeleteOnClose );
- SpinBox2->close();
-
- SpinBox_DX = new DlgRef_SpinBox(GroupBox1, "SpinBox_DX");
- gridLayout2->addWidget(SpinBox_DX, 0, 1);
-
- SpinBox_DY = new DlgRef_SpinBox(GroupBox1, "SpinBox_DY");
- gridLayout2->addWidget(SpinBox_DY, 1, 1);
-
-}
-
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_2Spin::~DlgRef_2Spin()
-{
- // no need to delete child widgets, Qt does it all for us
-}
+++ /dev/null
-// GEOM GEOMGUI : GUI for Geometry component
-//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-//
-//
-// File : DlgRef_2Spin.h
-// Author : Damien COQUERET
-// Module : GEOM
-// $Header:
-
-#ifndef DLGREF_2SPIN_H
-#define DLGREF_2SPIN_H
-
-#include "GEOM_DlgRef.hxx"
-
-#include "DlgRef_2Spin_QTD.h"
-
-class DlgRef_SpinBox;
-
-class GEOM_DLGREF_EXPORT DlgRef_2Spin : public QWidget, public Ui::DlgRef_2Spin_QTD
-{
- Q_OBJECT
-
-public:
- DlgRef_2Spin(QWidget* parent = 0, const char* name = 0, Qt::WindowFlags fl = 0);
- ~DlgRef_2Spin();
-
- DlgRef_SpinBox* SpinBox_DX;
- DlgRef_SpinBox* SpinBox_DY;
-
-};
-
-#endif // DLGREF_2SPIN_H
+++ /dev/null
-/********************************************************************************
-** Form generated from reading ui file 'DlgRef_2Spin_QTD.ui'
-**
-** Created: Fri Jun 29 14:45:54 2007
-** by: Qt User Interface Compiler version 4.2.3
-**
-** WARNING! All changes made in this file will be lost when recompiling ui file!
-********************************************************************************/
-
-#ifndef DLGREF_2SPIN_QTD_H
-#define DLGREF_2SPIN_QTD_H
-
-#include <QtCore/QVariant>
-#include <QtGui/QAction>
-#include <QtGui/QApplication>
-#include <QtGui/QButtonGroup>
-#include <QtGui/QGridLayout>
-#include <QtGui/QGroupBox>
-#include <QtGui/QLabel>
-#include <QtGui/QSpacerItem>
-#include <QtGui/QSpinBox>
-#include <QtGui/QWidget>
-#include <Qt3Support/Q3MimeSourceFactory>
-
-class Ui_DlgRef_2Spin_QTD
-{
-public:
- QGridLayout *gridLayout;
- QGroupBox *GroupBox1;
- QGridLayout *gridLayout1;
- QGridLayout *gridLayout2;
- QSpinBox *SpinBox2;
- QSpacerItem *spacerItem;
- QSpinBox *SpinBox1;
- QLabel *TextLabel1;
- QLabel *TextLabel2;
-
- void setupUi(QWidget *DlgRef_2Spin_QTD)
- {
- DlgRef_2Spin_QTD->setObjectName(QString::fromUtf8("DlgRef_2Spin_QTD"));
- gridLayout = new QGridLayout(DlgRef_2Spin_QTD);
- gridLayout->setSpacing(6);
- gridLayout->setMargin(0);
- gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
- GroupBox1 = new QGroupBox(DlgRef_2Spin_QTD);
- GroupBox1->setObjectName(QString::fromUtf8("GroupBox1"));
- gridLayout1 = new QGridLayout(GroupBox1);
- gridLayout1->setSpacing(6);
- gridLayout1->setMargin(11);
- gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
- gridLayout2 = new QGridLayout();
- gridLayout2->setSpacing(6);
- gridLayout2->setMargin(0);
- gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
- SpinBox2 = new QSpinBox(GroupBox1);
- SpinBox2->setObjectName(QString::fromUtf8("SpinBox2"));
- QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(SpinBox2->sizePolicy().hasHeightForWidth());
- SpinBox2->setSizePolicy(sizePolicy);
-
- gridLayout2->addWidget(SpinBox2, 1, 1, 1, 1);
-
- spacerItem = new QSpacerItem(0, 16, QSizePolicy::Minimum, QSizePolicy::Expanding);
-
- gridLayout2->addItem(spacerItem, 3, 1, 1, 1);
-
- SpinBox1 = new QSpinBox(GroupBox1);
- SpinBox1->setObjectName(QString::fromUtf8("SpinBox1"));
- QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy1.setHorizontalStretch(0);
- sizePolicy1.setVerticalStretch(0);
- sizePolicy1.setHeightForWidth(SpinBox1->sizePolicy().hasHeightForWidth());
- SpinBox1->setSizePolicy(sizePolicy1);
-
- gridLayout2->addWidget(SpinBox1, 0, 1, 1, 1);
-
- TextLabel1 = new QLabel(GroupBox1);
- TextLabel1->setObjectName(QString::fromUtf8("TextLabel1"));
- QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy2.setHorizontalStretch(0);
- sizePolicy2.setVerticalStretch(0);
- sizePolicy2.setHeightForWidth(TextLabel1->sizePolicy().hasHeightForWidth());
- TextLabel1->setSizePolicy(sizePolicy2);
- TextLabel1->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel1, 0, 0, 1, 1);
-
- TextLabel2 = new QLabel(GroupBox1);
- TextLabel2->setObjectName(QString::fromUtf8("TextLabel2"));
- QSizePolicy sizePolicy3(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy3.setHorizontalStretch(0);
- sizePolicy3.setVerticalStretch(0);
- sizePolicy3.setHeightForWidth(TextLabel2->sizePolicy().hasHeightForWidth());
- TextLabel2->setSizePolicy(sizePolicy3);
- TextLabel2->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel2, 1, 0, 1, 1);
-
-
- gridLayout1->addLayout(gridLayout2, 0, 0, 1, 1);
-
-
- gridLayout->addWidget(GroupBox1, 0, 0, 1, 1);
-
-
- retranslateUi(DlgRef_2Spin_QTD);
-
- QSize size(124, 83);
- size = size.expandedTo(DlgRef_2Spin_QTD->minimumSizeHint());
- DlgRef_2Spin_QTD->resize(size);
-
-
- QMetaObject::connectSlotsByName(DlgRef_2Spin_QTD);
- } // setupUi
-
- void retranslateUi(QWidget *DlgRef_2Spin_QTD)
- {
- DlgRef_2Spin_QTD->setWindowTitle(QApplication::translate("DlgRef_2Spin_QTD", "DlgRef_2Spin_QTD", 0, QApplication::UnicodeUTF8));
- GroupBox1->setTitle(QString());
- TextLabel1->setText(QApplication::translate("DlgRef_2Spin_QTD", "TL1", 0, QApplication::UnicodeUTF8));
- TextLabel2->setText(QApplication::translate("DlgRef_2Spin_QTD", "TL2", 0, QApplication::UnicodeUTF8));
- Q_UNUSED(DlgRef_2Spin_QTD);
- } // retranslateUi
-
-};
-
-namespace Ui {
- class DlgRef_2Spin_QTD: public Ui_DlgRef_2Spin_QTD {};
-} // namespace Ui
-
-#endif // DLGREF_2SPIN_QTD_H
--- /dev/null
+<ui version="4.0" >
+ <class>DlgRef_2Spin_QTD</class>
+ <widget class="QWidget" name="DlgRef_2Spin_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>100</width>
+ <height>66</height>
+ </rect>
+ </property>
+ <property name="windowTitle" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>0</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>9</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="2" column="1" >
+ <widget class="QDoubleSpinBox" name="SpinBox_DY" />
+ </item>
+ <item rowspan="2" row="0" column="1" >
+ <widget class="QDoubleSpinBox" name="SpinBox_DX" />
+ </item>
+ <item rowspan="2" row="1" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <resources/>
+ <connections/>
+</ui>
+++ /dev/null
-/********************************************************************************
-** Form generated from reading ui file 'DlgRef_3Check_QTD.ui'
-**
-** Created: Fri Jul 6 10:09:03 2007
-** by: Qt User Interface Compiler version 4.2.3
-**
-** WARNING! All changes made in this file will be lost when recompiling ui file!
-********************************************************************************/
-
-#ifndef DLGREF_3CHECK_QTD_H
-#define DLGREF_3CHECK_QTD_H
-
-#include <QtCore/QVariant>
-#include <QtGui/QAction>
-#include <QtGui/QApplication>
-#include <QtGui/QButtonGroup>
-#include <QtGui/QGridLayout>
-#include <QtGui/QGroupBox>
-#include <QtGui/QRadioButton>
-#include <QtGui/QSpacerItem>
-#include <QtGui/QWidget>
-#include <Qt3Support/Q3MimeSourceFactory>
-
-class Ui_DlgRef_3Check_QTD
-{
-public:
- QGridLayout *gridLayout;
- QGroupBox *GroupBox1;
- QGridLayout *gridLayout1;
- QGridLayout *gridLayout2;
- QRadioButton *RadioButton3;
- QRadioButton *RadioButton1;
- QRadioButton *RadioButton2;
- QSpacerItem *spacerItem;
-
- void setupUi(QWidget *DlgRef_3Check_QTD)
- {
- DlgRef_3Check_QTD->setObjectName(QString::fromUtf8("DlgRef_3Check_QTD"));
- gridLayout = new QGridLayout(DlgRef_3Check_QTD);
- gridLayout->setSpacing(6);
- gridLayout->setMargin(0);
- gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
- GroupBox1 = new QGroupBox(DlgRef_3Check_QTD);
- GroupBox1->setObjectName(QString::fromUtf8("GroupBox1"));
- gridLayout1 = new QGridLayout(GroupBox1);
- gridLayout1->setSpacing(6);
- gridLayout1->setMargin(11);
- gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
- gridLayout2 = new QGridLayout();
- gridLayout2->setSpacing(6);
- gridLayout2->setMargin(0);
- gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
- RadioButton3 = new QRadioButton(GroupBox1);
- RadioButton3->setObjectName(QString::fromUtf8("RadioButton3"));
-
- gridLayout2->addWidget(RadioButton3, 2, 0, 1, 1);
-
- RadioButton1 = new QRadioButton(GroupBox1);
- RadioButton1->setObjectName(QString::fromUtf8("RadioButton1"));
-
- gridLayout2->addWidget(RadioButton1, 0, 0, 1, 1);
-
- RadioButton2 = new QRadioButton(GroupBox1);
- RadioButton2->setObjectName(QString::fromUtf8("RadioButton2"));
-
- gridLayout2->addWidget(RadioButton2, 1, 0, 1, 1);
-
- spacerItem = new QSpacerItem(0, 91, QSizePolicy::Minimum, QSizePolicy::Expanding);
-
- gridLayout2->addItem(spacerItem, 3, 0, 1, 1);
-
-
- gridLayout1->addLayout(gridLayout2, 0, 0, 1, 1);
-
-
- gridLayout->addWidget(GroupBox1, 0, 0, 1, 1);
-
- QWidget::setTabOrder(RadioButton1, RadioButton2);
- QWidget::setTabOrder(RadioButton2, RadioButton3);
-
- retranslateUi(DlgRef_3Check_QTD);
-
- QSize size(135, 108);
- size = size.expandedTo(DlgRef_3Check_QTD->minimumSizeHint());
- DlgRef_3Check_QTD->resize(size);
-
-
- QMetaObject::connectSlotsByName(DlgRef_3Check_QTD);
- } // setupUi
-
- void retranslateUi(QWidget *DlgRef_3Check_QTD)
- {
- DlgRef_3Check_QTD->setWindowTitle(QApplication::translate("DlgRef_3Check_QTD", "DlgRef_3Check_QTD", 0, QApplication::UnicodeUTF8));
- GroupBox1->setTitle(QString());
- RadioButton3->setText(QApplication::translate("DlgRef_3Check_QTD", "RadioButton3", 0, QApplication::UnicodeUTF8));
- RadioButton1->setText(QApplication::translate("DlgRef_3Check_QTD", "RadioButton1", 0, QApplication::UnicodeUTF8));
- RadioButton2->setText(QApplication::translate("DlgRef_3Check_QTD", "RadioButton2", 0, QApplication::UnicodeUTF8));
- Q_UNUSED(DlgRef_3Check_QTD);
- } // retranslateUi
-
-};
-
-namespace Ui {
- class DlgRef_3Check_QTD: public Ui_DlgRef_3Check_QTD {};
-} // namespace Ui
-
-#endif // DLGREF_3CHECK_QTD_H
--- /dev/null
+<ui version="4.0" >
+ <class>DlgRef_3Check_QTD</class>
+ <widget class="QWidget" name="DlgRef_3Check_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>118</width>
+ <height>88</height>
+ </rect>
+ </property>
+ <property name="windowTitle" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>9</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="1" column="0" >
+ <widget class="QRadioButton" name="RadioButton2" >
+ <property name="text" >
+ <string>RadioButton2</string>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QRadioButton" name="RadioButton1" >
+ <property name="text" >
+ <string>RadioButton1</string>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="0" >
+ <widget class="QRadioButton" name="RadioButton3" >
+ <property name="text" >
+ <string>RadioButton3</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <tabstops>
+ <tabstop>RadioButton1</tabstop>
+ <tabstop>RadioButton2</tabstop>
+ <tabstop>RadioButton3</tabstop>
+ </tabstops>
+ <resources/>
+ <connections/>
+</ui>
+++ /dev/null
-/********************************************************************************
-** Form generated from reading ui file 'DlgRef_3Sel1Check_QTD.ui'
-**
-** Created: Mon Jul 2 09:51:07 2007
-** by: Qt User Interface Compiler version 4.2.3
-**
-** WARNING! All changes made in this file will be lost when recompiling ui file!
-********************************************************************************/
-
-#ifndef DLGREF_3SEL1CHECK_QTD_H
-#define DLGREF_3SEL1CHECK_QTD_H
-
-#include <QtCore/QVariant>
-#include <QtGui/QAction>
-#include <QtGui/QApplication>
-#include <QtGui/QButtonGroup>
-#include <QtGui/QGridLayout>
-#include <QtGui/QGroupBox>
-#include <QtGui/QLabel>
-#include <QtGui/QLineEdit>
-#include <QtGui/QPushButton>
-#include <QtGui/QRadioButton>
-#include <QtGui/QSpacerItem>
-#include <QtGui/QWidget>
-#include <Qt3Support/Q3MimeSourceFactory>
-
-class Ui_DlgRef_3Sel1Check_QTD
-{
-public:
- QGridLayout *gridLayout;
- QGroupBox *GroupBox1;
- QGridLayout *gridLayout1;
- QPushButton *PushButton1;
- QLineEdit *LineEdit1;
- QLabel *TextLabel1;
- QPushButton *PushButton2;
- QLineEdit *LineEdit2;
- QLabel *TextLabel2;
- QPushButton *PushButton3;
- QLineEdit *LineEdit3;
- QLabel *TextLabel3;
- QRadioButton *radioButton4;
- QSpacerItem *spacerItem;
-
- void setupUi(QWidget *DlgRef_3Sel1Check_QTD)
- {
- DlgRef_3Sel1Check_QTD->setObjectName(QString::fromUtf8("DlgRef_3Sel1Check_QTD"));
- QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(5), static_cast<QSizePolicy::Policy>(5));
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(DlgRef_3Sel1Check_QTD->sizePolicy().hasHeightForWidth());
- DlgRef_3Sel1Check_QTD->setSizePolicy(sizePolicy);
- gridLayout = new QGridLayout(DlgRef_3Sel1Check_QTD);
- gridLayout->setSpacing(6);
- gridLayout->setMargin(0);
- gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
- GroupBox1 = new QGroupBox(DlgRef_3Sel1Check_QTD);
- GroupBox1->setObjectName(QString::fromUtf8("GroupBox1"));
- QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(5), static_cast<QSizePolicy::Policy>(5));
- sizePolicy1.setHorizontalStretch(0);
- sizePolicy1.setVerticalStretch(0);
- sizePolicy1.setHeightForWidth(GroupBox1->sizePolicy().hasHeightForWidth());
- GroupBox1->setSizePolicy(sizePolicy1);
- gridLayout1 = new QGridLayout(GroupBox1);
- gridLayout1->setSpacing(6);
- gridLayout1->setMargin(11);
- gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
- PushButton1 = new QPushButton(GroupBox1);
- PushButton1->setObjectName(QString::fromUtf8("PushButton1"));
- QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy2.setHorizontalStretch(0);
- sizePolicy2.setVerticalStretch(0);
- sizePolicy2.setHeightForWidth(PushButton1->sizePolicy().hasHeightForWidth());
- PushButton1->setSizePolicy(sizePolicy2);
-
- gridLayout1->addWidget(PushButton1, 0, 1, 1, 1);
-
- LineEdit1 = new QLineEdit(GroupBox1);
- LineEdit1->setObjectName(QString::fromUtf8("LineEdit1"));
-
- gridLayout1->addWidget(LineEdit1, 0, 2, 1, 1);
-
- TextLabel1 = new QLabel(GroupBox1);
- TextLabel1->setObjectName(QString::fromUtf8("TextLabel1"));
- QSizePolicy sizePolicy3(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy3.setHorizontalStretch(0);
- sizePolicy3.setVerticalStretch(0);
- sizePolicy3.setHeightForWidth(TextLabel1->sizePolicy().hasHeightForWidth());
- TextLabel1->setSizePolicy(sizePolicy3);
- TextLabel1->setWordWrap(false);
-
- gridLayout1->addWidget(TextLabel1, 0, 0, 1, 1);
-
- PushButton2 = new QPushButton(GroupBox1);
- PushButton2->setObjectName(QString::fromUtf8("PushButton2"));
- QSizePolicy sizePolicy4(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy4.setHorizontalStretch(0);
- sizePolicy4.setVerticalStretch(0);
- sizePolicy4.setHeightForWidth(PushButton2->sizePolicy().hasHeightForWidth());
- PushButton2->setSizePolicy(sizePolicy4);
-
- gridLayout1->addWidget(PushButton2, 1, 1, 1, 1);
-
- LineEdit2 = new QLineEdit(GroupBox1);
- LineEdit2->setObjectName(QString::fromUtf8("LineEdit2"));
-
- gridLayout1->addWidget(LineEdit2, 1, 2, 1, 1);
-
- TextLabel2 = new QLabel(GroupBox1);
- TextLabel2->setObjectName(QString::fromUtf8("TextLabel2"));
- QSizePolicy sizePolicy5(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy5.setHorizontalStretch(0);
- sizePolicy5.setVerticalStretch(0);
- sizePolicy5.setHeightForWidth(TextLabel2->sizePolicy().hasHeightForWidth());
- TextLabel2->setSizePolicy(sizePolicy5);
- TextLabel2->setWordWrap(false);
-
- gridLayout1->addWidget(TextLabel2, 1, 0, 1, 1);
-
- PushButton3 = new QPushButton(GroupBox1);
- PushButton3->setObjectName(QString::fromUtf8("PushButton3"));
- QSizePolicy sizePolicy6(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy6.setHorizontalStretch(0);
- sizePolicy6.setVerticalStretch(0);
- sizePolicy6.setHeightForWidth(PushButton3->sizePolicy().hasHeightForWidth());
- PushButton3->setSizePolicy(sizePolicy6);
-
- gridLayout1->addWidget(PushButton3, 2, 1, 1, 1);
-
- LineEdit3 = new QLineEdit(GroupBox1);
- LineEdit3->setObjectName(QString::fromUtf8("LineEdit3"));
-
- gridLayout1->addWidget(LineEdit3, 2, 2, 1, 1);
-
- TextLabel3 = new QLabel(GroupBox1);
- TextLabel3->setObjectName(QString::fromUtf8("TextLabel3"));
- QSizePolicy sizePolicy7(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy7.setHorizontalStretch(0);
- sizePolicy7.setVerticalStretch(0);
- sizePolicy7.setHeightForWidth(TextLabel3->sizePolicy().hasHeightForWidth());
- TextLabel3->setSizePolicy(sizePolicy7);
- TextLabel3->setWordWrap(false);
-
- gridLayout1->addWidget(TextLabel3, 2, 0, 1, 1);
-
- radioButton4 = new QRadioButton(GroupBox1);
- radioButton4->setObjectName(QString::fromUtf8("radioButton4"));
-
- gridLayout1->addWidget(radioButton4, 3, 0, 1, 2);
-
- spacerItem = new QSpacerItem(16, 721, QSizePolicy::Minimum, QSizePolicy::Expanding);
-
- gridLayout1->addItem(spacerItem, 4, 2, 1, 1);
-
-
- gridLayout->addWidget(GroupBox1, 0, 0, 1, 1);
-
- QWidget::setTabOrder(PushButton1, LineEdit1);
- QWidget::setTabOrder(LineEdit1, PushButton2);
- QWidget::setTabOrder(PushButton2, LineEdit2);
- QWidget::setTabOrder(LineEdit2, PushButton3);
- QWidget::setTabOrder(PushButton3, LineEdit3);
-
- retranslateUi(DlgRef_3Sel1Check_QTD);
-
- QSize size(490, 878);
- size = size.expandedTo(DlgRef_3Sel1Check_QTD->minimumSizeHint());
- DlgRef_3Sel1Check_QTD->resize(size);
-
-
- QMetaObject::connectSlotsByName(DlgRef_3Sel1Check_QTD);
- } // setupUi
-
- void retranslateUi(QWidget *DlgRef_3Sel1Check_QTD)
- {
- DlgRef_3Sel1Check_QTD->setWindowTitle(QApplication::translate("DlgRef_3Sel1Check_QTD", "DlgRef_3Sel3Spin1Check_QTD", 0, QApplication::UnicodeUTF8));
- GroupBox1->setTitle(QString());
- PushButton1->setText(QString());
- TextLabel1->setText(QApplication::translate("DlgRef_3Sel1Check_QTD", "TL1", 0, QApplication::UnicodeUTF8));
- PushButton2->setText(QString());
- TextLabel2->setText(QApplication::translate("DlgRef_3Sel1Check_QTD", "TL2", 0, QApplication::UnicodeUTF8));
- PushButton3->setText(QString());
- TextLabel3->setText(QApplication::translate("DlgRef_3Sel1Check_QTD", "TL3", 0, QApplication::UnicodeUTF8));
- radioButton4->setText(QApplication::translate("DlgRef_3Sel1Check_QTD", "radioButton4", 0, QApplication::UnicodeUTF8));
- Q_UNUSED(DlgRef_3Sel1Check_QTD);
- } // retranslateUi
-
-};
-
-namespace Ui {
- class DlgRef_3Sel1Check_QTD: public Ui_DlgRef_3Sel1Check_QTD {};
-} // namespace Ui
-
-#endif // DLGREF_3SEL1CHECK_QTD_H
--- /dev/null
+<ui version="4.0" >
+ <class>DlgRef_3Sel1Check_QTD</class>
+ <widget class="QWidget" name="DlgRef_3Sel1Check_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>156</width>
+ <height>126</height>
+ </rect>
+ </property>
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>5</hsizetype>
+ <vsizetype>5</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="windowTitle" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>0</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>5</hsizetype>
+ <vsizetype>5</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>9</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="3" column="0" colspan="3" >
+ <widget class="QCheckBox" name="CheckButton1" >
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ <item row="2" column="0" >
+ <widget class="QLabel" name="TextLabel3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL3</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="2" >
+ <widget class="QLineEdit" name="LineEdit3" />
+ </item>
+ <item row="2" column="1" >
+ <widget class="QPushButton" name="PushButton3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="2" >
+ <widget class="QLineEdit" name="LineEdit2" />
+ </item>
+ <item row="1" column="1" >
+ <widget class="QPushButton" name="PushButton2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <tabstops>
+ <tabstop>PushButton1</tabstop>
+ <tabstop>LineEdit1</tabstop>
+ <tabstop>PushButton2</tabstop>
+ <tabstop>LineEdit2</tabstop>
+ <tabstop>PushButton3</tabstop>
+ <tabstop>LineEdit3</tabstop>
+ </tabstops>
+ <resources/>
+ <connections/>
+</ui>
+++ /dev/null
-// GEOM GEOMGUI : GUI for Geometry component
-//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-//
-//
-// File: DlgRef_3Sel1Spin.cxx
-// Created: Thu May 13 12:19:31 2004
-// Author: Alexander SLADKOV
-// <asv@yandex.nnov.opencascade.com>
-
-
-#include "DlgRef_3Sel1Spin.h"
-#include "DlgRef_SpinBox.h"
-
-#include <QGridLayout>
-#include <QLabel>
-
-
-//=================================================================================
-// class : DlgRef_3Sel1Spin
-// purpose :
-//=================================================================================
-DlgRef_3Sel1Spin::DlgRef_3Sel1Spin( QWidget* parent, const char* name, Qt::WindowFlags fl )
- :QWidget( parent, fl )
-{
- setupUi(this);
-
- setObjectName(name);
-
- Layout2 = new QGridLayout(0);
- Layout2->setMargin(0);
- Layout2->setSpacing(6);
- Layout2->setObjectName("Layout2");
-
- TextLabel4 = new QLabel( (QWidget*)GroupBox1 );
- TextLabel4->setObjectName( "TextLabel4" );
- QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(TextLabel3->sizePolicy().hasHeightForWidth());
- TextLabel4->setSizePolicy( sizePolicy );
- Layout2->addWidget( TextLabel4, 0, 0 );
-
- SpinBox_DX = new DlgRef_SpinBox( (QWidget*)GroupBox1, "SpinBox_DX" );
- Layout2->addWidget( SpinBox_DX, 0, 1 );
-
- gridLayout2->addLayout( Layout2, 3, 0, 1, 3 );
- QSpacerItem* spacer = new QSpacerItem( 0, 16, QSizePolicy::Minimum, QSizePolicy::Expanding );
- gridLayout2->addItem( spacer, 4, 2 );
-}
-
-DlgRef_3Sel1Spin::~DlgRef_3Sel1Spin()
-{
-}
+++ /dev/null
-// GEOM GEOMGUI : GUI for Geometry component
-//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-//
-//
-// File : DlgRef_3Sel1Spin.h
-// Author : Alexander SLADKOV
-// Module : GEOM
-// $Header$
-
-#ifndef DlgRef_3SEL_1SPIN_H
-#define DlgRef_3SEL_1SPIN_H
-
-#include "GEOM_DlgRef.hxx"
-
-#include "DlgRef_3Sel_QTD.h"
-
-class DlgRef_SpinBox;
-class QGridLayout;
-class QLabel;
-
-//=================================================================================
-// class : DlgRef_3Sel1Spin
-// purpose : extension of a DlgRef_3Sel_QTD class, 1 additional spin box is added
-//=================================================================================
-class GEOM_DLGREF_EXPORT DlgRef_3Sel1Spin : public QWidget, public Ui::DlgRef_3Sel_QTD
-{
- Q_OBJECT
-
- public:
- DlgRef_3Sel1Spin( QWidget* parent = 0, const char* name = 0, Qt::WindowFlags fl = 0 );
- ~DlgRef_3Sel1Spin();
-
- QLabel* TextLabel4;
- DlgRef_SpinBox* SpinBox_DX;
-
- protected:
- QGridLayout* Layout2;
-};
-
-#endif // DlgRef_3SEL_1SPIN_H
--- /dev/null
+<ui version="4.0" >
+ <class>DlgRef_3Sel1Spin_QTD</class>
+ <widget class="QWidget" name="DlgRef_3Sel1Spin_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>156</width>
+ <height>128</height>
+ </rect>
+ </property>
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>5</hsizetype>
+ <vsizetype>5</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="windowTitle" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>0</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>5</hsizetype>
+ <vsizetype>5</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>9</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="2" >
+ <widget class="QLineEdit" name="LineEdit3" />
+ </item>
+ <item row="2" column="0" >
+ <widget class="QLabel" name="TextLabel3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL3</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="0" >
+ <widget class="QLabel" name="TextLabel4" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL4</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="2" >
+ <widget class="QLineEdit" name="LineEdit2" />
+ </item>
+ <item row="2" column="1" >
+ <widget class="QPushButton" name="PushButton3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ <item row="1" column="1" >
+ <widget class="QPushButton" name="PushButton2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="1" colspan="2" >
+ <widget class="QDoubleSpinBox" name="SpinBox_DX" />
+ </item>
+ </layout>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <tabstops>
+ <tabstop>PushButton1</tabstop>
+ <tabstop>LineEdit1</tabstop>
+ <tabstop>PushButton2</tabstop>
+ <tabstop>LineEdit2</tabstop>
+ <tabstop>PushButton3</tabstop>
+ <tabstop>LineEdit3</tabstop>
+ <tabstop>SpinBox_DX</tabstop>
+ </tabstops>
+ <resources/>
+ <connections/>
+</ui>
+++ /dev/null
-// GEOM GEOMGUI : GUI for Geometry component
-//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-//
-//
-// File : DlgRef_3Sel3Spin1Check.cxx
-// Author : Michael Zorin
-// Module : GEOM
-// $Header:
-
-#include <DlgRef_3Sel3Spin1Check.h>
-#include "DlgRef_SpinBox.h"
-
-/*
- * Constructs a DlgRef_3Sel3Spin1Check which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'
- */
-DlgRef_3Sel3Spin1Check::DlgRef_3Sel3Spin1Check(QWidget* parent, const char* name, Qt::WindowFlags fl)
- :QWidget(parent, fl)
-{
- setupUi(this);
-
- setObjectName(name);
-
- SpinBox_1->setAttribute( Qt::WA_DeleteOnClose );
- SpinBox_1->close();
-
- SpinBox_2->setAttribute( Qt::WA_DeleteOnClose );
- SpinBox_2->close();
-
- SpinBox_3->setAttribute( Qt::WA_DeleteOnClose );
- SpinBox_3->close();
-
- SpinBox1 = new DlgRef_SpinBox(GroupBox1, "SpinBox_DX");
- SpinBox2 = new DlgRef_SpinBox(GroupBox1, "SpinBox_DY");
- SpinBox3 = new DlgRef_SpinBox(GroupBox1, "SpinBox_DZ");
- gridLayout2->addWidget(SpinBox1, 3, 2);
- gridLayout2->addWidget(SpinBox2, 4, 2);
- gridLayout2->addWidget(SpinBox3, 5, 2);
-}
-
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_3Sel3Spin1Check::~DlgRef_3Sel3Spin1Check()
-{
- // no need to delete child widgets, Qt does it all for us
-}
-
-void DlgRef_3Sel3Spin1Check:: ShowRows(int fromRow, int toRow, bool toShow)
-{
- typedef void (QWidget::* ShowFun)();
- ShowFun pShowFun;
-
- if (toShow)
- pShowFun = &QWidget::show;
- else
- pShowFun = &QWidget::hide;
-
- if (fromRow >= 0 && toRow>=0 && toRow >= fromRow)
- {
- if ( fromRow == 0)
- {
- (TextLabel1->*pShowFun)();
- (PushButton1->*pShowFun)();
- (LineEdit1->*pShowFun)();
- }
- if ( fromRow <= 1 && 1 <= toRow)
- {
- (TextLabel2->*pShowFun)();
- (PushButton2->*pShowFun)();
- (LineEdit2->*pShowFun)();
- }
- if ( fromRow <= 2 && 2 <= toRow)
- {
- (TextLabel3->*pShowFun)();
- (PushButton3->*pShowFun)();
- (LineEdit3->*pShowFun)();
- }
- if ( fromRow <= 3 && 3 <= toRow)
- {
- (TextLabel4->*pShowFun)();
- (SpinBox1->*pShowFun)();
- }
- if ( fromRow <= 4 && 4 <= toRow)
- {
- (TextLabel5->*pShowFun)();
- (SpinBox2->*pShowFun)();
- }
- if ( fromRow <= 5 && 5 <= toRow)
- {
- (TextLabel6->*pShowFun)();
- (SpinBox3->*pShowFun)();
- }
- if ( fromRow <= 6 && 6 <= toRow)
- (CheckBox1->*pShowFun)();
- }
-}
+++ /dev/null
-// GEOM GEOMGUI : GUI for Geometry component
-//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-//
-//
-// File : DlgRef_3Sel3Spin1Check.h
-// Author : Michael ZORIN
-// Module : GEOM
-// $Header:
-
-#ifndef DLGREF_3SEL3SPIN1CHECK_H
-#define DLGREF_3SEL3SPIN1CHECK_H
-
-#include "GEOM_DlgRef.hxx"
-
-#include "DlgRef_3Sel3Spin1Check_QTD.h"
-
-class DlgRef_SpinBox;
-
-class GEOM_DLGREF_EXPORT DlgRef_3Sel3Spin1Check : public QWidget, public Ui::DlgRef_3Sel3Spin1Check_QTD
-{
- Q_OBJECT
-
-public:
- DlgRef_3Sel3Spin1Check( QWidget* parent = 0, const char* name = 0, Qt::WindowFlags fl = 0 );
- ~DlgRef_3Sel3Spin1Check();
-
- DlgRef_SpinBox* SpinBox1;
- DlgRef_SpinBox* SpinBox2;
- DlgRef_SpinBox* SpinBox3;
-
- void ShowRows(int fromRow, int toRow, bool toShow = true);
-
-};
-
-#endif // DLGREF_3SEL3SPIN1CHECK_H
+++ /dev/null
-/********************************************************************************
-** Form generated from reading ui file 'DlgRef_3Sel3Spin1Check_QTD.ui'
-**
-** Created: Fri Jun 29 14:53:16 2007
-** by: Qt User Interface Compiler version 4.2.3
-**
-** WARNING! All changes made in this file will be lost when recompiling ui file!
-********************************************************************************/
-
-#ifndef DLGREF_3SEL3SPIN1CHECK_QTD_H
-#define DLGREF_3SEL3SPIN1CHECK_QTD_H
-
-#include <QtCore/QVariant>
-#include <QtGui/QAction>
-#include <QtGui/QApplication>
-#include <QtGui/QButtonGroup>
-#include <QtGui/QCheckBox>
-#include <QtGui/QGridLayout>
-#include <QtGui/QGroupBox>
-#include <QtGui/QLabel>
-#include <QtGui/QLineEdit>
-#include <QtGui/QPushButton>
-#include <QtGui/QSpacerItem>
-#include <QtGui/QSpinBox>
-#include <QtGui/QWidget>
-#include <Qt3Support/Q3MimeSourceFactory>
-
-class Ui_DlgRef_3Sel3Spin1Check_QTD
-{
-public:
- QGridLayout *gridLayout;
- QGroupBox *GroupBox1;
- QGridLayout *gridLayout1;
- QGridLayout *gridLayout2;
- QSpinBox *SpinBox_2;
- QLineEdit *LineEdit3;
- QSpinBox *SpinBox_3;
- QLabel *TextLabel1;
- QLabel *TextLabel3;
- QCheckBox *CheckBox1;
- QPushButton *PushButton1;
- QLabel *TextLabel4;
- QLineEdit *LineEdit2;
- QPushButton *PushButton3;
- QLabel *TextLabel6;
- QSpinBox *SpinBox_1;
- QLabel *TextLabel5;
- QLabel *TextLabel2;
- QLineEdit *LineEdit1;
- QPushButton *PushButton2;
- QSpacerItem *spacerItem;
-
- void setupUi(QWidget *DlgRef_3Sel3Spin1Check_QTD)
- {
- DlgRef_3Sel3Spin1Check_QTD->setObjectName(QString::fromUtf8("DlgRef_3Sel3Spin1Check_QTD"));
- QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(5), static_cast<QSizePolicy::Policy>(5));
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(DlgRef_3Sel3Spin1Check_QTD->sizePolicy().hasHeightForWidth());
- DlgRef_3Sel3Spin1Check_QTD->setSizePolicy(sizePolicy);
- gridLayout = new QGridLayout(DlgRef_3Sel3Spin1Check_QTD);
- gridLayout->setSpacing(6);
- gridLayout->setMargin(0);
- gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
- GroupBox1 = new QGroupBox(DlgRef_3Sel3Spin1Check_QTD);
- GroupBox1->setObjectName(QString::fromUtf8("GroupBox1"));
- QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(5), static_cast<QSizePolicy::Policy>(5));
- sizePolicy1.setHorizontalStretch(0);
- sizePolicy1.setVerticalStretch(0);
- sizePolicy1.setHeightForWidth(GroupBox1->sizePolicy().hasHeightForWidth());
- GroupBox1->setSizePolicy(sizePolicy1);
- gridLayout1 = new QGridLayout(GroupBox1);
- gridLayout1->setSpacing(6);
- gridLayout1->setMargin(11);
- gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
- gridLayout2 = new QGridLayout();
- gridLayout2->setSpacing(6);
- gridLayout2->setMargin(0);
- gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
- SpinBox_2 = new QSpinBox(GroupBox1);
- SpinBox_2->setObjectName(QString::fromUtf8("SpinBox_2"));
- QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy2.setHorizontalStretch(0);
- sizePolicy2.setVerticalStretch(0);
- sizePolicy2.setHeightForWidth(SpinBox_2->sizePolicy().hasHeightForWidth());
- SpinBox_2->setSizePolicy(sizePolicy2);
-
- gridLayout2->addWidget(SpinBox_2, 4, 2, 1, 1);
-
- LineEdit3 = new QLineEdit(GroupBox1);
- LineEdit3->setObjectName(QString::fromUtf8("LineEdit3"));
-
- gridLayout2->addWidget(LineEdit3, 2, 2, 1, 1);
-
- SpinBox_3 = new QSpinBox(GroupBox1);
- SpinBox_3->setObjectName(QString::fromUtf8("SpinBox_3"));
- QSizePolicy sizePolicy3(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy3.setHorizontalStretch(0);
- sizePolicy3.setVerticalStretch(0);
- sizePolicy3.setHeightForWidth(SpinBox_3->sizePolicy().hasHeightForWidth());
- SpinBox_3->setSizePolicy(sizePolicy3);
-
- gridLayout2->addWidget(SpinBox_3, 5, 2, 1, 1);
-
- TextLabel1 = new QLabel(GroupBox1);
- TextLabel1->setObjectName(QString::fromUtf8("TextLabel1"));
- QSizePolicy sizePolicy4(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy4.setHorizontalStretch(0);
- sizePolicy4.setVerticalStretch(0);
- sizePolicy4.setHeightForWidth(TextLabel1->sizePolicy().hasHeightForWidth());
- TextLabel1->setSizePolicy(sizePolicy4);
- TextLabel1->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel1, 0, 0, 1, 1);
-
- TextLabel3 = new QLabel(GroupBox1);
- TextLabel3->setObjectName(QString::fromUtf8("TextLabel3"));
- QSizePolicy sizePolicy5(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy5.setHorizontalStretch(0);
- sizePolicy5.setVerticalStretch(0);
- sizePolicy5.setHeightForWidth(TextLabel3->sizePolicy().hasHeightForWidth());
- TextLabel3->setSizePolicy(sizePolicy5);
- TextLabel3->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel3, 2, 0, 1, 1);
-
- CheckBox1 = new QCheckBox(GroupBox1);
- CheckBox1->setObjectName(QString::fromUtf8("CheckBox1"));
-
- gridLayout2->addWidget(CheckBox1, 6, 0, 1, 2);
-
- PushButton1 = new QPushButton(GroupBox1);
- PushButton1->setObjectName(QString::fromUtf8("PushButton1"));
- QSizePolicy sizePolicy6(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy6.setHorizontalStretch(0);
- sizePolicy6.setVerticalStretch(0);
- sizePolicy6.setHeightForWidth(PushButton1->sizePolicy().hasHeightForWidth());
- PushButton1->setSizePolicy(sizePolicy6);
-
- gridLayout2->addWidget(PushButton1, 0, 1, 1, 1);
-
- TextLabel4 = new QLabel(GroupBox1);
- TextLabel4->setObjectName(QString::fromUtf8("TextLabel4"));
- QSizePolicy sizePolicy7(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy7.setHorizontalStretch(0);
- sizePolicy7.setVerticalStretch(0);
- sizePolicy7.setHeightForWidth(TextLabel4->sizePolicy().hasHeightForWidth());
- TextLabel4->setSizePolicy(sizePolicy7);
- TextLabel4->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel4, 3, 0, 1, 1);
-
- LineEdit2 = new QLineEdit(GroupBox1);
- LineEdit2->setObjectName(QString::fromUtf8("LineEdit2"));
-
- gridLayout2->addWidget(LineEdit2, 1, 2, 1, 1);
-
- PushButton3 = new QPushButton(GroupBox1);
- PushButton3->setObjectName(QString::fromUtf8("PushButton3"));
- QSizePolicy sizePolicy8(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy8.setHorizontalStretch(0);
- sizePolicy8.setVerticalStretch(0);
- sizePolicy8.setHeightForWidth(PushButton3->sizePolicy().hasHeightForWidth());
- PushButton3->setSizePolicy(sizePolicy8);
-
- gridLayout2->addWidget(PushButton3, 2, 1, 1, 1);
-
- TextLabel6 = new QLabel(GroupBox1);
- TextLabel6->setObjectName(QString::fromUtf8("TextLabel6"));
- QSizePolicy sizePolicy9(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy9.setHorizontalStretch(0);
- sizePolicy9.setVerticalStretch(0);
- sizePolicy9.setHeightForWidth(TextLabel6->sizePolicy().hasHeightForWidth());
- TextLabel6->setSizePolicy(sizePolicy9);
- TextLabel6->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel6, 5, 0, 1, 1);
-
- SpinBox_1 = new QSpinBox(GroupBox1);
- SpinBox_1->setObjectName(QString::fromUtf8("SpinBox_1"));
- QSizePolicy sizePolicy10(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy10.setHorizontalStretch(0);
- sizePolicy10.setVerticalStretch(0);
- sizePolicy10.setHeightForWidth(SpinBox_1->sizePolicy().hasHeightForWidth());
- SpinBox_1->setSizePolicy(sizePolicy10);
-
- gridLayout2->addWidget(SpinBox_1, 3, 2, 1, 1);
-
- TextLabel5 = new QLabel(GroupBox1);
- TextLabel5->setObjectName(QString::fromUtf8("TextLabel5"));
- QSizePolicy sizePolicy11(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy11.setHorizontalStretch(0);
- sizePolicy11.setVerticalStretch(0);
- sizePolicy11.setHeightForWidth(TextLabel5->sizePolicy().hasHeightForWidth());
- TextLabel5->setSizePolicy(sizePolicy11);
- TextLabel5->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel5, 4, 0, 1, 1);
-
- TextLabel2 = new QLabel(GroupBox1);
- TextLabel2->setObjectName(QString::fromUtf8("TextLabel2"));
- QSizePolicy sizePolicy12(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy12.setHorizontalStretch(0);
- sizePolicy12.setVerticalStretch(0);
- sizePolicy12.setHeightForWidth(TextLabel2->sizePolicy().hasHeightForWidth());
- TextLabel2->setSizePolicy(sizePolicy12);
- TextLabel2->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel2, 1, 0, 1, 1);
-
- LineEdit1 = new QLineEdit(GroupBox1);
- LineEdit1->setObjectName(QString::fromUtf8("LineEdit1"));
-
- gridLayout2->addWidget(LineEdit1, 0, 2, 1, 1);
-
- PushButton2 = new QPushButton(GroupBox1);
- PushButton2->setObjectName(QString::fromUtf8("PushButton2"));
- QSizePolicy sizePolicy13(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy13.setHorizontalStretch(0);
- sizePolicy13.setVerticalStretch(0);
- sizePolicy13.setHeightForWidth(PushButton2->sizePolicy().hasHeightForWidth());
- PushButton2->setSizePolicy(sizePolicy13);
-
- gridLayout2->addWidget(PushButton2, 1, 1, 1, 1);
-
- spacerItem = new QSpacerItem(0, 250, QSizePolicy::Minimum, QSizePolicy::Expanding);
-
- gridLayout2->addItem(spacerItem, 7, 2, 1, 1);
-
-
- gridLayout1->addLayout(gridLayout2, 0, 0, 1, 1);
-
-
- gridLayout->addWidget(GroupBox1, 0, 0, 1, 1);
-
- QWidget::setTabOrder(PushButton1, LineEdit1);
- QWidget::setTabOrder(LineEdit1, PushButton2);
- QWidget::setTabOrder(PushButton2, LineEdit2);
- QWidget::setTabOrder(LineEdit2, PushButton3);
- QWidget::setTabOrder(PushButton3, LineEdit3);
- QWidget::setTabOrder(LineEdit3, SpinBox_1);
- QWidget::setTabOrder(SpinBox_1, SpinBox_2);
- QWidget::setTabOrder(SpinBox_2, SpinBox_3);
- QWidget::setTabOrder(SpinBox_3, CheckBox1);
-
- retranslateUi(DlgRef_3Sel3Spin1Check_QTD);
-
- QSize size(380, 229);
- size = size.expandedTo(DlgRef_3Sel3Spin1Check_QTD->minimumSizeHint());
- DlgRef_3Sel3Spin1Check_QTD->resize(size);
-
-
- QMetaObject::connectSlotsByName(DlgRef_3Sel3Spin1Check_QTD);
- } // setupUi
-
- void retranslateUi(QWidget *DlgRef_3Sel3Spin1Check_QTD)
- {
- DlgRef_3Sel3Spin1Check_QTD->setWindowTitle(QApplication::translate("DlgRef_3Sel3Spin1Check_QTD", "DlgRef_3Sel3Spin1Check_QTD", 0, QApplication::UnicodeUTF8));
- GroupBox1->setTitle(QString());
- TextLabel1->setText(QApplication::translate("DlgRef_3Sel3Spin1Check_QTD", "TL1", 0, QApplication::UnicodeUTF8));
- TextLabel3->setText(QApplication::translate("DlgRef_3Sel3Spin1Check_QTD", "TL3", 0, QApplication::UnicodeUTF8));
- CheckBox1->setText(QString());
- PushButton1->setText(QString());
- TextLabel4->setText(QApplication::translate("DlgRef_3Sel3Spin1Check_QTD", "TL4", 0, QApplication::UnicodeUTF8));
- PushButton3->setText(QString());
- TextLabel6->setText(QApplication::translate("DlgRef_3Sel3Spin1Check_QTD", "TL6", 0, QApplication::UnicodeUTF8));
- TextLabel5->setText(QApplication::translate("DlgRef_3Sel3Spin1Check_QTD", "TL5", 0, QApplication::UnicodeUTF8));
- TextLabel2->setText(QApplication::translate("DlgRef_3Sel3Spin1Check_QTD", "TL2", 0, QApplication::UnicodeUTF8));
- PushButton2->setText(QString());
- Q_UNUSED(DlgRef_3Sel3Spin1Check_QTD);
- } // retranslateUi
-
-};
-
-namespace Ui {
- class DlgRef_3Sel3Spin1Check_QTD: public Ui_DlgRef_3Sel3Spin1Check_QTD {};
-} // namespace Ui
-
-#endif // DLGREF_3SEL3SPIN1CHECK_QTD_H
--- /dev/null
+<ui version="4.0" >
+ <class>DlgRef_3Sel3Spin1Check_QTD</class>
+ <widget class="QWidget" name="DlgRef_3Sel3Spin1Check_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>156</width>
+ <height>201</height>
+ </rect>
+ </property>
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>5</hsizetype>
+ <vsizetype>5</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="windowTitle" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>0</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>5</hsizetype>
+ <vsizetype>5</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>9</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="6" column="0" colspan="3" >
+ <widget class="QCheckBox" name="CheckBox1" >
+ <property name="text" >
+ <string>Check</string>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="1" colspan="2" >
+ <widget class="QDoubleSpinBox" name="SpinBox1" />
+ </item>
+ <item row="5" column="1" colspan="2" >
+ <widget class="QDoubleSpinBox" name="SpinBox3" />
+ </item>
+ <item row="4" column="1" colspan="2" >
+ <widget class="QDoubleSpinBox" name="SpinBox2" />
+ </item>
+ <item row="1" column="1" >
+ <widget class="QPushButton" name="PushButton2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="1" >
+ <widget class="QPushButton" name="PushButton3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="2" >
+ <widget class="QLineEdit" name="LineEdit2" />
+ </item>
+ <item row="3" column="0" >
+ <widget class="QLabel" name="TextLabel4" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL4</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="0" >
+ <widget class="QLabel" name="TextLabel3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL3</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="2" >
+ <widget class="QLineEdit" name="LineEdit3" />
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="4" column="0" >
+ <widget class="QLabel" name="TextLabel5" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL5</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="5" column="0" >
+ <widget class="QLabel" name="TextLabel6" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL6</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <tabstops>
+ <tabstop>PushButton1</tabstop>
+ <tabstop>LineEdit1</tabstop>
+ <tabstop>PushButton2</tabstop>
+ <tabstop>LineEdit2</tabstop>
+ <tabstop>PushButton3</tabstop>
+ <tabstop>LineEdit3</tabstop>
+ <tabstop>SpinBox1</tabstop>
+ <tabstop>SpinBox2</tabstop>
+ <tabstop>SpinBox3</tabstop>
+ <tabstop>CheckBox1</tabstop>
+ </tabstops>
+ <resources/>
+ <connections/>
+</ui>
+++ /dev/null
-// GEOM GEOMGUI : GUI for Geometry component
-//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-//
-//
-// File : DlgRef_3Sel4Spin2Check.cxx
-// Author : Damien COQUERET
-// Module : GEOM
-// $Header:
-
-#include "DlgRef_3Sel4Spin2Check.h"
-#include "DlgRef_SpinBox.h"
-
-/*
- * Constructs a DlgRef_2Sel1Spin which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'
- */
-DlgRef_3Sel4Spin2Check::DlgRef_3Sel4Spin2Check(QWidget* parent, const char* name, Qt::WindowFlags fl)
- :QWidget(parent, fl)
-{
- setupUi(this);
-
- setObjectName(name);
-
- SpinBox1->setAttribute( Qt::WA_DeleteOnClose );
- SpinBox1->close();
-
- SpinBox2->setAttribute( Qt::WA_DeleteOnClose );
- SpinBox2->close();
-
- SpinBox3->setAttribute( Qt::WA_DeleteOnClose );
- SpinBox3->close();
-
- SpinBox4->setAttribute( Qt::WA_DeleteOnClose );
- SpinBox4->close();
-
- SpinBox_DX1 = new DlgRef_SpinBox(GroupBox1, "SpinBox_DX1");
- SpinBox_DY1 = new DlgRef_SpinBox(GroupBox1, "SpinBox_DY1");
- SpinBox_DX2 = new DlgRef_SpinBox(GroupBox1, "SpinBox_DX2");
- SpinBox_DY2 = new DlgRef_SpinBox(GroupBox1, "SpinBox_DY2");
- gridLayout4->addWidget(SpinBox_DX1, 0, 1);
- gridLayout4->addWidget(SpinBox_DY1, 1, 1);
- gridLayout3->addWidget(SpinBox_DX2, 0, 1);
- gridLayout3->addWidget(SpinBox_DY2, 1, 1);
-
- // PAL6532
- PushButton1->setAutoDefault( false );
- PushButton2->setAutoDefault( false );
- PushButton3->setAutoDefault( false );
-}
-
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_3Sel4Spin2Check::~DlgRef_3Sel4Spin2Check()
-{
- // no need to delete child widgets, Qt does it all for us
-}
+++ /dev/null
-// GEOM GEOMGUI : GUI for Geometry component
-//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-//
-//
-// File : DlgRef_3Sel4Spin2Check.h
-// Author : Damien COQUERET
-// Module : GEOM
-// $Header:
-
-#ifndef DLGREF_3SEL4SPIN2CHECK_H
-#define DLGREF_3SEL4SPIN2CHECK_H
-
-#include "GEOM_DlgRef.hxx"
-
-#include "DlgRef_3Sel4Spin2Check_QTD.h"
-
-class DlgRef_SpinBox;
-
-class GEOM_DLGREF_EXPORT DlgRef_3Sel4Spin2Check : public QWidget, public Ui::DlgRef_3Sel4Spin2Check_QTD
-{
- Q_OBJECT
-
-public:
- DlgRef_3Sel4Spin2Check(QWidget* parent = 0, const char* name = 0, Qt::WindowFlags fl = 0);
- ~DlgRef_3Sel4Spin2Check();
-
- DlgRef_SpinBox* SpinBox_DX1;
- DlgRef_SpinBox* SpinBox_DY1;
- DlgRef_SpinBox* SpinBox_DX2;
- DlgRef_SpinBox* SpinBox_DY2;
-
-};
-
-#endif // DLGREF_3SEL4SPIN2CHECK_H
+++ /dev/null
-/********************************************************************************
-** Form generated from reading ui file 'DlgRef_3Sel4Spin2Check_QTD.ui'
-**
-** Created: Fri Jun 29 14:41:57 2007
-** by: Qt User Interface Compiler version 4.2.3
-**
-** WARNING! All changes made in this file will be lost when recompiling ui file!
-********************************************************************************/
-
-#ifndef DLGREF_3SEL4SPIN2CHECK_QTD_H
-#define DLGREF_3SEL4SPIN2CHECK_QTD_H
-
-#include <QtCore/QVariant>
-#include <QtGui/QAction>
-#include <QtGui/QApplication>
-#include <QtGui/QButtonGroup>
-#include <QtGui/QCheckBox>
-#include <QtGui/QGridLayout>
-#include <QtGui/QGroupBox>
-#include <QtGui/QLabel>
-#include <QtGui/QLineEdit>
-#include <QtGui/QPushButton>
-#include <QtGui/QSpacerItem>
-#include <QtGui/QSpinBox>
-#include <QtGui/QWidget>
-#include <Qt3Support/Q3MimeSourceFactory>
-
-class Ui_DlgRef_3Sel4Spin2Check_QTD
-{
-public:
- QGridLayout *gridLayout;
- QGroupBox *GroupBox1;
- QGridLayout *gridLayout1;
- QGridLayout *gridLayout2;
- QCheckBox *CheckButton2;
- QLineEdit *LineEdit1;
- QLabel *TextLabel3;
- QPushButton *PushButton2;
- QLineEdit *LineEdit3;
- QPushButton *PushButton1;
- QGridLayout *gridLayout3;
- QSpinBox *SpinBox4;
- QSpinBox *SpinBox3;
- QLabel *TextLabel7;
- QLabel *TextLabel6;
- QCheckBox *CheckButton1;
- QPushButton *PushButton3;
- QLabel *TextLabel1;
- QSpacerItem *spacerItem;
- QLineEdit *LineEdit2;
- QGridLayout *gridLayout4;
- QLabel *TextLabel5;
- QLabel *TextLabel4;
- QSpinBox *SpinBox1;
- QSpinBox *SpinBox2;
- QLabel *TextLabel2;
-
- void setupUi(QWidget *DlgRef_3Sel4Spin2Check_QTD)
- {
- DlgRef_3Sel4Spin2Check_QTD->setObjectName(QString::fromUtf8("DlgRef_3Sel4Spin2Check_QTD"));
- gridLayout = new QGridLayout(DlgRef_3Sel4Spin2Check_QTD);
- gridLayout->setSpacing(6);
- gridLayout->setMargin(0);
- gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
- GroupBox1 = new QGroupBox(DlgRef_3Sel4Spin2Check_QTD);
- GroupBox1->setObjectName(QString::fromUtf8("GroupBox1"));
- gridLayout1 = new QGridLayout(GroupBox1);
- gridLayout1->setSpacing(6);
- gridLayout1->setMargin(11);
- gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
- gridLayout2 = new QGridLayout();
- gridLayout2->setSpacing(6);
- gridLayout2->setMargin(0);
- gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
- CheckButton2 = new QCheckBox(GroupBox1);
- CheckButton2->setObjectName(QString::fromUtf8("CheckButton2"));
-
- gridLayout2->addWidget(CheckButton2, 6, 0, 1, 3);
-
- LineEdit1 = new QLineEdit(GroupBox1);
- LineEdit1->setObjectName(QString::fromUtf8("LineEdit1"));
-
- gridLayout2->addWidget(LineEdit1, 0, 2, 1, 1);
-
- TextLabel3 = new QLabel(GroupBox1);
- TextLabel3->setObjectName(QString::fromUtf8("TextLabel3"));
- QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(TextLabel3->sizePolicy().hasHeightForWidth());
- TextLabel3->setSizePolicy(sizePolicy);
- TextLabel3->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel3, 2, 0, 1, 1);
-
- PushButton2 = new QPushButton(GroupBox1);
- PushButton2->setObjectName(QString::fromUtf8("PushButton2"));
- QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy1.setHorizontalStretch(0);
- sizePolicy1.setVerticalStretch(0);
- sizePolicy1.setHeightForWidth(PushButton2->sizePolicy().hasHeightForWidth());
- PushButton2->setSizePolicy(sizePolicy1);
-
- gridLayout2->addWidget(PushButton2, 1, 1, 1, 1);
-
- LineEdit3 = new QLineEdit(GroupBox1);
- LineEdit3->setObjectName(QString::fromUtf8("LineEdit3"));
-
- gridLayout2->addWidget(LineEdit3, 2, 2, 1, 1);
-
- PushButton1 = new QPushButton(GroupBox1);
- PushButton1->setObjectName(QString::fromUtf8("PushButton1"));
- QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy2.setHorizontalStretch(0);
- sizePolicy2.setVerticalStretch(0);
- sizePolicy2.setHeightForWidth(PushButton1->sizePolicy().hasHeightForWidth());
- PushButton1->setSizePolicy(sizePolicy2);
-
- gridLayout2->addWidget(PushButton1, 0, 1, 1, 1);
-
- gridLayout3 = new QGridLayout();
- gridLayout3->setSpacing(6);
- gridLayout3->setMargin(0);
- gridLayout3->setObjectName(QString::fromUtf8("gridLayout3"));
- SpinBox4 = new QSpinBox(GroupBox1);
- SpinBox4->setObjectName(QString::fromUtf8("SpinBox4"));
- QSizePolicy sizePolicy3(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy3.setHorizontalStretch(0);
- sizePolicy3.setVerticalStretch(0);
- sizePolicy3.setHeightForWidth(SpinBox4->sizePolicy().hasHeightForWidth());
- SpinBox4->setSizePolicy(sizePolicy3);
-
- gridLayout3->addWidget(SpinBox4, 1, 1, 1, 1);
-
- SpinBox3 = new QSpinBox(GroupBox1);
- SpinBox3->setObjectName(QString::fromUtf8("SpinBox3"));
- QSizePolicy sizePolicy4(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy4.setHorizontalStretch(0);
- sizePolicy4.setVerticalStretch(0);
- sizePolicy4.setHeightForWidth(SpinBox3->sizePolicy().hasHeightForWidth());
- SpinBox3->setSizePolicy(sizePolicy4);
-
- gridLayout3->addWidget(SpinBox3, 0, 1, 1, 1);
-
- TextLabel7 = new QLabel(GroupBox1);
- TextLabel7->setObjectName(QString::fromUtf8("TextLabel7"));
- QSizePolicy sizePolicy5(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy5.setHorizontalStretch(0);
- sizePolicy5.setVerticalStretch(0);
- sizePolicy5.setHeightForWidth(TextLabel7->sizePolicy().hasHeightForWidth());
- TextLabel7->setSizePolicy(sizePolicy5);
- TextLabel7->setWordWrap(false);
-
- gridLayout3->addWidget(TextLabel7, 1, 0, 1, 1);
-
- TextLabel6 = new QLabel(GroupBox1);
- TextLabel6->setObjectName(QString::fromUtf8("TextLabel6"));
- QSizePolicy sizePolicy6(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy6.setHorizontalStretch(0);
- sizePolicy6.setVerticalStretch(0);
- sizePolicy6.setHeightForWidth(TextLabel6->sizePolicy().hasHeightForWidth());
- TextLabel6->setSizePolicy(sizePolicy6);
- TextLabel6->setWordWrap(false);
-
- gridLayout3->addWidget(TextLabel6, 0, 0, 1, 1);
-
-
- gridLayout2->addLayout(gridLayout3, 5, 0, 1, 3);
-
- CheckButton1 = new QCheckBox(GroupBox1);
- CheckButton1->setObjectName(QString::fromUtf8("CheckButton1"));
-
- gridLayout2->addWidget(CheckButton1, 4, 0, 1, 3);
-
- PushButton3 = new QPushButton(GroupBox1);
- PushButton3->setObjectName(QString::fromUtf8("PushButton3"));
- QSizePolicy sizePolicy7(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy7.setHorizontalStretch(0);
- sizePolicy7.setVerticalStretch(0);
- sizePolicy7.setHeightForWidth(PushButton3->sizePolicy().hasHeightForWidth());
- PushButton3->setSizePolicy(sizePolicy7);
-
- gridLayout2->addWidget(PushButton3, 2, 1, 1, 1);
-
- TextLabel1 = new QLabel(GroupBox1);
- TextLabel1->setObjectName(QString::fromUtf8("TextLabel1"));
- QSizePolicy sizePolicy8(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy8.setHorizontalStretch(0);
- sizePolicy8.setVerticalStretch(0);
- sizePolicy8.setHeightForWidth(TextLabel1->sizePolicy().hasHeightForWidth());
- TextLabel1->setSizePolicy(sizePolicy8);
- TextLabel1->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel1, 0, 0, 1, 1);
-
- spacerItem = new QSpacerItem(0, 16, QSizePolicy::Minimum, QSizePolicy::Expanding);
-
- gridLayout2->addItem(spacerItem, 7, 2, 1, 1);
-
- LineEdit2 = new QLineEdit(GroupBox1);
- LineEdit2->setObjectName(QString::fromUtf8("LineEdit2"));
-
- gridLayout2->addWidget(LineEdit2, 1, 2, 1, 1);
-
- gridLayout4 = new QGridLayout();
- gridLayout4->setSpacing(6);
- gridLayout4->setMargin(0);
- gridLayout4->setObjectName(QString::fromUtf8("gridLayout4"));
- TextLabel5 = new QLabel(GroupBox1);
- TextLabel5->setObjectName(QString::fromUtf8("TextLabel5"));
- QSizePolicy sizePolicy9(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy9.setHorizontalStretch(0);
- sizePolicy9.setVerticalStretch(0);
- sizePolicy9.setHeightForWidth(TextLabel5->sizePolicy().hasHeightForWidth());
- TextLabel5->setSizePolicy(sizePolicy9);
- TextLabel5->setWordWrap(false);
-
- gridLayout4->addWidget(TextLabel5, 1, 0, 1, 1);
-
- TextLabel4 = new QLabel(GroupBox1);
- TextLabel4->setObjectName(QString::fromUtf8("TextLabel4"));
- QSizePolicy sizePolicy10(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy10.setHorizontalStretch(0);
- sizePolicy10.setVerticalStretch(0);
- sizePolicy10.setHeightForWidth(TextLabel4->sizePolicy().hasHeightForWidth());
- TextLabel4->setSizePolicy(sizePolicy10);
- TextLabel4->setWordWrap(false);
-
- gridLayout4->addWidget(TextLabel4, 0, 0, 1, 1);
-
- SpinBox1 = new QSpinBox(GroupBox1);
- SpinBox1->setObjectName(QString::fromUtf8("SpinBox1"));
- QSizePolicy sizePolicy11(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy11.setHorizontalStretch(0);
- sizePolicy11.setVerticalStretch(0);
- sizePolicy11.setHeightForWidth(SpinBox1->sizePolicy().hasHeightForWidth());
- SpinBox1->setSizePolicy(sizePolicy11);
-
- gridLayout4->addWidget(SpinBox1, 0, 1, 1, 1);
-
- SpinBox2 = new QSpinBox(GroupBox1);
- SpinBox2->setObjectName(QString::fromUtf8("SpinBox2"));
- QSizePolicy sizePolicy12(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy12.setHorizontalStretch(0);
- sizePolicy12.setVerticalStretch(0);
- sizePolicy12.setHeightForWidth(SpinBox2->sizePolicy().hasHeightForWidth());
- SpinBox2->setSizePolicy(sizePolicy12);
-
- gridLayout4->addWidget(SpinBox2, 1, 1, 1, 1);
-
-
- gridLayout2->addLayout(gridLayout4, 3, 0, 1, 3);
-
- TextLabel2 = new QLabel(GroupBox1);
- TextLabel2->setObjectName(QString::fromUtf8("TextLabel2"));
- QSizePolicy sizePolicy13(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy13.setHorizontalStretch(0);
- sizePolicy13.setVerticalStretch(0);
- sizePolicy13.setHeightForWidth(TextLabel2->sizePolicy().hasHeightForWidth());
- TextLabel2->setSizePolicy(sizePolicy13);
- TextLabel2->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel2, 1, 0, 1, 1);
-
-
- gridLayout1->addLayout(gridLayout2, 0, 0, 1, 1);
-
-
- gridLayout->addWidget(GroupBox1, 0, 0, 1, 1);
-
- QWidget::setTabOrder(PushButton1, LineEdit1);
- QWidget::setTabOrder(LineEdit1, PushButton2);
- QWidget::setTabOrder(PushButton2, LineEdit2);
- QWidget::setTabOrder(LineEdit2, PushButton3);
- QWidget::setTabOrder(PushButton3, LineEdit3);
- QWidget::setTabOrder(LineEdit3, SpinBox1);
- QWidget::setTabOrder(SpinBox1, SpinBox2);
- QWidget::setTabOrder(SpinBox2, CheckButton1);
- QWidget::setTabOrder(CheckButton1, SpinBox3);
- QWidget::setTabOrder(SpinBox3, SpinBox4);
- QWidget::setTabOrder(SpinBox4, CheckButton2);
-
- retranslateUi(DlgRef_3Sel4Spin2Check_QTD);
-
- QSize size(269, 281);
- size = size.expandedTo(DlgRef_3Sel4Spin2Check_QTD->minimumSizeHint());
- DlgRef_3Sel4Spin2Check_QTD->resize(size);
-
-
- QMetaObject::connectSlotsByName(DlgRef_3Sel4Spin2Check_QTD);
- } // setupUi
-
- void retranslateUi(QWidget *DlgRef_3Sel4Spin2Check_QTD)
- {
- DlgRef_3Sel4Spin2Check_QTD->setWindowTitle(QApplication::translate("DlgRef_3Sel4Spin2Check_QTD", "DlgRef_3Sel4Spin2Check_QTD", 0, QApplication::UnicodeUTF8));
- GroupBox1->setTitle(QString());
- CheckButton2->setText(QString());
- TextLabel3->setText(QApplication::translate("DlgRef_3Sel4Spin2Check_QTD", "TL3", 0, QApplication::UnicodeUTF8));
- PushButton2->setText(QString());
- PushButton1->setText(QString());
- TextLabel7->setText(QApplication::translate("DlgRef_3Sel4Spin2Check_QTD", "TL7", 0, QApplication::UnicodeUTF8));
- TextLabel6->setText(QApplication::translate("DlgRef_3Sel4Spin2Check_QTD", "TL6", 0, QApplication::UnicodeUTF8));
- CheckButton1->setText(QString());
- PushButton3->setText(QString());
- TextLabel1->setText(QApplication::translate("DlgRef_3Sel4Spin2Check_QTD", "TL1", 0, QApplication::UnicodeUTF8));
- TextLabel5->setText(QApplication::translate("DlgRef_3Sel4Spin2Check_QTD", "TL5", 0, QApplication::UnicodeUTF8));
- TextLabel4->setText(QApplication::translate("DlgRef_3Sel4Spin2Check_QTD", "TL4", 0, QApplication::UnicodeUTF8));
- TextLabel2->setText(QApplication::translate("DlgRef_3Sel4Spin2Check_QTD", "TL2", 0, QApplication::UnicodeUTF8));
- Q_UNUSED(DlgRef_3Sel4Spin2Check_QTD);
- } // retranslateUi
-
-};
-
-namespace Ui {
- class DlgRef_3Sel4Spin2Check_QTD: public Ui_DlgRef_3Sel4Spin2Check_QTD {};
-} // namespace Ui
-
-#endif // DLGREF_3SEL4SPIN2CHECK_QTD_H
--- /dev/null
+<ui version="4.0" >
+ <class>DlgRef_3Sel4Spin2Check_QTD</class>
+ <widget class="QWidget" name="DlgRef_3Sel4Spin2Check_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>156</width>
+ <height>241</height>
+ </rect>
+ </property>
+ <property name="windowTitle" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>0</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>9</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="7" column="1" colspan="2" >
+ <widget class="QDoubleSpinBox" name="SpinBox_DY2" />
+ </item>
+ <item row="6" column="1" colspan="2" >
+ <widget class="QDoubleSpinBox" name="SpinBox_DX2" />
+ </item>
+ <item row="4" column="1" colspan="2" >
+ <widget class="QDoubleSpinBox" name="SpinBox_DY1" />
+ </item>
+ <item row="3" column="1" colspan="2" >
+ <widget class="QDoubleSpinBox" name="SpinBox_DX1" />
+ </item>
+ <item row="5" column="0" colspan="3" >
+ <widget class="QCheckBox" name="CheckButton1" >
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="6" column="0" >
+ <widget class="QLabel" name="TextLabel6" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL6</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="7" column="0" >
+ <widget class="QLabel" name="TextLabel7" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL7</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="0" >
+ <widget class="QLabel" name="TextLabel4" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL4</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="4" column="0" >
+ <widget class="QLabel" name="TextLabel5" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL5</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="1" >
+ <widget class="QPushButton" name="PushButton3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="2" >
+ <widget class="QLineEdit" name="LineEdit3" />
+ </item>
+ <item row="1" column="1" >
+ <widget class="QPushButton" name="PushButton2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="0" >
+ <widget class="QLabel" name="TextLabel3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL3</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ <item row="1" column="2" >
+ <widget class="QLineEdit" name="LineEdit2" />
+ </item>
+ <item row="8" column="0" colspan="3" >
+ <widget class="QCheckBox" name="CheckButton2" >
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <tabstops>
+ <tabstop>PushButton1</tabstop>
+ <tabstop>LineEdit1</tabstop>
+ <tabstop>PushButton2</tabstop>
+ <tabstop>LineEdit2</tabstop>
+ <tabstop>PushButton3</tabstop>
+ <tabstop>LineEdit3</tabstop>
+ <tabstop>SpinBox_DX1</tabstop>
+ <tabstop>SpinBox_DY1</tabstop>
+ <tabstop>CheckButton1</tabstop>
+ <tabstop>SpinBox_DX2</tabstop>
+ <tabstop>SpinBox_DY2</tabstop>
+ <tabstop>CheckButton2</tabstop>
+ </tabstops>
+ <resources/>
+ <connections/>
+</ui>
+++ /dev/null
-/********************************************************************************
-** Form generated from reading ui file 'DlgRef_3Sel_QTD.ui'
-**
-** Created: Fri Jun 29 14:36:31 2007
-** by: Qt User Interface Compiler version 4.2.3
-**
-** WARNING! All changes made in this file will be lost when recompiling ui file!
-********************************************************************************/
-
-#ifndef DLGREF_3SEL_QTD_H
-#define DLGREF_3SEL_QTD_H
-
-#include <QtCore/QVariant>
-#include <QtGui/QAction>
-#include <QtGui/QApplication>
-#include <QtGui/QButtonGroup>
-#include <QtGui/QGridLayout>
-#include <QtGui/QGroupBox>
-#include <QtGui/QLabel>
-#include <QtGui/QLineEdit>
-#include <QtGui/QPushButton>
-#include <QtGui/QSpacerItem>
-#include <QtGui/QWidget>
-#include <Qt3Support/Q3MimeSourceFactory>
-
-class Ui_DlgRef_3Sel_QTD
-{
-public:
- QGridLayout *gridLayout;
- QGroupBox *GroupBox1;
- QGridLayout *gridLayout1;
- QGridLayout *gridLayout2;
- QLineEdit *LineEdit3;
- QPushButton *PushButton1;
- QLineEdit *LineEdit2;
- QLabel *TextLabel1;
- QLabel *TextLabel3;
- QLineEdit *LineEdit1;
- QSpacerItem *spacerItem;
- QLabel *TextLabel2;
- QPushButton *PushButton3;
- QPushButton *PushButton2;
-
- void setupUi(QWidget *DlgRef_3Sel_QTD)
- {
- DlgRef_3Sel_QTD->setObjectName(QString::fromUtf8("DlgRef_3Sel_QTD"));
- QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(5), static_cast<QSizePolicy::Policy>(7));
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(DlgRef_3Sel_QTD->sizePolicy().hasHeightForWidth());
- DlgRef_3Sel_QTD->setSizePolicy(sizePolicy);
- gridLayout = new QGridLayout(DlgRef_3Sel_QTD);
- gridLayout->setSpacing(6);
- gridLayout->setMargin(0);
- gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
- GroupBox1 = new QGroupBox(DlgRef_3Sel_QTD);
- GroupBox1->setObjectName(QString::fromUtf8("GroupBox1"));
- gridLayout1 = new QGridLayout(GroupBox1);
- gridLayout1->setSpacing(6);
- gridLayout1->setMargin(11);
- gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
- gridLayout2 = new QGridLayout();
- gridLayout2->setSpacing(6);
- gridLayout2->setMargin(0);
- gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
- LineEdit3 = new QLineEdit(GroupBox1);
- LineEdit3->setObjectName(QString::fromUtf8("LineEdit3"));
-
- gridLayout2->addWidget(LineEdit3, 2, 2, 1, 1);
-
- PushButton1 = new QPushButton(GroupBox1);
- PushButton1->setObjectName(QString::fromUtf8("PushButton1"));
- QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy1.setHorizontalStretch(0);
- sizePolicy1.setVerticalStretch(0);
- sizePolicy1.setHeightForWidth(PushButton1->sizePolicy().hasHeightForWidth());
- PushButton1->setSizePolicy(sizePolicy1);
-
- gridLayout2->addWidget(PushButton1, 0, 1, 1, 1);
-
- LineEdit2 = new QLineEdit(GroupBox1);
- LineEdit2->setObjectName(QString::fromUtf8("LineEdit2"));
-
- gridLayout2->addWidget(LineEdit2, 1, 2, 1, 1);
-
- TextLabel1 = new QLabel(GroupBox1);
- TextLabel1->setObjectName(QString::fromUtf8("TextLabel1"));
- QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy2.setHorizontalStretch(0);
- sizePolicy2.setVerticalStretch(0);
- sizePolicy2.setHeightForWidth(TextLabel1->sizePolicy().hasHeightForWidth());
- TextLabel1->setSizePolicy(sizePolicy2);
- TextLabel1->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel1, 0, 0, 1, 1);
-
- TextLabel3 = new QLabel(GroupBox1);
- TextLabel3->setObjectName(QString::fromUtf8("TextLabel3"));
- QSizePolicy sizePolicy3(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy3.setHorizontalStretch(0);
- sizePolicy3.setVerticalStretch(0);
- sizePolicy3.setHeightForWidth(TextLabel3->sizePolicy().hasHeightForWidth());
- TextLabel3->setSizePolicy(sizePolicy3);
- TextLabel3->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel3, 2, 0, 1, 1);
-
- LineEdit1 = new QLineEdit(GroupBox1);
- LineEdit1->setObjectName(QString::fromUtf8("LineEdit1"));
-
- gridLayout2->addWidget(LineEdit1, 0, 2, 1, 1);
-
- spacerItem = new QSpacerItem(0, 159, QSizePolicy::Minimum, QSizePolicy::Expanding);
-
- gridLayout2->addItem(spacerItem, 3, 2, 1, 1);
-
- TextLabel2 = new QLabel(GroupBox1);
- TextLabel2->setObjectName(QString::fromUtf8("TextLabel2"));
- QSizePolicy sizePolicy4(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy4.setHorizontalStretch(0);
- sizePolicy4.setVerticalStretch(0);
- sizePolicy4.setHeightForWidth(TextLabel2->sizePolicy().hasHeightForWidth());
- TextLabel2->setSizePolicy(sizePolicy4);
- TextLabel2->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel2, 1, 0, 1, 1);
-
- PushButton3 = new QPushButton(GroupBox1);
- PushButton3->setObjectName(QString::fromUtf8("PushButton3"));
- QSizePolicy sizePolicy5(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy5.setHorizontalStretch(0);
- sizePolicy5.setVerticalStretch(0);
- sizePolicy5.setHeightForWidth(PushButton3->sizePolicy().hasHeightForWidth());
- PushButton3->setSizePolicy(sizePolicy5);
-
- gridLayout2->addWidget(PushButton3, 2, 1, 1, 1);
-
- PushButton2 = new QPushButton(GroupBox1);
- PushButton2->setObjectName(QString::fromUtf8("PushButton2"));
- QSizePolicy sizePolicy6(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy6.setHorizontalStretch(0);
- sizePolicy6.setVerticalStretch(0);
- sizePolicy6.setHeightForWidth(PushButton2->sizePolicy().hasHeightForWidth());
- PushButton2->setSizePolicy(sizePolicy6);
-
- gridLayout2->addWidget(PushButton2, 1, 1, 1, 1);
-
-
- gridLayout1->addLayout(gridLayout2, 0, 0, 1, 1);
-
-
- gridLayout->addWidget(GroupBox1, 0, 0, 1, 1);
-
-
- retranslateUi(DlgRef_3Sel_QTD);
-
- QSize size(129, 117);
- size = size.expandedTo(DlgRef_3Sel_QTD->minimumSizeHint());
- DlgRef_3Sel_QTD->resize(size);
-
-
- QMetaObject::connectSlotsByName(DlgRef_3Sel_QTD);
- } // setupUi
-
- void retranslateUi(QWidget *DlgRef_3Sel_QTD)
- {
- DlgRef_3Sel_QTD->setWindowTitle(QApplication::translate("DlgRef_3Sel_QTD", "DlgRef_3Sel_QTD", 0, QApplication::UnicodeUTF8));
- GroupBox1->setTitle(QString());
- PushButton1->setText(QString());
- TextLabel1->setText(QApplication::translate("DlgRef_3Sel_QTD", "TL1", 0, QApplication::UnicodeUTF8));
- TextLabel3->setText(QApplication::translate("DlgRef_3Sel_QTD", "TL3", 0, QApplication::UnicodeUTF8));
- TextLabel2->setText(QApplication::translate("DlgRef_3Sel_QTD", "TL2", 0, QApplication::UnicodeUTF8));
- PushButton3->setText(QString());
- PushButton2->setText(QString());
- Q_UNUSED(DlgRef_3Sel_QTD);
- } // retranslateUi
-
-};
-
-namespace Ui {
- class DlgRef_3Sel_QTD: public Ui_DlgRef_3Sel_QTD {};
-} // namespace Ui
-
-#endif // DLGREF_3SEL_QTD_H
--- /dev/null
+<ui version="4.0" >
+ <class>DlgRef_3Sel_QTD</class>
+ <widget class="QWidget" name="DlgRef_3Sel_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>156</width>
+ <height>103</height>
+ </rect>
+ </property>
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>5</hsizetype>
+ <vsizetype>7</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="windowTitle" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>9</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="1" >
+ <widget class="QPushButton" name="PushButton3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1" >
+ <widget class="QPushButton" name="PushButton2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="0" >
+ <widget class="QLabel" name="TextLabel3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL3</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="2" >
+ <widget class="QLineEdit" name="LineEdit3" />
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="2" >
+ <widget class="QLineEdit" name="LineEdit2" />
+ </item>
+ </layout>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <tabstops>
+ <tabstop>PushButton1</tabstop>
+ <tabstop>LineEdit1</tabstop>
+ <tabstop>PushButton2</tabstop>
+ <tabstop>LineEdit2</tabstop>
+ <tabstop>PushButton3</tabstop>
+ <tabstop>LineEdit3</tabstop>
+ </tabstops>
+ <resources/>
+ <connections/>
+</ui>
+++ /dev/null
-// GEOM GEOMGUI : GUI for Geometry component
-//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-//
-//
-// File : DlgRef_3Spin.cxx
-// Author : Damien COQUERET
-// Module : GEOM
-// $Header:
-
-#include "DlgRef_3Spin.h"
-#include "DlgRef_SpinBox.h"
-
-/*
- * Constructs a DlgRef_3Spin which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'
- */
-DlgRef_3Spin::DlgRef_3Spin(QWidget* parent, const char* name, Qt::WindowFlags fl)
- :QWidget(parent, fl)
-{
- setupUi(this);
-
- setObjectName(name);
-
- SpinBox1->setAttribute( Qt::WA_DeleteOnClose );
- SpinBox1->close();
-
- SpinBox2->setAttribute( Qt::WA_DeleteOnClose );
- SpinBox2->close();
-
- SpinBox3->setAttribute( Qt::WA_DeleteOnClose );
- SpinBox3->close();
-
- SpinBox_DX = new DlgRef_SpinBox(GroupBox1, "SpinBox_DX");
- gridLayout2->addWidget(SpinBox_DX, 0, 1);
-
- SpinBox_DY = new DlgRef_SpinBox(GroupBox1, "SpinBox_DY");
- gridLayout2->addWidget(SpinBox_DY, 1, 1);
-
- SpinBox_DZ = new DlgRef_SpinBox(GroupBox1, "SpinBox_DZ");
- gridLayout2->addWidget(SpinBox_DZ, 2, 1);
-}
-
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_3Spin::~DlgRef_3Spin()
-{
- // no need to delete child widgets, Qt does it all for us
-}
+++ /dev/null
-// GEOM GEOMGUI : GUI for Geometry component
-//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-//
-//
-// File : DlgRef_3Spin.h
-// Author : Damien COQUERET
-// Module : GEOM
-// $Header:
-
-#ifndef DLGREF_3SPIN_H
-#define DLGREF_3SPIN_H
-
-#include "GEOM_DlgRef.hxx"
-
-#include "DlgRef_3Spin_QTD.h"
-
-class DlgRef_SpinBox;
-
-class GEOM_DLGREF_EXPORT DlgRef_3Spin : public QWidget, public Ui::DlgRef_3Spin_QTD
-{
- Q_OBJECT
-
-public:
- DlgRef_3Spin( QWidget* parent = 0, const char* name = 0, Qt::WindowFlags fl = 0 );
- ~DlgRef_3Spin();
-
- DlgRef_SpinBox* SpinBox_DX;
- DlgRef_SpinBox* SpinBox_DY;
- DlgRef_SpinBox* SpinBox_DZ;
-
-};
-
-#endif // DLGREF_3SPIN_H
+++ /dev/null
-// GEOM GEOMGUI : GUI for Geometry component
-//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-//
-//
-// File : DlgRef_3Spin1Check.cxx
-// Author : Damien COQUERET
-// Module : GEOM
-// $Header:
-
-#include "DlgRef_3Spin1Check.h"
-#include "DlgRef_SpinBox.h"
-
-/*
- * Constructs a DlgRef_3Spin which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'
- */
-DlgRef_3Spin1Check::DlgRef_3Spin1Check(QWidget* parent, const char* name, Qt::WindowFlags fl)
- :QWidget(parent, fl)
-{
- setupUi(this);
-
- setObjectName(name);
-
- SpinBox1->setAttribute( Qt::WA_DeleteOnClose );
- SpinBox1->close();
-
- SpinBox2->setAttribute( Qt::WA_DeleteOnClose );
- SpinBox2->close();
-
- SpinBox3->setAttribute( Qt::WA_DeleteOnClose );
- SpinBox3->close();
-
- SpinBox_DX = new DlgRef_SpinBox(GroupBox1, "SpinBox_DX");
- gridLayout2->addWidget(SpinBox_DX, 0, 1);
-
- SpinBox_DY = new DlgRef_SpinBox(GroupBox1, "SpinBox_DY");
- gridLayout2->addWidget(SpinBox_DY, 1, 1);
-
- SpinBox_DZ = new DlgRef_SpinBox(GroupBox1, "SpinBox_DZ");
- gridLayout2->addWidget(SpinBox_DZ, 2, 1);
-}
-
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_3Spin1Check::~DlgRef_3Spin1Check()
-{
- // no need to delete child widgets, Qt does it all for us
-}
+++ /dev/null
-// GEOM GEOMGUI : GUI for Geometry component
-//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-//
-//
-// File : DlgRef_3Spin.h
-// Author : Damien COQUERET
-// Module : GEOM
-// $Header:
-
-#ifndef DLGREF_3SPIN1CHECK_H
-#define DLGREF_3SPIN1CHECK_H
-
-#include "GEOM_DlgRef.hxx"
-
-#include "DlgRef_3Spin1Check_QTD.h"
-
-class DlgRef_SpinBox;
-
-class GEOM_DLGREF_EXPORT DlgRef_3Spin1Check : public QWidget, public Ui::DlgRef_3Spin1Check_QTD
-{
- Q_OBJECT
-
-public:
- DlgRef_3Spin1Check(QWidget* parent = 0, const char* name = 0, Qt::WindowFlags fl = 0);
- ~DlgRef_3Spin1Check();
-
- DlgRef_SpinBox* SpinBox_DX;
- DlgRef_SpinBox* SpinBox_DY;
- DlgRef_SpinBox* SpinBox_DZ;
-
-};
-
-#endif // DLGREF_3SPIN1CHECK_H
+++ /dev/null
-/********************************************************************************
-** Form generated from reading ui file 'DlgRef_3Spin1Check_QTD.ui'
-**
-** Created: Fri Jun 29 14:49:31 2007
-** by: Qt User Interface Compiler version 4.2.3
-**
-** WARNING! All changes made in this file will be lost when recompiling ui file!
-********************************************************************************/
-
-#ifndef DLGREF_3SPIN1CHECK_QTD_H
-#define DLGREF_3SPIN1CHECK_QTD_H
-
-#include <QtCore/QVariant>
-#include <QtGui/QAction>
-#include <QtGui/QApplication>
-#include <QtGui/QButtonGroup>
-#include <QtGui/QGridLayout>
-#include <QtGui/QGroupBox>
-#include <QtGui/QLabel>
-#include <QtGui/QRadioButton>
-#include <QtGui/QSpacerItem>
-#include <QtGui/QSpinBox>
-#include <QtGui/QWidget>
-#include <Qt3Support/Q3MimeSourceFactory>
-
-class Ui_DlgRef_3Spin1Check_QTD
-{
-public:
- QGridLayout *gridLayout;
- QGroupBox *GroupBox1;
- QGridLayout *gridLayout1;
- QGridLayout *gridLayout2;
- QRadioButton *CheckBox1;
- QSpacerItem *spacerItem;
- QSpinBox *SpinBox2;
- QLabel *TextLabel3;
- QSpinBox *SpinBox3;
- QSpinBox *SpinBox1;
- QLabel *TextLabel1;
- QLabel *TextLabel2;
-
- void setupUi(QWidget *DlgRef_3Spin1Check_QTD)
- {
- DlgRef_3Spin1Check_QTD->setObjectName(QString::fromUtf8("DlgRef_3Spin1Check_QTD"));
- gridLayout = new QGridLayout(DlgRef_3Spin1Check_QTD);
- gridLayout->setSpacing(6);
- gridLayout->setMargin(0);
- gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
- GroupBox1 = new QGroupBox(DlgRef_3Spin1Check_QTD);
- GroupBox1->setObjectName(QString::fromUtf8("GroupBox1"));
- gridLayout1 = new QGridLayout(GroupBox1);
- gridLayout1->setSpacing(6);
- gridLayout1->setMargin(11);
- gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
- gridLayout2 = new QGridLayout();
- gridLayout2->setSpacing(6);
- gridLayout2->setMargin(0);
- gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
- CheckBox1 = new QRadioButton(GroupBox1);
- CheckBox1->setObjectName(QString::fromUtf8("CheckBox1"));
-
- gridLayout2->addWidget(CheckBox1, 3, 0, 1, 2);
-
- spacerItem = new QSpacerItem(0, 20, QSizePolicy::Minimum, QSizePolicy::Expanding);
-
- gridLayout2->addItem(spacerItem, 4, 1, 1, 1);
-
- SpinBox2 = new QSpinBox(GroupBox1);
- SpinBox2->setObjectName(QString::fromUtf8("SpinBox2"));
- QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(SpinBox2->sizePolicy().hasHeightForWidth());
- SpinBox2->setSizePolicy(sizePolicy);
-
- gridLayout2->addWidget(SpinBox2, 1, 1, 1, 1);
-
- TextLabel3 = new QLabel(GroupBox1);
- TextLabel3->setObjectName(QString::fromUtf8("TextLabel3"));
- QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy1.setHorizontalStretch(0);
- sizePolicy1.setVerticalStretch(0);
- sizePolicy1.setHeightForWidth(TextLabel3->sizePolicy().hasHeightForWidth());
- TextLabel3->setSizePolicy(sizePolicy1);
- TextLabel3->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel3, 2, 0, 1, 1);
-
- SpinBox3 = new QSpinBox(GroupBox1);
- SpinBox3->setObjectName(QString::fromUtf8("SpinBox3"));
- QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy2.setHorizontalStretch(0);
- sizePolicy2.setVerticalStretch(0);
- sizePolicy2.setHeightForWidth(SpinBox3->sizePolicy().hasHeightForWidth());
- SpinBox3->setSizePolicy(sizePolicy2);
-
- gridLayout2->addWidget(SpinBox3, 2, 1, 1, 1);
-
- SpinBox1 = new QSpinBox(GroupBox1);
- SpinBox1->setObjectName(QString::fromUtf8("SpinBox1"));
- QSizePolicy sizePolicy3(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy3.setHorizontalStretch(0);
- sizePolicy3.setVerticalStretch(0);
- sizePolicy3.setHeightForWidth(SpinBox1->sizePolicy().hasHeightForWidth());
- SpinBox1->setSizePolicy(sizePolicy3);
-
- gridLayout2->addWidget(SpinBox1, 0, 1, 1, 1);
-
- TextLabel1 = new QLabel(GroupBox1);
- TextLabel1->setObjectName(QString::fromUtf8("TextLabel1"));
- QSizePolicy sizePolicy4(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy4.setHorizontalStretch(0);
- sizePolicy4.setVerticalStretch(0);
- sizePolicy4.setHeightForWidth(TextLabel1->sizePolicy().hasHeightForWidth());
- TextLabel1->setSizePolicy(sizePolicy4);
- TextLabel1->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel1, 0, 0, 1, 1);
-
- TextLabel2 = new QLabel(GroupBox1);
- TextLabel2->setObjectName(QString::fromUtf8("TextLabel2"));
- QSizePolicy sizePolicy5(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy5.setHorizontalStretch(0);
- sizePolicy5.setVerticalStretch(0);
- sizePolicy5.setHeightForWidth(TextLabel2->sizePolicy().hasHeightForWidth());
- TextLabel2->setSizePolicy(sizePolicy5);
- TextLabel2->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel2, 1, 0, 1, 1);
-
-
- gridLayout1->addLayout(gridLayout2, 0, 0, 1, 1);
-
-
- gridLayout->addWidget(GroupBox1, 0, 0, 1, 1);
-
-
- retranslateUi(DlgRef_3Spin1Check_QTD);
-
- QSize size(124, 130);
- size = size.expandedTo(DlgRef_3Spin1Check_QTD->minimumSizeHint());
- DlgRef_3Spin1Check_QTD->resize(size);
-
-
- QMetaObject::connectSlotsByName(DlgRef_3Spin1Check_QTD);
- } // setupUi
-
- void retranslateUi(QWidget *DlgRef_3Spin1Check_QTD)
- {
- DlgRef_3Spin1Check_QTD->setWindowTitle(QApplication::translate("DlgRef_3Spin1Check_QTD", "DlgRef_3Spin1Check_QTD", 0, QApplication::UnicodeUTF8));
- GroupBox1->setTitle(QString());
- CheckBox1->setText(QString());
- TextLabel3->setText(QApplication::translate("DlgRef_3Spin1Check_QTD", "TL3", 0, QApplication::UnicodeUTF8));
- TextLabel1->setText(QApplication::translate("DlgRef_3Spin1Check_QTD", "TL1", 0, QApplication::UnicodeUTF8));
- TextLabel2->setText(QApplication::translate("DlgRef_3Spin1Check_QTD", "TL2", 0, QApplication::UnicodeUTF8));
- Q_UNUSED(DlgRef_3Spin1Check_QTD);
- } // retranslateUi
-
-};
-
-namespace Ui {
- class DlgRef_3Spin1Check_QTD: public Ui_DlgRef_3Spin1Check_QTD {};
-} // namespace Ui
-
-#endif // DLGREF_3SPIN1CHECK_QTD_H
--- /dev/null
+<ui version="4.0" >
+ <class>DlgRef_3Spin1Check_QTD</class>
+ <widget class="QWidget" name="DlgRef_3Spin1Check_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>100</width>
+ <height>114</height>
+ </rect>
+ </property>
+ <property name="windowTitle" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>9</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="4" column="0" colspan="2" >
+ <widget class="QCheckBox" name="CheckButton1" >
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="1" >
+ <widget class="QDoubleSpinBox" name="SpinBox_DZ" />
+ </item>
+ <item row="2" column="1" >
+ <widget class="QDoubleSpinBox" name="SpinBox_DY" />
+ </item>
+ <item rowspan="2" row="0" column="1" >
+ <widget class="QDoubleSpinBox" name="SpinBox_DX" />
+ </item>
+ <item rowspan="2" row="1" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="0" >
+ <widget class="QLabel" name="TextLabel3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL3</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <tabstops>
+ <tabstop>SpinBox_DX</tabstop>
+ <tabstop>SpinBox_DY</tabstop>
+ <tabstop>SpinBox_DZ</tabstop>
+ <tabstop>CheckButton1</tabstop>
+ </tabstops>
+ <resources/>
+ <connections/>
+</ui>
+++ /dev/null
-/********************************************************************************
-** Form generated from reading ui file 'DlgRef_3Spin_QTD.ui'
-**
-** Created: Fri Jun 29 14:47:42 2007
-** by: Qt User Interface Compiler version 4.2.3
-**
-** WARNING! All changes made in this file will be lost when recompiling ui file!
-********************************************************************************/
-
-#ifndef DLGREF_3SPIN_QTD_H
-#define DLGREF_3SPIN_QTD_H
-
-#include <QtCore/QVariant>
-#include <QtGui/QAction>
-#include <QtGui/QApplication>
-#include <QtGui/QButtonGroup>
-#include <QtGui/QGridLayout>
-#include <QtGui/QGroupBox>
-#include <QtGui/QLabel>
-#include <QtGui/QSpacerItem>
-#include <QtGui/QSpinBox>
-#include <QtGui/QWidget>
-#include <Qt3Support/Q3MimeSourceFactory>
-
-class Ui_DlgRef_3Spin_QTD
-{
-public:
- QGridLayout *gridLayout;
- QGroupBox *GroupBox1;
- QGridLayout *gridLayout1;
- QGridLayout *gridLayout2;
- QSpinBox *SpinBox2;
- QSpacerItem *spacerItem;
- QLabel *TextLabel3;
- QSpinBox *SpinBox1;
- QSpinBox *SpinBox3;
- QLabel *TextLabel1;
- QLabel *TextLabel2;
-
- void setupUi(QWidget *DlgRef_3Spin_QTD)
- {
- DlgRef_3Spin_QTD->setObjectName(QString::fromUtf8("DlgRef_3Spin_QTD"));
- gridLayout = new QGridLayout(DlgRef_3Spin_QTD);
- gridLayout->setSpacing(6);
- gridLayout->setMargin(0);
- gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
- GroupBox1 = new QGroupBox(DlgRef_3Spin_QTD);
- GroupBox1->setObjectName(QString::fromUtf8("GroupBox1"));
- gridLayout1 = new QGridLayout(GroupBox1);
- gridLayout1->setSpacing(6);
- gridLayout1->setMargin(11);
- gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
- gridLayout2 = new QGridLayout();
- gridLayout2->setSpacing(6);
- gridLayout2->setMargin(0);
- gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
- SpinBox2 = new QSpinBox(GroupBox1);
- SpinBox2->setObjectName(QString::fromUtf8("SpinBox2"));
- QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(SpinBox2->sizePolicy().hasHeightForWidth());
- SpinBox2->setSizePolicy(sizePolicy);
-
- gridLayout2->addWidget(SpinBox2, 1, 1, 1, 1);
-
- spacerItem = new QSpacerItem(0, 16, QSizePolicy::Minimum, QSizePolicy::Expanding);
-
- gridLayout2->addItem(spacerItem, 3, 1, 1, 1);
-
- TextLabel3 = new QLabel(GroupBox1);
- TextLabel3->setObjectName(QString::fromUtf8("TextLabel3"));
- QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy1.setHorizontalStretch(0);
- sizePolicy1.setVerticalStretch(0);
- sizePolicy1.setHeightForWidth(TextLabel3->sizePolicy().hasHeightForWidth());
- TextLabel3->setSizePolicy(sizePolicy1);
- TextLabel3->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel3, 2, 0, 1, 1);
-
- SpinBox1 = new QSpinBox(GroupBox1);
- SpinBox1->setObjectName(QString::fromUtf8("SpinBox1"));
- QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy2.setHorizontalStretch(0);
- sizePolicy2.setVerticalStretch(0);
- sizePolicy2.setHeightForWidth(SpinBox1->sizePolicy().hasHeightForWidth());
- SpinBox1->setSizePolicy(sizePolicy2);
-
- gridLayout2->addWidget(SpinBox1, 0, 1, 1, 1);
-
- SpinBox3 = new QSpinBox(GroupBox1);
- SpinBox3->setObjectName(QString::fromUtf8("SpinBox3"));
- QSizePolicy sizePolicy3(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy3.setHorizontalStretch(0);
- sizePolicy3.setVerticalStretch(0);
- sizePolicy3.setHeightForWidth(SpinBox3->sizePolicy().hasHeightForWidth());
- SpinBox3->setSizePolicy(sizePolicy3);
-
- gridLayout2->addWidget(SpinBox3, 2, 1, 1, 1);
-
- TextLabel1 = new QLabel(GroupBox1);
- TextLabel1->setObjectName(QString::fromUtf8("TextLabel1"));
- QSizePolicy sizePolicy4(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy4.setHorizontalStretch(0);
- sizePolicy4.setVerticalStretch(0);
- sizePolicy4.setHeightForWidth(TextLabel1->sizePolicy().hasHeightForWidth());
- TextLabel1->setSizePolicy(sizePolicy4);
- TextLabel1->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel1, 0, 0, 1, 1);
-
- TextLabel2 = new QLabel(GroupBox1);
- TextLabel2->setObjectName(QString::fromUtf8("TextLabel2"));
- QSizePolicy sizePolicy5(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy5.setHorizontalStretch(0);
- sizePolicy5.setVerticalStretch(0);
- sizePolicy5.setHeightForWidth(TextLabel2->sizePolicy().hasHeightForWidth());
- TextLabel2->setSizePolicy(sizePolicy5);
- TextLabel2->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel2, 1, 0, 1, 1);
-
-
- gridLayout1->addLayout(gridLayout2, 0, 0, 1, 1);
-
-
- gridLayout->addWidget(GroupBox1, 0, 0, 1, 1);
-
-
- retranslateUi(DlgRef_3Spin_QTD);
-
- QSize size(124, 111);
- size = size.expandedTo(DlgRef_3Spin_QTD->minimumSizeHint());
- DlgRef_3Spin_QTD->resize(size);
-
-
- QMetaObject::connectSlotsByName(DlgRef_3Spin_QTD);
- } // setupUi
-
- void retranslateUi(QWidget *DlgRef_3Spin_QTD)
- {
- DlgRef_3Spin_QTD->setWindowTitle(QApplication::translate("DlgRef_3Spin_QTD", "DlgRef_3Spin_QTD", 0, QApplication::UnicodeUTF8));
- GroupBox1->setTitle(QString());
- TextLabel3->setText(QApplication::translate("DlgRef_3Spin_QTD", "TL3", 0, QApplication::UnicodeUTF8));
- TextLabel1->setText(QApplication::translate("DlgRef_3Spin_QTD", "TL1", 0, QApplication::UnicodeUTF8));
- TextLabel2->setText(QApplication::translate("DlgRef_3Spin_QTD", "TL2", 0, QApplication::UnicodeUTF8));
- Q_UNUSED(DlgRef_3Spin_QTD);
- } // retranslateUi
-
-};
-
-namespace Ui {
- class DlgRef_3Spin_QTD: public Ui_DlgRef_3Spin_QTD {};
-} // namespace Ui
-
-#endif // DLGREF_3SPIN_QTD_H
--- /dev/null
+<ui version="4.0" >
+ <class>DlgRef_3Spin_QTD</class>
+ <widget class="QWidget" name="DlgRef_3Spin_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>100</width>
+ <height>91</height>
+ </rect>
+ </property>
+ <property name="windowTitle" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>0</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>9</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="2" column="1" >
+ <widget class="QDoubleSpinBox" name="SpinBox_DZ" />
+ </item>
+ <item row="1" column="1" >
+ <widget class="QDoubleSpinBox" name="SpinBox_DY" />
+ </item>
+ <item row="0" column="1" >
+ <widget class="QDoubleSpinBox" name="SpinBox_DX" />
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="0" >
+ <widget class="QLabel" name="TextLabel3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL3</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <resources/>
+ <connections/>
+</ui>
+++ /dev/null
-/********************************************************************************
-** Form generated from reading ui file 'DlgRef_4Sel1List1Check_QTD.ui'
-**
-** Created: Mon Jul 2 09:49:53 2007
-** by: Qt User Interface Compiler version 4.2.3
-**
-** WARNING! All changes made in this file will be lost when recompiling ui file!
-********************************************************************************/
-
-#ifndef DLGREF_4SEL1LIST1CHECK_QTD_H
-#define DLGREF_4SEL1LIST1CHECK_QTD_H
-
-#include <QtCore/QVariant>
-#include <QtGui/QAction>
-#include <QtGui/QApplication>
-#include <QtGui/QButtonGroup>
-#include <QtGui/QCheckBox>
-#include <QtGui/QComboBox>
-#include <QtGui/QGridLayout>
-#include <QtGui/QGroupBox>
-#include <QtGui/QLabel>
-#include <QtGui/QLineEdit>
-#include <QtGui/QPushButton>
-#include <QtGui/QSpacerItem>
-#include <QtGui/QWidget>
-#include <Qt3Support/Q3MimeSourceFactory>
-
-class Ui_DlgRef_4Sel1List_QTD
-{
-public:
- QGridLayout *gridLayout;
- QGroupBox *GroupBox1;
- QGridLayout *gridLayout1;
- QGridLayout *gridLayout2;
- QLineEdit *LineEdit2;
- QPushButton *PushButton4;
- QPushButton *PushButton1;
- QLineEdit *LineEdit4;
- QPushButton *PushButton3;
- QPushButton *PushButton2;
- QLabel *TextLabel1;
- QLabel *TextLabel4;
- QSpacerItem *spacerItem;
- QLineEdit *LineEdit1;
- QLabel *TextLabel5;
- QLineEdit *LineEdit3;
- QLabel *TextLabel2;
- QComboBox *ComboBox1;
- QLabel *TextLabel3;
- QCheckBox *CheckBox1;
- QPushButton *PushButton5;
-
- void setupUi(QWidget *DlgRef_4Sel1List_QTD)
- {
- DlgRef_4Sel1List_QTD->setObjectName(QString::fromUtf8("DlgRef_4Sel1List_QTD"));
- gridLayout = new QGridLayout(DlgRef_4Sel1List_QTD);
- gridLayout->setSpacing(6);
- gridLayout->setMargin(0);
- gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
- GroupBox1 = new QGroupBox(DlgRef_4Sel1List_QTD);
- GroupBox1->setObjectName(QString::fromUtf8("GroupBox1"));
- gridLayout1 = new QGridLayout(GroupBox1);
- gridLayout1->setSpacing(6);
- gridLayout1->setMargin(11);
- gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
- gridLayout2 = new QGridLayout();
- gridLayout2->setSpacing(6);
- gridLayout2->setMargin(0);
- gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
- LineEdit2 = new QLineEdit(GroupBox1);
- LineEdit2->setObjectName(QString::fromUtf8("LineEdit2"));
-
- gridLayout2->addWidget(LineEdit2, 1, 2, 1, 1);
-
- PushButton4 = new QPushButton(GroupBox1);
- PushButton4->setObjectName(QString::fromUtf8("PushButton4"));
- QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(PushButton4->sizePolicy().hasHeightForWidth());
- PushButton4->setSizePolicy(sizePolicy);
-
- gridLayout2->addWidget(PushButton4, 4, 1, 1, 1);
-
- PushButton1 = new QPushButton(GroupBox1);
- PushButton1->setObjectName(QString::fromUtf8("PushButton1"));
- QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy1.setHorizontalStretch(0);
- sizePolicy1.setVerticalStretch(0);
- sizePolicy1.setHeightForWidth(PushButton1->sizePolicy().hasHeightForWidth());
- PushButton1->setSizePolicy(sizePolicy1);
-
- gridLayout2->addWidget(PushButton1, 0, 1, 1, 1);
-
- LineEdit4 = new QLineEdit(GroupBox1);
- LineEdit4->setObjectName(QString::fromUtf8("LineEdit4"));
-
- gridLayout2->addWidget(LineEdit4, 4, 2, 1, 1);
-
- PushButton3 = new QPushButton(GroupBox1);
- PushButton3->setObjectName(QString::fromUtf8("PushButton3"));
- QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy2.setHorizontalStretch(0);
- sizePolicy2.setVerticalStretch(0);
- sizePolicy2.setHeightForWidth(PushButton3->sizePolicy().hasHeightForWidth());
- PushButton3->setSizePolicy(sizePolicy2);
-
- gridLayout2->addWidget(PushButton3, 3, 1, 1, 1);
-
- PushButton2 = new QPushButton(GroupBox1);
- PushButton2->setObjectName(QString::fromUtf8("PushButton2"));
- QSizePolicy sizePolicy3(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy3.setHorizontalStretch(0);
- sizePolicy3.setVerticalStretch(0);
- sizePolicy3.setHeightForWidth(PushButton2->sizePolicy().hasHeightForWidth());
- PushButton2->setSizePolicy(sizePolicy3);
-
- gridLayout2->addWidget(PushButton2, 1, 1, 1, 1);
-
- TextLabel1 = new QLabel(GroupBox1);
- TextLabel1->setObjectName(QString::fromUtf8("TextLabel1"));
- QSizePolicy sizePolicy4(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy4.setHorizontalStretch(0);
- sizePolicy4.setVerticalStretch(0);
- sizePolicy4.setHeightForWidth(TextLabel1->sizePolicy().hasHeightForWidth());
- TextLabel1->setSizePolicy(sizePolicy4);
- TextLabel1->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel1, 0, 0, 1, 1);
-
- TextLabel4 = new QLabel(GroupBox1);
- TextLabel4->setObjectName(QString::fromUtf8("TextLabel4"));
- QSizePolicy sizePolicy5(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy5.setHorizontalStretch(0);
- sizePolicy5.setVerticalStretch(0);
- sizePolicy5.setHeightForWidth(TextLabel4->sizePolicy().hasHeightForWidth());
- TextLabel4->setSizePolicy(sizePolicy5);
- TextLabel4->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel4, 3, 0, 1, 1);
-
- spacerItem = new QSpacerItem(0, 80, QSizePolicy::Minimum, QSizePolicy::Expanding);
-
- gridLayout2->addItem(spacerItem, 6, 2, 1, 1);
-
- LineEdit1 = new QLineEdit(GroupBox1);
- LineEdit1->setObjectName(QString::fromUtf8("LineEdit1"));
-
- gridLayout2->addWidget(LineEdit1, 0, 2, 1, 1);
-
- TextLabel5 = new QLabel(GroupBox1);
- TextLabel5->setObjectName(QString::fromUtf8("TextLabel5"));
- QSizePolicy sizePolicy6(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy6.setHorizontalStretch(0);
- sizePolicy6.setVerticalStretch(0);
- sizePolicy6.setHeightForWidth(TextLabel5->sizePolicy().hasHeightForWidth());
- TextLabel5->setSizePolicy(sizePolicy6);
- TextLabel5->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel5, 4, 0, 1, 1);
-
- LineEdit3 = new QLineEdit(GroupBox1);
- LineEdit3->setObjectName(QString::fromUtf8("LineEdit3"));
-
- gridLayout2->addWidget(LineEdit3, 3, 2, 1, 1);
-
- TextLabel2 = new QLabel(GroupBox1);
- TextLabel2->setObjectName(QString::fromUtf8("TextLabel2"));
- QSizePolicy sizePolicy7(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy7.setHorizontalStretch(0);
- sizePolicy7.setVerticalStretch(0);
- sizePolicy7.setHeightForWidth(TextLabel2->sizePolicy().hasHeightForWidth());
- TextLabel2->setSizePolicy(sizePolicy7);
- TextLabel2->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel2, 1, 0, 1, 1);
-
- ComboBox1 = new QComboBox(GroupBox1);
- ComboBox1->setObjectName(QString::fromUtf8("ComboBox1"));
- QSizePolicy sizePolicy8(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy8.setHorizontalStretch(0);
- sizePolicy8.setVerticalStretch(0);
- sizePolicy8.setHeightForWidth(ComboBox1->sizePolicy().hasHeightForWidth());
- ComboBox1->setSizePolicy(sizePolicy8);
-
- gridLayout2->addWidget(ComboBox1, 2, 2, 1, 1);
-
- TextLabel3 = new QLabel(GroupBox1);
- TextLabel3->setObjectName(QString::fromUtf8("TextLabel3"));
- QSizePolicy sizePolicy9(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy9.setHorizontalStretch(0);
- sizePolicy9.setVerticalStretch(0);
- sizePolicy9.setHeightForWidth(TextLabel3->sizePolicy().hasHeightForWidth());
- TextLabel3->setSizePolicy(sizePolicy9);
- TextLabel3->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel3, 2, 0, 1, 2);
-
- CheckBox1 = new QCheckBox(GroupBox1);
- CheckBox1->setObjectName(QString::fromUtf8("CheckBox1"));
-
- gridLayout2->addWidget(CheckBox1, 5, 0, 1, 2);
-
- PushButton5 = new QPushButton(GroupBox1);
- PushButton5->setObjectName(QString::fromUtf8("PushButton5"));
-
- gridLayout2->addWidget(PushButton5, 5, 2, 1, 1);
-
-
- gridLayout1->addLayout(gridLayout2, 0, 0, 1, 1);
-
-
- gridLayout->addWidget(GroupBox1, 0, 0, 1, 1);
-
- QWidget::setTabOrder(PushButton1, LineEdit1);
- QWidget::setTabOrder(LineEdit1, PushButton2);
- QWidget::setTabOrder(PushButton2, LineEdit2);
- QWidget::setTabOrder(LineEdit2, ComboBox1);
- QWidget::setTabOrder(ComboBox1, CheckBox1);
- QWidget::setTabOrder(CheckBox1, PushButton5);
- QWidget::setTabOrder(PushButton5, PushButton3);
- QWidget::setTabOrder(PushButton3, LineEdit3);
- QWidget::setTabOrder(LineEdit3, PushButton4);
- QWidget::setTabOrder(PushButton4, LineEdit4);
-
- retranslateUi(DlgRef_4Sel1List_QTD);
-
- QSize size(129, 175);
- size = size.expandedTo(DlgRef_4Sel1List_QTD->minimumSizeHint());
- DlgRef_4Sel1List_QTD->resize(size);
-
-
- QMetaObject::connectSlotsByName(DlgRef_4Sel1List_QTD);
- } // setupUi
-
- void retranslateUi(QWidget *DlgRef_4Sel1List_QTD)
- {
- DlgRef_4Sel1List_QTD->setWindowTitle(QApplication::translate("DlgRef_4Sel1List_QTD", "DlgRef_4Sel1List_QTD", 0, QApplication::UnicodeUTF8));
- GroupBox1->setTitle(QString());
- PushButton4->setText(QString());
- PushButton1->setText(QString());
- PushButton3->setText(QString());
- PushButton2->setText(QString());
- TextLabel1->setText(QApplication::translate("DlgRef_4Sel1List_QTD", "TL1", 0, QApplication::UnicodeUTF8));
- TextLabel4->setText(QApplication::translate("DlgRef_4Sel1List_QTD", "TL4", 0, QApplication::UnicodeUTF8));
- TextLabel5->setText(QApplication::translate("DlgRef_4Sel1List_QTD", "TL5", 0, QApplication::UnicodeUTF8));
- TextLabel2->setText(QApplication::translate("DlgRef_4Sel1List_QTD", "TL2", 0, QApplication::UnicodeUTF8));
- TextLabel3->setText(QApplication::translate("DlgRef_4Sel1List_QTD", "TL3", 0, QApplication::UnicodeUTF8));
- CheckBox1->setText(QString());
- PushButton5->setText(QString());
- Q_UNUSED(DlgRef_4Sel1List_QTD);
- } // retranslateUi
-
-};
-
-namespace Ui {
- class DlgRef_4Sel1List_QTD: public Ui_DlgRef_4Sel1List_QTD {};
-} // namespace Ui
-
-#endif // DLGREF_4SEL1LIST1CHECK_QTD_H
--- /dev/null
+<ui version="4.0" >
+ <class>DlgRef_4Sel1List1Check_QTD</class>
+ <widget class="QWidget" name="DlgRef_4Sel1List1Check_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>216</width>
+ <height>187</height>
+ </rect>
+ </property>
+ <property name="windowTitle" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>0</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>9</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="2" column="1" colspan="2" >
+ <widget class="QComboBox" name="ComboBox1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="2" >
+ <widget class="QLineEdit" name="LineEdit2" />
+ </item>
+ <item row="4" column="1" >
+ <widget class="QPushButton" name="PushButton4" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="4" column="2" >
+ <widget class="QLineEdit" name="LineEdit4" />
+ </item>
+ <item row="3" column="1" >
+ <widget class="QPushButton" name="PushButton3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1" >
+ <widget class="QPushButton" name="PushButton2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="0" >
+ <widget class="QLabel" name="TextLabel4" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL4</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ <item row="4" column="0" >
+ <widget class="QLabel" name="TextLabel5" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL5</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="2" >
+ <widget class="QLineEdit" name="LineEdit3" />
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="0" >
+ <widget class="QLabel" name="TextLabel3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL3</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="5" column="0" colspan="2" >
+ <widget class="QCheckBox" name="CheckBox1" >
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="5" column="2" >
+ <widget class="QPushButton" name="PushButton5" >
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <tabstops>
+ <tabstop>PushButton1</tabstop>
+ <tabstop>LineEdit1</tabstop>
+ <tabstop>PushButton2</tabstop>
+ <tabstop>LineEdit2</tabstop>
+ <tabstop>ComboBox1</tabstop>
+ <tabstop>PushButton3</tabstop>
+ <tabstop>LineEdit3</tabstop>
+ <tabstop>PushButton4</tabstop>
+ <tabstop>LineEdit4</tabstop>
+ <tabstop>CheckBox1</tabstop>
+ <tabstop>PushButton5</tabstop>
+ </tabstops>
+ <resources/>
+ <connections/>
+</ui>
+++ /dev/null
-/********************************************************************************
-** Form generated from reading ui file 'DlgRef_4Sel1List_QTD.ui'
-**
-** Created: Fri Jun 29 14:29:13 2007
-** by: Qt User Interface Compiler version 4.2.3
-**
-** WARNING! All changes made in this file will be lost when recompiling ui file!
-********************************************************************************/
-
-#ifndef DLGREF_4SEL1LIST_QTD_H
-#define DLGREF_4SEL1LIST_QTD_H
-
-#include <QtCore/QVariant>
-#include <QtGui/QAction>
-#include <QtGui/QApplication>
-#include <QtGui/QButtonGroup>
-#include <QtGui/QComboBox>
-#include <QtGui/QGridLayout>
-#include <QtGui/QGroupBox>
-#include <QtGui/QLabel>
-#include <QtGui/QLineEdit>
-#include <QtGui/QPushButton>
-#include <QtGui/QSpacerItem>
-#include <QtGui/QWidget>
-#include <Qt3Support/Q3MimeSourceFactory>
-
-class Ui_DlgRef_4Sel1List_QTD
-{
-public:
- QGridLayout *gridLayout;
- QGroupBox *GroupBox1;
- QGridLayout *gridLayout1;
- QGridLayout *gridLayout2;
- QLineEdit *LineEdit2;
- QPushButton *PushButton4;
- QPushButton *PushButton1;
- QLineEdit *LineEdit4;
- QPushButton *PushButton3;
- QPushButton *PushButton2;
- QLabel *TextLabel1;
- QLabel *TextLabel4;
- QSpacerItem *spacerItem;
- QLineEdit *LineEdit1;
- QLabel *TextLabel5;
- QLineEdit *LineEdit3;
- QLabel *TextLabel2;
- QComboBox *ComboBox1;
- QLabel *TextLabel3;
-
- void setupUi(QWidget *DlgRef_4Sel1List_QTD)
- {
- DlgRef_4Sel1List_QTD->setObjectName(QString::fromUtf8("DlgRef_4Sel1List_QTD"));
- gridLayout = new QGridLayout(DlgRef_4Sel1List_QTD);
- gridLayout->setSpacing(6);
- gridLayout->setMargin(0);
- gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
- GroupBox1 = new QGroupBox(DlgRef_4Sel1List_QTD);
- GroupBox1->setObjectName(QString::fromUtf8("GroupBox1"));
- gridLayout1 = new QGridLayout(GroupBox1);
- gridLayout1->setSpacing(6);
- gridLayout1->setMargin(11);
- gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
- gridLayout2 = new QGridLayout();
- gridLayout2->setSpacing(6);
- gridLayout2->setMargin(0);
- gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
- LineEdit2 = new QLineEdit(GroupBox1);
- LineEdit2->setObjectName(QString::fromUtf8("LineEdit2"));
-
- gridLayout2->addWidget(LineEdit2, 1, 2, 1, 1);
-
- PushButton4 = new QPushButton(GroupBox1);
- PushButton4->setObjectName(QString::fromUtf8("PushButton4"));
- QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(PushButton4->sizePolicy().hasHeightForWidth());
- PushButton4->setSizePolicy(sizePolicy);
-
- gridLayout2->addWidget(PushButton4, 4, 1, 1, 1);
-
- PushButton1 = new QPushButton(GroupBox1);
- PushButton1->setObjectName(QString::fromUtf8("PushButton1"));
- QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy1.setHorizontalStretch(0);
- sizePolicy1.setVerticalStretch(0);
- sizePolicy1.setHeightForWidth(PushButton1->sizePolicy().hasHeightForWidth());
- PushButton1->setSizePolicy(sizePolicy1);
-
- gridLayout2->addWidget(PushButton1, 0, 1, 1, 1);
-
- LineEdit4 = new QLineEdit(GroupBox1);
- LineEdit4->setObjectName(QString::fromUtf8("LineEdit4"));
-
- gridLayout2->addWidget(LineEdit4, 4, 2, 1, 1);
-
- PushButton3 = new QPushButton(GroupBox1);
- PushButton3->setObjectName(QString::fromUtf8("PushButton3"));
- QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy2.setHorizontalStretch(0);
- sizePolicy2.setVerticalStretch(0);
- sizePolicy2.setHeightForWidth(PushButton3->sizePolicy().hasHeightForWidth());
- PushButton3->setSizePolicy(sizePolicy2);
-
- gridLayout2->addWidget(PushButton3, 3, 1, 1, 1);
-
- PushButton2 = new QPushButton(GroupBox1);
- PushButton2->setObjectName(QString::fromUtf8("PushButton2"));
- QSizePolicy sizePolicy3(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy3.setHorizontalStretch(0);
- sizePolicy3.setVerticalStretch(0);
- sizePolicy3.setHeightForWidth(PushButton2->sizePolicy().hasHeightForWidth());
- PushButton2->setSizePolicy(sizePolicy3);
-
- gridLayout2->addWidget(PushButton2, 1, 1, 1, 1);
-
- TextLabel1 = new QLabel(GroupBox1);
- TextLabel1->setObjectName(QString::fromUtf8("TextLabel1"));
- QSizePolicy sizePolicy4(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy4.setHorizontalStretch(0);
- sizePolicy4.setVerticalStretch(0);
- sizePolicy4.setHeightForWidth(TextLabel1->sizePolicy().hasHeightForWidth());
- TextLabel1->setSizePolicy(sizePolicy4);
- TextLabel1->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel1, 0, 0, 1, 1);
-
- TextLabel4 = new QLabel(GroupBox1);
- TextLabel4->setObjectName(QString::fromUtf8("TextLabel4"));
- QSizePolicy sizePolicy5(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy5.setHorizontalStretch(0);
- sizePolicy5.setVerticalStretch(0);
- sizePolicy5.setHeightForWidth(TextLabel4->sizePolicy().hasHeightForWidth());
- TextLabel4->setSizePolicy(sizePolicy5);
- TextLabel4->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel4, 3, 0, 1, 1);
-
- spacerItem = new QSpacerItem(0, 80, QSizePolicy::Minimum, QSizePolicy::Expanding);
-
- gridLayout2->addItem(spacerItem, 5, 2, 1, 1);
-
- LineEdit1 = new QLineEdit(GroupBox1);
- LineEdit1->setObjectName(QString::fromUtf8("LineEdit1"));
-
- gridLayout2->addWidget(LineEdit1, 0, 2, 1, 1);
-
- TextLabel5 = new QLabel(GroupBox1);
- TextLabel5->setObjectName(QString::fromUtf8("TextLabel5"));
- QSizePolicy sizePolicy6(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy6.setHorizontalStretch(0);
- sizePolicy6.setVerticalStretch(0);
- sizePolicy6.setHeightForWidth(TextLabel5->sizePolicy().hasHeightForWidth());
- TextLabel5->setSizePolicy(sizePolicy6);
- TextLabel5->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel5, 4, 0, 1, 1);
-
- LineEdit3 = new QLineEdit(GroupBox1);
- LineEdit3->setObjectName(QString::fromUtf8("LineEdit3"));
-
- gridLayout2->addWidget(LineEdit3, 3, 2, 1, 1);
-
- TextLabel2 = new QLabel(GroupBox1);
- TextLabel2->setObjectName(QString::fromUtf8("TextLabel2"));
- QSizePolicy sizePolicy7(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy7.setHorizontalStretch(0);
- sizePolicy7.setVerticalStretch(0);
- sizePolicy7.setHeightForWidth(TextLabel2->sizePolicy().hasHeightForWidth());
- TextLabel2->setSizePolicy(sizePolicy7);
- TextLabel2->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel2, 1, 0, 1, 1);
-
- ComboBox1 = new QComboBox(GroupBox1);
- ComboBox1->setObjectName(QString::fromUtf8("ComboBox1"));
- QSizePolicy sizePolicy8(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy8.setHorizontalStretch(0);
- sizePolicy8.setVerticalStretch(0);
- sizePolicy8.setHeightForWidth(ComboBox1->sizePolicy().hasHeightForWidth());
- ComboBox1->setSizePolicy(sizePolicy8);
-
- gridLayout2->addWidget(ComboBox1, 2, 2, 1, 1);
-
- TextLabel3 = new QLabel(GroupBox1);
- TextLabel3->setObjectName(QString::fromUtf8("TextLabel3"));
- QSizePolicy sizePolicy9(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy9.setHorizontalStretch(0);
- sizePolicy9.setVerticalStretch(0);
- sizePolicy9.setHeightForWidth(TextLabel3->sizePolicy().hasHeightForWidth());
- TextLabel3->setSizePolicy(sizePolicy9);
- TextLabel3->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel3, 2, 0, 1, 2);
-
-
- gridLayout1->addLayout(gridLayout2, 0, 0, 1, 1);
-
-
- gridLayout->addWidget(GroupBox1, 0, 0, 1, 1);
-
-
- retranslateUi(DlgRef_4Sel1List_QTD);
-
- QSize size(129, 175);
- size = size.expandedTo(DlgRef_4Sel1List_QTD->minimumSizeHint());
- DlgRef_4Sel1List_QTD->resize(size);
-
-
- QMetaObject::connectSlotsByName(DlgRef_4Sel1List_QTD);
- } // setupUi
-
- void retranslateUi(QWidget *DlgRef_4Sel1List_QTD)
- {
- DlgRef_4Sel1List_QTD->setWindowTitle(QApplication::translate("DlgRef_4Sel1List_QTD", "DlgRef_4Sel1List_QTD", 0, QApplication::UnicodeUTF8));
- GroupBox1->setTitle(QString());
- PushButton4->setText(QString());
- PushButton1->setText(QString());
- PushButton3->setText(QString());
- PushButton2->setText(QString());
- TextLabel1->setText(QApplication::translate("DlgRef_4Sel1List_QTD", "TL1", 0, QApplication::UnicodeUTF8));
- TextLabel4->setText(QApplication::translate("DlgRef_4Sel1List_QTD", "TL4", 0, QApplication::UnicodeUTF8));
- TextLabel5->setText(QApplication::translate("DlgRef_4Sel1List_QTD", "TL5", 0, QApplication::UnicodeUTF8));
- TextLabel2->setText(QApplication::translate("DlgRef_4Sel1List_QTD", "TL2", 0, QApplication::UnicodeUTF8));
- TextLabel3->setText(QApplication::translate("DlgRef_4Sel1List_QTD", "TL3", 0, QApplication::UnicodeUTF8));
- Q_UNUSED(DlgRef_4Sel1List_QTD);
- } // retranslateUi
-
-};
-
-namespace Ui {
- class DlgRef_4Sel1List_QTD: public Ui_DlgRef_4Sel1List_QTD {};
-} // namespace Ui
-
-#endif // DLGREF_4SEL1LIST_QTD_H
--- /dev/null
+<ui version="4.0" >
+ <class>DlgRef_4Sel1List_QTD</class>
+ <widget class="QWidget" name="DlgRef_4Sel1List_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>156</width>
+ <height>158</height>
+ </rect>
+ </property>
+ <property name="windowTitle" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>9</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="4" column="1" >
+ <widget class="QPushButton" name="PushButton4" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="4" column="2" >
+ <widget class="QLineEdit" name="LineEdit4" />
+ </item>
+ <item row="3" column="1" >
+ <widget class="QPushButton" name="PushButton3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1" >
+ <widget class="QPushButton" name="PushButton2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="0" >
+ <widget class="QLabel" name="TextLabel4" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL4</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ <item row="4" column="0" >
+ <widget class="QLabel" name="TextLabel5" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL5</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="2" >
+ <widget class="QLineEdit" name="LineEdit3" />
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="0" >
+ <widget class="QLabel" name="TextLabel3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL3</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="2" >
+ <widget class="QLineEdit" name="LineEdit2" />
+ </item>
+ <item row="2" column="1" colspan="2" >
+ <widget class="QComboBox" name="ComboBox1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <tabstops>
+ <tabstop>PushButton1</tabstop>
+ <tabstop>LineEdit1</tabstop>
+ <tabstop>PushButton2</tabstop>
+ <tabstop>LineEdit2</tabstop>
+ <tabstop>ComboBox1</tabstop>
+ <tabstop>PushButton3</tabstop>
+ <tabstop>LineEdit3</tabstop>
+ <tabstop>PushButton4</tabstop>
+ <tabstop>LineEdit4</tabstop>
+ </tabstops>
+ <resources/>
+ <connections/>
+</ui>
+++ /dev/null
-// GEOM GEOMGUI : GUI for Geometry component
-//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-//
-//
-// File : DlgRef_4Sel1Spin2Check.cxx
-// Author : Damien COQUERET
-// Module : GEOM
-// $Header:
-
-#include "DlgRef_4Sel1Spin2Check.h"
-#include "DlgRef_SpinBox.h"
-
-/*
- * Constructs a DlgRef_4Sel1Spin2Check which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'
- */
-DlgRef_4Sel1Spin2Check::DlgRef_4Sel1Spin2Check(QWidget* parent, const char* name, Qt::WindowFlags fl)
- :QWidget(parent, fl)
-{
- setupUi(this);
-
- setObjectName(name);
-
- SpinBox1->setAttribute( Qt::WA_DeleteOnClose );
- SpinBox1->close();
- SpinBox_DX = new DlgRef_SpinBox(GroupBox1, "SpinBox_DX");
- gridLayout->addWidget(SpinBox_DX, 4, 2);
-}
-
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_4Sel1Spin2Check::~DlgRef_4Sel1Spin2Check()
-{
- // no need to delete child widgets, Qt does it all for us
-}
-
-void DlgRef_4Sel1Spin2Check::ShowRows(int fromRow, int toRow, bool toShow)
-{
- typedef void (QWidget::* ShowFun)();
- ShowFun pShowFun;
-
- if (toShow)
- pShowFun = &QWidget::show;
- else
- pShowFun = &QWidget::hide;
-
- if (fromRow >= 0 && toRow >= 0 && toRow >= fromRow)
- {
- if ( fromRow == 0)
- {
- (TextLabel1->*pShowFun)();
- (PushButton1->*pShowFun)();
- (LineEdit1->*pShowFun)();
- }
- if ( fromRow <= 1 && 1 <= toRow)
- {
- (TextLabel2->*pShowFun)();
- (PushButton2->*pShowFun)();
- (LineEdit2->*pShowFun)();
- }
- if ( fromRow <= 2 && 2 <= toRow)
- {
- (TextLabel4->*pShowFun)();
- (PushButton4->*pShowFun)();
- (LineEdit4->*pShowFun)();
- }
- if ( fromRow <= 3 && 3 <= toRow)
- {
- (TextLabel5->*pShowFun)();
- (PushButton5->*pShowFun)();
- (LineEdit5->*pShowFun)();
- }
- if ( fromRow <= 4 && 4 <= toRow)
- {
- (TextLabel3->*pShowFun)();
- (SpinBox_DX->*pShowFun)();
- (CheckButton2->*pShowFun)();
- }
- if ( fromRow <= 5 && 5 <= toRow)
- (CheckButton1->*pShowFun)();
- }
-}
-
+++ /dev/null
-// GEOM GEOMGUI : GUI for Geometry component
-//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-//
-//
-// File : DlgRef_4Sel1Spin2Check.h
-// Author : Damien COQUERET
-// Module : GEOM
-// $Header:
-
-#ifndef DLGREF_4SEL1SPIN2CHECK_H
-#define DLGREF_4SEL1SPIN2CHECK_H
-
-#include "GEOM_DlgRef.hxx"
-
-#include "DlgRef_4Sel1Spin2Check_QTD.h"
-
-class DlgRef_SpinBox;
-
-class GEOM_DLGREF_EXPORT DlgRef_4Sel1Spin2Check : public QWidget, public Ui::DlgRef_4Sel1Spin2Check_QTD
-{
- Q_OBJECT
-
-public:
- DlgRef_4Sel1Spin2Check(QWidget* parent = 0, const char* name = 0, Qt::WFlags fl = 0);
- ~DlgRef_4Sel1Spin2Check();
-
- DlgRef_SpinBox* SpinBox_DX;
-
- void ShowRows(int fromRow, int toRow, bool toShow = true);
-
-};
-
-#endif // DLGREF_4SEL1SPIN2CHECK_H
+++ /dev/null
-/********************************************************************************
-** Form generated from reading ui file 'DlgRef_4Sel1Spin2Check_QTD.ui'
-**
-** Created: Fri Jun 29 14:59:51 2007
-** by: Qt User Interface Compiler version 4.2.3
-**
-** WARNING! All changes made in this file will be lost when recompiling ui file!
-********************************************************************************/
-
-#ifndef DLGREF_4SEL1SPIN2CHECK_QTD_H
-#define DLGREF_4SEL1SPIN2CHECK_QTD_H
-
-#include <QtCore/QVariant>
-#include <QtGui/QAction>
-#include <QtGui/QApplication>
-#include <QtGui/QButtonGroup>
-#include <QtGui/QCheckBox>
-#include <QtGui/QGridLayout>
-#include <QtGui/QGroupBox>
-#include <QtGui/QLabel>
-#include <QtGui/QLineEdit>
-#include <QtGui/QPushButton>
-#include <QtGui/QSpinBox>
-#include <QtGui/QVBoxLayout>
-#include <QtGui/QWidget>
-#include <Qt3Support/Q3MimeSourceFactory>
-
-class Ui_DlgRef_4Sel1Spin2Check_QTD
-{
-public:
- QVBoxLayout *vboxLayout;
- QGroupBox *GroupBox1;
- QVBoxLayout *vboxLayout1;
- QGridLayout *gridLayout;
- QCheckBox *CheckButton2;
- QPushButton *PushButton2;
- QLineEdit *LineEdit5;
- QLabel *TextLabel5;
- QLabel *TextLabel1;
- QLineEdit *LineEdit1;
- QSpinBox *SpinBox1;
- QCheckBox *CheckButton1;
- QLabel *TextLabel2;
- QPushButton *PushButton5;
- QPushButton *PushButton4;
- QLabel *TextLabel4;
- QPushButton *PushButton1;
- QLineEdit *LineEdit4;
- QLineEdit *LineEdit2;
- QLabel *TextLabel3;
-
- void setupUi(QWidget *DlgRef_4Sel1Spin2Check_QTD)
- {
- DlgRef_4Sel1Spin2Check_QTD->setObjectName(QString::fromUtf8("DlgRef_4Sel1Spin2Check_QTD"));
- vboxLayout = new QVBoxLayout(DlgRef_4Sel1Spin2Check_QTD);
- vboxLayout->setSpacing(6);
- vboxLayout->setMargin(0);
- vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
- GroupBox1 = new QGroupBox(DlgRef_4Sel1Spin2Check_QTD);
- GroupBox1->setObjectName(QString::fromUtf8("GroupBox1"));
- vboxLayout1 = new QVBoxLayout(GroupBox1);
- vboxLayout1->setSpacing(6);
- vboxLayout1->setMargin(11);
- vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
- gridLayout = new QGridLayout();
- gridLayout->setSpacing(6);
- gridLayout->setMargin(6);
- gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
- CheckButton2 = new QCheckBox(GroupBox1);
- CheckButton2->setObjectName(QString::fromUtf8("CheckButton2"));
-
- gridLayout->addWidget(CheckButton2, 4, 3, 1, 1);
-
- PushButton2 = new QPushButton(GroupBox1);
- PushButton2->setObjectName(QString::fromUtf8("PushButton2"));
- QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(PushButton2->sizePolicy().hasHeightForWidth());
- PushButton2->setSizePolicy(sizePolicy);
-
- gridLayout->addWidget(PushButton2, 1, 1, 1, 1);
-
- LineEdit5 = new QLineEdit(GroupBox1);
- LineEdit5->setObjectName(QString::fromUtf8("LineEdit5"));
-
- gridLayout->addWidget(LineEdit5, 3, 2, 1, 2);
-
- TextLabel5 = new QLabel(GroupBox1);
- TextLabel5->setObjectName(QString::fromUtf8("TextLabel5"));
- QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy1.setHorizontalStretch(0);
- sizePolicy1.setVerticalStretch(0);
- sizePolicy1.setHeightForWidth(TextLabel5->sizePolicy().hasHeightForWidth());
- TextLabel5->setSizePolicy(sizePolicy1);
- TextLabel5->setWordWrap(false);
-
- gridLayout->addWidget(TextLabel5, 3, 0, 1, 1);
-
- TextLabel1 = new QLabel(GroupBox1);
- TextLabel1->setObjectName(QString::fromUtf8("TextLabel1"));
- QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy2.setHorizontalStretch(0);
- sizePolicy2.setVerticalStretch(0);
- sizePolicy2.setHeightForWidth(TextLabel1->sizePolicy().hasHeightForWidth());
- TextLabel1->setSizePolicy(sizePolicy2);
- TextLabel1->setWordWrap(false);
-
- gridLayout->addWidget(TextLabel1, 0, 0, 1, 1);
-
- LineEdit1 = new QLineEdit(GroupBox1);
- LineEdit1->setObjectName(QString::fromUtf8("LineEdit1"));
-
- gridLayout->addWidget(LineEdit1, 0, 2, 1, 2);
-
- SpinBox1 = new QSpinBox(GroupBox1);
- SpinBox1->setObjectName(QString::fromUtf8("SpinBox1"));
- QSizePolicy sizePolicy3(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy3.setHorizontalStretch(0);
- sizePolicy3.setVerticalStretch(0);
- sizePolicy3.setHeightForWidth(SpinBox1->sizePolicy().hasHeightForWidth());
- SpinBox1->setSizePolicy(sizePolicy3);
-
- gridLayout->addWidget(SpinBox1, 4, 2, 1, 1);
-
- CheckButton1 = new QCheckBox(GroupBox1);
- CheckButton1->setObjectName(QString::fromUtf8("CheckButton1"));
-
- gridLayout->addWidget(CheckButton1, 5, 0, 1, 3);
-
- TextLabel2 = new QLabel(GroupBox1);
- TextLabel2->setObjectName(QString::fromUtf8("TextLabel2"));
- QSizePolicy sizePolicy4(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy4.setHorizontalStretch(0);
- sizePolicy4.setVerticalStretch(0);
- sizePolicy4.setHeightForWidth(TextLabel2->sizePolicy().hasHeightForWidth());
- TextLabel2->setSizePolicy(sizePolicy4);
- TextLabel2->setWordWrap(false);
-
- gridLayout->addWidget(TextLabel2, 1, 0, 1, 1);
-
- PushButton5 = new QPushButton(GroupBox1);
- PushButton5->setObjectName(QString::fromUtf8("PushButton5"));
- QSizePolicy sizePolicy5(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy5.setHorizontalStretch(0);
- sizePolicy5.setVerticalStretch(0);
- sizePolicy5.setHeightForWidth(PushButton5->sizePolicy().hasHeightForWidth());
- PushButton5->setSizePolicy(sizePolicy5);
-
- gridLayout->addWidget(PushButton5, 3, 1, 1, 1);
-
- PushButton4 = new QPushButton(GroupBox1);
- PushButton4->setObjectName(QString::fromUtf8("PushButton4"));
- QSizePolicy sizePolicy6(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy6.setHorizontalStretch(0);
- sizePolicy6.setVerticalStretch(0);
- sizePolicy6.setHeightForWidth(PushButton4->sizePolicy().hasHeightForWidth());
- PushButton4->setSizePolicy(sizePolicy6);
-
- gridLayout->addWidget(PushButton4, 2, 1, 1, 1);
-
- TextLabel4 = new QLabel(GroupBox1);
- TextLabel4->setObjectName(QString::fromUtf8("TextLabel4"));
- QSizePolicy sizePolicy7(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy7.setHorizontalStretch(0);
- sizePolicy7.setVerticalStretch(0);
- sizePolicy7.setHeightForWidth(TextLabel4->sizePolicy().hasHeightForWidth());
- TextLabel4->setSizePolicy(sizePolicy7);
- TextLabel4->setWordWrap(false);
-
- gridLayout->addWidget(TextLabel4, 2, 0, 1, 1);
-
- PushButton1 = new QPushButton(GroupBox1);
- PushButton1->setObjectName(QString::fromUtf8("PushButton1"));
- QSizePolicy sizePolicy8(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy8.setHorizontalStretch(0);
- sizePolicy8.setVerticalStretch(0);
- sizePolicy8.setHeightForWidth(PushButton1->sizePolicy().hasHeightForWidth());
- PushButton1->setSizePolicy(sizePolicy8);
-
- gridLayout->addWidget(PushButton1, 0, 1, 1, 1);
-
- LineEdit4 = new QLineEdit(GroupBox1);
- LineEdit4->setObjectName(QString::fromUtf8("LineEdit4"));
-
- gridLayout->addWidget(LineEdit4, 2, 2, 1, 2);
-
- LineEdit2 = new QLineEdit(GroupBox1);
- LineEdit2->setObjectName(QString::fromUtf8("LineEdit2"));
-
- gridLayout->addWidget(LineEdit2, 1, 2, 1, 2);
-
- TextLabel3 = new QLabel(GroupBox1);
- TextLabel3->setObjectName(QString::fromUtf8("TextLabel3"));
- QSizePolicy sizePolicy9(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy9.setHorizontalStretch(0);
- sizePolicy9.setVerticalStretch(0);
- sizePolicy9.setHeightForWidth(TextLabel3->sizePolicy().hasHeightForWidth());
- TextLabel3->setSizePolicy(sizePolicy9);
- TextLabel3->setWordWrap(false);
-
- gridLayout->addWidget(TextLabel3, 4, 0, 1, 1);
-
-
- vboxLayout1->addLayout(gridLayout);
-
-
- vboxLayout->addWidget(GroupBox1);
-
- QWidget::setTabOrder(PushButton1, LineEdit1);
- QWidget::setTabOrder(LineEdit1, PushButton2);
- QWidget::setTabOrder(PushButton2, LineEdit2);
- QWidget::setTabOrder(LineEdit2, SpinBox1);
- QWidget::setTabOrder(SpinBox1, CheckButton2);
-
- retranslateUi(DlgRef_4Sel1Spin2Check_QTD);
-
- QSize size(261, 198);
- size = size.expandedTo(DlgRef_4Sel1Spin2Check_QTD->minimumSizeHint());
- DlgRef_4Sel1Spin2Check_QTD->resize(size);
-
-
- QMetaObject::connectSlotsByName(DlgRef_4Sel1Spin2Check_QTD);
- } // setupUi
-
- void retranslateUi(QWidget *DlgRef_4Sel1Spin2Check_QTD)
- {
- DlgRef_4Sel1Spin2Check_QTD->setWindowTitle(QApplication::translate("DlgRef_4Sel1Spin2Check_QTD", "DlgRef_4Sel1Spin2Check_QTD", 0, QApplication::UnicodeUTF8));
- GroupBox1->setTitle(QString());
- CheckButton2->setText(QString());
- PushButton2->setText(QString());
- TextLabel5->setText(QApplication::translate("DlgRef_4Sel1Spin2Check_QTD", "TL5", 0, QApplication::UnicodeUTF8));
- TextLabel1->setText(QApplication::translate("DlgRef_4Sel1Spin2Check_QTD", "TL1", 0, QApplication::UnicodeUTF8));
- CheckButton1->setText(QString());
- TextLabel2->setText(QApplication::translate("DlgRef_4Sel1Spin2Check_QTD", "TL2", 0, QApplication::UnicodeUTF8));
- PushButton5->setText(QString());
- PushButton4->setText(QString());
- TextLabel4->setText(QApplication::translate("DlgRef_4Sel1Spin2Check_QTD", "TL4", 0, QApplication::UnicodeUTF8));
- PushButton1->setText(QString());
- TextLabel3->setText(QApplication::translate("DlgRef_4Sel1Spin2Check_QTD", "TL3", 0, QApplication::UnicodeUTF8));
- Q_UNUSED(DlgRef_4Sel1Spin2Check_QTD);
- } // retranslateUi
-
-};
-
-namespace Ui {
- class DlgRef_4Sel1Spin2Check_QTD: public Ui_DlgRef_4Sel1Spin2Check_QTD {};
-} // namespace Ui
-
-#endif // DLGREF_4SEL1SPIN2CHECK_QTD_H
--- /dev/null
+<ui version="4.0" >
+ <class>DlgRef_4Sel1Spin2Check_QTD</class>
+ <widget class="QWidget" name="DlgRef_4Sel1Spin2Check_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>188</width>
+ <height>194</height>
+ </rect>
+ </property>
+ <property name="windowTitle" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>9</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>9</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="5" column="0" colspan="4" >
+ <widget class="QCheckBox" name="CheckButton1" >
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="4" column="3" >
+ <widget class="QCheckBox" name="CheckButton2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="4" column="1" colspan="2" >
+ <widget class="QDoubleSpinBox" name="SpinBox_DX" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item row="4" column="0" >
+ <widget class="QLabel" name="TextLabel3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL3</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="0" >
+ <widget class="QLabel" name="TextLabel5" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL5</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="0" >
+ <widget class="QLabel" name="TextLabel4" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL4</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1" >
+ <widget class="QPushButton" name="PushButton2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="2" colspan="2" >
+ <widget class="QLineEdit" name="LineEdit5" />
+ </item>
+ <item row="0" column="2" colspan="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ <item row="3" column="1" >
+ <widget class="QPushButton" name="PushButton5" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="1" >
+ <widget class="QPushButton" name="PushButton4" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="2" colspan="2" >
+ <widget class="QLineEdit" name="LineEdit4" />
+ </item>
+ <item row="1" column="2" colspan="2" >
+ <widget class="QLineEdit" name="LineEdit2" />
+ </item>
+ </layout>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <tabstops>
+ <tabstop>PushButton1</tabstop>
+ <tabstop>LineEdit1</tabstop>
+ <tabstop>PushButton2</tabstop>
+ <tabstop>LineEdit2</tabstop>
+ <tabstop>PushButton4</tabstop>
+ <tabstop>LineEdit4</tabstop>
+ <tabstop>PushButton5</tabstop>
+ <tabstop>LineEdit5</tabstop>
+ <tabstop>SpinBox_DX</tabstop>
+ <tabstop>CheckButton2</tabstop>
+ <tabstop>CheckButton1</tabstop>
+ </tabstops>
+ <resources/>
+ <connections/>
+</ui>
+++ /dev/null
-/********************************************************************************
-** Form generated from reading ui file 'DlgRef_6Sel_QTD.ui'
-**
-** Created: Fri Jun 29 14:56:13 2007
-** by: Qt User Interface Compiler version 4.2.3
-**
-** WARNING! All changes made in this file will be lost when recompiling ui file!
-********************************************************************************/
-
-#ifndef DLGREF_6SEL_QTD_H
-#define DLGREF_6SEL_QTD_H
-
-#include <QtCore/QVariant>
-#include <QtGui/QAction>
-#include <QtGui/QApplication>
-#include <QtGui/QButtonGroup>
-#include <QtGui/QGridLayout>
-#include <QtGui/QGroupBox>
-#include <QtGui/QLabel>
-#include <QtGui/QLineEdit>
-#include <QtGui/QPushButton>
-#include <QtGui/QWidget>
-#include <Qt3Support/Q3MimeSourceFactory>
-
-class Ui_DlgRef_6Sel_QTD
-{
-public:
- QGridLayout *gridLayout;
- QGroupBox *GroupBox1;
- QGridLayout *gridLayout1;
- QGridLayout *gridLayout2;
- QLabel *TextLabel1;
- QLabel *TextLabel2;
- QLabel *TextLabel3;
- QLabel *TextLabel4;
- QLabel *TextLabel5;
- QLabel *TextLabel6;
- QPushButton *PushButton1;
- QPushButton *PushButton2;
- QPushButton *PushButton3;
- QPushButton *PushButton4;
- QPushButton *PushButton5;
- QPushButton *PushButton6;
- QLineEdit *LineEdit1;
- QLineEdit *LineEdit2;
- QLineEdit *LineEdit3;
- QLineEdit *LineEdit4;
- QLineEdit *LineEdit5;
- QLineEdit *LineEdit6;
-
- void setupUi(QWidget *DlgRef_6Sel_QTD)
- {
- DlgRef_6Sel_QTD->setObjectName(QString::fromUtf8("DlgRef_6Sel_QTD"));
- QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(5), static_cast<QSizePolicy::Policy>(7));
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(DlgRef_6Sel_QTD->sizePolicy().hasHeightForWidth());
- DlgRef_6Sel_QTD->setSizePolicy(sizePolicy);
- gridLayout = new QGridLayout(DlgRef_6Sel_QTD);
- gridLayout->setSpacing(6);
- gridLayout->setMargin(0);
- gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
- GroupBox1 = new QGroupBox(DlgRef_6Sel_QTD);
- GroupBox1->setObjectName(QString::fromUtf8("GroupBox1"));
- gridLayout1 = new QGridLayout(GroupBox1);
- gridLayout1->setSpacing(6);
- gridLayout1->setMargin(11);
- gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
- gridLayout2 = new QGridLayout();
- gridLayout2->setSpacing(6);
- gridLayout2->setMargin(0);
- gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
- TextLabel1 = new QLabel(GroupBox1);
- TextLabel1->setObjectName(QString::fromUtf8("TextLabel1"));
- QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy1.setHorizontalStretch(0);
- sizePolicy1.setVerticalStretch(0);
- sizePolicy1.setHeightForWidth(TextLabel1->sizePolicy().hasHeightForWidth());
- TextLabel1->setSizePolicy(sizePolicy1);
- TextLabel1->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel1, 0, 0, 1, 1);
-
- TextLabel2 = new QLabel(GroupBox1);
- TextLabel2->setObjectName(QString::fromUtf8("TextLabel2"));
- QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy2.setHorizontalStretch(0);
- sizePolicy2.setVerticalStretch(0);
- sizePolicy2.setHeightForWidth(TextLabel2->sizePolicy().hasHeightForWidth());
- TextLabel2->setSizePolicy(sizePolicy2);
- TextLabel2->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel2, 1, 0, 1, 1);
-
- TextLabel3 = new QLabel(GroupBox1);
- TextLabel3->setObjectName(QString::fromUtf8("TextLabel3"));
- QSizePolicy sizePolicy3(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy3.setHorizontalStretch(0);
- sizePolicy3.setVerticalStretch(0);
- sizePolicy3.setHeightForWidth(TextLabel3->sizePolicy().hasHeightForWidth());
- TextLabel3->setSizePolicy(sizePolicy3);
- TextLabel3->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel3, 2, 0, 1, 1);
-
- TextLabel4 = new QLabel(GroupBox1);
- TextLabel4->setObjectName(QString::fromUtf8("TextLabel4"));
- QSizePolicy sizePolicy4(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy4.setHorizontalStretch(0);
- sizePolicy4.setVerticalStretch(0);
- sizePolicy4.setHeightForWidth(TextLabel4->sizePolicy().hasHeightForWidth());
- TextLabel4->setSizePolicy(sizePolicy4);
- TextLabel4->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel4, 3, 0, 1, 1);
-
- TextLabel5 = new QLabel(GroupBox1);
- TextLabel5->setObjectName(QString::fromUtf8("TextLabel5"));
- QSizePolicy sizePolicy5(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy5.setHorizontalStretch(0);
- sizePolicy5.setVerticalStretch(0);
- sizePolicy5.setHeightForWidth(TextLabel5->sizePolicy().hasHeightForWidth());
- TextLabel5->setSizePolicy(sizePolicy5);
- TextLabel5->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel5, 4, 0, 1, 1);
-
- TextLabel6 = new QLabel(GroupBox1);
- TextLabel6->setObjectName(QString::fromUtf8("TextLabel6"));
- QSizePolicy sizePolicy6(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy6.setHorizontalStretch(0);
- sizePolicy6.setVerticalStretch(0);
- sizePolicy6.setHeightForWidth(TextLabel6->sizePolicy().hasHeightForWidth());
- TextLabel6->setSizePolicy(sizePolicy6);
- TextLabel6->setWordWrap(false);
-
- gridLayout2->addWidget(TextLabel6, 5, 0, 1, 1);
-
- PushButton1 = new QPushButton(GroupBox1);
- PushButton1->setObjectName(QString::fromUtf8("PushButton1"));
- QSizePolicy sizePolicy7(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy7.setHorizontalStretch(0);
- sizePolicy7.setVerticalStretch(0);
- sizePolicy7.setHeightForWidth(PushButton1->sizePolicy().hasHeightForWidth());
- PushButton1->setSizePolicy(sizePolicy7);
-
- gridLayout2->addWidget(PushButton1, 0, 1, 1, 1);
-
- PushButton2 = new QPushButton(GroupBox1);
- PushButton2->setObjectName(QString::fromUtf8("PushButton2"));
- QSizePolicy sizePolicy8(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy8.setHorizontalStretch(0);
- sizePolicy8.setVerticalStretch(0);
- sizePolicy8.setHeightForWidth(PushButton2->sizePolicy().hasHeightForWidth());
- PushButton2->setSizePolicy(sizePolicy8);
-
- gridLayout2->addWidget(PushButton2, 1, 1, 1, 1);
-
- PushButton3 = new QPushButton(GroupBox1);
- PushButton3->setObjectName(QString::fromUtf8("PushButton3"));
- QSizePolicy sizePolicy9(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy9.setHorizontalStretch(0);
- sizePolicy9.setVerticalStretch(0);
- sizePolicy9.setHeightForWidth(PushButton3->sizePolicy().hasHeightForWidth());
- PushButton3->setSizePolicy(sizePolicy9);
-
- gridLayout2->addWidget(PushButton3, 2, 1, 1, 1);
-
- PushButton4 = new QPushButton(GroupBox1);
- PushButton4->setObjectName(QString::fromUtf8("PushButton4"));
- QSizePolicy sizePolicy10(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy10.setHorizontalStretch(0);
- sizePolicy10.setVerticalStretch(0);
- sizePolicy10.setHeightForWidth(PushButton4->sizePolicy().hasHeightForWidth());
- PushButton4->setSizePolicy(sizePolicy10);
-
- gridLayout2->addWidget(PushButton4, 3, 1, 1, 1);
-
- PushButton5 = new QPushButton(GroupBox1);
- PushButton5->setObjectName(QString::fromUtf8("PushButton5"));
- QSizePolicy sizePolicy11(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy11.setHorizontalStretch(0);
- sizePolicy11.setVerticalStretch(0);
- sizePolicy11.setHeightForWidth(PushButton5->sizePolicy().hasHeightForWidth());
- PushButton5->setSizePolicy(sizePolicy11);
-
- gridLayout2->addWidget(PushButton5, 4, 1, 1, 1);
-
- PushButton6 = new QPushButton(GroupBox1);
- PushButton6->setObjectName(QString::fromUtf8("PushButton6"));
- QSizePolicy sizePolicy12(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
- sizePolicy12.setHorizontalStretch(0);
- sizePolicy12.setVerticalStretch(0);
- sizePolicy12.setHeightForWidth(PushButton6->sizePolicy().hasHeightForWidth());
- PushButton6->setSizePolicy(sizePolicy12);
-
- gridLayout2->addWidget(PushButton6, 5, 1, 1, 1);
-
- LineEdit1 = new QLineEdit(GroupBox1);
- LineEdit1->setObjectName(QString::fromUtf8("LineEdit1"));
-
- gridLayout2->addWidget(LineEdit1, 0, 2, 1, 1);
-
- LineEdit2 = new QLineEdit(GroupBox1);
- LineEdit2->setObjectName(QString::fromUtf8("LineEdit2"));
-
- gridLayout2->addWidget(LineEdit2, 1, 2, 1, 1);
-
- LineEdit3 = new QLineEdit(GroupBox1);
- LineEdit3->setObjectName(QString::fromUtf8("LineEdit3"));
-
- gridLayout2->addWidget(LineEdit3, 2, 2, 1, 1);
-
- LineEdit4 = new QLineEdit(GroupBox1);
- LineEdit4->setObjectName(QString::fromUtf8("LineEdit4"));
-
- gridLayout2->addWidget(LineEdit4, 3, 2, 1, 1);
-
- LineEdit5 = new QLineEdit(GroupBox1);
- LineEdit5->setObjectName(QString::fromUtf8("LineEdit5"));
-
- gridLayout2->addWidget(LineEdit5, 4, 2, 1, 1);
-
- LineEdit6 = new QLineEdit(GroupBox1);
- LineEdit6->setObjectName(QString::fromUtf8("LineEdit6"));
-
- gridLayout2->addWidget(LineEdit6, 5, 2, 1, 1);
-
-
- gridLayout1->addLayout(gridLayout2, 0, 0, 1, 1);
-
-
- gridLayout->addWidget(GroupBox1, 0, 0, 1, 1);
-
-
- retranslateUi(DlgRef_6Sel_QTD);
-
- QSize size(235, 196);
- size = size.expandedTo(DlgRef_6Sel_QTD->minimumSizeHint());
- DlgRef_6Sel_QTD->resize(size);
-
-
- QMetaObject::connectSlotsByName(DlgRef_6Sel_QTD);
- } // setupUi
-
- void retranslateUi(QWidget *DlgRef_6Sel_QTD)
- {
- DlgRef_6Sel_QTD->setWindowTitle(QApplication::translate("DlgRef_6Sel_QTD", "DlgRef_6Sel_QTD", 0, QApplication::UnicodeUTF8));
- GroupBox1->setTitle(QString());
- TextLabel1->setText(QApplication::translate("DlgRef_6Sel_QTD", "TL1", 0, QApplication::UnicodeUTF8));
- TextLabel2->setText(QApplication::translate("DlgRef_6Sel_QTD", "TL2", 0, QApplication::UnicodeUTF8));
- TextLabel3->setText(QApplication::translate("DlgRef_6Sel_QTD", "TL3", 0, QApplication::UnicodeUTF8));
- TextLabel4->setText(QApplication::translate("DlgRef_6Sel_QTD", "TL4", 0, QApplication::UnicodeUTF8));
- TextLabel5->setText(QApplication::translate("DlgRef_6Sel_QTD", "TL5", 0, QApplication::UnicodeUTF8));
- TextLabel6->setText(QApplication::translate("DlgRef_6Sel_QTD", "TL6", 0, QApplication::UnicodeUTF8));
- PushButton1->setText(QString());
- PushButton2->setText(QString());
- PushButton3->setText(QString());
- PushButton4->setText(QString());
- PushButton5->setText(QString());
- PushButton6->setText(QString());
- Q_UNUSED(DlgRef_6Sel_QTD);
- } // retranslateUi
-
-};
-
-namespace Ui {
- class DlgRef_6Sel_QTD: public Ui_DlgRef_6Sel_QTD {};
-} // namespace Ui
-
-#endif // DLGREF_6SEL_QTD_H
--- /dev/null
+<ui version="4.0" >
+ <class>DlgRef_6Sel_QTD</class>
+ <widget class="QWidget" name="DlgRef_6Sel_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>156</width>
+ <height>190</height>
+ </rect>
+ </property>
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>5</hsizetype>
+ <vsizetype>7</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="windowTitle" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>0</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>9</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="5" column="2" >
+ <widget class="QLineEdit" name="LineEdit6" />
+ </item>
+ <item row="4" column="2" >
+ <widget class="QLineEdit" name="LineEdit5" />
+ </item>
+ <item row="3" column="2" >
+ <widget class="QLineEdit" name="LineEdit4" />
+ </item>
+ <item row="2" column="2" >
+ <widget class="QLineEdit" name="LineEdit3" />
+ </item>
+ <item row="1" column="2" >
+ <widget class="QLineEdit" name="LineEdit2" />
+ </item>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ <item row="5" column="1" >
+ <widget class="QPushButton" name="PushButton6" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="4" column="1" >
+ <widget class="QPushButton" name="PushButton5" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="1" >
+ <widget class="QPushButton" name="PushButton4" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="1" >
+ <widget class="QPushButton" name="PushButton3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1" >
+ <widget class="QPushButton" name="PushButton2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="5" column="0" >
+ <widget class="QLabel" name="TextLabel6" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL6</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="0" >
+ <widget class="QLabel" name="TextLabel3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL3</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="4" column="0" >
+ <widget class="QLabel" name="TextLabel5" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL5</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="0" >
+ <widget class="QLabel" name="TextLabel4" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL4</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <tabstops>
+ <tabstop>PushButton1</tabstop>
+ <tabstop>LineEdit1</tabstop>
+ <tabstop>PushButton2</tabstop>
+ <tabstop>LineEdit2</tabstop>
+ <tabstop>PushButton3</tabstop>
+ <tabstop>LineEdit3</tabstop>
+ <tabstop>PushButton4</tabstop>
+ <tabstop>LineEdit4</tabstop>
+ <tabstop>PushButton5</tabstop>
+ <tabstop>LineEdit5</tabstop>
+ <tabstop>PushButton6</tabstop>
+ <tabstop>LineEdit6</tabstop>
+ </tabstops>
+ <resources/>
+ <connections/>
+</ui>
+++ /dev/null
-/********************************************************************************
-** Form generated from reading ui file 'DlgRef_Skeleton_QTD.ui'
-**
-** Created: Fri Jun 29 11:48:51 2007
-** by: Qt User Interface Compiler version 4.2.3
-**
-** WARNING! All changes made in this file will be lost when recompiling ui file!
-********************************************************************************/
-
-#ifndef DLGREF_SKELETON_QTD_H
-#define DLGREF_SKELETON_QTD_H
-
-#include <QtCore/QVariant>
-#include <QtGui/QAction>
-#include <QtGui/QApplication>
-#include <QtGui/QButtonGroup>
-#include <QtGui/QDialog>
-#include <QtGui/QGridLayout>
-#include <QtGui/QGroupBox>
-#include <QtGui/QHBoxLayout>
-#include <QtGui/QLabel>
-#include <QtGui/QLineEdit>
-#include <QtGui/QPushButton>
-#include <QtGui/QRadioButton>
-#include <QtGui/QSpacerItem>
-#include <Qt3Support/Q3MimeSourceFactory>
-
-class Ui_DlgRef_Skeleton_QTD
-{
-public:
- QGridLayout *gridLayout;
- QGridLayout *gridLayout1;
- QGroupBox *GroupMedium;
- QGroupBox *GroupButtons;
- QHBoxLayout *hboxLayout;
- QHBoxLayout *hboxLayout1;
- QPushButton *buttonOk;
- QPushButton *buttonApply;
- QSpacerItem *spacerItem;
- QPushButton *buttonCancel;
- QPushButton *buttonHelp;
- QGroupBox *GroupConstructors;
- QHBoxLayout *hboxLayout2;
- QHBoxLayout *hboxLayout3;
- QRadioButton *RadioButton1;
- QRadioButton *RadioButton2;
- QRadioButton *RadioButton3;
- QRadioButton *RadioButton4;
- QGroupBox *GroupBoxName;
- QGridLayout *gridLayout2;
- QGridLayout *gridLayout3;
- QLineEdit *ResultName;
- QLabel *NameLabel;
-
- void setupUi(QDialog *DlgRef_Skeleton_QTD)
- {
- DlgRef_Skeleton_QTD->setObjectName(QString::fromUtf8("DlgRef_Skeleton_QTD"));
- QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(5), static_cast<QSizePolicy::Policy>(7));
- sizePolicy.setHorizontalStretch(0);
- sizePolicy.setVerticalStretch(0);
- sizePolicy.setHeightForWidth(DlgRef_Skeleton_QTD->sizePolicy().hasHeightForWidth());
- DlgRef_Skeleton_QTD->setSizePolicy(sizePolicy);
- DlgRef_Skeleton_QTD->setSizeGripEnabled(true);
- gridLayout = new QGridLayout(DlgRef_Skeleton_QTD);
- gridLayout->setSpacing(6);
- gridLayout->setMargin(11);
- gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
- gridLayout1 = new QGridLayout();
- gridLayout1->setSpacing(6);
- gridLayout1->setMargin(0);
- gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
- GroupMedium = new QGroupBox(DlgRef_Skeleton_QTD);
- GroupMedium->setObjectName(QString::fromUtf8("GroupMedium"));
- QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(7));
- sizePolicy1.setHorizontalStretch(0);
- sizePolicy1.setVerticalStretch(0);
- sizePolicy1.setHeightForWidth(GroupMedium->sizePolicy().hasHeightForWidth());
- GroupMedium->setSizePolicy(sizePolicy1);
-
- gridLayout1->addWidget(GroupMedium, 2, 0, 1, 1);
-
- GroupButtons = new QGroupBox(DlgRef_Skeleton_QTD);
- GroupButtons->setObjectName(QString::fromUtf8("GroupButtons"));
- QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
- sizePolicy2.setHorizontalStretch(0);
- sizePolicy2.setVerticalStretch(0);
- sizePolicy2.setHeightForWidth(GroupButtons->sizePolicy().hasHeightForWidth());
- GroupButtons->setSizePolicy(sizePolicy2);
- hboxLayout = new QHBoxLayout(GroupButtons);
- hboxLayout->setSpacing(6);
- hboxLayout->setMargin(11);
- hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
- hboxLayout1 = new QHBoxLayout();
- hboxLayout1->setSpacing(6);
- hboxLayout1->setMargin(0);
- hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
- buttonOk = new QPushButton(GroupButtons);
- buttonOk->setObjectName(QString::fromUtf8("buttonOk"));
-
- hboxLayout1->addWidget(buttonOk);
-
- buttonApply = new QPushButton(GroupButtons);
- buttonApply->setObjectName(QString::fromUtf8("buttonApply"));
-
- hboxLayout1->addWidget(buttonApply);
-
- spacerItem = new QSpacerItem(91, 0, QSizePolicy::Expanding, QSizePolicy::Minimum);
-
- hboxLayout1->addItem(spacerItem);
-
- buttonCancel = new QPushButton(GroupButtons);
- buttonCancel->setObjectName(QString::fromUtf8("buttonCancel"));
-
- hboxLayout1->addWidget(buttonCancel);
-
- buttonHelp = new QPushButton(GroupButtons);
- buttonHelp->setObjectName(QString::fromUtf8("buttonHelp"));
-
- hboxLayout1->addWidget(buttonHelp);
-
-
- hboxLayout->addLayout(hboxLayout1);
-
-
- gridLayout1->addWidget(GroupButtons, 3, 0, 1, 1);
-
- GroupConstructors = new QGroupBox(DlgRef_Skeleton_QTD);
- GroupConstructors->setObjectName(QString::fromUtf8("GroupConstructors"));
- QSizePolicy sizePolicy3(static_cast<QSizePolicy::Policy>(5), static_cast<QSizePolicy::Policy>(0));
- sizePolicy3.setHorizontalStretch(0);
- sizePolicy3.setVerticalStretch(0);
- sizePolicy3.setHeightForWidth(GroupConstructors->sizePolicy().hasHeightForWidth());
- GroupConstructors->setSizePolicy(sizePolicy3);
- hboxLayout2 = new QHBoxLayout(GroupConstructors);
- hboxLayout2->setSpacing(6);
- hboxLayout2->setMargin(11);
- hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
- hboxLayout3 = new QHBoxLayout();
- hboxLayout3->setSpacing(6);
- hboxLayout3->setMargin(0);
- hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
- RadioButton1 = new QRadioButton(GroupConstructors);
- RadioButton1->setObjectName(QString::fromUtf8("RadioButton1"));
-
- hboxLayout3->addWidget(RadioButton1);
-
- RadioButton2 = new QRadioButton(GroupConstructors);
- RadioButton2->setObjectName(QString::fromUtf8("RadioButton2"));
-
- hboxLayout3->addWidget(RadioButton2);
-
- RadioButton3 = new QRadioButton(GroupConstructors);
- RadioButton3->setObjectName(QString::fromUtf8("RadioButton3"));
-
- hboxLayout3->addWidget(RadioButton3);
-
- RadioButton4 = new QRadioButton(GroupConstructors);
- RadioButton4->setObjectName(QString::fromUtf8("RadioButton4"));
-
- hboxLayout3->addWidget(RadioButton4);
-
-
- hboxLayout2->addLayout(hboxLayout3);
-
-
- gridLayout1->addWidget(GroupConstructors, 0, 0, 1, 1);
-
- GroupBoxName = new QGroupBox(DlgRef_Skeleton_QTD);
- GroupBoxName->setObjectName(QString::fromUtf8("GroupBoxName"));
- gridLayout2 = new QGridLayout(GroupBoxName);
- gridLayout2->setSpacing(6);
- gridLayout2->setMargin(11);
- gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
- gridLayout3 = new QGridLayout();
- gridLayout3->setSpacing(6);
- gridLayout3->setMargin(0);
- gridLayout3->setObjectName(QString::fromUtf8("gridLayout3"));
- ResultName = new QLineEdit(GroupBoxName);
- ResultName->setObjectName(QString::fromUtf8("ResultName"));
-
- gridLayout3->addWidget(ResultName, 0, 1, 1, 1);
-
- NameLabel = new QLabel(GroupBoxName);
- NameLabel->setObjectName(QString::fromUtf8("NameLabel"));
- NameLabel->setWordWrap(false);
-
- gridLayout3->addWidget(NameLabel, 0, 0, 1, 1);
-
-
- gridLayout2->addLayout(gridLayout3, 0, 0, 1, 1);
-
-
- gridLayout1->addWidget(GroupBoxName, 1, 0, 1, 1);
-
-
- gridLayout->addLayout(gridLayout1, 0, 0, 1, 1);
-
-
- retranslateUi(DlgRef_Skeleton_QTD);
-
- QSize size(307, 378);
- size = size.expandedTo(DlgRef_Skeleton_QTD->minimumSizeHint());
- DlgRef_Skeleton_QTD->resize(size);
-
-
- QMetaObject::connectSlotsByName(DlgRef_Skeleton_QTD);
- } // setupUi
-
- void retranslateUi(QDialog *DlgRef_Skeleton_QTD)
- {
- DlgRef_Skeleton_QTD->setWindowTitle(QApplication::translate("DlgRef_Skeleton_QTD", "DlgRef_Skeleton_QTD", 0, QApplication::UnicodeUTF8));
- GroupMedium->setTitle(QString());
- GroupButtons->setTitle(QString());
- buttonOk->setText(QApplication::translate("DlgRef_Skeleton_QTD", "&Ok", 0, QApplication::UnicodeUTF8));
- buttonApply->setText(QApplication::translate("DlgRef_Skeleton_QTD", "&Apply", 0, QApplication::UnicodeUTF8));
- buttonCancel->setText(QApplication::translate("DlgRef_Skeleton_QTD", "&Cancel", 0, QApplication::UnicodeUTF8));
- buttonHelp->setText(QApplication::translate("DlgRef_Skeleton_QTD", "&Help", 0, QApplication::UnicodeUTF8));
- GroupConstructors->setTitle(QString());
- RadioButton1->setText(QString());
- RadioButton2->setText(QString());
- RadioButton3->setText(QString());
- RadioButton4->setText(QString());
- GroupBoxName->setTitle(QApplication::translate("DlgRef_Skeleton_QTD", "Result name", 0, QApplication::UnicodeUTF8));
- NameLabel->setText(QApplication::translate("DlgRef_Skeleton_QTD", "Name", 0, QApplication::UnicodeUTF8));
- Q_UNUSED(DlgRef_Skeleton_QTD);
- } // retranslateUi
-
-};
-
-namespace Ui {
- class DlgRef_Skeleton_QTD: public Ui_DlgRef_Skeleton_QTD {};
-} // namespace Ui
-
-#endif // DLGREF_SKELETON_QTD_H
--- /dev/null
+<ui version="4.0" >
+ <class>DlgRef_Skeleton_QTD</class>
+ <widget class="QDialog" name="DlgRef_Skeleton_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>380</width>
+ <height>182</height>
+ </rect>
+ </property>
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>5</hsizetype>
+ <vsizetype>7</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="windowTitle" >
+ <string/>
+ </property>
+ <property name="sizeGripEnabled" >
+ <bool>true</bool>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>9</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="3" column="0" >
+ <widget class="QGroupBox" name="GroupButtons" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QHBoxLayout" >
+ <property name="margin" >
+ <number>9</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item>
+ <widget class="QPushButton" name="buttonOk" >
+ <property name="text" >
+ <string>&Ok</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QPushButton" name="buttonApply" >
+ <property name="text" >
+ <string>&Apply</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <spacer>
+ <property name="orientation" >
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeType" >
+ <enum>QSizePolicy::Expanding</enum>
+ </property>
+ <property name="sizeHint" >
+ <size>
+ <width>91</width>
+ <height>0</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ <item>
+ <widget class="QPushButton" name="buttonCancel" >
+ <property name="text" >
+ <string>&Cancel</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QPushButton" name="buttonHelp" >
+ <property name="text" >
+ <string>&Help</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QGroupBox" name="GroupBoxName" >
+ <property name="title" >
+ <string>Result name</string>
+ </property>
+ <layout class="QHBoxLayout" >
+ <property name="margin" >
+ <number>9</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item>
+ <widget class="QLabel" name="NameLabel" >
+ <property name="text" >
+ <string>Name</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLineEdit" name="ResultName" />
+ </item>
+ </layout>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupConstructors" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>5</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QHBoxLayout" >
+ <property name="margin" >
+ <number>9</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item>
+ <widget class="QRadioButton" name="RadioButton1" >
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QRadioButton" name="RadioButton2" >
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QRadioButton" name="RadioButton3" >
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QRadioButton" name="RadioButton4" >
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ <item row="2" column="0" >
+ <widget class="QGroupBox" name="GroupMedium" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>7</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="title" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <tabstops>
+ <tabstop>RadioButton1</tabstop>
+ <tabstop>RadioButton2</tabstop>
+ <tabstop>RadioButton3</tabstop>
+ <tabstop>RadioButton4</tabstop>
+ <tabstop>ResultName</tabstop>
+ <tabstop>buttonOk</tabstop>
+ <tabstop>buttonApply</tabstop>
+ <tabstop>buttonCancel</tabstop>
+ <tabstop>buttonHelp</tabstop>
+ </tabstops>
+ <resources/>
+ <connections/>
+</ui>
+++ /dev/null
-// GEOM GEOMGUI : GUI for Geometry component
-//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-//
-//
-// File : DlgRef_SpinBox.cxx
-// Author : Lucien PIGNOLONI
-// Module : GEOM
-// $Header$
-
-#include "DlgRef_SpinBox.h"
-
-//=================================================================================
-// class : DlgRef_SpinBox()
-// purpose : constructor of specific widget accepting floats in double precision.
-//=================================================================================
-DlgRef_SpinBox::DlgRef_SpinBox(QWidget* parent, const char* name)
- : QtxDoubleSpinBox(parent)
-{
- setObjectName( name );
-}
-
-
-//=================================================================================
-// function : ~DlgRef_SpinBox()
-// purpose : destructor
-//=================================================================================
-DlgRef_SpinBox::~DlgRef_SpinBox()
-{
-}
-
-
-//=================================================================================
-// function : SetStep() [SLOT]
-// purpose :
-//=================================================================================
-void DlgRef_SpinBox::SetStep(double newStep)
-{
- setSingleStep(newStep);
-}
-
-
-//=================================================================================
-// function : SetValue()
-// purpose :
-//=================================================================================
-void DlgRef_SpinBox::SetValue(double v)
-{
- setValue(v);
-}
-
-
-//=================================================================================
-// function : GetValue()
-// purpose : returns a double
-//=================================================================================
-double DlgRef_SpinBox::GetValue()
-{
- return value();
-}
-
-
-//=================================================================================
-// function : GetString()
-// purpose : returns a QString
-//=================================================================================
-QString DlgRef_SpinBox::GetString()
-{
- return cleanText();
-}
-
-
-//=================================================================================
-// function : RangeStepAndValidator()
-// purpose :
-//=================================================================================
-void DlgRef_SpinBox::RangeStepAndValidator(double min, double max,double step,
- unsigned short decimals)
-{
- setDecimals(-decimals); // PAL12789. Minus is for using 'g' double->string conversion specifier,
- // see QtxDoubleSpinBox::mapValueToText( double v )
- setRange(min, max);
- setSingleStep(step);
-}
+++ /dev/null
-// GEOM GEOMGUI : GUI for Geometry component
-//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-//
-//
-// File : DlgRef_SpinBox.h
-// Author : Lucien PIGNOLONI
-// Module : GEOM
-// $Header$
-
-#ifndef GEOMSPINBOX_H
-#define GEOMSPINBOX_H
-
-#include "GEOM_DlgRef.hxx"
-
-#include "QtxDoubleSpinBox.h"
-
-#define COORD_MIN -1e+15
-#define COORD_MAX +1e+15
-#define MAX_NUMBER 100000
-
-//=================================================================================
-// class : DlgRef_SpinBox
-// purpose : Derivated from QSpinBox class and modified to accept floats
-//=================================================================================
-class GEOM_DLGREF_EXPORT DlgRef_SpinBox : public QtxDoubleSpinBox
-{
- Q_OBJECT
-
-public :
- DlgRef_SpinBox(QWidget* parent, const char* name = 0);
- ~DlgRef_SpinBox();
-
- void RangeStepAndValidator(double min = -1000000.0, double max = +1000000.0,
- double step = 100.0, unsigned short decimals = 3);
- void SetValue(double v);
- double GetValue();
- QString GetString();
-
-public slots:
- void SetStep(double newStep);
-
-};
-
-#endif // GEOMSPINBOX_H
--- /dev/null
+// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+//
+// File : GEOM_DlgRef.cxx
+// Author : Vadim SANDLER, Open CASCADE S.A.S. (vadim.sandler@opencascade.com)
+//
+
+#include "GEOM_DlgRef.h"
+
+//////////////////////////////////////////
+// DlgRef_1List1Spin1Btn
+//////////////////////////////////////////
+
+DlgRef_1List1Spin1Btn::DlgRef_1List1Spin1Btn( QWidget* parent, Qt::WindowFlags f )
+: QWidget( parent, f )
+{
+ setupUi( this );
+}
+
+DlgRef_1List1Spin1Btn::~DlgRef_1List1Spin1Btn()
+{
+}
+
+//////////////////////////////////////////
+// DlgRef_1Sel1Check1List
+//////////////////////////////////////////
+
+DlgRef_1Sel1Check1List::DlgRef_1Sel1Check1List( QWidget* parent, Qt::WindowFlags f )
+: QWidget( parent, f )
+{
+ setupUi( this );
+}
+
+DlgRef_1Sel1Check1List::~DlgRef_1Sel1Check1List()
+{
+}
+
+//////////////////////////////////////////
+// DlgRef_1Sel1Check
+//////////////////////////////////////////
+
+DlgRef_1Sel1Check::DlgRef_1Sel1Check( QWidget* parent, Qt::WindowFlags f )
+: QWidget( parent, f )
+{
+ setupUi( this );
+}
+
+DlgRef_1Sel1Check::~DlgRef_1Sel1Check()
+{
+}
+
+//////////////////////////////////////////
+// DlgRef_1Sel1Spin1Check
+//////////////////////////////////////////
+
+DlgRef_1Sel1Spin1Check::DlgRef_1Sel1Spin1Check( QWidget* parent, Qt::WindowFlags f )
+: QWidget( parent, f )
+{
+ setupUi( this );
+}
+
+DlgRef_1Sel1Spin1Check::~DlgRef_1Sel1Spin1Check()
+{
+}
+
+//////////////////////////////////////////
+// DlgRef_1Sel1Spin
+//////////////////////////////////////////
+
+DlgRef_1Sel1Spin::DlgRef_1Sel1Spin( QWidget* parent, Qt::WindowFlags f )
+: QWidget( parent, f )
+{
+ setupUi( this );
+}
+
+DlgRef_1Sel1Spin::~DlgRef_1Sel1Spin()
+{
+}
+
+//////////////////////////////////////////
+// DlgRef_1Sel2Spin
+//////////////////////////////////////////
+
+DlgRef_1Sel2Spin::DlgRef_1Sel2Spin( QWidget* parent, Qt::WindowFlags f )
+: QWidget( parent, f )
+{
+ setupUi( this );
+}
+
+DlgRef_1Sel2Spin::~DlgRef_1Sel2Spin()
+{
+}
+
+//////////////////////////////////////////
+// DlgRef_1Sel3Check
+//////////////////////////////////////////
+
+DlgRef_1Sel3Check::DlgRef_1Sel3Check( QWidget* parent, Qt::WindowFlags f )
+: QWidget( parent, f )
+{
+ setupUi( this );
+}
+
+DlgRef_1Sel3Check::~DlgRef_1Sel3Check()
+{
+}
+
+//////////////////////////////////////////
+// DlgRef_1Sel3Spin
+//////////////////////////////////////////
+
+DlgRef_1Sel3Spin::DlgRef_1Sel3Spin( QWidget* parent, Qt::WindowFlags f )
+: QWidget( parent, f )
+{
+ setupUi( this );
+}
+
+DlgRef_1Sel3Spin::~DlgRef_1Sel3Spin()
+{
+}
+
+//////////////////////////////////////////
+// DlgRef_1Sel4Spin
+//////////////////////////////////////////
+
+DlgRef_1Sel4Spin::DlgRef_1Sel4Spin( QWidget* parent, Qt::WindowFlags f )
+: QWidget( parent, f )
+{
+ setupUi( this );
+}
+
+DlgRef_1Sel4Spin::~DlgRef_1Sel4Spin()
+{
+}
+
+//////////////////////////////////////////
+// DlgRef_1Sel5Spin
+//////////////////////////////////////////
+
+DlgRef_1Sel5Spin::DlgRef_1Sel5Spin( QWidget* parent, Qt::WindowFlags f )
+: QWidget( parent, f )
+{
+ setupUi( this );
+}
+
+DlgRef_1Sel5Spin::~DlgRef_1Sel5Spin()
+{
+}
+
+//////////////////////////////////////////
+// DlgRef_1Spin
+//////////////////////////////////////////
+
+DlgRef_1Spin::DlgRef_1Spin( QWidget* parent, Qt::WindowFlags f )
+: QWidget( parent, f )
+{
+ setupUi( this );
+}
+
+DlgRef_1Spin::~DlgRef_1Spin()
+{
+}
+
+//////////////////////////////////////////
+// DlgRef_1Sel
+//////////////////////////////////////////
+
+DlgRef_1Sel::DlgRef_1Sel( QWidget* parent, Qt::WindowFlags f )
+: QWidget( parent, f )
+{
+ setupUi( this );
+}
+
+DlgRef_1Sel::~DlgRef_1Sel()
+{
+}
+
+//////////////////////////////////////////
+// DlgRef_2Sel1List
+//////////////////////////////////////////
+
+DlgRef_2Sel1List::DlgRef_2Sel1List( QWidget* parent, Qt::WindowFlags f )
+: QWidget( parent, f )
+{
+ setupUi( this );
+}
+
+DlgRef_2Sel1List::~DlgRef_2Sel1List()
+{
+}
+
+//////////////////////////////////////////
+// DlgRef_2Sel1Spin2Check
+//////////////////////////////////////////
+
+DlgRef_2Sel1Spin2Check::DlgRef_2Sel1Spin2Check( QWidget* parent, Qt::WindowFlags f )
+: QWidget( parent, f )
+{
+ setupUi( this );
+}
+
+DlgRef_2Sel1Spin2Check::~DlgRef_2Sel1Spin2Check()
+{
+}
+
+//////////////////////////////////////////
+// DlgRef_2Sel1Spin
+//////////////////////////////////////////
+
+DlgRef_2Sel1Spin::DlgRef_2Sel1Spin( QWidget* parent, Qt::WindowFlags f )
+: QWidget( parent, f )
+{
+ setupUi( this );
+}
+
+DlgRef_2Sel1Spin::~DlgRef_2Sel1Spin()
+{
+}
+
+//////////////////////////////////////////
+// DlgRef_2Sel2Spin1Check
+//////////////////////////////////////////
+
+DlgRef_2Sel2Spin1Check::DlgRef_2Sel2Spin1Check( QWidget* parent, Qt::WindowFlags f )
+: QWidget( parent, f )
+{
+ setupUi( this );
+}
+
+DlgRef_2Sel2Spin1Check::~DlgRef_2Sel2Spin1Check()
+{
+}
+
+//////////////////////////////////////////
+// DlgRef_2Sel2Spin
+//////////////////////////////////////////
+
+DlgRef_2Sel2Spin::DlgRef_2Sel2Spin( QWidget* parent, Qt::WindowFlags f )
+: QWidget( parent, f )
+{
+ setupUi( this );
+}
+
+DlgRef_2Sel2Spin::~DlgRef_2Sel2Spin()
+{
+}
+
+//////////////////////////////////////////
+// DlgRef_2Sel3Spin
+//////////////////////////////////////////
+
+DlgRef_2Sel3Spin::DlgRef_2Sel3Spin( QWidget* parent, Qt::WindowFlags f )
+: QWidget( parent, f )
+{
+ setupUi( this );
+}
+
+DlgRef_2Sel3Spin::~DlgRef_2Sel3Spin()
+{
+}
+
+//////////////////////////////////////////
+// DlgRef_2Sel4Spin1Check
+//////////////////////////////////////////
+
+DlgRef_2Sel4Spin1Check::DlgRef_2Sel4Spin1Check( QWidget* parent, Qt::WindowFlags f )
+: QWidget( parent, f )
+{
+ setupUi( this );
+}
+
+DlgRef_2Sel4Spin1Check::~DlgRef_2Sel4Spin1Check()
+{
+}
+
+//////////////////////////////////////////
+// DlgRef_2Sel
+//////////////////////////////////////////
+
+DlgRef_2Sel::DlgRef_2Sel( QWidget* parent, Qt::WindowFlags f )
+: QWidget( parent, f )
+{
+ setupUi( this );
+}
+
+DlgRef_2Sel::~DlgRef_2Sel()
+{
+}
+
+//////////////////////////////////////////
+// DlgRef_2Spin
+//////////////////////////////////////////
+
+DlgRef_2Spin::DlgRef_2Spin( QWidget* parent, Qt::WindowFlags f )
+: QWidget( parent, f )
+{
+ setupUi( this );
+}
+
+DlgRef_2Spin::~DlgRef_2Spin()
+{
+}
+
+//////////////////////////////////////////
+// DlgRef_3Check
+//////////////////////////////////////////
+
+DlgRef_3Check::DlgRef_3Check( QWidget* parent, Qt::WindowFlags f )
+: QWidget( parent, f )
+{
+ setupUi( this );
+}
+
+DlgRef_3Check::~DlgRef_3Check()
+{
+}
+
+//////////////////////////////////////////
+// DlgRef_3Sel1Check
+//////////////////////////////////////////
+
+DlgRef_3Sel1Check::DlgRef_3Sel1Check( QWidget* parent, Qt::WindowFlags f )
+: QWidget( parent, f )
+{
+ setupUi( this );
+}
+
+DlgRef_3Sel1Check::~DlgRef_3Sel1Check()
+{
+}
+
+//////////////////////////////////////////
+// DlgRef_3Sel1Spin
+//////////////////////////////////////////
+
+DlgRef_3Sel1Spin::DlgRef_3Sel1Spin( QWidget* parent, Qt::WindowFlags f )
+: QWidget( parent, f )
+{
+ setupUi( this );
+}
+
+DlgRef_3Sel1Spin::~DlgRef_3Sel1Spin()
+{
+}
+
+//////////////////////////////////////////
+// DlgRef_3Sel3Spin1Check
+//////////////////////////////////////////
+
+DlgRef_3Sel3Spin1Check::DlgRef_3Sel3Spin1Check( QWidget* parent, Qt::WindowFlags f )
+: QWidget( parent, f )
+{
+ setupUi( this );
+}
+
+DlgRef_3Sel3Spin1Check::~DlgRef_3Sel3Spin1Check()
+{
+}
+
+void DlgRef_3Sel3Spin1Check::ShowRows( int fromRow, int toRow, bool toShow )
+{
+ const int maxRows = 6;
+
+ if ( toRow >= fromRow && fromRow >= 0 && toRow <= maxRows ) {
+ int c = gridLayout1->count();
+ for ( int i = 0; i < c; i++ ) {
+ QWidget* w = gridLayout1->itemAt( i )->widget();
+ int row, col, rowspan, colspan;
+ gridLayout1->getItemPosition( i, &row, &col, &rowspan, &colspan );
+ if ( w && row >= fromRow && row <= toRow )
+ w->setVisible( toShow );
+ }
+ }
+}
+
+//////////////////////////////////////////
+// DlgRef_3Sel4Spin2Check
+//////////////////////////////////////////
+
+DlgRef_3Sel4Spin2Check::DlgRef_3Sel4Spin2Check( QWidget* parent, Qt::WindowFlags f )
+: QWidget( parent, f )
+{
+ setupUi( this );
+}
+
+DlgRef_3Sel4Spin2Check::~DlgRef_3Sel4Spin2Check()
+{
+}
+
+//////////////////////////////////////////
+// DlgRef_3Sel
+//////////////////////////////////////////
+
+DlgRef_3Sel::DlgRef_3Sel( QWidget* parent, Qt::WindowFlags f )
+: QWidget( parent, f )
+{
+ setupUi( this );
+}
+
+DlgRef_3Sel::~DlgRef_3Sel()
+{
+}
+
+//////////////////////////////////////////
+// DlgRef_3Spin1Check
+//////////////////////////////////////////
+
+DlgRef_3Spin1Check::DlgRef_3Spin1Check( QWidget* parent, Qt::WindowFlags f )
+: QWidget( parent, f )
+{
+ setupUi( this );
+}
+
+DlgRef_3Spin1Check::~DlgRef_3Spin1Check()
+{
+}
+
+//////////////////////////////////////////
+// DlgRef_3Spin
+//////////////////////////////////////////
+
+DlgRef_3Spin::DlgRef_3Spin( QWidget* parent, Qt::WindowFlags f )
+: QWidget( parent, f )
+{
+ setupUi( this );
+}
+
+DlgRef_3Spin::~DlgRef_3Spin()
+{
+}
+
+//////////////////////////////////////////
+// DlgRef_4Sel1List1Check
+//////////////////////////////////////////
+
+DlgRef_4Sel1List1Check::DlgRef_4Sel1List1Check( QWidget* parent, Qt::WindowFlags f )
+: QWidget( parent, f )
+{
+ setupUi( this );
+}
+
+DlgRef_4Sel1List1Check::~DlgRef_4Sel1List1Check()
+{
+}
+
+//////////////////////////////////////////
+// DlgRef_4Sel1List
+//////////////////////////////////////////
+
+DlgRef_4Sel1List::DlgRef_4Sel1List( QWidget* parent, Qt::WindowFlags f )
+: QWidget( parent, f )
+{
+ setupUi( this );
+}
+
+DlgRef_4Sel1List::~DlgRef_4Sel1List()
+{
+}
+
+//////////////////////////////////////////
+// DlgRef_4Sel1Spin2Check
+//////////////////////////////////////////
+
+DlgRef_4Sel1Spin2Check::DlgRef_4Sel1Spin2Check( QWidget* parent, Qt::WindowFlags f )
+: QWidget( parent, f )
+{
+ setupUi( this );
+}
+
+DlgRef_4Sel1Spin2Check::~DlgRef_4Sel1Spin2Check()
+{
+}
+
+void DlgRef_4Sel1Spin2Check::ShowRows( int fromRow, int toRow, bool toShow )
+{
+ const int maxRows = 6;
+
+ if ( toRow >= fromRow && fromRow >= 0 && toRow <= maxRows ) {
+ int c = gridLayout1->count();
+ for ( int i = 0; i < c; i++ ) {
+ QWidget* w = gridLayout1->itemAt( i )->widget();
+ int row, col, rowspan, colspan;
+ gridLayout1->getItemPosition( i, &row, &col, &rowspan, &colspan );
+ if ( w && row >= fromRow && row <= toRow )
+ w->setVisible( toShow );
+ }
+ }
+}
+
+//////////////////////////////////////////
+// DlgRef_6Sel
+//////////////////////////////////////////
+
+DlgRef_6Sel::DlgRef_6Sel( QWidget* parent, Qt::WindowFlags f )
+: QWidget( parent, f )
+{
+ setupUi( this );
+}
+
+DlgRef_6Sel::~DlgRef_6Sel()
+{
+}
+
+//////////////////////////////////////////
+// DlgRef_Skeleton
+//////////////////////////////////////////
+
+DlgRef_Skeleton::DlgRef_Skeleton( QWidget* parent, Qt::WindowFlags f )
+: QDialog( parent, f )
+{
+ setupUi( this );
+}
+
+DlgRef_Skeleton::DlgRef_Skeleton( QWidget* parent, bool modal, Qt::WindowFlags f )
+: QDialog( parent, f )
+{
+ setupUi( this );
+ setModal( modal );
+}
+
+DlgRef_Skeleton::~DlgRef_Skeleton()
+{
+}
--- /dev/null
+// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+//
+// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+//
+// File : GEOM_DlgRef.h
+// Author : Vadim SANDLER, Open CASCADE S.A.S. (vadim.sandler@opencascade.com)
+//
+
+#ifndef GEOM_DLGREF_H
+#define GEOM_DLGREF_H
+
+#if defined WIN32
+# if defined DLGREF_EXPORTS
+# define DLGREF_EXPORT __declspec( dllexport )
+# else
+# define DLGREF_EXPORT __declspec( dllimport )
+# endif
+#else
+# define DLGREF_EXPORT
+#endif
+
+//////////////////////////////////////////
+// DlgRef_1List1Spin1Btn
+//////////////////////////////////////////
+
+#include "ui_DlgRef_1List1Spin1Btn_QTD.h"
+
+class DLGREF_EXPORT DlgRef_1List1Spin1Btn : public QWidget,
+ public Ui::DlgRef_1List1Spin1Btn_QTD
+{
+ Q_OBJECT
+
+public:
+ DlgRef_1List1Spin1Btn( QWidget* = 0, Qt::WindowFlags = 0 );
+ ~DlgRef_1List1Spin1Btn();
+};
+
+//////////////////////////////////////////
+// DlgRef_1Sel1Check1List
+//////////////////////////////////////////
+
+#include "ui_DlgRef_1Sel1Check1List_QTD.h"
+
+class DLGREF_EXPORT DlgRef_1Sel1Check1List : public QWidget,
+ public Ui::DlgRef_1Sel1Check1List_QTD
+{
+ Q_OBJECT
+
+public:
+ DlgRef_1Sel1Check1List( QWidget* = 0, Qt::WindowFlags = 0 );
+ ~DlgRef_1Sel1Check1List();
+};
+
+//////////////////////////////////////////
+// DlgRef_1Sel1Check
+//////////////////////////////////////////
+
+#include "ui_DlgRef_1Sel1Check_QTD.h"
+
+class DLGREF_EXPORT DlgRef_1Sel1Check : public QWidget,
+ public Ui::DlgRef_1Sel1Check_QTD
+{
+ Q_OBJECT
+
+public:
+ DlgRef_1Sel1Check( QWidget* = 0, Qt::WindowFlags = 0 );
+ ~DlgRef_1Sel1Check();
+};
+
+//////////////////////////////////////////
+// DlgRef_1Sel1Spin1Check
+//////////////////////////////////////////
+
+#include "ui_DlgRef_1Sel1Spin1Check_QTD.h"
+
+class DLGREF_EXPORT DlgRef_1Sel1Spin1Check : public QWidget,
+ public Ui::DlgRef_1Sel1Spin1Check_QTD
+{
+ Q_OBJECT
+
+public:
+ DlgRef_1Sel1Spin1Check( QWidget* = 0, Qt::WindowFlags = 0 );
+ ~DlgRef_1Sel1Spin1Check();
+};
+
+//////////////////////////////////////////
+// DlgRef_1Sel1Spin
+//////////////////////////////////////////
+
+#include "ui_DlgRef_1Sel1Spin_QTD.h"
+
+class DLGREF_EXPORT DlgRef_1Sel1Spin : public QWidget,
+ public Ui::DlgRef_1Sel1Spin_QTD
+{
+ Q_OBJECT
+
+public:
+ DlgRef_1Sel1Spin( QWidget* = 0, Qt::WindowFlags = 0 );
+ ~DlgRef_1Sel1Spin();
+};
+
+//////////////////////////////////////////
+// DlgRef_1Sel2Spin
+//////////////////////////////////////////
+
+#include "ui_DlgRef_1Sel2Spin_QTD.h"
+
+class DLGREF_EXPORT DlgRef_1Sel2Spin : public QWidget,
+ public Ui::DlgRef_1Sel2Spin_QTD
+{
+ Q_OBJECT
+
+public:
+ DlgRef_1Sel2Spin( QWidget* = 0, Qt::WindowFlags = 0 );
+ ~DlgRef_1Sel2Spin();
+};
+
+//////////////////////////////////////////
+// DlgRef_1Sel3Check
+//////////////////////////////////////////
+
+#include "ui_DlgRef_1Sel3Check_QTD.h"
+
+class DLGREF_EXPORT DlgRef_1Sel3Check : public QWidget,
+ public Ui::DlgRef_1Sel3Check_QTD
+{
+ Q_OBJECT
+
+public:
+ DlgRef_1Sel3Check( QWidget* = 0, Qt::WindowFlags = 0 );
+ ~DlgRef_1Sel3Check();
+};
+
+//////////////////////////////////////////
+// DlgRef_1Sel3Spin
+//////////////////////////////////////////
+
+#include "ui_DlgRef_1Sel3Spin_QTD.h"
+
+class DLGREF_EXPORT DlgRef_1Sel3Spin : public QWidget,
+ public Ui::DlgRef_1Sel3Spin_QTD
+{
+ Q_OBJECT
+
+public:
+ DlgRef_1Sel3Spin( QWidget* = 0, Qt::WindowFlags = 0 );
+ ~DlgRef_1Sel3Spin();
+};
+
+//////////////////////////////////////////
+// DlgRef_1Sel4Spin
+//////////////////////////////////////////
+
+#include "ui_DlgRef_1Sel4Spin_QTD.h"
+
+class DLGREF_EXPORT DlgRef_1Sel4Spin : public QWidget,
+ public Ui::DlgRef_1Sel4Spin_QTD
+{
+ Q_OBJECT
+
+public:
+ DlgRef_1Sel4Spin( QWidget* = 0, Qt::WindowFlags = 0 );
+ ~DlgRef_1Sel4Spin();
+};
+
+//////////////////////////////////////////
+// DlgRef_1Sel5Spin
+//////////////////////////////////////////
+
+#include "ui_DlgRef_1Sel5Spin_QTD.h"
+
+class DLGREF_EXPORT DlgRef_1Sel5Spin : public QWidget,
+ public Ui::DlgRef_1Sel5Spin_QTD
+{
+ Q_OBJECT
+
+public:
+ DlgRef_1Sel5Spin( QWidget* = 0, Qt::WindowFlags = 0 );
+ ~DlgRef_1Sel5Spin();
+};
+
+//////////////////////////////////////////
+// DlgRef_1Spin
+//////////////////////////////////////////
+
+#include "ui_DlgRef_1Spin_QTD.h"
+
+class DLGREF_EXPORT DlgRef_1Spin : public QWidget,
+ public Ui::DlgRef_1Spin_QTD
+{
+ Q_OBJECT
+
+public:
+ DlgRef_1Spin( QWidget* = 0, Qt::WindowFlags = 0 );
+ ~DlgRef_1Spin();
+};
+
+//////////////////////////////////////////
+// DlgRef_1Sel
+//////////////////////////////////////////
+
+#include "ui_DlgRef_1Sel_QTD.h"
+
+class DLGREF_EXPORT DlgRef_1Sel : public QWidget,
+ public Ui::DlgRef_1Sel_QTD
+{
+ Q_OBJECT
+
+public:
+ DlgRef_1Sel( QWidget* = 0, Qt::WindowFlags = 0 );
+ ~DlgRef_1Sel();
+};
+
+//////////////////////////////////////////
+// DlgRef_2Sel1List
+//////////////////////////////////////////
+
+#include "ui_DlgRef_2Sel1List_QTD.h"
+
+class DLGREF_EXPORT DlgRef_2Sel1List : public QWidget,
+ public Ui::DlgRef_2Sel1List_QTD
+{
+ Q_OBJECT
+
+public:
+ DlgRef_2Sel1List( QWidget* = 0, Qt::WindowFlags = 0 );
+ ~DlgRef_2Sel1List();
+};
+
+//////////////////////////////////////////
+// DlgRef_2Sel1Spin2Check
+//////////////////////////////////////////
+
+#include "ui_DlgRef_2Sel1Spin2Check_QTD.h"
+
+class DLGREF_EXPORT DlgRef_2Sel1Spin2Check : public QWidget,
+ public Ui::DlgRef_2Sel1Spin2Check_QTD
+{
+ Q_OBJECT
+
+public:
+ DlgRef_2Sel1Spin2Check( QWidget* = 0, Qt::WindowFlags = 0 );
+ ~DlgRef_2Sel1Spin2Check();
+};
+
+//////////////////////////////////////////
+// DlgRef_2Sel1Spin
+//////////////////////////////////////////
+
+#include "ui_DlgRef_2Sel1Spin_QTD.h"
+
+class DLGREF_EXPORT DlgRef_2Sel1Spin : public QWidget,
+ public Ui::DlgRef_2Sel1Spin_QTD
+{
+ Q_OBJECT
+
+public:
+ DlgRef_2Sel1Spin( QWidget* = 0, Qt::WindowFlags = 0 );
+ ~DlgRef_2Sel1Spin();
+};
+
+//////////////////////////////////////////
+// DlgRef_2Sel2Spin1Check
+//////////////////////////////////////////
+
+#include "ui_DlgRef_2Sel2Spin1Check_QTD.h"
+
+class DLGREF_EXPORT DlgRef_2Sel2Spin1Check : public QWidget,
+ public Ui::DlgRef_2Sel2Spin1Check_QTD
+{
+ Q_OBJECT
+
+public:
+ DlgRef_2Sel2Spin1Check( QWidget* = 0, Qt::WindowFlags = 0 );
+ ~DlgRef_2Sel2Spin1Check();
+};
+
+//////////////////////////////////////////
+// DlgRef_2Sel2Spin
+//////////////////////////////////////////
+
+#include "ui_DlgRef_2Sel2Spin_QTD.h"
+
+class DLGREF_EXPORT DlgRef_2Sel2Spin : public QWidget,
+ public Ui::DlgRef_2Sel2Spin_QTD
+{
+ Q_OBJECT
+
+public:
+ DlgRef_2Sel2Spin( QWidget* = 0, Qt::WindowFlags = 0 );
+ ~DlgRef_2Sel2Spin();
+};
+
+//////////////////////////////////////////
+// DlgRef_2Sel3Spin
+//////////////////////////////////////////
+
+#include "ui_DlgRef_2Sel3Spin_QTD.h"
+
+class DLGREF_EXPORT DlgRef_2Sel3Spin : public QWidget,
+ public Ui::DlgRef_2Sel3Spin_QTD
+{
+ Q_OBJECT
+
+public:
+ DlgRef_2Sel3Spin( QWidget* = 0, Qt::WindowFlags = 0 );
+ ~DlgRef_2Sel3Spin();
+};
+
+//////////////////////////////////////////
+// DlgRef_2Sel4Spin1Check
+//////////////////////////////////////////
+
+#include "ui_DlgRef_2Sel4Spin1Check_QTD.h"
+
+class DLGREF_EXPORT DlgRef_2Sel4Spin1Check : public QWidget,
+ public Ui::DlgRef_2Sel4Spin1Check_QTD
+{
+ Q_OBJECT
+
+public:
+ DlgRef_2Sel4Spin1Check( QWidget* = 0, Qt::WindowFlags = 0 );
+ ~DlgRef_2Sel4Spin1Check();
+};
+
+//////////////////////////////////////////
+// DlgRef_2Sel
+//////////////////////////////////////////
+
+#include "ui_DlgRef_2Sel_QTD.h"
+
+class DLGREF_EXPORT DlgRef_2Sel : public QWidget,
+ public Ui::DlgRef_2Sel_QTD
+{
+ Q_OBJECT
+
+public:
+ DlgRef_2Sel( QWidget* = 0, Qt::WindowFlags = 0 );
+ ~DlgRef_2Sel();
+};
+
+//////////////////////////////////////////
+// DlgRef_2Spin
+//////////////////////////////////////////
+
+#include "ui_DlgRef_2Spin_QTD.h"
+
+class DLGREF_EXPORT DlgRef_2Spin : public QWidget,
+ public Ui::DlgRef_2Spin_QTD
+{
+ Q_OBJECT
+
+public:
+ DlgRef_2Spin( QWidget* = 0, Qt::WindowFlags = 0 );
+ ~DlgRef_2Spin();
+};
+
+//////////////////////////////////////////
+// DlgRef_3Check
+//////////////////////////////////////////
+
+#include "ui_DlgRef_3Check_QTD.h"
+
+class DLGREF_EXPORT DlgRef_3Check : public QWidget,
+ public Ui::DlgRef_3Check_QTD
+{
+ Q_OBJECT
+
+public:
+ DlgRef_3Check( QWidget* = 0, Qt::WindowFlags = 0 );
+ ~DlgRef_3Check();
+};
+
+//////////////////////////////////////////
+// DlgRef_3Sel1Check
+//////////////////////////////////////////
+
+#include "ui_DlgRef_3Sel1Check_QTD.h"
+
+class DLGREF_EXPORT DlgRef_3Sel1Check : public QWidget,
+ public Ui::DlgRef_3Sel1Check_QTD
+{
+ Q_OBJECT
+
+public:
+ DlgRef_3Sel1Check( QWidget* = 0, Qt::WindowFlags = 0 );
+ ~DlgRef_3Sel1Check();
+};
+
+//////////////////////////////////////////
+// DlgRef_3Sel1Spin
+//////////////////////////////////////////
+
+#include "ui_DlgRef_3Sel1Spin_QTD.h"
+
+class DLGREF_EXPORT DlgRef_3Sel1Spin : public QWidget,
+ public Ui::DlgRef_3Sel1Spin_QTD
+{
+ Q_OBJECT
+
+public:
+ DlgRef_3Sel1Spin( QWidget* = 0, Qt::WindowFlags = 0 );
+ ~DlgRef_3Sel1Spin();
+};
+
+//////////////////////////////////////////
+// DlgRef_3Sel3Spin1Check
+//////////////////////////////////////////
+
+#include "ui_DlgRef_3Sel3Spin1Check_QTD.h"
+
+class DLGREF_EXPORT DlgRef_3Sel3Spin1Check : public QWidget,
+ public Ui::DlgRef_3Sel3Spin1Check_QTD
+{
+ Q_OBJECT
+
+public:
+ DlgRef_3Sel3Spin1Check( QWidget* = 0, Qt::WindowFlags = 0 );
+ ~DlgRef_3Sel3Spin1Check();
+
+ void ShowRows( int, int, bool = true );
+};
+
+//////////////////////////////////////////
+// DlgRef_3Sel4Spin2Check
+//////////////////////////////////////////
+
+#include "ui_DlgRef_3Sel4Spin2Check_QTD.h"
+
+class DLGREF_EXPORT DlgRef_3Sel4Spin2Check : public QWidget,
+ public Ui::DlgRef_3Sel4Spin2Check_QTD
+{
+ Q_OBJECT
+
+public:
+ DlgRef_3Sel4Spin2Check( QWidget* = 0, Qt::WindowFlags = 0 );
+ ~DlgRef_3Sel4Spin2Check();
+};
+
+//////////////////////////////////////////
+// DlgRef_3Sel
+//////////////////////////////////////////
+
+#include "ui_DlgRef_3Sel_QTD.h"
+
+class DLGREF_EXPORT DlgRef_3Sel : public QWidget,
+ public Ui::DlgRef_3Sel_QTD
+{
+ Q_OBJECT
+
+public:
+ DlgRef_3Sel( QWidget* = 0, Qt::WindowFlags = 0 );
+ ~DlgRef_3Sel();
+};
+
+//////////////////////////////////////////
+// DlgRef_3Spin1Check
+//////////////////////////////////////////
+
+#include "ui_DlgRef_3Spin1Check_QTD.h"
+
+class DLGREF_EXPORT DlgRef_3Spin1Check : public QWidget,
+ public Ui::DlgRef_3Spin1Check_QTD
+{
+ Q_OBJECT
+
+public:
+ DlgRef_3Spin1Check( QWidget* = 0, Qt::WindowFlags = 0 );
+ ~DlgRef_3Spin1Check();
+};
+
+//////////////////////////////////////////
+// DlgRef_3Spin
+//////////////////////////////////////////
+
+#include "ui_DlgRef_3Spin_QTD.h"
+
+class DLGREF_EXPORT DlgRef_3Spin : public QWidget,
+ public Ui::DlgRef_3Spin_QTD
+{
+ Q_OBJECT
+
+public:
+ DlgRef_3Spin( QWidget* = 0, Qt::WindowFlags = 0 );
+ ~DlgRef_3Spin();
+};
+
+//////////////////////////////////////////
+// DlgRef_4Sel1List1Check
+//////////////////////////////////////////
+
+#include "ui_DlgRef_4Sel1List1Check_QTD.h"
+
+class DLGREF_EXPORT DlgRef_4Sel1List1Check : public QWidget,
+ public Ui::DlgRef_4Sel1List1Check_QTD
+{
+ Q_OBJECT
+
+public:
+ DlgRef_4Sel1List1Check( QWidget* = 0, Qt::WindowFlags = 0 );
+ ~DlgRef_4Sel1List1Check();
+};
+
+//////////////////////////////////////////
+// DlgRef_4Sel1List
+//////////////////////////////////////////
+
+#include "ui_DlgRef_4Sel1List_QTD.h"
+
+class DLGREF_EXPORT DlgRef_4Sel1List : public QWidget,
+ public Ui::DlgRef_4Sel1List_QTD
+{
+ Q_OBJECT
+
+public:
+ DlgRef_4Sel1List( QWidget* = 0, Qt::WindowFlags = 0 );
+ ~DlgRef_4Sel1List();
+};
+
+//////////////////////////////////////////
+// DlgRef_4Sel1Spin2Check
+//////////////////////////////////////////
+
+#include "ui_DlgRef_4Sel1Spin2Check_QTD.h"
+
+class DLGREF_EXPORT DlgRef_4Sel1Spin2Check : public QWidget,
+ public Ui::DlgRef_4Sel1Spin2Check_QTD
+{
+ Q_OBJECT
+
+public:
+ DlgRef_4Sel1Spin2Check( QWidget* = 0, Qt::WindowFlags = 0 );
+ ~DlgRef_4Sel1Spin2Check();
+
+ void ShowRows( int, int, bool = true );
+};
+
+//////////////////////////////////////////
+// DlgRef_6Sel
+//////////////////////////////////////////
+
+#include "ui_DlgRef_6Sel_QTD.h"
+
+class DLGREF_EXPORT DlgRef_6Sel : public QWidget,
+ public Ui::DlgRef_6Sel_QTD
+{
+ Q_OBJECT
+
+public:
+ DlgRef_6Sel( QWidget* = 0, Qt::WindowFlags = 0 );
+ ~DlgRef_6Sel();
+};
+
+//////////////////////////////////////////
+// DlgRef_Skeleton
+//////////////////////////////////////////
+
+#include "ui_DlgRef_Skeleton_QTD.h"
+
+class DLGREF_EXPORT DlgRef_Skeleton : public QDialog,
+ public Ui::DlgRef_Skeleton_QTD
+{
+ Q_OBJECT
+
+public:
+ DlgRef_Skeleton( QWidget* = 0, Qt::WindowFlags = 0 );
+ DlgRef_Skeleton( QWidget* = 0, bool modal = false, Qt::WindowFlags = 0 );
+ ~DlgRef_Skeleton();
+};
+
+#endif // GEOM_DLGREF_H
+++ /dev/null
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
-//
-//
-//
-// File : GEOM_DlgRef.hxx
-// Author : Alexander A. BORODIN
-// Module : GEOM
-
-#ifndef _GEOM_DlgRef_HXX_
-#define _GEOM_DlgRef_HXX_
-
-#ifdef WNT
- #if defined DLGREF_EXPORTS
- #if defined WIN32
- #define GEOM_DLGREF_EXPORT __declspec( dllexport )
- #else
- #define GEOM_DLGREF_EXPORT
- #endif
- #else
- #if defined WIN32
- #define GEOM_DLGREF_EXPORT __declspec( dllimport )
- #else
- #define GEOM_DLGREF_EXPORT
- #endif
- #endif
-#else
- #define GEOM_DLGREF_EXPORT
-#endif
-
-#endif
# Sources files
dist_libDlgRef_la_SOURCES = \
- DlgRef_SpinBox.cxx \
- DlgRef_1Sel1Spin.cxx \
- DlgRef_1Sel2Spin.cxx \
- DlgRef_1Sel3Spin.cxx \
- DlgRef_1Sel4Spin.cxx \
- DlgRef_1Sel5Spin.cxx \
- DlgRef_2Sel1Spin.cxx \
- DlgRef_2Sel2Spin.cxx \
- DlgRef_2Sel3Spin.cxx \
- DlgRef_1Sel1Spin1Check.cxx \
- DlgRef_2Sel1Spin2Check.cxx \
- DlgRef_2Sel2Spin1Check.cxx \
- DlgRef_2Sel4Spin1Check.cxx \
- DlgRef_3Sel4Spin2Check.cxx \
- DlgRef_3Sel3Spin1Check.cxx \
- DlgRef_1Spin.cxx \
- DlgRef_2Spin.cxx \
- DlgRef_3Spin.cxx \
- DlgRef_3Spin1Check.cxx \
- DlgRef_3Sel1Spin.cxx \
- DlgRef_4Sel1Spin2Check.cxx
+ GEOM_DlgRef.cxx
+
+# DlgRef_SpinBox.cxx \
+# DlgRef_1Sel1Spin.cxx \
+# DlgRef_1Sel2Spin.cxx \
+# DlgRef_1Sel3Spin.cxx \
+# DlgRef_1Sel4Spin.cxx \
+# DlgRef_1Sel5Spin.cxx \
+# DlgRef_2Sel1Spin.cxx \
+# DlgRef_2Sel2Spin.cxx \
+# DlgRef_2Sel3Spin.cxx \
+# DlgRef_1Sel1Spin1Check.cxx \
+# DlgRef_2Sel1Spin2Check.cxx \
+# DlgRef_2Sel2Spin1Check.cxx \
+# DlgRef_2Sel4Spin1Check.cxx \
+# DlgRef_3Sel4Spin2Check.cxx \
+# DlgRef_3Sel3Spin1Check.cxx \
+# DlgRef_1Spin.cxx \
+# DlgRef_2Spin.cxx \
+# DlgRef_3Spin.cxx \
+# DlgRef_3Spin1Check.cxx \
+# DlgRef_3Sel1Spin.cxx \
+# DlgRef_4Sel1Spin2Check.cxx
MOC_FILES = \
- DlgRef_SpinBox_moc.cxx \
- DlgRef_1Sel1Spin_moc.cxx \
- DlgRef_1Sel2Spin_moc.cxx \
- DlgRef_1Sel3Spin_moc.cxx \
- DlgRef_1Sel4Spin_moc.cxx \
- DlgRef_1Sel5Spin_moc.cxx \
- DlgRef_2Sel1Spin_moc.cxx \
- DlgRef_2Sel2Spin_moc.cxx \
- DlgRef_2Sel3Spin_moc.cxx \
- DlgRef_1Sel1Spin1Check_moc.cxx \
- DlgRef_2Sel1Spin2Check_moc.cxx \
- DlgRef_2Sel2Spin1Check_moc.cxx \
- DlgRef_2Sel4Spin1Check_moc.cxx \
- DlgRef_3Sel4Spin2Check_moc.cxx \
- DlgRef_3Sel3Spin1Check_moc.cxx \
- DlgRef_1Spin_moc.cxx \
- DlgRef_2Spin_moc.cxx \
- DlgRef_3Spin_moc.cxx \
- DlgRef_3Spin1Check_moc.cxx \
- DlgRef_3Sel1Spin_moc.cxx \
- DlgRef_1Sel_Ext_moc.cxx \
- DlgRef_4Sel1Spin2Check_moc.cxx
+ GEOM_DlgRef_moc.cxx
+
+# DlgRef_SpinBox_moc.cxx \
+# DlgRef_1Sel1Spin_moc.cxx \
+# DlgRef_1Sel2Spin_moc.cxx \
+# DlgRef_1Sel3Spin_moc.cxx \
+# DlgRef_1Sel4Spin_moc.cxx \
+# DlgRef_1Sel5Spin_moc.cxx \
+# DlgRef_2Sel1Spin_moc.cxx \
+# DlgRef_2Sel2Spin_moc.cxx \
+# DlgRef_2Sel3Spin_moc.cxx \
+# DlgRef_1Sel1Spin1Check_moc.cxx \
+# DlgRef_2Sel1Spin2Check_moc.cxx \
+# DlgRef_2Sel2Spin1Check_moc.cxx \
+# DlgRef_2Sel4Spin1Check_moc.cxx \
+# DlgRef_3Sel4Spin2Check_moc.cxx \
+# DlgRef_3Sel3Spin1Check_moc.cxx \
+# DlgRef_1Spin_moc.cxx \
+# DlgRef_2Spin_moc.cxx \
+# DlgRef_3Spin_moc.cxx \
+# DlgRef_3Spin1Check_moc.cxx \
+# DlgRef_3Sel1Spin_moc.cxx \
+# DlgRef_1Sel_Ext_moc.cxx \
+# DlgRef_4Sel1Spin2Check_moc.cxx
# header files
salomeinclude_HEADERS = \
- DlgRef_Skeleton_QTD.h \
- DlgRef_1Sel_QTD.h \
- DlgRef_2Sel_QTD.h \
- DlgRef_3Sel_QTD.h \
- DlgRef_1Sel1Check_QTD.h \
- DlgRef_1Sel3Check_QTD.h \
- DlgRef_1Sel1Check1List_QTD.h \
- DlgRef_1Sel1Spin_QTD.h \
- DlgRef_1Sel2Spin_QTD.h \
- DlgRef_1Sel3Spin_QTD.h \
- DlgRef_1Sel4Spin_QTD.h \
- DlgRef_1Sel5Spin_QTD.h \
- DlgRef_2Sel1Spin_QTD.h \
- DlgRef_2Sel2Spin_QTD.h \
- DlgRef_2Sel3Spin_QTD.h \
- DlgRef_1Sel1Spin1Check_QTD.h \
- DlgRef_2Sel1Spin2Check_QTD.h \
- DlgRef_2Sel2Spin1Check_QTD.h \
- DlgRef_2Sel4Spin1Check_QTD.h \
- DlgRef_3Sel4Spin2Check_QTD.h \
- DlgRef_4Sel1List_QTD.h \
- DlgRef_2Sel1List_QTD.h \
- DlgRef_1List1Spin1Btn_QTD.h \
- DlgRef_4Sel1List1Check_QTD.h \
- DlgRef_1Spin_QTD.h \
- DlgRef_2Spin_QTD.h \
- DlgRef_3Spin_QTD.h \
- DlgRef_3Spin1Check_QTD.h \
- DlgRef_3Sel3Spin1Check_QTD.h \
- DlgRef_4Sel1Spin2Check_QTD.h \
- DlgRef_SpinBox.h \
- DlgRef_1Sel1Spin.h \
- DlgRef_1Sel2Spin.h \
- DlgRef_1Sel3Spin.h \
- DlgRef_1Sel4Spin.h \
- DlgRef_1Sel5Spin.h \
- DlgRef_2Sel1Spin.h \
- DlgRef_2Sel2Spin.h \
- DlgRef_2Sel3Spin.h \
- DlgRef_1Sel1Spin1Check.h \
- DlgRef_2Sel1Spin2Check.h \
- DlgRef_2Sel2Spin1Check.h \
- DlgRef_2Sel4Spin1Check.h \
- DlgRef_3Sel4Spin2Check.h \
- DlgRef_3Sel3Spin1Check.h \
- DlgRef_1Spin.h \
- DlgRef_2Spin.h \
- DlgRef_3Spin.h \
- DlgRef_3Spin1Check.h \
- DlgRef_3Sel1Spin.h \
- DlgRef_1Sel_Ext.h \
- DlgRef_3Check_QTD.h \
- DlgRef_6Sel_QTD.h \
- DlgRef_4Sel1Spin2Check.h \
- DlgRef_3Sel1Check_QTD.h \
- GEOM_DlgRef.hxx
+ GEOM_DlgRef.h
+
+# DlgRef_Skeleton_QTD.h \
+# DlgRef_1Sel_QTD.h \
+# DlgRef_2Sel_QTD.h \
+# DlgRef_3Sel_QTD.h \
+# DlgRef_1Sel1Check_QTD.h \
+# DlgRef_1Sel3Check_QTD.h \
+# DlgRef_1Sel1Check1List_QTD.h \
+# DlgRef_1Sel1Spin_QTD.h \
+# DlgRef_1Sel2Spin_QTD.h \
+# DlgRef_1Sel3Spin_QTD.h \
+# DlgRef_1Sel4Spin_QTD.h \
+# DlgRef_1Sel5Spin_QTD.h \
+# DlgRef_2Sel1Spin_QTD.h \
+# DlgRef_2Sel2Spin_QTD.h \
+# DlgRef_2Sel3Spin_QTD.h \
+# DlgRef_1Sel1Spin1Check_QTD.h \
+# DlgRef_2Sel1Spin2Check_QTD.h \
+# DlgRef_2Sel2Spin1Check_QTD.h \
+# DlgRef_2Sel4Spin1Check_QTD.h \
+# DlgRef_3Sel4Spin2Check_QTD.h \
+# DlgRef_4Sel1List_QTD.h \
+# DlgRef_2Sel1List_QTD.h \
+# DlgRef_1List1Spin1Btn_QTD.h \
+# DlgRef_4Sel1List1Check_QTD.h \
+# DlgRef_1Spin_QTD.h \
+# DlgRef_2Spin_QTD.h \
+# DlgRef_3Spin_QTD.h \
+# DlgRef_3Spin1Check_QTD.h \
+# DlgRef_3Sel3Spin1Check_QTD.h \
+# DlgRef_4Sel1Spin2Check_QTD.h \
+# DlgRef_SpinBox.h \
+# DlgRef_1Sel1Spin.h \
+# DlgRef_1Sel2Spin.h \
+# DlgRef_1Sel3Spin.h \
+# DlgRef_1Sel4Spin.h \
+# DlgRef_1Sel5Spin.h \
+# DlgRef_2Sel1Spin.h \
+# DlgRef_2Sel2Spin.h \
+# DlgRef_2Sel3Spin.h \
+# DlgRef_1Sel1Spin1Check.h \
+# DlgRef_2Sel1Spin2Check.h \
+# DlgRef_2Sel2Spin1Check.h \
+# DlgRef_2Sel4Spin1Check.h \
+# DlgRef_3Sel4Spin2Check.h \
+# DlgRef_3Sel3Spin1Check.h \
+# DlgRef_1Spin.h \
+# DlgRef_2Spin.h \
+# DlgRef_3Spin.h \
+# DlgRef_3Spin1Check.h \
+# DlgRef_3Sel1Spin.h \
+# DlgRef_1Sel_Ext.h \
+# DlgRef_3Check_QTD.h \
+# DlgRef_6Sel_QTD.h \
+# DlgRef_4Sel1Spin2Check.h \
+# DlgRef_3Sel1Check_QTD.h \
+# GEOM_DlgRef.hxx
+
+UIC_FILES = \
+ ui_DlgRef_1List1Spin1Btn_QTD.h \
+ ui_DlgRef_1Sel1Check1List_QTD.h \
+ ui_DlgRef_1Sel1Check_QTD.h \
+ ui_DlgRef_1Sel1Spin1Check_QTD.h \
+ ui_DlgRef_1Sel1Spin_QTD.h \
+ ui_DlgRef_1Sel2Spin_QTD.h \
+ ui_DlgRef_1Sel3Check_QTD.h \
+ ui_DlgRef_1Sel3Spin_QTD.h \
+ ui_DlgRef_1Sel4Spin_QTD.h \
+ ui_DlgRef_1Sel5Spin_QTD.h \
+ ui_DlgRef_1Sel_QTD.h \
+ ui_DlgRef_1Spin_QTD.h \
+ ui_DlgRef_2Sel1List_QTD.h \
+ ui_DlgRef_2Sel1Spin2Check_QTD.h \
+ ui_DlgRef_2Sel1Spin_QTD.h \
+ ui_DlgRef_2Sel2Spin1Check_QTD.h \
+ ui_DlgRef_2Sel2Spin_QTD.h \
+ ui_DlgRef_2Sel3Spin_QTD.h \
+ ui_DlgRef_2Sel4Spin1Check_QTD.h \
+ ui_DlgRef_2Sel_QTD.h \
+ ui_DlgRef_2Spin_QTD.h \
+ ui_DlgRef_3Check_QTD.h \
+ ui_DlgRef_3Sel1Check_QTD.h \
+ ui_DlgRef_3Sel1Spin_QTD.h \
+ ui_DlgRef_3Sel3Spin1Check_QTD.h \
+ ui_DlgRef_3Sel4Spin2Check_QTD.h \
+ ui_DlgRef_3Sel_QTD.h \
+ ui_DlgRef_3Spin1Check_QTD.h \
+ ui_DlgRef_3Spin_QTD.h \
+ ui_DlgRef_4Sel1List1Check_QTD.h \
+ ui_DlgRef_4Sel1List_QTD.h \
+ ui_DlgRef_4Sel1Spin2Check_QTD.h \
+ ui_DlgRef_6Sel_QTD.h \
+ ui_DlgRef_Skeleton_QTD.h
-nodist_libDlgRef_la_SOURCES= \
- $(MOC_FILES)
+BUILT_SOURCES = $(UIC_FILES)
-# additionnal information to compil and link file
+nodist_libDlgRef_la_SOURCES = \
+ $(MOC_FILES) \
+ $(UIC_FILES)
+
+# additionnal information to compile and link file
libDlgRef_la_CPPFLAGS = \
- $(QT_INCLUDES) \
- $(KERNEL_CXXFLAGS) \
- $(GUI_CXXFLAGS)
+ $(QT_INCLUDES)
+
+# $(KERNEL_CXXFLAGS) \
+# $(GUI_CXXFLAGS)
libDlgRef_la_LDFLAGS = \
- $(GUI_LDFLAGS) -lqtx \
$(STDLIB) \
$(QT_MT_LIBS)
+
+# $(GUI_LDFLAGS)
+++ /dev/null
-<ui version="4.0" stdsetdef="1" >
- <author></author>
- <comment></comment>
- <exportmacro></exportmacro>
- <class>DlgRef_1List1Spin1Btn_QTD</class>
- <widget class="QWidget" name="DlgRef_1List1Spin1Btn_QTD" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>204</width>
- <height>148</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>DlgRef_3Sel4Spin2Check_QTD</string>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>11</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <widget class="QGroupBox" name="GroupBox1" >
- <property name="title" >
- <string/>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>11</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="3" column="1" >
- <spacer name="Spacer1" >
- <property name="sizeHint" >
- <size>
- <width>0</width>
- <height>23</height>
- </size>
- </property>
- <property name="sizeType" >
- <enum>Expanding</enum>
- </property>
- <property name="orientation" >
- <enum>Vertical</enum>
- </property>
- </spacer>
- </item>
- <item rowspan="4" row="0" column="0" colspan="1" >
- <widget class="QListView" name="ListView1" />
- </item>
- <item row="0" column="1" >
- <widget class="QLabel" name="TextLabel1" >
- <property name="text" >
- <string>TL1</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="1" column="1" >
- <widget class="QSpinBox" name="SpinBox1" />
- </item>
- <item row="2" column="1" >
- <widget class="QPushButton" name="PushButton1" >
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <layoutdefault spacing="6" margin="11" />
- <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
-</ui>
+++ /dev/null
-<ui version="4.0" stdsetdef="1" >
- <author></author>
- <comment></comment>
- <exportmacro></exportmacro>
- <class>DlgRef_1Sel1Check1List_QTD</class>
- <widget class="QWidget" name="DlgRef_1Sel1Check1List_QTD" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>129</width>
- <height>104</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>DlgRef_1Sel1Check1List_QTD</string>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <widget class="QGroupBox" name="GroupBox1" >
- <property name="title" >
- <string/>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>11</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="3" column="2" >
- <spacer name="Spacer5" >
- <property name="sizeHint" >
- <size>
- <width>0</width>
- <height>166</height>
- </size>
- </property>
- <property name="sizeType" >
- <enum>Expanding</enum>
- </property>
- <property name="orientation" >
- <enum>Vertical</enum>
- </property>
- </spacer>
- </item>
- <item rowspan="1" row="2" column="0" colspan="3" >
- <widget class="QRadioButton" name="CheckButton1" >
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item rowspan="1" row="1" column="0" colspan="2" >
- <widget class="QLabel" name="TextLabel2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL2</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="1" column="2" >
- <widget class="QComboBox" name="ComboBox1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- <item row="0" column="2" >
- <widget class="QLineEdit" name="LineEdit1" />
- </item>
- <item row="0" column="0" >
- <widget class="QLabel" name="TextLabel1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL1</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="0" column="1" >
- <widget class="QPushButton" name="PushButton1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <layoutdefault spacing="6" margin="11" />
- <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
-</ui>
+++ /dev/null
-<ui version="4.0" stdsetdef="1" >
- <author></author>
- <comment></comment>
- <exportmacro></exportmacro>
- <class>DlgRef_1Sel1Check_QTD</class>
- <widget class="QWidget" name="DlgRef_1Sel1Check_QTD" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>382</width>
- <height>219</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>DlgRef_1Sel1Check_QTD</string>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <widget class="QGroupBox" name="GroupBox1" >
- <property name="title" >
- <string/>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>11</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <widget class="QLabel" name="TextLabel1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL1</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="0" column="1" >
- <widget class="QPushButton" name="PushButton1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item rowspan="1" row="1" column="0" colspan="3" >
- <widget class="QCheckBox" name="CheckButton1" >
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="2" column="2" >
- <spacer name="Spacer5" >
- <property name="sizeHint" >
- <size>
- <width>0</width>
- <height>16</height>
- </size>
- </property>
- <property name="sizeType" >
- <enum>Expanding</enum>
- </property>
- <property name="orientation" >
- <enum>Vertical</enum>
- </property>
- </spacer>
- </item>
- <item row="0" column="2" >
- <widget class="QLineEdit" name="LineEdit1" />
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <layoutdefault spacing="6" margin="11" />
- <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
- <tabstops>
- <tabstop>PushButton1</tabstop>
- <tabstop>LineEdit1</tabstop>
- <tabstop>CheckButton1</tabstop>
- </tabstops>
-</ui>
+++ /dev/null
-<ui version="4.0" stdsetdef="1" >
- <author></author>
- <comment></comment>
- <exportmacro></exportmacro>
- <class>DlgRef_1Sel1Spin1Check_QTD</class>
- <widget class="QWidget" name="DlgRef_1Sel1Spin1Check_QTD" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>163</width>
- <height>109</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>DlgRef_1Sel1Spin1Check_QTD</string>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <widget class="QGroupBox" name="GroupBox1" >
- <property name="title" >
- <string/>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>11</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item rowspan="1" row="1" column="0" colspan="3" >
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="1" >
- <widget class="QSpinBox" name="SpinBox1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- <item row="0" column="0" >
- <widget class="QLabel" name="TextLabel2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL2</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item row="0" column="0" >
- <widget class="QLabel" name="TextLabel1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL1</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="0" column="2" >
- <widget class="QLineEdit" name="LineEdit1" />
- </item>
- <item row="0" column="1" >
- <widget class="QPushButton" name="PushButton1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item rowspan="1" row="2" column="0" colspan="3" >
- <widget class="QCheckBox" name="CheckButton1" >
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="3" column="2" >
- <spacer name="Spacer5" >
- <property name="sizeHint" >
- <size>
- <width>0</width>
- <height>16</height>
- </size>
- </property>
- <property name="sizeType" >
- <enum>Expanding</enum>
- </property>
- <property name="orientation" >
- <enum>Vertical</enum>
- </property>
- </spacer>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <layoutdefault spacing="6" margin="11" />
- <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
- <tabstops>
- <tabstop>PushButton1</tabstop>
- <tabstop>LineEdit1</tabstop>
- <tabstop>SpinBox1</tabstop>
- <tabstop>CheckButton1</tabstop>
- </tabstops>
-</ui>
+++ /dev/null
-<ui version="4.0" stdsetdef="1" >
- <author></author>
- <comment></comment>
- <exportmacro></exportmacro>
- <class>DlgRef_1Sel1Spin_QTD</class>
- <widget class="QWidget" name="DlgRef_1Sel1Spin_QTD" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>129</width>
- <height>87</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>DlgRef_1Sel1Spin_QTD</string>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <widget class="QGroupBox" name="GroupBox1" >
- <property name="title" >
- <string/>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>11</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="1" >
- <widget class="QPushButton" name="PushButton1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="0" column="0" >
- <widget class="QLabel" name="TextLabel1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL1</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="0" column="2" >
- <widget class="QLineEdit" name="LineEdit1" />
- </item>
- <item rowspan="1" row="1" column="0" colspan="3" >
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <widget class="QLabel" name="TextLabel2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL2</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="0" column="1" >
- <widget class="QSpinBox" name="SpinBox1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item row="2" column="2" >
- <spacer name="Spacer7" >
- <property name="sizeHint" >
- <size>
- <width>0</width>
- <height>16</height>
- </size>
- </property>
- <property name="sizeType" >
- <enum>Expanding</enum>
- </property>
- <property name="orientation" >
- <enum>Vertical</enum>
- </property>
- </spacer>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <layoutdefault spacing="6" margin="11" />
- <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
-</ui>
+++ /dev/null
-<ui version="4.0" stdsetdef="1" >
- <author></author>
- <comment></comment>
- <exportmacro></exportmacro>
- <class>DlgRef_1Sel2Spin_QTD</class>
- <widget class="QWidget" name="DlgRef_1Sel2Spin_QTD" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>129</width>
- <height>115</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>DlgRef_1Sel2Spin_QTD</string>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <widget class="QGroupBox" name="GroupBox1" >
- <property name="title" >
- <string/>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>11</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item rowspan="1" row="1" column="0" colspan="3" >
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="1" column="0" >
- <widget class="QLabel" name="TextLabel3" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL3</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="0" column="1" >
- <widget class="QSpinBox" name="SpinBox1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- <item row="0" column="0" >
- <widget class="QLabel" name="TextLabel2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL2</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="1" column="1" >
- <widget class="QSpinBox" name="SpinBox2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item row="0" column="2" >
- <widget class="QLineEdit" name="LineEdit1" />
- </item>
- <item row="2" column="2" >
- <spacer name="Spacer7" >
- <property name="sizeHint" >
- <size>
- <width>0</width>
- <height>30</height>
- </size>
- </property>
- <property name="sizeType" >
- <enum>Expanding</enum>
- </property>
- <property name="orientation" >
- <enum>Vertical</enum>
- </property>
- </spacer>
- </item>
- <item row="0" column="1" >
- <widget class="QPushButton" name="PushButton1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="0" column="0" >
- <widget class="QLabel" name="TextLabel1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL1</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <layoutdefault spacing="6" margin="11" />
- <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
-</ui>
+++ /dev/null
-<ui version="4.0" stdsetdef="1" >
- <author></author>
- <comment></comment>
- <exportmacro></exportmacro>
- <class>DlgRef_1Sel3Check_QTD</class>
- <widget class="QWidget" name="DlgRef_1Sel3Check_QTD" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>163</width>
- <height>116</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>DlgRef_1Sel3Check_QTD</string>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <widget class="QGroupBox" name="GroupBox1" >
- <property name="title" >
- <string/>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>11</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="4" column="2" >
- <spacer name="Spacer5" >
- <property name="sizeHint" >
- <size>
- <width>0</width>
- <height>16</height>
- </size>
- </property>
- <property name="sizeType" >
- <enum>Expanding</enum>
- </property>
- <property name="orientation" >
- <enum>Vertical</enum>
- </property>
- </spacer>
- </item>
- <item row="0" column="2" >
- <widget class="QLineEdit" name="LineEdit1" />
- </item>
- <item rowspan="1" row="2" column="0" colspan="3" >
- <widget class="QCheckBox" name="CheckButton2" >
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item rowspan="1" row="1" column="0" colspan="3" >
- <widget class="QCheckBox" name="CheckButton1" >
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item rowspan="1" row="3" column="0" colspan="3" >
- <widget class="QCheckBox" name="CheckButton3" >
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="0" column="1" >
- <widget class="QPushButton" name="PushButton1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="0" column="0" >
- <widget class="QLabel" name="TextLabel1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL1</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <layoutdefault spacing="6" margin="11" />
- <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
- <tabstops>
- <tabstop>PushButton1</tabstop>
- <tabstop>LineEdit1</tabstop>
- <tabstop>CheckButton1</tabstop>
- <tabstop>CheckButton2</tabstop>
- <tabstop>CheckButton3</tabstop>
- </tabstops>
-</ui>
+++ /dev/null
-<ui version="4.0" stdsetdef="1" >
- <author></author>
- <comment></comment>
- <exportmacro></exportmacro>
- <class>DlgRef_1Sel3Spin_QTD</class>
- <widget class="QWidget" name="DlgRef_1Sel3Spin_QTD" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>129</width>
- <height>143</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>DlgRef_1Sel3Spin_QTD</string>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <widget class="QGroupBox" name="GroupBox1" >
- <property name="title" >
- <string/>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>11</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <widget class="QLabel" name="TextLabel1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL1</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="0" column="1" >
- <widget class="QPushButton" name="PushButton1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="0" column="2" >
- <widget class="QLineEdit" name="LineEdit1" />
- </item>
- <item row="2" column="2" >
- <spacer name="Spacer6" >
- <property name="sizeHint" >
- <size>
- <width>0</width>
- <height>150</height>
- </size>
- </property>
- <property name="sizeType" >
- <enum>Expanding</enum>
- </property>
- <property name="orientation" >
- <enum>Vertical</enum>
- </property>
- </spacer>
- </item>
- <item rowspan="1" row="1" column="0" colspan="3" >
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="1" column="1" >
- <widget class="QSpinBox" name="SpinBox2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- <item row="1" column="0" >
- <widget class="QLabel" name="TextLabel3" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL3</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="2" column="1" >
- <widget class="QSpinBox" name="SpinBox3" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- <item row="0" column="1" >
- <widget class="QSpinBox" name="SpinBox1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- <item row="2" column="0" >
- <widget class="QLabel" name="TextLabel4" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL4</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="0" column="0" >
- <widget class="QLabel" name="TextLabel2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL2</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <layoutdefault spacing="6" margin="11" />
- <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
-</ui>
+++ /dev/null
-<ui version="4.0" stdsetdef="1" >
- <author></author>
- <comment></comment>
- <exportmacro></exportmacro>
- <class>DlgRef_1Sel4Spin_QTD</class>
- <widget class="QWidget" name="DlgRef_1Sel4Spin_QTD" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>284</width>
- <height>119</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>DlgRef_1Sel4Spin_QTD</string>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <widget class="QGroupBox" name="GroupBox1" >
- <property name="title" >
- <string/>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>11</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="1" column="0" >
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="5" >
- <widget class="QLabel" name="TextLabel5" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL5</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="0" column="1" >
- <widget class="QLabel" name="TextLabel3" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL3</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="0" column="3" >
- <widget class="QLabel" name="TextLabel4" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL4</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="0" column="6" >
- <widget class="QSpinBox" name="SpinBox3" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- <item row="0" column="2" >
- <widget class="QSpinBox" name="SpinBox1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- <item row="0" column="0" >
- <widget class="QLabel" name="TextLabel2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL2</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="0" column="4" >
- <widget class="QSpinBox" name="SpinBox2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item row="3" column="0" >
- <spacer name="Spacer6" >
- <property name="sizeHint" >
- <size>
- <width>0</width>
- <height>16</height>
- </size>
- </property>
- <property name="sizeType" >
- <enum>Expanding</enum>
- </property>
- <property name="orientation" >
- <enum>Vertical</enum>
- </property>
- </spacer>
- </item>
- <item row="2" column="0" >
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <widget class="QLabel" name="TextLabel6" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL6</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="0" column="1" >
- <widget class="QSpinBox" name="SpinBox4" />
- </item>
- </layout>
- </item>
- <item row="0" column="0" >
- <layout class="QHBoxLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item>
- <widget class="QLabel" name="TextLabel1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL1</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="PushButton1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLineEdit" name="LineEdit1" />
- </item>
- </layout>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <layoutdefault spacing="6" margin="11" />
- <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
-</ui>
+++ /dev/null
-<ui version="4.0" stdsetdef="1" >
- <author></author>
- <comment></comment>
- <exportmacro></exportmacro>
- <class>DlgRef_1Sel5Spin_QTD</class>
- <widget class="QWidget" name="DlgRef_1Sel5Spin_QTD" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>162</width>
- <height>143</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>DlgRef_1Sel5Spin_QTD</string>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <widget class="QGroupBox" name="GroupBox1" >
- <property name="title" >
- <string/>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>11</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <widget class="QLabel" name="TextLabel1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL1</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="0" column="1" >
- <widget class="QPushButton" name="PushButton1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item rowspan="1" row="1" column="0" colspan="3" >
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="3" >
- <widget class="QSpinBox" name="SpinBox2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- <item row="2" column="1" >
- <widget class="QSpinBox" name="SpinBox3" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- <item row="1" column="0" >
- <widget class="QLabel" name="TextLabel5" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL5</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="0" column="2" >
- <widget class="QLabel" name="TextLabel3" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL3</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="2" column="0" >
- <widget class="QLabel" name="TextLabel4" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL4</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="1" column="1" >
- <widget class="QSpinBox" name="SpinBox4" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- <item row="0" column="1" >
- <widget class="QSpinBox" name="SpinBox1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- <item row="1" column="2" >
- <widget class="QLabel" name="TextLabel6" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL6</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="0" column="0" >
- <widget class="QLabel" name="TextLabel2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL2</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="1" column="3" >
- <widget class="QSpinBox" name="SpinBox5" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item row="2" column="2" >
- <spacer name="Spacer6" >
- <property name="sizeHint" >
- <size>
- <width>0</width>
- <height>120</height>
- </size>
- </property>
- <property name="sizeType" >
- <enum>Expanding</enum>
- </property>
- <property name="orientation" >
- <enum>Vertical</enum>
- </property>
- </spacer>
- </item>
- <item row="0" column="2" >
- <widget class="QLineEdit" name="LineEdit1" />
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <layoutdefault spacing="6" margin="11" />
- <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
-</ui>
+++ /dev/null
-<ui version="4.0" stdsetdef="1" >
- <author></author>
- <comment></comment>
- <exportmacro></exportmacro>
- <class>DlgRef_1Sel_QTD</class>
- <widget class="QWidget" name="DlgRef_1Sel_QTD" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>129</width>
- <height>57</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>DlgRef_1Sel_QTD</string>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <widget class="QGroupBox" name="GroupBox1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>7</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="title" >
- <string/>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>11</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="1" >
- <widget class="QPushButton" name="PushButton1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="1" column="2" >
- <spacer name="Spacer8" >
- <property name="sizeHint" >
- <size>
- <width>0</width>
- <height>16</height>
- </size>
- </property>
- <property name="sizeType" >
- <enum>Expanding</enum>
- </property>
- <property name="orientation" >
- <enum>Vertical</enum>
- </property>
- </spacer>
- </item>
- <item row="0" column="2" >
- <widget class="QLineEdit" name="LineEdit1" />
- </item>
- <item row="0" column="0" >
- <widget class="QLabel" name="TextLabel1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL1</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <layoutdefault spacing="6" margin="11" />
- <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
-</ui>
+++ /dev/null
-<ui version="4.0" stdsetdef="1" >
- <author></author>
- <comment></comment>
- <exportmacro></exportmacro>
- <class>DlgRef_1Spin_QTD</class>
- <widget class="QWidget" name="DlgRef_1Spin_QTD" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>124</width>
- <height>55</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>DlgRef_1Spin_QTD</string>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <widget class="QGroupBox" name="GroupBox1" >
- <property name="title" >
- <string/>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>11</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="3" column="1" >
- <spacer name="Spacer1" >
- <property name="sizeHint" >
- <size>
- <width>0</width>
- <height>16</height>
- </size>
- </property>
- <property name="sizeType" >
- <enum>Expanding</enum>
- </property>
- <property name="orientation" >
- <enum>Vertical</enum>
- </property>
- </spacer>
- </item>
- <item row="0" column="1" >
- <widget class="QSpinBox" name="SpinBox1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- <item row="0" column="0" >
- <widget class="QLabel" name="TextLabel1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL1</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <layoutdefault spacing="6" margin="11" />
- <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
-</ui>
+++ /dev/null
-<ui version="4.0" stdsetdef="1" >
- <author></author>
- <comment></comment>
- <exportmacro></exportmacro>
- <class>DlgRef_2Sel1List_QTD</class>
- <widget class="QWidget" name="DlgRef_2Sel1List_QTD" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>129</width>
- <height>175</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>DlgRef_2Sel1List_QTD</string>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <widget class="QGroupBox" name="GroupBox1" >
- <property name="title" >
- <string/>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>11</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="1" column="2" >
- <widget class="QLineEdit" name="LineEdit2" />
- </item>
- <item row="0" column="1" >
- <widget class="QPushButton" name="PushButton1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="1" column="1" >
- <widget class="QPushButton" name="PushButton2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="0" column="0" >
- <widget class="QLabel" name="TextLabel1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL1</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="3" column="2" >
- <spacer name="Spacer5" >
- <property name="sizeHint" >
- <size>
- <width>0</width>
- <height>80</height>
- </size>
- </property>
- <property name="sizeType" >
- <enum>Expanding</enum>
- </property>
- <property name="orientation" >
- <enum>Vertical</enum>
- </property>
- </spacer>
- </item>
- <item row="0" column="2" >
- <widget class="QLineEdit" name="LineEdit1" />
- </item>
- <item row="1" column="0" >
- <widget class="QLabel" name="TextLabel2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL2</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="2" column="2" >
- <widget class="QComboBox" name="ComboBox1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- <item rowspan="1" row="2" column="0" colspan="2" >
- <widget class="QLabel" name="TextLabel3" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL3</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <layoutdefault spacing="6" margin="11" />
- <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
-</ui>
+++ /dev/null
-<ui version="4.0" stdsetdef="1" >
- <author></author>
- <comment></comment>
- <exportmacro></exportmacro>
- <class>DlgRef_2Sel1Spin2Check_QTD</class>
- <widget class="QWidget" name="DlgRef_2Sel1Spin2Check_QTD" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>256</width>
- <height>139</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>DlgRef_2Sel1Spin2Check_QTD</string>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <widget class="QGroupBox" name="GroupBox1" >
- <property name="title" >
- <string/>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>11</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="1" column="0" >
- <widget class="QLabel" name="TextLabel2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL2</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="0" column="1" >
- <widget class="QPushButton" name="PushButton1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="2" column="0" >
- <widget class="QLabel" name="TextLabel3" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL3</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="0" column="0" >
- <widget class="QLabel" name="TextLabel1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL1</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="4" column="2" >
- <spacer name="Spacer5" >
- <property name="sizeHint" >
- <size>
- <width>0</width>
- <height>316</height>
- </size>
- </property>
- <property name="sizeType" >
- <enum>Expanding</enum>
- </property>
- <property name="orientation" >
- <enum>Vertical</enum>
- </property>
- </spacer>
- </item>
- <item row="2" column="3" >
- <widget class="QCheckBox" name="CheckButton2" >
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item rowspan="1" row="1" column="2" colspan="2" >
- <widget class="QLineEdit" name="LineEdit2" />
- </item>
- <item row="1" column="1" >
- <widget class="QPushButton" name="PushButton2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item rowspan="1" row="0" column="2" colspan="2" >
- <widget class="QLineEdit" name="LineEdit1" />
- </item>
- <item rowspan="1" row="3" column="0" colspan="4" >
- <widget class="QCheckBox" name="CheckButton1" >
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="2" column="2" >
- <widget class="QSpinBox" name="SpinBox1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <layoutdefault spacing="6" margin="11" />
- <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
- <tabstops>
- <tabstop>PushButton1</tabstop>
- <tabstop>LineEdit1</tabstop>
- <tabstop>PushButton2</tabstop>
- <tabstop>LineEdit2</tabstop>
- <tabstop>SpinBox1</tabstop>
- <tabstop>CheckButton2</tabstop>
- <tabstop>CheckButton1</tabstop>
- </tabstops>
-</ui>
+++ /dev/null
-<ui version="4.0" stdsetdef="1" >
- <author></author>
- <comment></comment>
- <exportmacro></exportmacro>
- <class>DlgRef_2Sel1Spin_QTD</class>
- <widget class="QWidget" name="DlgRef_2Sel1Spin_QTD" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>163</width>
- <height>122</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>DlgRef_2Sel1Spin_QTD</string>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <widget class="QGroupBox" name="GroupBox1" >
- <property name="title" >
- <string/>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>11</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="2" >
- <widget class="QLineEdit" name="LineEdit1" />
- </item>
- <item row="1" column="1" >
- <widget class="QPushButton" name="PushButton2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="0" column="0" >
- <widget class="QLabel" name="TextLabel1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL1</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="1" column="2" >
- <widget class="QLineEdit" name="LineEdit2" />
- </item>
- <item row="0" column="1" >
- <widget class="QPushButton" name="PushButton1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="1" column="0" >
- <widget class="QLabel" name="TextLabel2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="frameShape" >
- <enum>QFrame::NoFrame</enum>
- </property>
- <property name="frameShadow" >
- <enum>QFrame::Plain</enum>
- </property>
- <property name="text" >
- <string>TL2</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item rowspan="1" row="2" column="0" colspan="3" >
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="1" >
- <widget class="QSpinBox" name="SpinBox1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- <item row="0" column="0" >
- <widget class="QLabel" name="TextLabel3" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL3</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item row="3" column="2" >
- <spacer name="Spacer5" >
- <property name="sizeHint" >
- <size>
- <width>0</width>
- <height>16</height>
- </size>
- </property>
- <property name="sizeType" >
- <enum>Expanding</enum>
- </property>
- <property name="orientation" >
- <enum>Vertical</enum>
- </property>
- </spacer>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <layoutdefault spacing="6" margin="11" />
- <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
- <tabstops>
- <tabstop>PushButton1</tabstop>
- <tabstop>LineEdit1</tabstop>
- <tabstop>PushButton2</tabstop>
- <tabstop>LineEdit2</tabstop>
- <tabstop>SpinBox1</tabstop>
- </tabstops>
-</ui>
+++ /dev/null
-<ui version="4.0" stdsetdef="1" >
- <author></author>
- <comment></comment>
- <exportmacro></exportmacro>
- <class>DlgRef_2Sel2Spin1Check_QTD</class>
- <widget class="QWidget" name="DlgRef_2Sel2Spin1Check_QTD" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>163</width>
- <height>170</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>DlgRef_2Sel2Spin1Check_QTD</string>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <widget class="QGroupBox" name="GroupBox1" >
- <property name="title" >
- <string/>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>11</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="1" column="0" >
- <widget class="QLabel" name="TextLabel2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL2</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="0" column="0" >
- <widget class="QLabel" name="TextLabel1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL1</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item rowspan="1" row="2" column="0" colspan="3" >
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="1" >
- <widget class="QSpinBox" name="SpinBox1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- <item row="0" column="0" >
- <widget class="QLabel" name="TextLabel3" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL3</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="1" column="0" >
- <widget class="QLabel" name="TextLabel4" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL4</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="1" column="1" >
- <widget class="QSpinBox" name="SpinBox2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item row="0" column="2" >
- <widget class="QLineEdit" name="LineEdit1" />
- </item>
- <item row="4" column="2" >
- <spacer name="Spacer1" >
- <property name="sizeHint" >
- <size>
- <width>0</width>
- <height>16</height>
- </size>
- </property>
- <property name="sizeType" >
- <enum>Expanding</enum>
- </property>
- <property name="orientation" >
- <enum>Vertical</enum>
- </property>
- </spacer>
- </item>
- <item rowspan="1" row="3" column="0" colspan="3" >
- <widget class="QCheckBox" name="CheckButton1" >
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="1" column="2" >
- <widget class="QLineEdit" name="LineEdit2" />
- </item>
- <item row="1" column="1" >
- <widget class="QPushButton" name="PushButton2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="0" column="1" >
- <widget class="QPushButton" name="PushButton1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <layoutdefault spacing="6" margin="11" />
- <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
- <tabstops>
- <tabstop>PushButton1</tabstop>
- <tabstop>LineEdit1</tabstop>
- <tabstop>PushButton2</tabstop>
- <tabstop>LineEdit2</tabstop>
- <tabstop>SpinBox1</tabstop>
- <tabstop>SpinBox2</tabstop>
- <tabstop>CheckButton1</tabstop>
- </tabstops>
-</ui>
+++ /dev/null
-<ui version="4.0" stdsetdef="1" >
- <author></author>
- <comment></comment>
- <exportmacro></exportmacro>
- <class>DlgRef_2Sel2Spin_QTD</class>
- <widget class="QWidget" name="DlgRef_2Sel2Spin_QTD" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>129</width>
- <height>145</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>DlgRef_2Sel2Spin_QTD</string>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <widget class="QGroupBox" name="GroupBox1" >
- <property name="title" >
- <string/>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>11</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="2" >
- <widget class="QLineEdit" name="LineEdit1" />
- </item>
- <item rowspan="1" row="2" column="0" colspan="3" >
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="1" column="1" >
- <widget class="QSpinBox" name="SpinBox2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- <item row="1" column="0" >
- <widget class="QLabel" name="TextLabel4" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL4</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="0" column="0" >
- <widget class="QLabel" name="TextLabel3" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL3</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="0" column="1" >
- <widget class="QSpinBox" name="SpinBox1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item row="1" column="1" >
- <widget class="QPushButton" name="PushButton2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="1" column="0" >
- <widget class="QLabel" name="TextLabel2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL2</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="3" column="2" >
- <spacer name="Spacer5" >
- <property name="sizeHint" >
- <size>
- <width>0</width>
- <height>20</height>
- </size>
- </property>
- <property name="sizeType" >
- <enum>Expanding</enum>
- </property>
- <property name="orientation" >
- <enum>Vertical</enum>
- </property>
- </spacer>
- </item>
- <item row="0" column="0" >
- <widget class="QLabel" name="TextLabel1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL1</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="0" column="1" >
- <widget class="QPushButton" name="PushButton1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="1" column="2" >
- <widget class="QLineEdit" name="LineEdit2" />
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <layoutdefault spacing="6" margin="11" />
- <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
-</ui>
+++ /dev/null
-<ui version="4.0" stdsetdef="1" >
- <author></author>
- <comment></comment>
- <exportmacro></exportmacro>
- <class>DlgRef_2Sel3Spin_QTD</class>
- <widget class="QWidget" name="DlgRef_2Sel3Spin_QTD" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>129</width>
- <height>173</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>DlgRef_2Sel3Spin_QTD</string>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <widget class="QGroupBox" name="GroupBox1" >
- <property name="title" >
- <string/>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>11</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="2" >
- <widget class="QLineEdit" name="LineEdit1" />
- </item>
- <item row="0" column="0" >
- <widget class="QLabel" name="TextLabel1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL1</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="1" column="0" >
- <widget class="QLabel" name="TextLabel2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL2</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item rowspan="1" row="2" column="0" colspan="3" >
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <widget class="QLabel" name="TextLabel3" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL3</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="1" column="1" >
- <widget class="QSpinBox" name="SpinBox2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- <item row="1" column="0" >
- <widget class="QLabel" name="TextLabel4" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL4</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="2" column="0" >
- <widget class="QLabel" name="TextLabel5" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL4</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="0" column="1" >
- <widget class="QSpinBox" name="SpinBox1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- <item row="2" column="1" >
- <widget class="QSpinBox" name="SpinBox3" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item row="0" column="1" >
- <widget class="QPushButton" name="PushButton1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="3" column="2" >
- <spacer name="Spacer5" >
- <property name="sizeHint" >
- <size>
- <width>0</width>
- <height>20</height>
- </size>
- </property>
- <property name="sizeType" >
- <enum>Expanding</enum>
- </property>
- <property name="orientation" >
- <enum>Vertical</enum>
- </property>
- </spacer>
- </item>
- <item row="1" column="2" >
- <widget class="QLineEdit" name="LineEdit2" />
- </item>
- <item row="1" column="1" >
- <widget class="QPushButton" name="PushButton2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <layoutdefault spacing="6" margin="11" />
- <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
-</ui>
+++ /dev/null
-<ui version="4.0" stdsetdef="1" >
- <author></author>
- <comment></comment>
- <exportmacro></exportmacro>
- <class>DlgRef_2Sel4Spin1Check_QTD</class>
- <widget class="QWidget" name="DlgRef_2Sel4Spin1Check_QTD" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>262</width>
- <height>230</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>DlgRef_2Sel4Spin1Check_QTD</string>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <widget class="QGroupBox" name="GroupBox1" >
- <property name="title" >
- <string/>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>11</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="1" >
- <widget class="QPushButton" name="PushButton1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item rowspan="1" row="3" column="0" colspan="4" >
- <widget class="QCheckBox" name="CheckButton1" >
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item rowspan="1" row="2" column="0" colspan="3" >
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <widget class="QLabel" name="TextLabel3" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL3</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="0" column="1" >
- <widget class="QSpinBox" name="SpinBox1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- <item row="1" column="1" >
- <widget class="QSpinBox" name="SpinBox2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- <item row="1" column="0" >
- <widget class="QLabel" name="TextLabel4" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL4</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item row="1" column="2" >
- <widget class="QLineEdit" name="LineEdit2" />
- </item>
- <item row="0" column="0" >
- <widget class="QLabel" name="TextLabel1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL1</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="0" column="2" >
- <widget class="QLineEdit" name="LineEdit1" />
- </item>
- <item row="5" column="3" >
- <spacer name="Spacer1" >
- <property name="sizeHint" >
- <size>
- <width>0</width>
- <height>16</height>
- </size>
- </property>
- <property name="sizeType" >
- <enum>Expanding</enum>
- </property>
- <property name="orientation" >
- <enum>Vertical</enum>
- </property>
- </spacer>
- </item>
- <item row="1" column="1" >
- <widget class="QPushButton" name="PushButton2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="1" column="0" >
- <widget class="QLabel" name="TextLabel2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL2</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item rowspan="1" row="4" column="0" colspan="3" >
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="1" column="1" >
- <widget class="QSpinBox" name="SpinBox4" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- <item row="0" column="0" >
- <widget class="QLabel" name="TextLabel5" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL5</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="0" column="1" >
- <widget class="QSpinBox" name="SpinBox3" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- <item row="1" column="0" >
- <widget class="QLabel" name="TextLabel6" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL6</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <layoutdefault spacing="6" margin="11" />
- <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
- <tabstops>
- <tabstop>PushButton1</tabstop>
- <tabstop>LineEdit1</tabstop>
- <tabstop>PushButton2</tabstop>
- <tabstop>LineEdit2</tabstop>
- <tabstop>SpinBox1</tabstop>
- <tabstop>SpinBox2</tabstop>
- <tabstop>CheckButton1</tabstop>
- <tabstop>SpinBox3</tabstop>
- <tabstop>SpinBox4</tabstop>
- </tabstops>
-</ui>
+++ /dev/null
-<ui version="4.0" stdsetdef="1" >
- <author></author>
- <comment></comment>
- <exportmacro></exportmacro>
- <class>DlgRef_2Sel_QTD</class>
- <widget class="QWidget" name="DlgRef_2Sel_QTD" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>129</width>
- <height>87</height>
- </rect>
- </property>
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>5</hsizetype>
- <vsizetype>7</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="windowTitle" >
- <string>DlgRef_2Sel_QTD</string>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <widget class="QGroupBox" name="GroupBox1" >
- <property name="title" >
- <string/>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>11</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="1" >
- <widget class="QPushButton" name="PushButton1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="2" column="2" >
- <spacer name="Spacer3" >
- <property name="sizeHint" >
- <size>
- <width>0</width>
- <height>16</height>
- </size>
- </property>
- <property name="sizeType" >
- <enum>Expanding</enum>
- </property>
- <property name="orientation" >
- <enum>Vertical</enum>
- </property>
- </spacer>
- </item>
- <item row="1" column="2" >
- <widget class="QLineEdit" name="LineEdit2" />
- </item>
- <item row="1" column="1" >
- <widget class="QPushButton" name="PushButton2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="0" column="0" >
- <widget class="QLabel" name="TextLabel1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL1</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="1" column="0" >
- <widget class="QLabel" name="TextLabel2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL2</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="0" column="2" >
- <widget class="QLineEdit" name="LineEdit1" />
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <layoutdefault spacing="6" margin="11" />
- <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
-</ui>
+++ /dev/null
-<ui version="4.0" stdsetdef="1" >
- <author></author>
- <comment></comment>
- <exportmacro></exportmacro>
- <class>DlgRef_2Spin_QTD</class>
- <widget class="QWidget" name="DlgRef_2Spin_QTD" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>124</width>
- <height>83</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>DlgRef_2Spin_QTD</string>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <widget class="QGroupBox" name="GroupBox1" >
- <property name="title" >
- <string/>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>11</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="1" column="1" >
- <widget class="QSpinBox" name="SpinBox2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- <item row="3" column="1" >
- <spacer name="Spacer1" >
- <property name="sizeHint" >
- <size>
- <width>0</width>
- <height>16</height>
- </size>
- </property>
- <property name="sizeType" >
- <enum>Expanding</enum>
- </property>
- <property name="orientation" >
- <enum>Vertical</enum>
- </property>
- </spacer>
- </item>
- <item row="0" column="1" >
- <widget class="QSpinBox" name="SpinBox1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- <item row="0" column="0" >
- <widget class="QLabel" name="TextLabel1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL1</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="1" column="0" >
- <widget class="QLabel" name="TextLabel2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL2</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <layoutdefault spacing="6" margin="11" />
- <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
-</ui>
+++ /dev/null
-<ui version="4.0" stdsetdef="1" >
- <author></author>
- <comment></comment>
- <exportmacro></exportmacro>
- <class>DlgRef_3Check_QTD</class>
- <widget class="QWidget" name="DlgRef_3Check_QTD" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>135</width>
- <height>108</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>DlgRef_3Check_QTD</string>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <widget class="QGroupBox" name="GroupBox1" >
- <property name="title" >
- <string/>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>11</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="2" column="0" >
- <widget class="QRadioButton" name="RadioButton3" >
- <property name="text" >
- <string>RadioButton3</string>
- </property>
- </widget>
- </item>
- <item row="0" column="0" >
- <widget class="QRadioButton" name="RadioButton1" >
- <property name="text" >
- <string>RadioButton1</string>
- </property>
- </widget>
- </item>
- <item row="1" column="0" >
- <widget class="QRadioButton" name="RadioButton2" >
- <property name="text" >
- <string>RadioButton2</string>
- </property>
- </widget>
- </item>
- <item row="3" column="0" >
- <spacer name="Spacer1" >
- <property name="sizeHint" >
- <size>
- <width>0</width>
- <height>91</height>
- </size>
- </property>
- <property name="sizeType" >
- <enum>Expanding</enum>
- </property>
- <property name="orientation" >
- <enum>Vertical</enum>
- </property>
- </spacer>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <layoutdefault spacing="6" margin="11" />
- <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
- <tabstops>
- <tabstop>RadioButton1</tabstop>
- <tabstop>RadioButton2</tabstop>
- <tabstop>RadioButton3</tabstop>
- </tabstops>
-</ui>
+++ /dev/null
-<ui version="4.0" stdsetdef="1" >
- <author></author>
- <comment></comment>
- <exportmacro></exportmacro>
- <class>DlgRef_3Sel1Check_QTD</class>
- <widget class="QWidget" name="DlgRef_3Sel1Check_QTD" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>490</width>
- <height>878</height>
- </rect>
- </property>
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>5</hsizetype>
- <vsizetype>5</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="windowTitle" >
- <string>DlgRef_3Sel3Spin1Check_QTD</string>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <widget class="QGroupBox" name="GroupBox1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>5</hsizetype>
- <vsizetype>5</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="title" >
- <string/>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>11</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="1" >
- <widget class="QPushButton" name="PushButton1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="0" column="2" >
- <widget class="QLineEdit" name="LineEdit1" />
- </item>
- <item row="0" column="0" >
- <widget class="QLabel" name="TextLabel1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL1</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="1" column="1" >
- <widget class="QPushButton" name="PushButton2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="1" column="2" >
- <widget class="QLineEdit" name="LineEdit2" />
- </item>
- <item row="1" column="0" >
- <widget class="QLabel" name="TextLabel2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL2</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="2" column="1" >
- <widget class="QPushButton" name="PushButton3" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="2" column="2" >
- <widget class="QLineEdit" name="LineEdit3" />
- </item>
- <item row="2" column="0" >
- <widget class="QLabel" name="TextLabel3" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL3</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item rowspan="1" row="3" column="0" colspan="2" >
- <widget class="QRadioButton" name="radioButton4" >
- <property name="text" >
- <string>radioButton4</string>
- </property>
- </widget>
- </item>
- <item row="4" column="2" >
- <spacer name="Spacer3" >
- <property name="sizeHint" >
- <size>
- <width>16</width>
- <height>721</height>
- </size>
- </property>
- <property name="sizeType" >
- <enum>Expanding</enum>
- </property>
- <property name="orientation" >
- <enum>Vertical</enum>
- </property>
- </spacer>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <layoutdefault spacing="6" margin="11" />
- <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
- <tabstops>
- <tabstop>PushButton1</tabstop>
- <tabstop>LineEdit1</tabstop>
- <tabstop>PushButton2</tabstop>
- <tabstop>LineEdit2</tabstop>
- <tabstop>PushButton3</tabstop>
- <tabstop>LineEdit3</tabstop>
- </tabstops>
-</ui>
+++ /dev/null
-<ui version="4.0" stdsetdef="1" >
- <author></author>
- <comment></comment>
- <exportmacro></exportmacro>
- <class>DlgRef_3Sel3Spin1Check_QTD</class>
- <widget class="QWidget" name="DlgRef_3Sel3Spin1Check_QTD" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>380</width>
- <height>229</height>
- </rect>
- </property>
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>5</hsizetype>
- <vsizetype>5</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="windowTitle" >
- <string>DlgRef_3Sel3Spin1Check_QTD</string>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <widget class="QGroupBox" name="GroupBox1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>5</hsizetype>
- <vsizetype>5</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="title" >
- <string/>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>11</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="4" column="2" >
- <widget class="QSpinBox" name="SpinBox_2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- <item row="2" column="2" >
- <widget class="QLineEdit" name="LineEdit3" />
- </item>
- <item row="5" column="2" >
- <widget class="QSpinBox" name="SpinBox_3" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- <item row="0" column="0" >
- <widget class="QLabel" name="TextLabel1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL1</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="2" column="0" >
- <widget class="QLabel" name="TextLabel3" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL3</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item rowspan="1" row="6" column="0" colspan="2" >
- <widget class="QCheckBox" name="CheckBox1" >
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="0" column="1" >
- <widget class="QPushButton" name="PushButton1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="3" column="0" >
- <widget class="QLabel" name="TextLabel4" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL4</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="1" column="2" >
- <widget class="QLineEdit" name="LineEdit2" />
- </item>
- <item row="2" column="1" >
- <widget class="QPushButton" name="PushButton3" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="5" column="0" >
- <widget class="QLabel" name="TextLabel6" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL6</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="3" column="2" >
- <widget class="QSpinBox" name="SpinBox_1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- <item row="4" column="0" >
- <widget class="QLabel" name="TextLabel5" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL5</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="1" column="0" >
- <widget class="QLabel" name="TextLabel2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL2</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="0" column="2" >
- <widget class="QLineEdit" name="LineEdit1" />
- </item>
- <item row="1" column="1" >
- <widget class="QPushButton" name="PushButton2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="7" column="2" >
- <spacer name="Spacer3" >
- <property name="sizeHint" >
- <size>
- <width>0</width>
- <height>250</height>
- </size>
- </property>
- <property name="sizeType" >
- <enum>Expanding</enum>
- </property>
- <property name="orientation" >
- <enum>Vertical</enum>
- </property>
- </spacer>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <layoutdefault spacing="6" margin="11" />
- <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
- <tabstops>
- <tabstop>PushButton1</tabstop>
- <tabstop>LineEdit1</tabstop>
- <tabstop>PushButton2</tabstop>
- <tabstop>LineEdit2</tabstop>
- <tabstop>PushButton3</tabstop>
- <tabstop>LineEdit3</tabstop>
- <tabstop>SpinBox_1</tabstop>
- <tabstop>SpinBox_2</tabstop>
- <tabstop>SpinBox_3</tabstop>
- <tabstop>CheckBox1</tabstop>
- </tabstops>
-</ui>
+++ /dev/null
-<ui version="4.0" stdsetdef="1" >
- <author></author>
- <comment></comment>
- <exportmacro></exportmacro>
- <class>DlgRef_3Sel4Spin2Check_QTD</class>
- <widget class="QWidget" name="DlgRef_3Sel4Spin2Check_QTD" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>269</width>
- <height>281</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>DlgRef_3Sel4Spin2Check_QTD</string>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <widget class="QGroupBox" name="GroupBox1" >
- <property name="title" >
- <string/>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>11</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item rowspan="1" row="6" column="0" colspan="3" >
- <widget class="QCheckBox" name="CheckButton2" >
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="0" column="2" >
- <widget class="QLineEdit" name="LineEdit1" />
- </item>
- <item row="2" column="0" >
- <widget class="QLabel" name="TextLabel3" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL3</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="1" column="1" >
- <widget class="QPushButton" name="PushButton2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="2" column="2" >
- <widget class="QLineEdit" name="LineEdit3" />
- </item>
- <item row="0" column="1" >
- <widget class="QPushButton" name="PushButton1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item rowspan="1" row="5" column="0" colspan="3" >
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="1" column="1" >
- <widget class="QSpinBox" name="SpinBox4" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- <item row="0" column="1" >
- <widget class="QSpinBox" name="SpinBox3" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- <item row="1" column="0" >
- <widget class="QLabel" name="TextLabel7" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL7</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="0" column="0" >
- <widget class="QLabel" name="TextLabel6" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL6</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item rowspan="1" row="4" column="0" colspan="3" >
- <widget class="QCheckBox" name="CheckButton1" >
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="2" column="1" >
- <widget class="QPushButton" name="PushButton3" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="0" column="0" >
- <widget class="QLabel" name="TextLabel1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL1</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="7" column="2" >
- <spacer name="Spacer1" >
- <property name="sizeHint" >
- <size>
- <width>0</width>
- <height>16</height>
- </size>
- </property>
- <property name="sizeType" >
- <enum>Expanding</enum>
- </property>
- <property name="orientation" >
- <enum>Vertical</enum>
- </property>
- </spacer>
- </item>
- <item row="1" column="2" >
- <widget class="QLineEdit" name="LineEdit2" />
- </item>
- <item rowspan="1" row="3" column="0" colspan="3" >
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="1" column="0" >
- <widget class="QLabel" name="TextLabel5" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL5</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="0" column="0" >
- <widget class="QLabel" name="TextLabel4" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL4</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="0" column="1" >
- <widget class="QSpinBox" name="SpinBox1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- <item row="1" column="1" >
- <widget class="QSpinBox" name="SpinBox2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item row="1" column="0" >
- <widget class="QLabel" name="TextLabel2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL2</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <layoutdefault spacing="6" margin="11" />
- <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
- <tabstops>
- <tabstop>PushButton1</tabstop>
- <tabstop>LineEdit1</tabstop>
- <tabstop>PushButton2</tabstop>
- <tabstop>LineEdit2</tabstop>
- <tabstop>PushButton3</tabstop>
- <tabstop>LineEdit3</tabstop>
- <tabstop>SpinBox1</tabstop>
- <tabstop>SpinBox2</tabstop>
- <tabstop>CheckButton1</tabstop>
- <tabstop>SpinBox3</tabstop>
- <tabstop>SpinBox4</tabstop>
- <tabstop>CheckButton2</tabstop>
- </tabstops>
-</ui>
+++ /dev/null
-<ui version="4.0" stdsetdef="1" >
- <author></author>
- <comment></comment>
- <exportmacro></exportmacro>
- <class>DlgRef_3Sel_QTD</class>
- <widget class="QWidget" name="DlgRef_3Sel_QTD" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>129</width>
- <height>117</height>
- </rect>
- </property>
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>5</hsizetype>
- <vsizetype>7</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="windowTitle" >
- <string>DlgRef_3Sel_QTD</string>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <widget class="QGroupBox" name="GroupBox1" >
- <property name="title" >
- <string/>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>11</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="2" column="2" >
- <widget class="QLineEdit" name="LineEdit3" />
- </item>
- <item row="0" column="1" >
- <widget class="QPushButton" name="PushButton1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="1" column="2" >
- <widget class="QLineEdit" name="LineEdit2" />
- </item>
- <item row="0" column="0" >
- <widget class="QLabel" name="TextLabel1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL1</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="2" column="0" >
- <widget class="QLabel" name="TextLabel3" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL3</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="0" column="2" >
- <widget class="QLineEdit" name="LineEdit1" />
- </item>
- <item row="3" column="2" >
- <spacer name="Spacer3" >
- <property name="sizeHint" >
- <size>
- <width>0</width>
- <height>159</height>
- </size>
- </property>
- <property name="sizeType" >
- <enum>Expanding</enum>
- </property>
- <property name="orientation" >
- <enum>Vertical</enum>
- </property>
- </spacer>
- </item>
- <item row="1" column="0" >
- <widget class="QLabel" name="TextLabel2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL2</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="2" column="1" >
- <widget class="QPushButton" name="PushButton3" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="1" column="1" >
- <widget class="QPushButton" name="PushButton2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <layoutdefault spacing="6" margin="11" />
- <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
-</ui>
+++ /dev/null
-<ui version="4.0" stdsetdef="1" >
- <author></author>
- <comment></comment>
- <exportmacro></exportmacro>
- <class>DlgRef_3Spin1Check_QTD</class>
- <widget class="QWidget" name="DlgRef_3Spin1Check_QTD" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>124</width>
- <height>130</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>DlgRef_3Spin1Check_QTD</string>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <widget class="QGroupBox" name="GroupBox1" >
- <property name="title" >
- <string/>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>11</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item rowspan="1" row="3" column="0" colspan="2" >
- <widget class="QRadioButton" name="CheckBox1" >
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="4" column="1" >
- <spacer name="Spacer1" >
- <property name="sizeHint" >
- <size>
- <width>0</width>
- <height>20</height>
- </size>
- </property>
- <property name="sizeType" >
- <enum>Expanding</enum>
- </property>
- <property name="orientation" >
- <enum>Vertical</enum>
- </property>
- </spacer>
- </item>
- <item row="1" column="1" >
- <widget class="QSpinBox" name="SpinBox2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- <item row="2" column="0" >
- <widget class="QLabel" name="TextLabel3" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL3</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="2" column="1" >
- <widget class="QSpinBox" name="SpinBox3" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- <item row="0" column="1" >
- <widget class="QSpinBox" name="SpinBox1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- <item row="0" column="0" >
- <widget class="QLabel" name="TextLabel1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL1</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="1" column="0" >
- <widget class="QLabel" name="TextLabel2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL2</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <layoutdefault spacing="6" margin="11" />
- <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
-</ui>
+++ /dev/null
-<ui version="4.0" stdsetdef="1" >
- <author></author>
- <comment></comment>
- <exportmacro></exportmacro>
- <class>DlgRef_3Spin_QTD</class>
- <widget class="QWidget" name="DlgRef_3Spin_QTD" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>124</width>
- <height>111</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>DlgRef_3Spin_QTD</string>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <widget class="QGroupBox" name="GroupBox1" >
- <property name="title" >
- <string/>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>11</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="1" column="1" >
- <widget class="QSpinBox" name="SpinBox2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- <item row="3" column="1" >
- <spacer name="Spacer1" >
- <property name="sizeHint" >
- <size>
- <width>0</width>
- <height>16</height>
- </size>
- </property>
- <property name="sizeType" >
- <enum>Expanding</enum>
- </property>
- <property name="orientation" >
- <enum>Vertical</enum>
- </property>
- </spacer>
- </item>
- <item row="2" column="0" >
- <widget class="QLabel" name="TextLabel3" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL3</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="0" column="1" >
- <widget class="QSpinBox" name="SpinBox1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- <item row="2" column="1" >
- <widget class="QSpinBox" name="SpinBox3" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- <item row="0" column="0" >
- <widget class="QLabel" name="TextLabel1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL1</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="1" column="0" >
- <widget class="QLabel" name="TextLabel2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL2</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <layoutdefault spacing="6" margin="11" />
- <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
-</ui>
+++ /dev/null
-<ui version="4.0" stdsetdef="1" >
- <author></author>
- <comment></comment>
- <exportmacro></exportmacro>
- <class>DlgRef_4Sel1List_QTD</class>
- <widget class="QWidget" name="DlgRef_4Sel1List_QTD" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>129</width>
- <height>175</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>DlgRef_4Sel1List_QTD</string>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <widget class="QGroupBox" name="GroupBox1" >
- <property name="title" >
- <string/>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>11</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="1" column="2" >
- <widget class="QLineEdit" name="LineEdit2" />
- </item>
- <item row="4" column="1" >
- <widget class="QPushButton" name="PushButton4" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="0" column="1" >
- <widget class="QPushButton" name="PushButton1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="4" column="2" >
- <widget class="QLineEdit" name="LineEdit4" />
- </item>
- <item row="3" column="1" >
- <widget class="QPushButton" name="PushButton3" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="1" column="1" >
- <widget class="QPushButton" name="PushButton2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="0" column="0" >
- <widget class="QLabel" name="TextLabel1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL1</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="3" column="0" >
- <widget class="QLabel" name="TextLabel4" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL4</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="6" column="2" >
- <spacer name="Spacer5" >
- <property name="sizeHint" >
- <size>
- <width>0</width>
- <height>80</height>
- </size>
- </property>
- <property name="sizeType" >
- <enum>Expanding</enum>
- </property>
- <property name="orientation" >
- <enum>Vertical</enum>
- </property>
- </spacer>
- </item>
- <item row="0" column="2" >
- <widget class="QLineEdit" name="LineEdit1" />
- </item>
- <item row="4" column="0" >
- <widget class="QLabel" name="TextLabel5" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL5</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="3" column="2" >
- <widget class="QLineEdit" name="LineEdit3" />
- </item>
- <item row="1" column="0" >
- <widget class="QLabel" name="TextLabel2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL2</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="2" column="2" >
- <widget class="QComboBox" name="ComboBox1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- <item rowspan="1" row="2" column="0" colspan="2" >
- <widget class="QLabel" name="TextLabel3" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL3</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item rowspan="1" row="5" column="0" colspan="2" >
- <widget class="QCheckBox" name="CheckBox1" >
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="5" column="2" >
- <widget class="QPushButton" name="PushButton5" >
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <layoutdefault spacing="6" margin="11" />
- <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
- <tabstops>
- <tabstop>PushButton1</tabstop>
- <tabstop>LineEdit1</tabstop>
- <tabstop>PushButton2</tabstop>
- <tabstop>LineEdit2</tabstop>
- <tabstop>ComboBox1</tabstop>
- <tabstop>CheckBox1</tabstop>
- <tabstop>PushButton5</tabstop>
- <tabstop>PushButton3</tabstop>
- <tabstop>LineEdit3</tabstop>
- <tabstop>PushButton4</tabstop>
- <tabstop>LineEdit4</tabstop>
- </tabstops>
-</ui>
+++ /dev/null
-<ui version="4.0" stdsetdef="1" >
- <author></author>
- <comment></comment>
- <exportmacro></exportmacro>
- <class>DlgRef_4Sel1List_QTD</class>
- <widget class="QWidget" name="DlgRef_4Sel1List_QTD" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>129</width>
- <height>175</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>DlgRef_4Sel1List_QTD</string>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <widget class="QGroupBox" name="GroupBox1" >
- <property name="title" >
- <string/>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>11</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="1" column="2" >
- <widget class="QLineEdit" name="LineEdit2" />
- </item>
- <item row="4" column="1" >
- <widget class="QPushButton" name="PushButton4" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="0" column="1" >
- <widget class="QPushButton" name="PushButton1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="4" column="2" >
- <widget class="QLineEdit" name="LineEdit4" />
- </item>
- <item row="3" column="1" >
- <widget class="QPushButton" name="PushButton3" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="1" column="1" >
- <widget class="QPushButton" name="PushButton2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="0" column="0" >
- <widget class="QLabel" name="TextLabel1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL1</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="3" column="0" >
- <widget class="QLabel" name="TextLabel4" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL4</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="5" column="2" >
- <spacer name="Spacer5" >
- <property name="sizeHint" >
- <size>
- <width>0</width>
- <height>80</height>
- </size>
- </property>
- <property name="sizeType" >
- <enum>Expanding</enum>
- </property>
- <property name="orientation" >
- <enum>Vertical</enum>
- </property>
- </spacer>
- </item>
- <item row="0" column="2" >
- <widget class="QLineEdit" name="LineEdit1" />
- </item>
- <item row="4" column="0" >
- <widget class="QLabel" name="TextLabel5" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL5</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="3" column="2" >
- <widget class="QLineEdit" name="LineEdit3" />
- </item>
- <item row="1" column="0" >
- <widget class="QLabel" name="TextLabel2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL2</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="2" column="2" >
- <widget class="QComboBox" name="ComboBox1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- <item rowspan="1" row="2" column="0" colspan="2" >
- <widget class="QLabel" name="TextLabel3" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL3</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <layoutdefault spacing="6" margin="11" />
- <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
-</ui>
+++ /dev/null
-<ui version="4.0" stdsetdef="1" >
- <author></author>
- <comment></comment>
- <exportmacro></exportmacro>
- <class>DlgRef_4Sel1Spin2Check_QTD</class>
- <widget class="QWidget" name="DlgRef_4Sel1Spin2Check_QTD" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>261</width>
- <height>198</height>
- </rect>
- </property>
- <property name="windowTitle" >
- <string>DlgRef_4Sel1Spin2Check_QTD</string>
- </property>
- <layout class="QVBoxLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item>
- <widget class="QGroupBox" name="GroupBox1" >
- <property name="title" >
- <string/>
- </property>
- <layout class="QVBoxLayout" >
- <property name="margin" >
- <number>11</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>6</number>
- </property>
- <item row="4" column="3" >
- <widget class="QCheckBox" name="CheckButton2" >
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="1" column="1" >
- <widget class="QPushButton" name="PushButton2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item rowspan="1" row="3" column="2" colspan="2" >
- <widget class="QLineEdit" name="LineEdit5" />
- </item>
- <item row="3" column="0" >
- <widget class="QLabel" name="TextLabel5" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL5</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="0" column="0" >
- <widget class="QLabel" name="TextLabel1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL1</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item rowspan="1" row="0" column="2" colspan="2" >
- <widget class="QLineEdit" name="LineEdit1" />
- </item>
- <item row="4" column="2" >
- <widget class="QSpinBox" name="SpinBox1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
- <item rowspan="1" row="5" column="0" colspan="3" >
- <widget class="QCheckBox" name="CheckButton1" >
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="1" column="0" >
- <widget class="QLabel" name="TextLabel2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL2</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="3" column="1" >
- <widget class="QPushButton" name="PushButton5" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="2" column="1" >
- <widget class="QPushButton" name="PushButton4" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="2" column="0" >
- <widget class="QLabel" name="TextLabel4" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL4</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="0" column="1" >
- <widget class="QPushButton" name="PushButton1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item rowspan="1" row="2" column="2" colspan="2" >
- <widget class="QLineEdit" name="LineEdit4" />
- </item>
- <item rowspan="1" row="1" column="2" colspan="2" >
- <widget class="QLineEdit" name="LineEdit2" />
- </item>
- <item row="4" column="0" >
- <widget class="QLabel" name="TextLabel3" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL3</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <layoutdefault spacing="6" margin="11" />
- <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
- <tabstops>
- <tabstop>PushButton1</tabstop>
- <tabstop>LineEdit1</tabstop>
- <tabstop>PushButton2</tabstop>
- <tabstop>LineEdit2</tabstop>
- <tabstop>SpinBox1</tabstop>
- <tabstop>CheckButton2</tabstop>
- </tabstops>
-</ui>
+++ /dev/null
-<ui version="4.0" stdsetdef="1" >
- <author></author>
- <comment></comment>
- <exportmacro></exportmacro>
- <class>DlgRef_6Sel_QTD</class>
- <widget class="QWidget" name="DlgRef_6Sel_QTD" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>235</width>
- <height>196</height>
- </rect>
- </property>
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>5</hsizetype>
- <vsizetype>7</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="windowTitle" >
- <string>DlgRef_6Sel_QTD</string>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <widget class="QGroupBox" name="GroupBox1" >
- <property name="title" >
- <string/>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>11</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <widget class="QLabel" name="TextLabel1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL1</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="1" column="0" >
- <widget class="QLabel" name="TextLabel2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL2</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="2" column="0" >
- <widget class="QLabel" name="TextLabel3" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL3</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="3" column="0" >
- <widget class="QLabel" name="TextLabel4" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL4</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="4" column="0" >
- <widget class="QLabel" name="TextLabel5" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL5</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="5" column="0" >
- <widget class="QLabel" name="TextLabel6" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string>TL6</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- <item row="0" column="1" >
- <widget class="QPushButton" name="PushButton1" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="1" column="1" >
- <widget class="QPushButton" name="PushButton2" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="2" column="1" >
- <widget class="QPushButton" name="PushButton3" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="3" column="1" >
- <widget class="QPushButton" name="PushButton4" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="4" column="1" >
- <widget class="QPushButton" name="PushButton5" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="5" column="1" >
- <widget class="QPushButton" name="PushButton6" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="0" column="2" >
- <widget class="QLineEdit" name="LineEdit1" />
- </item>
- <item row="1" column="2" >
- <widget class="QLineEdit" name="LineEdit2" />
- </item>
- <item row="2" column="2" >
- <widget class="QLineEdit" name="LineEdit3" />
- </item>
- <item row="3" column="2" >
- <widget class="QLineEdit" name="LineEdit4" />
- </item>
- <item row="4" column="2" >
- <widget class="QLineEdit" name="LineEdit5" />
- </item>
- <item row="5" column="2" >
- <widget class="QLineEdit" name="LineEdit6" />
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </widget>
- <layoutdefault spacing="6" margin="11" />
- <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
-</ui>
+++ /dev/null
-<ui version="4.0" stdsetdef="1" >
- <author></author>
- <comment></comment>
- <exportmacro></exportmacro>
- <class>DlgRef_Skeleton_QTD</class>
- <widget class="QDialog" name="DlgRef_Skeleton_QTD" >
- <property name="geometry" >
- <rect>
- <x>0</x>
- <y>0</y>
- <width>307</width>
- <height>378</height>
- </rect>
- </property>
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>5</hsizetype>
- <vsizetype>7</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="windowTitle" >
- <string>DlgRef_Skeleton_QTD</string>
- </property>
- <property name="sizeGripEnabled" >
- <bool>true</bool>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>11</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="2" column="0" >
- <widget class="QGroupBox" name="GroupMedium" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>7</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="title" >
- <string/>
- </property>
- </widget>
- </item>
- <item row="3" column="0" >
- <widget class="QGroupBox" name="GroupButtons" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="title" >
- <string/>
- </property>
- <layout class="QHBoxLayout" >
- <property name="margin" >
- <number>11</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item>
- <layout class="QHBoxLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item>
- <widget class="QPushButton" name="buttonOk" >
- <property name="text" >
- <string>&Ok</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="buttonApply" >
- <property name="text" >
- <string>&Apply</string>
- </property>
- </widget>
- </item>
- <item>
- <spacer name="Spacer1" >
- <property name="sizeHint" >
- <size>
- <width>91</width>
- <height>0</height>
- </size>
- </property>
- <property name="sizeType" >
- <enum>Expanding</enum>
- </property>
- <property name="orientation" >
- <enum>Horizontal</enum>
- </property>
- </spacer>
- </item>
- <item>
- <widget class="QPushButton" name="buttonCancel" >
- <property name="text" >
- <string>&Cancel</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="buttonHelp" >
- <property name="text" >
- <string>&Help</string>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- </item>
- <item row="0" column="0" >
- <widget class="QGroupBox" name="GroupConstructors" >
- <property name="sizePolicy" >
- <sizepolicy>
- <hsizetype>5</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="title" >
- <string/>
- </property>
- <layout class="QHBoxLayout" >
- <property name="margin" >
- <number>11</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item>
- <layout class="QHBoxLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item>
- <widget class="QRadioButton" name="RadioButton1" >
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QRadioButton" name="RadioButton2" >
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QRadioButton" name="RadioButton3" >
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QRadioButton" name="RadioButton4" >
- <property name="text" >
- <string/>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- </item>
- <item row="1" column="0" >
- <widget class="QGroupBox" name="GroupBoxName" >
- <property name="title" >
- <string>Result name</string>
- </property>
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>11</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="0" >
- <layout class="QGridLayout" >
- <property name="margin" >
- <number>0</number>
- </property>
- <property name="spacing" >
- <number>6</number>
- </property>
- <item row="0" column="1" >
- <widget class="QLineEdit" name="ResultName" />
- </item>
- <item row="0" column="0" >
- <widget class="QLabel" name="NameLabel" >
- <property name="text" >
- <string>Name</string>
- </property>
- <property name="wordWrap" >
- <bool>false</bool>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- <layoutdefault spacing="6" margin="11" />
- <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
-</ui>
+++ /dev/null
-# Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-#
-# This library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License.
-#
-# This library is distributed in the hope that it will be useful
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-#// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-#
-#!/bin/sh
-
-#uic -o ../DlgRef_Skeleton_QTD.h DlgRef_Skeleton_QTD.ui
-
-#uic -o ../DlgRef_1List1Spin1Btn_QTD.h DlgRef_1List1Spin1Btn_QTD.ui
-
-#uic -o ../DlgRef_1Sel_QTD.h DlgRef_1Sel_QTD.ui
-
-#uic -o ../DlgRef_1Sel1Spin_QTD.h DlgRef_1Sel1Spin_QTD.ui
-
-#uic -o ../DlgRef_1Sel1Spin1Check_QTD.h DlgRef_1Sel1Spin1Check_QTD.ui
-
-#uic -o ../DlgRef_1Sel2Spin_QTD.h DlgRef_1Sel2Spin_QTD.ui
-
-#uic -o ../DlgRef_1Sel3Spin_QTD.h DlgRef_1Sel3Spin_QTD.ui
-
-#uic -o ../DlgRef_1Sel4Spin_QTD.h DlgRef_1Sel4Spin_QTD.ui
-
-#uic -o ../DlgRef_1Sel5Spin_QTD.h DlgRef_1Sel5Spin_QTD.ui
-
-#uic -o ../DlgRef_1Sel1Check_QTD.h DlgRef_1Sel1Check_QTD.ui
-
-#uic -o ../DlgRef_1Sel3Check_QTD.h DlgRef_1Sel3Check_QTD.ui
-
-#uic -o ../DlgRef_1Sel1Check1List_QTD.h DlgRef_1Sel1Check1List_QTD.ui
-
-#uic -o ../DlgRef_2Sel_QTD.h DlgRef_2Sel_QTD.ui
-
-#uic -o ../DlgRef_2Sel1List_QTD.h DlgRef_2Sel1List_QTD.ui
-
-#uic -o ../DlgRef_2Sel1Spin_QTD.h DlgRef_2Sel1Spin_QTD.ui
-
-#uic -o ../DlgRef_2Sel1Spin2Check_QTD.h DlgRef_2Sel1Spin2Check_QTD.ui
-
-#uic -o ../DlgRef_2Sel2Spin_QTD.h DlgRef_2Sel2Spin_QTD.ui
-
-#uic -o ../DlgRef_2Sel2Spin1Check_QTD.h DlgRef_2Sel2Spin1Check_QTD.ui
-
-#uic -o ../DlgRef_2Sel3Spin_QTD.h DlgRef_2Sel3Spin_QTD.ui
-
-#uic -o ../DlgRef_2Sel4Spin1Check_QTD.h DlgRef_2Sel4Spin1Check_QTD.ui
-
-#uic -o ../DlgRef_4Sel1List_QTD.h DlgRef_4Sel1List_QTD.ui
-
-#uic -o ../DlgRef_4Sel1List1Check_QTD.h DlgRef_4Sel1List1Check_QTD.ui
-
-#uic -o ../DlgRef_3Sel_QTD.h DlgRef_3Sel_QTD.ui
-
-#uic -o ../DlgRef_3Sel1Check_QTD.h DlgRef_3Sel1Check_QTD.ui
-
-#uic -o ../DlgRef_3Sel4Spin2Check_QTD.h DlgRef_3Sel4Spin2Check_QTD.ui
-
-#uic -o ../DlgRef_1Spin_QTD.h DlgRef_1Spin_QTD.ui
-
-#uic -o ../DlgRef_2Spin_QTD.h DlgRef_2Spin_QTD.ui
-
-#uic -o ../DlgRef_3Spin_QTD.h DlgRef_3Spin_QTD.ui
-
-#uic -o ../DlgRef_3Spin1Check_QTD.h DlgRef_3Spin1Check_QTD.ui
-
-#uic -o ../DlgRef_3Sel3Spin1Check_QTD.h DlgRef_3Sel3Spin1Check_QTD.ui
-
-#uic -o ../DlgRef_6Sel_QTD.h DlgRef_6Sel_QTD.ui
-
-#uic -o ../DlgRef_3Check_QTD.h DlgRef_3Check_QTD.ui
-
-#uic -o ../DlgRef_4Sel1Spin2Check_QTD.h DlgRef_4Sel1Spin2Check_QTD.ui
-// GEOM GEOMGUI : GUI for Geometry component
+// GEOM GEOMGUI : GUI for Geometry component
//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
+// File : GEOMBase.cxx
+// Author : Damien COQUERET, Open CASCADE S.A.S.
//
-//
-// File : GEOMBase.cxx
-// Author : Damien COQUERET
-// Module : GEOM
-// $Header$
#include "GEOMBase.h"
-#include "GeometryGUI.h"
+
#include "GEOMBase_aParameterDlg.h"
-#include "GEOM_Client.hxx"
+#include <GeometryGUI.h>
+#include <GEOM_Client.hxx>
//// SALOME Includes
-#include "GEOM_Actor.h"
-#include "SVTK_ViewModel.h"
-#include "SVTK_ViewWindow.h"
-#include "OCCViewer_ViewPort3d.h"
-#include "OCCViewer_ViewModel.h"
-#include "OCCViewer_ViewWindow.h"
-
-#include "SALOME_ListIO.hxx"
-#include "SALOME_ListIteratorOfListIO.hxx"
-
-#include "SUIT_Desktop.h"
-#include "SUIT_Session.h"
-#include "SUIT_ViewManager.h"
-#include "SUIT_ViewWindow.h"
-#include "SUIT_MessageBox.h"
-#include "SalomeApp_Application.h"
-#include "SalomeApp_Study.h"
+#include <GEOM_Actor.h>
+#include <SVTK_ViewModel.h>
+#include <SVTK_ViewWindow.h>
+#include <OCCViewer_ViewPort3d.h>
+#include <OCCViewer_ViewModel.h>
+#include <OCCViewer_ViewWindow.h>
+
+#include <SALOME_ListIO.hxx>
+#include <SALOME_ListIteratorOfListIO.hxx>
+
+#include <SUIT_Desktop.h>
+#include <SUIT_Session.h>
+#include <SUIT_ViewManager.h>
+#include <SUIT_ViewWindow.h>
+#include <SUIT_MessageBox.h>
+#include <SalomeApp_Application.h>
+#include <SalomeApp_Study.h>
// // Open CASCADE Includes
#include <BRep_Tool.hxx>
-// GEOM GEOMGUI : GUI for Geometry component
+// GEOM GEOMGUI : GUI for Geometry component
//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
+// File : GEOMBase.h
+// Author : Damien COQUERET
//
-//
-// File : GEOMBase.h
-// Author : Damien COQUERET
-// Module : GEOM
#ifndef GEOMBASE_H
#define GEOMBASE_H
#include "GEOM_GEOMBase.hxx"
// SALOME Includes
-#include "GEOM_AISShape.hxx"
+#include <GEOM_AISShape.hxx>
// IDL Headers
#include <SALOMEconfig.h>
static bool IsShape(GEOM::GEOM_Object_ptr theObj);
};
-#endif
+#endif // GEOMBASE_H
-// GEOM GEOMGUI : GUI for Geometry component
+// GEOM GEOMGUI : GUI for Geometry component
//
-// Copyright (C) 2004 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+// Copyright (C) 2004 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
+// File : GEOMBase_Helper.cxx
+// Author : Sergey ANIKIN, Open CASCADE S.A.S. (sergey.anikin@opencascade.com)
//
-//
-// File : GEOMBase_Helper.cxx
-// Author : Sergey ANIKIN
-// Module : GEOM
-// $Header$
-
-#include <SUIT_ViewModel.h>
#include "GEOMBase_Helper.h"
#include "GEOMBase.h"
#include "GEOM_Operation.h"
-#include "GeometryGUI.h"
+
+#include <GeometryGUI.h>
#include <SUIT_Desktop.h>
#include <SUIT_Session.h>
#include <SUIT_ViewManager.h>
#include <SUIT_ViewWindow.h>
+#include <SUIT_ViewModel.h>
#include <SUIT_MessageBox.h>
#include <SUIT_OverrideCursor.h>
#include <LightApp_DataOwner.h>
#include <SalomeApp_Tools.h>
-#include "SALOME_Prs.h"
+#include <SALOME_Prs.h>
#include <OCCViewer_ViewModel.h>
#include <SVTK_ViewModel.h>
return true;
}
-
-
-
-
-
-// GEOM GEOMGUI : GUI for Geometry component
+// GEOM GEOMGUI : GUI for Geometry component
//
-// Copyright (C) 2004 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+// Copyright (C) 2004 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
+// File : GEOMBase_Helper.h
+// Author : Sergey ANIKIN, Open CASCADE S.A.S. (sergey.anikin@opencascade.com)
//
-//
-// File : GEOMBase_Helper.h
-// Author : Sergey ANIKIN
-// Module : GEOM
-// $Header$
#ifndef GEOMBASE_HELPER_H
#define GEOMBASE_HELPER_H
#include "GEOM_GEOMBase.hxx"
-#include "GEOM_Displayer.h"
-#include "SALOME_ListIO.hxx"
+#include <GEOM_Displayer.h>
+#include <SALOME_ListIO.hxx>
#include <SALOMEconfig.h>
#include CORBA_CLIENT_HEADER(GEOM_Gen)
};
-#endif
+#endif // GEOMBASE_HELPER_H
-// GEOM GEOMGUI : GUI for Geometry component
+// GEOM GEOMGUI : GUI for Geometry component
//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
+// File : GEOMBase_Skeleton.cxx
+// Author : Damien COQUERET, Open CASCADE S.A.S.
//
-//
-// File : GEOMBase_Skeleton.cxx
-// Author : Damien COQUERET
-// Module : GEOM
-// $Header$
#include "GEOMBase_Skeleton.h"
#include "GEOMBase.h"
-#include "GeometryGUI.h"
+#include <GeometryGUI.h>
-#include "SalomeApp_Application.h"
-#include "LightApp_Application.h"
-#include "LightApp_SelectionMgr.h"
-#include "SUIT_Desktop.h"
-#include "SUIT_ResourceMgr.h"
-#include "SUIT_Session.h"
-#include "SUIT_MessageBox.h"
+#include <SalomeApp_Application.h>
+#include <LightApp_Application.h>
+#include <LightApp_SelectionMgr.h>
+#include <SUIT_Desktop.h>
+#include <SUIT_ResourceMgr.h>
+#include <SUIT_Session.h>
+#include <SUIT_MessageBox.h>
#include <QKeyEvent>
-// GEOM GEOMGUI : GUI for Geometry component
+// GEOM GEOMGUI : GUI for Geometry component
//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
+// File : GEOMBase_Skeleton.h
+// Author : Damine COQUERET, Open CASCADE S.A.S.
//
-//
-// File : GEOMBase_Skeleton.h
-// Author : Damine COQUERET
-// Module : GEOM
#ifndef GEOMBASE_SKELETON_H
#define GEOMBASE_SKELETON_H
#include "GEOM_GEOMBase.hxx"
-
-#include "DlgRef_Skeleton_QTD.h"
#include "GEOMBase_Helper.h"
+#include <GEOM_DlgRef.h>
+
class GeometryGUI;
class GEOMBASE_EXPORT GEOMBase_Skeleton : public QDialog, public Ui::DlgRef_Skeleton_QTD, public GEOMBase_Helper
-// GEOM GEOMGUI : GUI for Geometry component
+// GEOM GEOMGUI : GUI for Geometry component
//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
+// File : GEOMBase_aParameterDlg.cxx
+// Author : Lucien PIGNOLONI
//
-//
-// File : GEOMBase_aParameterDlg.cxx
-// Author : Lucien PIGNOLONI
-// Module : GEOM
-// $Header$
#include "GEOMBase_aParameterDlg.h"
-#include "QtxDoubleSpinBox.h"
+#include <QtxDoubleSpinBox.h>
#include <QGroupBox>
#include <QLabel>
-// GEOM GEOMGUI : GUI for Geometry component
+// GEOM GEOMGUI : GUI for Geometry component
//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
+// File : GEOMBase_aParameterDlg.h
+// Author : Lucien PIGNOLONI
//
-//
-// File : GEOMBase_aParameterDlg.h
-// Author : Lucien PIGNOLONI
-// Module : GEOM
-// $Header$
-#ifndef GEOMBase_aParameterDLG_H
-#define GEOMBase_aParameterDLG_H
+#ifndef GEOMBASE_APARAMETERDLG_H
+#define GEOMBASE_APARAMETERDLG_H
#include "GEOM_GEOMBase.hxx"
};
-#endif // GEOMBase_aParameterDlg.h
+#endif // GEOMBASE_APARAMETERDLG_H
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
//
+// File : GEOM_GEOMBase.hxx
+// Author : Alexander BORODIN, Open CASCADE S.A.S. (alexander.borodin@opencascade.com)
//
-//
-// File : GEOM_GEOMBase.hxx
-// Author : Alexander A. BORODIN
-// Module : GEOM
-#ifndef _GEOM_GEOMBase_HXX_
-#define _GEOM_GEOMBase_HXX_
+#ifndef GEOM_GEOMBASE_HXX
+#define GEOM_GEOMBASE_HXX
-#ifdef WNT
- #if defined GEOMBASE_EXPORTS
- #if defined WIN32
- #define GEOMBASE_EXPORT __declspec( dllexport )
- #else
- #define GEOMBASE_EXPORT
- #endif
- #else
- #if defined WIN32
- #define GEOMBASE_EXPORT __declspec( dllimport )
- #else
- #define GEOMBASE_EXPORT
- #endif
- #endif
+#if defined WIN32
+# if defined GEOMBASE_EXPORTS
+# define GEOMBASE_EXPORT __declspec( dllexport )
+# else
+# define GEOMBASE_EXPORT __declspec( dllimport )
+# endif
#else
- #define GEOMBASE_EXPORT
+# define GEOMBASE_EXPORT
#endif
-#endif
+#endif // GEOM_GEOMBASE_HXX
-// GEOM GEOMGUI : GUI for Geometry component
+// GEOM GEOMGUI : GUI for Geometry component
//
-// Copyright (C) 2004 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+// Copyright (C) 2004 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
+// File : GEOM_Operation.cxx
+// Author : Sergey ANIKIN, Open CASCADE S.A.S. (sergey.anikin@opencascade.com)
//
-//
-// File : GEOM_Operation.cxx
-// Author : Sergey ANIKIN
-// Module : GEOM
-// $Header$
#include "GEOM_Operation.h"
-#include "SUIT_Application.h"
-#include "SalomeApp_Tools.h"
+#include <SUIT_Application.h>
+#include <SalomeApp_Tools.h>
//================================================================
-// GEOM GEOMGUI : GUI for Geometry component
+// GEOM GEOMGUI : GUI for Geometry component
//
-// Copyright (C) 2004 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+// Copyright (C) 2004 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
+// File : GEOM_Operation.h
+// Author : Sergey ANIKIN, Open CASCADE S.A.S. (sergey.anikin@opencascade.com)
//
-//
-// File : GEOM_Operation.h
-// Author : Sergey ANIKIN
-// Module : GEOM
-// $Header$
#ifndef GEOM_OPERATION_H
#define GEOM_OPERATION_H
#include "GEOM_GEOMBase.hxx"
-#include "SUIT_Operation.h"
+#include <SUIT_Operation.h>
#include <SALOMEconfig.h>
#include CORBA_CLIENT_HEADER(GEOM_Gen)
GEOM::GEOM_IOperations_var myIOperation;
};
-#endif
+#endif // GEOM_OPERATION_H
-I$(srcdir)/../GEOMImpl \
-I$(srcdir)/../GEOMGUI \
-I$(srcdir)/../DlgRef \
+ -I$(top_builddir)/src/DlgRef \
-I$(top_builddir)/idl \
-I$(top_builddir)/salome_adm/unix
-// GEOM GEOMGUI : GUI for Geometry component
+// GEOM GEOMGUI : GUI for Geometry component
//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
-//
-//
-// File : GEOMGUI.cxx
-// Author : Vadim SANDLER
-// Module : GEOM
-// $Header$
+// File : GEOMGUI.cxx
+// Author : Vadim SANDLER, Open CASCADE S.A.S. (vadim.sandler@opencascade.com)
+//
#include "GEOMGUI.h"
-
-#include "SUIT_Desktop.h"
-#include "SUIT_ViewWindow.h"
-
#include "GeometryGUI.h"
+#include <SUIT_Desktop.h>
+#include <SUIT_ViewWindow.h>
+
//=================================================================================
// class : GEOMGUI::GEOMGUI
// purpose : Constructor
-// GEOM GEOMGUI : GUI for Geometry component
+// GEOM GEOMGUI : GUI for Geometry component
//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
+// File : GEOMGUI.h
+// Author : Vadim SANDLER, Open CASCADE S.A.S. (vadim.sandler@opencascade.com)
//
-//
-// File : GEOMGUI.h
-// Author : Vadim SANDLER
-// Module : GEOM
-// $Header$
-#if !defined( __GEOMGUI_H )
-#define __GEOMGUI_H
+#ifndef GEOMGUI_H
+#define GEOMGUI_H
#include "GEOM_GEOMGUI.hxx"
GeometryGUI* myGeometryGUI;
};
-#endif // __GEOMGUI_H
+#endif // GEOMGUI_H
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
+// File : GEOMGUI_OCCSelector.cxx
+// Author : Alexander SOLOVYOV, Open CASCADE S.A.S. (alexander.solovyov@opencascade.com)
+//
+
#include "GEOMGUI_OCCSelector.h"
#include <LightApp_DataSubOwner.h>
+// GEOM GEOMGUI : GUI for Geometry component
+//
// Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
//
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
+// File : GEOMGUI_OCCSelector.h
+// Author : Alexander SOLOVYOV, Open CASCADE S.A.S. (alexander.solovyov@opencascade.com)
+//
+
#ifndef GEOMGUI_OCCSELECTOR_H
#define GEOMGUI_OCCSELECTOR_H
};
-#endif
+#endif // GEOMGUI_OCCSELECTOR_H
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
+// File : GEOMGUI_Selection.cxx
+// Author : Alexander SOLOVYOV, Open CASCADE S.A.S. (alexander.solovyov@opencascade.com)
+//
+
#include "GEOMGUI_Selection.h"
#include "GeometryGUI.h"
#include <OCCViewer_ViewModel.h>
#include <SVTK_ViewModel.h>
-#include "GEOMImpl_Types.hxx"
+#include <GEOMImpl_Types.hxx>
// OCCT Includes
#include <AIS.hxx>
#include <vtkActorCollection.h>
GEOMGUI_Selection::GEOMGUI_Selection( const QString& client, LightApp_SelectionMgr* mgr )
- :LightApp_Selection( client, mgr )
+: LightApp_Selection( client, mgr )
{
}
-// GEOMGUI_Selection
+// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
+// File : GEOMGUI_Selection.h
+// Author : Alexander SOLOVYOV, Open CASCADE S.A.S. (alexander.solovyov@opencascade.com)
//
-//
-// File : GEOMGUI_Selection.h
-// Author : Alexander SOLOVYOV
-// Module : GUI
-// $Header$
-#ifndef GEOMGUI_SELECTION_HeaderFile
-#define GEOMGUI_SELECTION_HeaderFile
+#ifndef GEOMGUI_SELECTION_H
+#define GEOMGUI_SELECTION_H
#include "GEOM_GEOMGUI.hxx"
GEOM::GEOM_Object_ptr getObject( const int ) const;
};
-#endif
+#endif // GEOMGUI_SELECTION_H
-// GEOM GEOMGUI : GUI for Geometry component
+// GEOM GEOMGUI : GUI for Geometry component
//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
+// File : GEOM_Displayer.cxx
+// Author : Vadim SANDLER, Open CASCADE S.A.S. (vadim.sandler@opencascade.com)
//
-//
-// File : GEOM_Displayer.cxx
-// Author : Vadim SANDLER
-// Module : GEOM
-// $Header$
#include "GEOM_Displayer.h"
#include "GeometryGUI.h"
-#include "GEOM_TypeFilter.h"
-#include "GEOM_EdgeFilter.h"
-#include "GEOM_FaceFilter.h"
-#include "GEOM_PreviewFilter.h"
-#include "GEOM_LogicalFilter.h"
-#include "GEOM_OCCFilter.h"
+#include <GEOM_TypeFilter.h>
+#include <GEOM_EdgeFilter.h>
+#include <GEOM_FaceFilter.h>
+#include <GEOM_PreviewFilter.h>
+#include <GEOM_LogicalFilter.h>
+#include <GEOM_OCCFilter.h>
-#include "GEOM_Actor.h"
-#include "GEOM_AssemblyBuilder.h"
-#include "GEOM_AISShape.hxx"
-#include "GEOM_AISVector.hxx"
-#include "GEOM_AISTrihedron.hxx"
-#include "GEOM_VTKTrihedron.hxx"
+#include <GEOM_Actor.h>
+#include <GEOM_AssemblyBuilder.h>
+#include <GEOM_AISShape.hxx>
+#include <GEOM_AISVector.hxx>
+#include <GEOM_AISTrihedron.hxx>
+#include <GEOM_VTKTrihedron.hxx>
#include <SUIT_Desktop.h>
#include <SUIT_ViewWindow.h>
// CORBA Headers
#include CORBA_CLIENT_HEADER(SALOMEDS_Attributes)
-#include "GEOMImpl_Types.hxx"
+#include <GEOMImpl_Types.hxx>
using namespace std;
-// GEOM GEOMGUI : GUI for Geometry component
+// GEOM GEOMGUI : GUI for Geometry component
//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
+// File : GEOM_Displayer.h
+// Author : Vadim SANDLER, Open CASCADE S.A.S. (vadim.sandler@opencascade.com)
//
-//
-// File : GEOM_Displayer.h
-// Author : Vadim SANDLER
-// Module : GEOM
-// $Header$
-#if !defined (__GEOM_DISPLAYER_H)
-#define __GEOM_DISPLAYER_H
+#ifndef GEOM_DISPLAYER_H
+#define GEOM_DISPLAYER_H
#include "GEOM_GEOMGUI.hxx"
-#include "SALOME_InteractiveObject.hxx"
+#include <SALOME_InteractiveObject.hxx>
class SALOME_ListIO;
class SALOME_View;
SalomeApp_Application* myApp;
};
-#endif // __GEOM_DISPLAYER_H
+#endif // GEOM_DISPLAYER_H
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
+// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
//
+// File : GEOM_GEOMGUI.hxx
+// Author : Alexander BORODIN, Open CASCADE S.A.S. (alexander.borodin@opencascade.com)
//
-//
-// File : GEOM_GEOMGUI.hxx
-// Author : Alexander A. BORODIN
-// Module : GEOM
-#ifndef _GEOM_GEOMGUI_HXX_
-#define _GEOM_GEOMGUI_HXX_
+#ifndef GEOM_GEOMGUI_HXX
+#define GEOM_GEOMGUI_HXX
-#ifdef WNT
- #if defined GEOMGUI_EXPORTS
- #if defined WIN32
- #define GEOMGUI_EXPORT __declspec( dllexport )
- #else
- #define GEOMGUI_EXPORT
- #endif
- #else
- #if defined WIN32
- #define GEOMGUI_EXPORT __declspec( dllimport )
- #else
- #define GEOMGUI_EXPORT
- #endif
- #endif
+#if defined WIN32
+# if defined GEOMGUI_EXPORTS
+# define GEOMGUI_EXPORT __declspec( dllexport )
+# else
+# define GEOMGUI_EXPORT __declspec( dllimport )
+# endif
#else
- #define GEOMGUI_EXPORT
+# define GEOMGUI_EXPORT
#endif
-#endif
+#endif // GEOM_GEOMGUI_HXX
--- /dev/null
+<!DOCTYPE TS>
+<TS version="1.1" >
+ <context>
+ <name>@default</name>
+ <message>
+ <source>ICON_DLG_ADD_POINT_ON_EDGE</source>
+ <translation>pointonedge.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_ARC</source>
+ <translation>arc.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_ARCHIMEDE</source>
+ <translation>archimede.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_ARC_CENTER</source>
+ <translation>arccenter.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_BASICPROPERTIES</source>
+ <translation>basicproperties.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_BEZIER</source>
+ <translation>bezier.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_BLOCK_2F</source>
+ <translation>block_2f.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_BLOCK_6F</source>
+ <translation>block_6f.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_BLOCK_EXPLODE</source>
+ <translation>subblock.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_BLOCK_MULTITRSF_DOUBLE</source>
+ <translation>block_multitrsf_double.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_BLOCK_MULTITRSF_SIMPLE</source>
+ <translation>block_multitrsf_simple.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_BOUNDING_BOX</source>
+ <translation>bounding.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_BOX_2P</source>
+ <translation>box2points.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_BOX_DXYZ</source>
+ <translation>boxdxyz.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_BUILD_COMPOUND</source>
+ <translation>build_compound.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_BUILD_EDGE</source>
+ <translation>build_edge.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_BUILD_FACE</source>
+ <translation>build_face.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_BUILD_SHELL</source>
+ <translation>build_shell.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_BUILD_SOLID</source>
+ <translation>build_solid.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_BUILD_WIRE</source>
+ <translation>build_wire.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_CENTERMASS</source>
+ <translation>centergravity.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_CHAMFER</source>
+ <translation>chamfer.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_CHAMFER_ALL</source>
+ <translation>chamferall.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_CHAMFER_EDGE</source>
+ <translation>chamferedge.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_CHAMFER_FACE</source>
+ <translation>chamferface.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_CHANGE_ORIENTATION</source>
+ <translation>change_orientation.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_CHECKSHAPE</source>
+ <translation>check.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_CHECK_COMPOUND_OF_BLOCKS</source>
+ <translation>check_blocks_compound.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_CIRCLE_PNTS</source>
+ <translation>circle3points.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_CIRCLE_PV</source>
+ <translation>circlepointvector.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_CLOSECONTOUR</source>
+ <translation>closecontour.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_COMMON</source>
+ <translation>common.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_CONE_DXYZ</source>
+ <translation>conedxyz.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_CONE_PV</source>
+ <translation>conepointvector.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_CUT</source>
+ <translation>cut.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_CYLINDER_DXYZ</source>
+ <translation>cylinderdxyz.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_CYLINDER_PV</source>
+ <translation>cylinderpointvector.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_DIVIDE_EDGE</source>
+ <translation>pointonedge.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_ELLIPSE_PV</source>
+ <translation>ellipsepointvector.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_FILLET</source>
+ <translation>fillet.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_FILLET_ALL</source>
+ <translation>filletall.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_FILLET_EDGE</source>
+ <translation>filletedge.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_FILLET_FACE</source>
+ <translation>filletface.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_FILLING</source>
+ <translation>filling.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_FREE_FACES</source>
+ <translation>free_faces.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_FUSE</source>
+ <translation>fuse.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_GLUE_FACES</source>
+ <translation>glue.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_GLUE_FACES2</source>
+ <translation>glue2.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_INERTIA</source>
+ <translation>axisinertia.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_INTERPOL</source>
+ <translation>interpol.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_LINE_2P</source>
+ <translation>line2points.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_LINE_EDGE</source>
+ <translation>lineedge.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_LINE_PV</source>
+ <translation>linepointvector.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_MINDIST</source>
+ <translation>mindist.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_MIRROR_AXE</source>
+ <translation>mirrorAxe.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_MIRROR_PLANE</source>
+ <translation>mirrorPlane.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_MIRROR_POINT</source>
+ <translation>mirrorPoint.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_MULTIROTATION</source>
+ <translation>multirotation.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_MULTIROTATION_DOUBLE</source>
+ <translation>multirotationdouble.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_MULTIROTATION_SIMPLE</source>
+ <translation>multirotationsimple.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_MULTITRANSLATION</source>
+ <translation>multitranslation.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_MULTITRANSLATION_DOUBLE</source>
+ <translation>multitranslationdouble.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_MULTITRANSLATION_SIMPLE</source>
+ <translation>multitranslationsimple.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_OFFSET</source>
+ <translation>offset.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_PARTITION</source>
+ <translation>partition.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_PARTITION_KEEP_FACES</source>
+ <translation>partitionkeep.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_PARTITION_PLANE</source>
+ <translation>partitionplane.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_PIPE</source>
+ <translation>pipe.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_PLANE_3PNTS</source>
+ <translation>plane3points.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_PLANE_DXYZ</source>
+ <translation>planedxyz.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_PLANE_FACE</source>
+ <translation>planeface.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_PLANE_PV</source>
+ <translation>planepointvector.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_POINT</source>
+ <translation>point2.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_POINT_EDGE</source>
+ <translation>pointonedge.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_POINT_REF</source>
+ <translation>point3.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_POLYLINE</source>
+ <translation>polyline.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_POSITION</source>
+ <translation>position.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_POSITION2</source>
+ <translation>position2.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_PRISM</source>
+ <translation>prism.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_PRISM_2P</source>
+ <translation>prism2.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_PROPAGATE</source>
+ <translation>propagate.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_QUAD_FACE_2_EDGE</source>
+ <translation>block_face_2e.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_QUAD_FACE_4_EDGE</source>
+ <translation>block_face_4e.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_QUAD_FACE_4_VERT</source>
+ <translation>block_face_4v.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_REDO</source>
+ <translation>redo.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_REVOL</source>
+ <translation>revol.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_ROTATION</source>
+ <translation>rotate.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_ROTATION_THREE_POINTS</source>
+ <translation>rotatepnt.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_SCALE</source>
+ <translation>scale.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_SECTION</source>
+ <translation>section.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_SEWING</source>
+ <translation>sewing.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_SHAPEPROCESS</source>
+ <translation>shapeprocess.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_SPHERE_DXYZ</source>
+ <translation>spheredxyz.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_SPHERE_P</source>
+ <translation>spherepoint.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_SPLINE</source>
+ <translation>spline.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_SUBSHAPE</source>
+ <translation>subshape.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_SUPPRESS_HOLES</source>
+ <translation>supressHolesOnFaceShell.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_SUPPRESS_INT_WIRES</source>
+ <translation>suppressintwires.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_SUPRESS_FACE</source>
+ <translation>supressface.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_SUPRESS_HOLE</source>
+ <translation>supresshole.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_SUPRESS_HOLE_FACE_SHELL</source>
+ <translation>supressHolesOnFaceShell.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_TOLERANCE</source>
+ <translation>tolerance.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_TORUS_DXYZ</source>
+ <translation>torusdxyz.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_TORUS_PV</source>
+ <translation>toruspointvector.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_TRANSLATION_DXYZ</source>
+ <translation>translationDxyz.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_TRANSLATION_POINTS</source>
+ <translation>translationPoints.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_TRANSLATION_VECTOR</source>
+ <translation>translationVector.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_UNDO</source>
+ <translation>undo.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_VECTOR_2P</source>
+ <translation>vector2points.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_VECTOR_DXYZ</source>
+ <translation>vectordxyz.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_WHATIS</source>
+ <translation>whatis.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_WPLANE_FACE</source>
+ <translation>planeworkingface.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_WPLANE_ORIGIN</source>
+ <translation>planeworkingorigin.png</translation>
+ </message>
+ <message>
+ <source>ICON_DLG_WPLANE_VECTOR</source>
+ <translation>planeworkingvector.png</translation>
+ </message>
+ <message>
+ <source>ICON_MARKER</source>
+ <translation>marker.png</translation>
+ </message>
+ <message>
+ <source>ICON_MARKER2</source>
+ <translation>marker2.png</translation>
+ </message>
+ <message>
+ <source>ICON_MARKER3</source>
+ <translation>marker3.png</translation>
+ </message>
+ <message>
+ <source>ICON_OBJBROWSER_BLOCK</source>
+ <translation>tree_block.png</translation>
+ </message>
+ <message>
+ <source>ICON_OBJBROWSER_COMPOUND</source>
+ <translation>tree_compound.png</translation>
+ </message>
+ <message>
+ <source>ICON_OBJBROWSER_COMPSOLID</source>
+ <translation>tree_compsolid.png</translation>
+ </message>
+ <message>
+ <source>ICON_OBJBROWSER_EDGE</source>
+ <translation>tree_edge.png</translation>
+ </message>
+ <message>
+ <source>ICON_OBJBROWSER_FACE</source>
+ <translation>tree_face.png</translation>
+ </message>
+ <message>
+ <source>ICON_OBJBROWSER_GROUP_EDGE</source>
+ <translation>tree_group_edge.png</translation>
+ </message>
+ <message>
+ <source>ICON_OBJBROWSER_GROUP_FACE</source>
+ <translation>tree_group_face.png</translation>
+ </message>
+ <message>
+ <source>ICON_OBJBROWSER_GROUP_PNT</source>
+ <translation>tree_group_vertex.png</translation>
+ </message>
+ <message>
+ <source>ICON_OBJBROWSER_GROUP_SOLID</source>
+ <translation>tree_group_solid.png</translation>
+ </message>
+ <message>
+ <source>ICON_OBJBROWSER_Geometry</source>
+ <translation>geometry.png</translation>
+ </message>
+ <message>
+ <source>ICON_OBJBROWSER_LCS</source>
+ <translation>tree_lcs.png</translation>
+ </message>
+ <message>
+ <source>ICON_OBJBROWSER_SHAPE</source>
+ <translation>tree_shape.png</translation>
+ </message>
+ <message>
+ <source>ICON_OBJBROWSER_SHELL</source>
+ <translation>tree_shell.png</translation>
+ </message>
+ <message>
+ <source>ICON_OBJBROWSER_SOLID</source>
+ <translation>tree_solid.png</translation>
+ </message>
+ <message>
+ <source>ICON_OBJBROWSER_VERTEX</source>
+ <translation>tree_vertex.png</translation>
+ </message>
+ <message>
+ <source>ICON_OBJBROWSER_WIRE</source>
+ <translation>tree_wire.png</translation>
+ </message>
+ <message>
+ <source>ICON_SELECT</source>
+ <translation>select1.png</translation>
+ </message>
+ <message>
+ <source>ICO_ARC</source>
+ <translation>arc.png</translation>
+ </message>
+ <message>
+ <source>ICO_ARCHIMEDE</source>
+ <translation>archimede.png</translation>
+ </message>
+ <message>
+ <source>ICO_BASIC_PROPS</source>
+ <translation>basicproperties.png</translation>
+ </message>
+ <message>
+ <source>ICO_BND_BOX</source>
+ <translation>bounding.png</translation>
+ </message>
+ <message>
+ <source>ICO_BOX</source>
+ <translation>box.png</translation>
+ </message>
+ <message>
+ <source>ICO_CHAMFER</source>
+ <translation>chamfer.png</translation>
+ </message>
+ <message>
+ <source>ICO_CHANGE_ORIENTATION</source>
+ <translation>change_orientation.png</translation>
+ </message>
+ <message>
+ <source>ICO_CHECK</source>
+ <translation>check.png</translation>
+ </message>
+ <message>
+ <source>ICO_CHECK_COMPOUND</source>
+ <translation>check_blocks_compound.png</translation>
+ </message>
+ <message>
+ <source>ICO_CHECK_FREE_BNDS</source>
+ <translation>free_bound.png</translation>
+ </message>
+ <message>
+ <source>ICO_CHECK_FREE_FACES</source>
+ <translation>free_faces.png</translation>
+ </message>
+ <message>
+ <source>ICO_CIRCLE</source>
+ <translation>circle.png</translation>
+ </message>
+ <message>
+ <source>ICO_CLOSE_CONTOUR</source>
+ <translation>closecontour.png</translation>
+ </message>
+ <message>
+ <source>ICO_COMMON</source>
+ <translation>common.png</translation>
+ </message>
+ <message>
+ <source>ICO_COMPOUND</source>
+ <translation>build_compound.png</translation>
+ </message>
+ <message>
+ <source>ICO_COMPOUND_SEL_ONLY</source>
+ <translation>build_compound.png</translation>
+ </message>
+ <message>
+ <source>ICO_CONE</source>
+ <translation>cone.png</translation>
+ </message>
+ <message>
+ <source>ICO_CURVE</source>
+ <translation>spline.png</translation>
+ </message>
+ <message>
+ <source>ICO_CUT</source>
+ <translation>cut.png</translation>
+ </message>
+ <message>
+ <source>ICO_CYLINDER</source>
+ <translation>cylinder.png</translation>
+ </message>
+ <message>
+ <source>ICO_DELETE</source>
+ <translation>delete.png</translation>
+ </message>
+ <message>
+ <source>ICO_DISPLAY</source>
+ <translation>display.png</translation>
+ </message>
+ <message>
+ <source>ICO_DISPLAY_ALL</source>
+ <translation>displayall.png</translation>
+ </message>
+ <message>
+ <source>ICO_DISPLAY_ONLY</source>
+ <translation>displayonly.png</translation>
+ </message>
+ <message>
+ <source>ICO_EDGE</source>
+ <translation>build_edge.png</translation>
+ </message>
+ <message>
+ <source>ICO_EDGE_SEL_ONLY</source>
+ <translation>build_edge.png</translation>
+ </message>
+ <message>
+ <source>ICO_ELLIPSE</source>
+ <translation>ellipse.png</translation>
+ </message>
+ <message>
+ <source>ICO_ERASE</source>
+ <translation>erase.png</translation>
+ </message>
+ <message>
+ <source>ICO_ERASE_ALL</source>
+ <translation>eraseall.png</translation>
+ </message>
+ <message>
+ <source>ICO_EXPLODE</source>
+ <translation>subshape.png</translation>
+ </message>
+ <message>
+ <source>ICO_EXPLODE_BLOCKS</source>
+ <translation>subshape.png</translation>
+ </message>
+ <message>
+ <source>ICO_EXTRUSION</source>
+ <translation>prism.png</translation>
+ </message>
+ <message>
+ <source>ICO_FACE</source>
+ <translation>build_face.png</translation>
+ </message>
+ <message>
+ <source>ICO_FACE_SEL_ONLY</source>
+ <translation>build_face.png</translation>
+ </message>
+ <message>
+ <source>ICO_FILLET</source>
+ <translation>fillet.png</translation>
+ </message>
+ <message>
+ <source>ICO_FILLING</source>
+ <translation>filling.png</translation>
+ </message>
+ <message>
+ <source>ICO_FUSE</source>
+ <translation>fuse.png</translation>
+ </message>
+ <message>
+ <source>ICO_GLUE_FACES</source>
+ <translation>glue.png</translation>
+ </message>
+ <message>
+ <source>ICO_GROUP_CREATE</source>
+ <translation>group_new.png</translation>
+ </message>
+ <message>
+ <source>ICO_GROUP_EDIT</source>
+ <translation>group_edit.png</translation>
+ </message>
+ <message>
+ <source>ICO_HEX_SOLID</source>
+ <translation>box.png</translation>
+ </message>
+ <message>
+ <source>ICO_INERTIA</source>
+ <translation>axisinertia.png</translation>
+ </message>
+ <message>
+ <source>ICO_LINE</source>
+ <translation>line.png</translation>
+ </message>
+ <message>
+ <source>ICO_LOCAL_CS</source>
+ <translation>marker.png</translation>
+ </message>
+ <message>
+ <source>ICO_MASS_CENTER</source>
+ <translation>centergravity.png</translation>
+ </message>
+ <message>
+ <source>ICO_MIN_DIST</source>
+ <translation>mindist.png</translation>
+ </message>
+ <message>
+ <source>ICO_MIRROR</source>
+ <translation>mirrorPlane.png</translation>
+ </message>
+ <message>
+ <source>ICO_MODIFY_LOCATION</source>
+ <translation>position2.png</translation>
+ </message>
+ <message>
+ <source>ICO_MUL_ROTATION</source>
+ <translation>multirotation.png</translation>
+ </message>
+ <message>
+ <source>ICO_MUL_TRANSFORM</source>
+ <translation>multirotation.png</translation>
+ </message>
+ <message>
+ <source>ICO_MUL_TRANSLATION</source>
+ <translation>multitranslation.png</translation>
+ </message>
+ <message>
+ <source>ICO_OFFSET</source>
+ <translation>offset.png</translation>
+ </message>
+ <message>
+ <source>ICO_PARTITION</source>
+ <translation>partition.png</translation>
+ </message>
+ <message>
+ <source>ICO_PIPE</source>
+ <translation>pipe.png</translation>
+ </message>
+ <message>
+ <source>ICO_PLANE</source>
+ <translation>plane.png</translation>
+ </message>
+ <message>
+ <source>ICO_POINT</source>
+ <translation>point2.png</translation>
+ </message>
+ <message>
+ <source>ICO_POINT_COORDS</source>
+ <translation>point_coord.png</translation>
+ </message>
+ <message>
+ <source>ICO_POINT_ON_EDGE</source>
+ <translation>pointonedge.png</translation>
+ </message>
+ <message>
+ <source>ICO_POP_CREATE_GROUP</source>
+ <translation>group_new.png</translation>
+ </message>
+ <message>
+ <source>ICO_PROPAGATE</source>
+ <translation>propagate.png</translation>
+ </message>
+ <message>
+ <source>ICO_Q_FACE</source>
+ <translation>build_face.png</translation>
+ </message>
+ <message>
+ <source>ICO_REVOLUTION</source>
+ <translation>revol.png</translation>
+ </message>
+ <message>
+ <source>ICO_ROTATION</source>
+ <translation>rotate.png</translation>
+ </message>
+ <message>
+ <source>ICO_SCALE</source>
+ <translation>scale.png</translation>
+ </message>
+ <message>
+ <source>ICO_SECTION</source>
+ <translation>section.png</translation>
+ </message>
+ <message>
+ <source>ICO_SEWING</source>
+ <translation>sewing.png</translation>
+ </message>
+ <message>
+ <source>ICO_SHADING</source>
+ <translation>shading.png</translation>
+ </message>
+ <message>
+ <source>ICO_SHAPE_PROCESS</source>
+ <translation>shapeprocess.png</translation>
+ </message>
+ <message>
+ <source>ICO_SHELL</source>
+ <translation>build_shell.png</translation>
+ </message>
+ <message>
+ <source>ICO_SHELL_SEL_ONLY</source>
+ <translation>build_shell.png</translation>
+ </message>
+ <message>
+ <source>ICO_SKETCH</source>
+ <translation>sketch.png</translation>
+ </message>
+ <message>
+ <source>ICO_SOLID</source>
+ <translation>build_solid.png</translation>
+ </message>
+ <message>
+ <source>ICO_SOLID_SEL_ONLY</source>
+ <translation>build_solid.png</translation>
+ </message>
+ <message>
+ <source>ICO_SPHERE</source>
+ <translation>sphere.png</translation>
+ </message>
+ <message>
+ <source>ICO_SUPPERSS_HOLES</source>
+ <translation>supresshole.png</translation>
+ </message>
+ <message>
+ <source>ICO_SUPPRESS_FACES</source>
+ <translation>supressface.png</translation>
+ </message>
+ <message>
+ <source>ICO_SUPPRESS_INT_WIRES</source>
+ <translation>suppressintwires.png</translation>
+ </message>
+ <message>
+ <source>ICO_TOLERANCE</source>
+ <translation>tolerance.png</translation>
+ </message>
+ <message>
+ <source>ICO_TORUS</source>
+ <translation>torus.png</translation>
+ </message>
+ <message>
+ <source>ICO_TRANSLATION</source>
+ <translation>translationVector.png</translation>
+ </message>
+ <message>
+ <source>ICO_VECTOR</source>
+ <translation>vector.png</translation>
+ </message>
+ <message>
+ <source>ICO_VERTEX_SEL_ONLY</source>
+ <translation>point2.png</translation>
+ </message>
+ <message>
+ <source>ICO_WHAT_IS</source>
+ <translation>whatis.png</translation>
+ </message>
+ <message>
+ <source>ICO_WIRE</source>
+ <translation>build_wire.png</translation>
+ </message>
+ <message>
+ <source>ICO_WIRE_SEL_ONLY</source>
+ <translation>build_wire.png</translation>
+ </message>
+ <message>
+ <source>ICO_WORK_PLANE</source>
+ <translation>planeWorking.png</translation>
+ </message>
+ </context>
+</TS>
--- /dev/null
+<!DOCTYPE TS>
+<TS version="1.1" >
+ <context>
+ <name>@default</name>
+ <message>
+ <source>CHANGE_ORIENTATION_NEW_OBJ_NAME</source>
+ <translation>Invert</translation>
+ </message>
+ <message>
+ <source>CLOSE_CONTOUR_NEW_OBJ_NAME</source>
+ <translation>CloseContour</translation>
+ </message>
+ <message>
+ <source>DEP_OBJECT</source>
+ <translation>Selected object has been used to create another one\n It can't be deleted </translation>
+ </message>
+ <message>
+ <source>DEVIDE_EDGE_NEW_OBJECT_NAME</source>
+ <translation>NewObject</translation>
+ </message>
+ <message>
+ <source>ERROR_SHAPE_TYPE</source>
+ <translation>Object of incorrect type selected!\nPlease, select face, shell or solid and try again</translation>
+ </message>
+ <message>
+ <source>GEOM_2D_CONTINUTY</source>
+ <translation>2D continuity</translation>
+ </message>
+ <message>
+ <source>GEOM_2D_CURVE_MODE</source>
+ <translation>2D curve mode</translation>
+ </message>
+ <message>
+ <source>GEOM_2D_TOLERANCE</source>
+ <translation>2D tolerance</translation>
+ </message>
+ <message>
+ <source>GEOM_3D_CONTINUTY</source>
+ <translation>3D continuity</translation>
+ </message>
+ <message>
+ <source>GEOM_3D_CURVE_MODE</source>
+ <translation>3D curve mode</translation>
+ </message>
+ <message>
+ <source>GEOM_3D_TOLERANCE</source>
+ <translation>3D tolerance</translation>
+ </message>
+ <message>
+ <source>GEOM_3_POINTS</source>
+ <translation>3 points</translation>
+ </message>
+ <message>
+ <source>GEOM_ADD_POINT</source>
+ <translation>Add point</translation>
+ </message>
+ <message>
+ <source>GEOM_ANGLE</source>
+ <translation>Angle :</translation>
+ </message>
+ <message>
+ <source>GEOM_ANGLE_1</source>
+ <translation>Angle</translation>
+ </message>
+ <message>
+ <source>GEOM_ARC</source>
+ <translation>Arc</translation>
+ </message>
+ <message>
+ <source>GEOM_ARCHIMEDE</source>
+ <translation>Archimede</translation>
+ </message>
+ <message>
+ <source>GEOM_ARCHIMEDE_TITLE</source>
+ <translation>Archimede Construction</translation>
+ </message>
+ <message>
+ <source>GEOM_ARC_TITLE</source>
+ <translation>Arc Construction</translation>
+ </message>
+ <message>
+ <source>GEOM_ARGUMENTS</source>
+ <translation>Arguments</translation>
+ </message>
+ <message>
+ <source>GEOM_AXE_MIRROR</source>
+ <translation>Axe Mirror</translation>
+ </message>
+ <message>
+ <source>GEOM_AXIS</source>
+ <translation>Axis</translation>
+ </message>
+ <message>
+ <source>GEOM_BASE</source>
+ <translation>Base</translation>
+ </message>
+ <message>
+ <source>GEOM_BASE_OBJECT</source>
+ <translation>Base Object</translation>
+ </message>
+ <message>
+ <source>GEOM_BASE_POINT</source>
+ <translation>Base Point</translation>
+ </message>
+ <message>
+ <source>GEOM_BEZIER</source>
+ <translation>Bezier</translation>
+ </message>
+ <message>
+ <source>GEOM_BLOCK</source>
+ <translation>Hexahedral Solid</translation>
+ </message>
+ <message>
+ <source>GEOM_BLOCKS_COMPOUND</source>
+ <translation>BlocksCompound</translation>
+ </message>
+ <message>
+ <source>GEOM_BLOCK_EXPLODE</source>
+ <translation>Sub Blocks</translation>
+ </message>
+ <message>
+ <source>GEOM_BLOCK_EXPLODE_TITLE</source>
+ <translation>Sub Blocks Selection</translation>
+ </message>
+ <message>
+ <source>GEOM_BLOCK_MULTITRSF</source>
+ <translation>Block Multi-Transformation</translation>
+ </message>
+ <message>
+ <source>GEOM_BLOCK_MULTITRSF_DOUBLE</source>
+ <translation>Multi-Transformation Double</translation>
+ </message>
+ <message>
+ <source>GEOM_BLOCK_MULTITRSF_SIMPLE</source>
+ <translation>Multi-Transformation Simple</translation>
+ </message>
+ <message>
+ <source>GEOM_BLOCK_MULTITRSF_TITLE</source>
+ <translation>Block Multi-Transformation</translation>
+ </message>
+ <message>
+ <source>GEOM_BLOCK_TITLE</source>
+ <translation>Hexahedral Solid Construction</translation>
+ </message>
+ <message>
+ <source>GEOM_BNDBOX</source>
+ <translation>Bounding Box</translation>
+ </message>
+ <message>
+ <source>GEOM_BNDBOX_OBJDIM</source>
+ <translation>Object And Its Dimensions</translation>
+ </message>
+ <message>
+ <source>GEOM_BNDBOX_TITLE</source>
+ <translation>Bounding Box Informations</translation>
+ </message>
+ <message>
+ <source>GEOM_BOX</source>
+ <translation>Box</translation>
+ </message>
+ <message>
+ <source>GEOM_BOX_OBJ</source>
+ <translation>Dimensions At Origin</translation>
+ </message>
+ <message>
+ <source>GEOM_BOX_TITLE</source>
+ <translation>Box Construction</translation>
+ </message>
+ <message>
+ <source>GEOM_BSplineRestriction</source>
+ <translation>BSplineRestriction</translation>
+ </message>
+ <message>
+ <source>GEOM_BUT_APPLY</source>
+ <translation>&Apply</translation>
+ </message>
+ <message>
+ <source>GEOM_BUT_CANCEL</source>
+ <translation>&Cancel</translation>
+ </message>
+ <message>
+ <source>GEOM_BUT_CLOSE</source>
+ <translation>&Close</translation>
+ </message>
+ <message>
+ <source>GEOM_BUT_CLOSE_SKETCH</source>
+ <translation>Sketch Closure</translation>
+ </message>
+ <message>
+ <source>GEOM_BUT_END_SKETCH</source>
+ <translation>Sketch Validation</translation>
+ </message>
+ <message>
+ <source>GEOM_BUT_EXPLODE</source>
+ <translation>&Explode</translation>
+ </message>
+ <message>
+ <source>GEOM_BUT_HELP</source>
+ <translation>&Help</translation>
+ </message>
+ <message>
+ <source>GEOM_BUT_NO</source>
+ <translation>&No</translation>
+ </message>
+ <message>
+ <source>GEOM_BUT_OK</source>
+ <translation>O&k</translation>
+ </message>
+ <message>
+ <source>GEOM_BUT_YES</source>
+ <translation>&Yes</translation>
+ </message>
+ <message>
+ <source>GEOM_BY_LENGTH</source>
+ <translation>By length</translation>
+ </message>
+ <message>
+ <source>GEOM_BY_PARAMETER</source>
+ <translation>By parameter</translation>
+ </message>
+ <message>
+ <source>GEOM_CENTER</source>
+ <translation>Center</translation>
+ </message>
+ <message>
+ <source>GEOM_CENTER_POINT</source>
+ <translation>Center Point</translation>
+ </message>
+ <message>
+ <source>GEOM_CENTRAL_POINT</source>
+ <translation>Central Point</translation>
+ </message>
+ <message>
+ <source>GEOM_CHAMFER</source>
+ <translation>Chamfer</translation>
+ </message>
+ <message>
+ <source>GEOM_CHAMFER_ABORT</source>
+ <translation>Chamfer can't be computed with %1 and %2</translation>
+ </message>
+ <message>
+ <source>GEOM_CHAMFER_ALL</source>
+ <translation>Chamfer On Whole Shape</translation>
+ </message>
+ <message>
+ <source>GEOM_CHAMFER_EDGES</source>
+ <translation>Chamfer On Edges From Shape</translation>
+ </message>
+ <message>
+ <source>GEOM_CHAMFER_FACES</source>
+ <translation>Chamfer On Faces From Shape</translation>
+ </message>
+ <message>
+ <source>GEOM_CHAMFER_TITLE</source>
+ <translation>Chamfer Construction</translation>
+ </message>
+ <message>
+ <source>GEOM_CHANGE_ORIENTATION</source>
+ <translation>Objects to change orientation</translation>
+ </message>
+ <message>
+ <source>GEOM_CHANGE_ORIENTATION_TITLE</source>
+ <translation>Change orientation</translation>
+ </message>
+ <message>
+ <source>GEOM_CHECK_BLOCKS_COMPOUND</source>
+ <translation>Check and Improve Blocks Compound</translation>
+ </message>
+ <message>
+ <source>GEOM_CHECK_BLOCKS_COMPOUND_ERRORS</source>
+ <translation>Errors</translation>
+ </message>
+ <message>
+ <source>GEOM_CHECK_BLOCKS_COMPOUND_HAS_ERRORS</source>
+ <translation>The Compound of Blocks has errors</translation>
+ </message>
+ <message>
+ <source>GEOM_CHECK_BLOCKS_COMPOUND_HAS_NO_ERRORS</source>
+ <translation>The Compound of Blocks has no errors</translation>
+ </message>
+ <message>
+ <source>GEOM_CHECK_BLOCKS_COMPOUND_SUBSHAPES</source>
+ <translation>Incriminated Sub-Shapes</translation>
+ </message>
+ <message>
+ <source>GEOM_CHECK_INFOS</source>
+ <translation>Object And Its Topological Informations</translation>
+ </message>
+ <message>
+ <source>GEOM_CHECK_SHAPE</source>
+ <translation>Check Shape</translation>
+ </message>
+ <message>
+ <source>GEOM_CHECK_TITLE</source>
+ <translation>Check Shape Informations</translation>
+ </message>
+ <message>
+ <source>GEOM_CIRCLE</source>
+ <translation>Circle</translation>
+ </message>
+ <message>
+ <source>GEOM_CIRCLE_TITLE</source>
+ <translation>Circle Construction</translation>
+ </message>
+ <message>
+ <source>GEOM_CLOSECONTOUR_TITLE</source>
+ <translation>Close contour</translation>
+ </message>
+ <message>
+ <source>GEOM_CMASS</source>
+ <translation>Center Of Mass</translation>
+ </message>
+ <message>
+ <source>GEOM_CMASS_TITLE</source>
+ <translation>Center Of Mass Construction</translation>
+ </message>
+ <message>
+ <source>GEOM_COMMON</source>
+ <translation>Common</translation>
+ </message>
+ <message>
+ <source>GEOM_COMMON_TITLE</source>
+ <translation>BOOLEAN : Common Of Two Objects</translation>
+ </message>
+ <message>
+ <source>GEOM_COMPOUND</source>
+ <translation>Compound</translation>
+ </message>
+ <message>
+ <source>GEOM_COMPOUNDSOLID</source>
+ <translation>CompSolid</translation>
+ </message>
+ <message>
+ <source>GEOM_COMPOUND_TITLE</source>
+ <translation>Create A Compound</translation>
+ </message>
+ <message>
+ <source>GEOM_CONE</source>
+ <translation>Cone</translation>
+ </message>
+ <message>
+ <source>GEOM_CONE_TITLE</source>
+ <translation>Cone Construction</translation>
+ </message>
+ <message>
+ <source>GEOM_CONFIRM</source>
+ <translation>Confirm operation</translation>
+ </message>
+ <message>
+ <source>GEOM_CONFIRM_INFO</source>
+ <translation>Shape contains %1 sub shapes !</translation>
+ </message>
+ <message>
+ <source>GEOM_COOR</source>
+ <translation>Coord. :</translation>
+ </message>
+ <message>
+ <source>GEOM_COORDINATES</source>
+ <translation>Coordinates</translation>
+ </message>
+ <message>
+ <source>GEOM_CREATE_COPY</source>
+ <translation>Create a copy</translation>
+ </message>
+ <message>
+ <source>GEOM_CREATE_SINGLE_SOLID</source>
+ <translation>Create a single solid</translation>
+ </message>
+ <message>
+ <source>GEOM_CURVE</source>
+ <translation>Curve</translation>
+ </message>
+ <message>
+ <source>GEOM_CURVE_CONTINUTY</source>
+ <translation>Curve continuity</translation>
+ </message>
+ <message>
+ <source>GEOM_CURVE_TITLE</source>
+ <translation>Curve Construction</translation>
+ </message>
+ <message>
+ <source>GEOM_CUT</source>
+ <translation>Cut</translation>
+ </message>
+ <message>
+ <source>GEOM_CUT_TITLE</source>
+ <translation>BOOLEAN : Cut Of Two Objects</translation>
+ </message>
+ <message>
+ <source>GEOM_CYLINDER</source>
+ <translation>Cylinder</translation>
+ </message>
+ <message>
+ <source>GEOM_CYLINDER_TITLE</source>
+ <translation>Cylinder Construction</translation>
+ </message>
+ <message>
+ <source>GEOM_D1</source>
+ <translation>D1 :</translation>
+ </message>
+ <message>
+ <source>GEOM_D2</source>
+ <translation>D2 :</translation>
+ </message>
+ <message>
+ <source>GEOM_DETECT</source>
+ <translation>Detect</translation>
+ </message>
+ <message>
+ <source>GEOM_DIAGONAL_POINTS</source>
+ <translation>Diagonal Points</translation>
+ </message>
+ <message>
+ <source>GEOM_DIMENSIONS</source>
+ <translation>Dimensions</translation>
+ </message>
+ <message>
+ <source>GEOM_DISTANCE</source>
+ <translation>Distance</translation>
+ </message>
+ <message>
+ <source>GEOM_DIVIDE_EDGE_TITLE</source>
+ <translation>Addition of point</translation>
+ </message>
+ <message>
+ <source>GEOM_DX</source>
+ <translation>Dx :</translation>
+ </message>
+ <message>
+ <source>GEOM_DY</source>
+ <translation>Dy :</translation>
+ </message>
+ <message>
+ <source>GEOM_DZ</source>
+ <translation>Dz :</translation>
+ </message>
+ <message>
+ <source>GEOM_DropSmallEdges</source>
+ <translation>DropSmallEdges</translation>
+ </message>
+ <message>
+ <source>GEOM_EDGE</source>
+ <translation>Edge</translation>
+ </message>
+ <message>
+ <source>GEOM_EDGE_TITLE</source>
+ <translation>Create An Edge</translation>
+ </message>
+ <message>
+ <source>GEOM_ELLIPSE</source>
+ <translation>Ellipse</translation>
+ </message>
+ <message>
+ <source>GEOM_ELLIPSE_ERROR_1</source>
+ <translation>Error creating ellipse. Reason: minor radius is greater than major radius.</translation>
+ </message>
+ <message>
+ <source>GEOM_ELLIPSE_TITLE</source>
+ <translation>Ellipse Construction</translation>
+ </message>
+ <message>
+ <source>GEOM_END_LCS</source>
+ <translation>End LCS</translation>
+ </message>
+ <message>
+ <source>GEOM_ERROR</source>
+ <translation>Error</translation>
+ </message>
+ <message>
+ <source>GEOM_ERROR_STATUS</source>
+ <translation>Operation status</translation>
+ </message>
+ <message>
+ <source>GEOM_ERR_GET_ENGINE</source>
+ <translation>Failed to obtain GEOM Engine component. Reload Geometry module and try again.</translation>
+ </message>
+ <message>
+ <source>GEOM_ERR_LIB_NOT_FOUND</source>
+ <translation>GUI library corresponding to the user action can not be found or loaded</translation>
+ </message>
+ <message>
+ <source>GEOM_EXTRUSION</source>
+ <translation>Extrusion</translation>
+ </message>
+ <message>
+ <source>GEOM_EXTRUSION_BSV</source>
+ <translation>Base Shape + Vector</translation>
+ </message>
+ <message>
+ <source>GEOM_EXTRUSION_BSV_2P</source>
+ <translation>Base Shape + 2 Points</translation>
+ </message>
+ <message>
+ <source>GEOM_EXTRUSION_TITLE</source>
+ <translation>Construction by Extrusion</translation>
+ </message>
+ <message>
+ <source>GEOM_FACE</source>
+ <translation>Face</translation>
+ </message>
+ <message>
+ <source>GEOM_FACES</source>
+ <translation>Faces</translation>
+ </message>
+ <message>
+ <source>GEOM_FACE_FFW</source>
+ <translation>Face from a closed wire and edge</translation>
+ </message>
+ <message>
+ <source>GEOM_FACE_OPT</source>
+ <translation>Try to create a planar face</translation>
+ </message>
+ <message>
+ <source>GEOM_FACE_OR_LCS</source>
+ <translation>Face or LCS</translation>
+ </message>
+ <message>
+ <source>GEOM_FACE_SELECTION</source>
+ <translation>Face Selection</translation>
+ </message>
+ <message>
+ <source>GEOM_FACE_TITLE</source>
+ <translation>Create A Face</translation>
+ </message>
+ <message>
+ <source>GEOM_FILLET</source>
+ <translation>Fillet</translation>
+ </message>
+ <message>
+ <source>GEOM_FILLET_ABORT</source>
+ <translation>Fillet can't be computed with radius %1</translation>
+ </message>
+ <message>
+ <source>GEOM_FILLET_ALL</source>
+ <translation>Fillet On Whole Shape</translation>
+ </message>
+ <message>
+ <source>GEOM_FILLET_EDGES</source>
+ <translation>Fillet On Edges From Shape</translation>
+ </message>
+ <message>
+ <source>GEOM_FILLET_FACES</source>
+ <translation>Fillet On Faces From Shape</translation>
+ </message>
+ <message>
+ <source>GEOM_FILLET_TITLE</source>
+ <translation>Fillet Construction</translation>
+ </message>
+ <message>
+ <source>GEOM_FILLING</source>
+ <translation>Filling</translation>
+ </message>
+ <message>
+ <source>GEOM_FILLING_ARG</source>
+ <translation>Arguments And Parameters</translation>
+ </message>
+ <message>
+ <source>GEOM_FILLING_COMPOUND</source>
+ <translation>Edges compound</translation>
+ </message>
+ <message>
+ <source>GEOM_FILLING_MAX_DEG</source>
+ <translation>Max deg</translation>
+ </message>
+ <message>
+ <source>GEOM_FILLING_MIN_DEG</source>
+ <translation>Min deg</translation>
+ </message>
+ <message>
+ <source>GEOM_FILLING_NB_ITER</source>
+ <translation>Nb. Iter :</translation>
+ </message>
+ <message>
+ <source>GEOM_FILLING_TITLE</source>
+ <translation>Filling Surface With Edges</translation>
+ </message>
+ <message>
+ <source>GEOM_FILLING_TOL_2D</source>
+ <translation>Tol. 2D :</translation>
+ </message>
+ <message>
+ <source>GEOM_FILLING_TOL_3D</source>
+ <translation>Tol. 3D :</translation>
+ </message>
+ <message>
+ <source>GEOM_FREE_BOUNDARIES</source>
+ <translation>Free boundaries</translation>
+ </message>
+ <message>
+ <source>GEOM_FREE_BOUNDS_ERROR</source>
+ <translation>Object is not selected</translation>
+ </message>
+ <message>
+ <source>GEOM_FREE_BOUNDS_MSG</source>
+ <translation>Number of free boundaries detected: %1 (%2 closed, %3 open)</translation>
+ </message>
+ <message>
+ <source>GEOM_FREE_BOUNDS_TLT</source>
+ <translation>Free boundary detection</translation>
+ </message>
+ <message>
+ <source>GEOM_FREE_FACES</source>
+ <translation>Free faces</translation>
+ </message>
+ <message>
+ <source>GEOM_FREE_FACES_TITLE</source>
+ <translation>Free faces</translation>
+ </message>
+ <message>
+ <source>GEOM_FUSE</source>
+ <translation>Fuse</translation>
+ </message>
+ <message>
+ <source>GEOM_FUSE_TITLE</source>
+ <translation>BOOLEAN : Fuse Two Objects</translation>
+ </message>
+ <message>
+ <source>GEOM_FixFaceSize</source>
+ <translation>FixFaceSize</translation>
+ </message>
+ <message>
+ <source>GEOM_FixShape</source>
+ <translation>FixShape</translation>
+ </message>
+ <message>
+ <source>GEOM_GLUE</source>
+ <translation>Glue</translation>
+ </message>
+ <message>
+ <source>GEOM_GLUE_TITLE</source>
+ <translation>Glue faces</translation>
+ </message>
+ <message>
+ <source>GEOM_HEIGHT</source>
+ <translation>Height :</translation>
+ </message>
+ <message>
+ <source>GEOM_HOLES</source>
+ <translation>Holes</translation>
+ </message>
+ <message>
+ <source>GEOM_IDENTICAL_NAMES_SELECT_BY_MOUSE</source>
+ <translation>Identical names : select by mouse !</translation>
+ </message>
+ <message>
+ <source>GEOM_IMPORT</source>
+ <translation>Imported_Shape</translation>
+ </message>
+ <message>
+ <source>GEOM_INCORRECT_INPUT</source>
+ <translation>Incorrect input data!</translation>
+ </message>
+ <message>
+ <source>GEOM_INERTIA_CONSTR</source>
+ <translation>Matrix And Moments Of Inertia</translation>
+ </message>
+ <message>
+ <source>GEOM_INERTIA_I</source>
+ <translation>%1:1 :</translation>
+ </message>
+ <message>
+ <source>GEOM_INERTIA_IXYZ</source>
+ <translation>IX & IY & IZ :</translation>
+ </message>
+ <message>
+ <source>GEOM_INERTIA_TITLE</source>
+ <translation>Calculs Of Inertia</translation>
+ </message>
+ <message>
+ <source>GEOM_INF_LOADED</source>
+ <translation>File %1 loaded.</translation>
+ </message>
+ <message>
+ <source>GEOM_INTERNAL_WIRES</source>
+ <translation>Internal wires</translation>
+ </message>
+ <message>
+ <source>GEOM_INTERPOL</source>
+ <translation>Interpolation</translation>
+ </message>
+ <message>
+ <source>GEOM_KEEP_OBJECT</source>
+ <translation>Keep Object</translation>
+ </message>
+ <message>
+ <source>GEOM_LENGTH</source>
+ <translation>Length is :</translation>
+ </message>
+ <message>
+ <source>GEOM_LINE</source>
+ <translation>Line</translation>
+ </message>
+ <message>
+ <source>GEOM_LINE_TITLE</source>
+ <translation>Line Construction</translation>
+ </message>
+ <message>
+ <source>GEOM_MAIN_OBJECT</source>
+ <translation>Main Object</translation>
+ </message>
+ <message>
+ <source>GEOM_MARKER</source>
+ <translation>Marker</translation>
+ </message>
+ <message>
+ <source>GEOM_MARKER_TITLE</source>
+ <translation>Create marker</translation>
+ </message>
+ <message>
+ <source>GEOM_MATERIAL_ID</source>
+ <translation>Material ID:</translation>
+ </message>
+ <message>
+ <source>GEOM_MATERIAL_MATERIAL</source>
+ <translation>Material</translation>
+ </message>
+ <message>
+ <source>GEOM_MATERIAL_SET</source>
+ <translation><< Set</translation>
+ </message>
+ <message>
+ <source>GEOM_MATERIAL_SHAPE</source>
+ <translation>Shapes</translation>
+ </message>
+ <message>
+ <source>GEOM_MATERIAL_TITLE</source>
+ <translation>Define materials for Dominant Fuse</translation>
+ </message>
+ <message>
+ <source>GEOM_MATRIX</source>
+ <translation>Matrix :</translation>
+ </message>
+ <message>
+ <source>GEOM_MAX</source>
+ <translation>Max :</translation>
+ </message>
+ <message>
+ <source>GEOM_MAX_3D_TOLERANCE</source>
+ <translation>Max 3D tolerance</translation>
+ </message>
+ <message>
+ <source>GEOM_MAX_TOLERANCE</source>
+ <translation>Max tolerance</translation>
+ </message>
+ <message>
+ <source>GEOM_MEN_ALL_FILES</source>
+ <translation>All Files ( * )</translation>
+ </message>
+ <message>
+ <source>GEOM_MEN_ANGLE</source>
+ <translation>Angle :</translation>
+ </message>
+ <message>
+ <source>GEOM_MEN_COMPONENT</source>
+ <translation>Geometry</translation>
+ </message>
+ <message>
+ <source>GEOM_MEN_ENTER_ANGLE</source>
+ <translation>Enter An Angle In Degrees</translation>
+ </message>
+ <message>
+ <source>GEOM_MEN_EXPORT</source>
+ <translation>Export</translation>
+ </message>
+ <message>
+ <source>GEOM_MEN_IMPORT</source>
+ <translation>Import</translation>
+ </message>
+ <message>
+ <source>GEOM_MEN_ISOS</source>
+ <translation>Select Number Of Isos</translation>
+ </message>
+ <message>
+ <source>GEOM_MEN_ISOU</source>
+ <translation>Isos u :</translation>
+ </message>
+ <message>
+ <source>GEOM_MEN_ISOV</source>
+ <translation>Isos v :</translation>
+ </message>
+ <message>
+ <source>GEOM_MEN_POPUP_NAME</source>
+ <translation>%1 Objects</translation>
+ </message>
+ <message>
+ <source>GEOM_MEN_SHADING</source>
+ <translation>\nShading</translation>
+ </message>
+ <message>
+ <source>GEOM_MEN_SKETCHER_X</source>
+ <translation>Enter a length to set X</translation>
+ </message>
+ <message>
+ <source>GEOM_MEN_SKETCHER_Y</source>
+ <translation>Enter a length to set Y</translation>
+ </message>
+ <message>
+ <source>GEOM_MEN_STEP_LABEL</source>
+ <translation>Step :</translation>
+ </message>
+ <message>
+ <source>GEOM_MEN_TRANSPARENCY</source>
+ <translation>Transparency</translation>
+ </message>
+ <message>
+ <source>GEOM_MEN_TRANSPARENCY_LABEL</source>
+ <translation>Transparency :</translation>
+ </message>
+ <message>
+ <source>GEOM_MEN_WIREFRAME</source>
+ <translation>Wireframe</translation>
+ </message>
+ <message>
+ <source>GEOM_MEN_X</source>
+ <translation>X :</translation>
+ </message>
+ <message>
+ <source>GEOM_MEN_Y</source>
+ <translation>Y :</translation>
+ </message>
+ <message>
+ <source>GEOM_MESHING_DEFLECTION</source>
+ <translation>Meshing Deflect. :</translation>
+ </message>
+ <message>
+ <source>GEOM_MIN</source>
+ <translation>Min :</translation>
+ </message>
+ <message>
+ <source>GEOM_MINDIST_OBJ</source>
+ <translation>Objects And Results</translation>
+ </message>
+ <message>
+ <source>GEOM_MINDIST_TITLE</source>
+ <translation>Minimun Distance Between Two Objects</translation>
+ </message>
+ <message>
+ <source>GEOM_MIRROR</source>
+ <translation>Mirror</translation>
+ </message>
+ <message>
+ <source>GEOM_MIRROR_TITLE</source>
+ <translation>Mirror An Object</translation>
+ </message>
+ <message>
+ <source>GEOM_MULTIROTATION</source>
+ <translation>Multi-Rotation</translation>
+ </message>
+ <message>
+ <source>GEOM_MULTIROTATION_DOUBLE</source>
+ <translation>Multi Rotation Double</translation>
+ </message>
+ <message>
+ <source>GEOM_MULTIROTATION_SIMPLE</source>
+ <translation>Multi Rotation Simple</translation>
+ </message>
+ <message>
+ <source>GEOM_MULTIROTATION_TITLE</source>
+ <translation>Multi-Rotation</translation>
+ </message>
+ <message>
+ <source>GEOM_MULTITRANSLATION</source>
+ <translation>Multi-Translation</translation>
+ </message>
+ <message>
+ <source>GEOM_MULTITRANSLATION_DOUBLE</source>
+ <translation>Multi Translation Double</translation>
+ </message>
+ <message>
+ <source>GEOM_MULTITRANSLATION_SIMPLE</source>
+ <translation>Multi Translation Simple</translation>
+ </message>
+ <message>
+ <source>GEOM_MULTITRANSLATION_TITLE</source>
+ <translation>Multi-Translation</translation>
+ </message>
+ <message>
+ <source>GEOM_NAME_INCORRECT</source>
+ <translation>Object name not found</translation>
+ </message>
+ <message>
+ <source>GEOM_NB_BLOCKS_NO_OTHERS</source>
+ <translation>There are %1 specified blocks and NO other solids</translation>
+ </message>
+ <message>
+ <source>GEOM_NB_BLOCKS_SOME_OTHERS</source>
+ <translation>There are %1 specified blocks and some other solids</translation>
+ </message>
+ <message>
+ <source>GEOM_NB_TIMES</source>
+ <translation>Nb. Times :</translation>
+ </message>
+ <message>
+ <source>GEOM_NB_TIMES_U</source>
+ <translation>Nb. Times U :</translation>
+ </message>
+ <message>
+ <source>GEOM_NB_TIMES_V</source>
+ <translation>Nb. Times V :</translation>
+ </message>
+ <message>
+ <source>GEOM_NODES</source>
+ <translation>Nodes</translation>
+ </message>
+ <message>
+ <source>GEOM_NUM_SPLIT_POINTS</source>
+ <translation>Number of splitting points</translation>
+ </message>
+ <message>
+ <source>GEOM_OBJECT</source>
+ <translation>Object</translation>
+ </message>
+ <message>
+ <source>GEOM_OBJECTS</source>
+ <translation>Objects</translation>
+ </message>
+ <message>
+ <source>GEOM_OBJECT_I</source>
+ <translation>Object %1</translation>
+ </message>
+ <message>
+ <source>GEOM_OBJECT_RESULT</source>
+ <translation>Object And Result</translation>
+ </message>
+ <message>
+ <source>GEOM_OFFSET</source>
+ <translation>Offset</translation>
+ </message>
+ <message>
+ <source>GEOM_OFFSET_TITLE</source>
+ <translation>Offset Surface</translation>
+ </message>
+ <message>
+ <source>GEOM_OPERATIONS</source>
+ <translation>Operations</translation>
+ </message>
+ <message>
+ <source>GEOM_ORIENTATION</source>
+ <translation>Orientation</translation>
+ </message>
+ <message>
+ <source>GEOM_ORIENTATION_OPT</source>
+ <translation>Reverse orientation with normal vectors simulation</translation>
+ </message>
+ <message>
+ <source>GEOM_ORIENTATION_TITLE</source>
+ <translation>Change Orientation</translation>
+ </message>
+ <message>
+ <source>GEOM_PARAMETER</source>
+ <translation>Parameter :</translation>
+ </message>
+ <message>
+ <source>GEOM_PARAMETERS</source>
+ <translation>Parameters</translation>
+ </message>
+ <message>
+ <source>GEOM_PARAM_POINT</source>
+ <translation>Parametric point</translation>
+ </message>
+ <message>
+ <source>GEOM_PARTITION</source>
+ <translation>Partition</translation>
+ </message>
+ <message>
+ <source>GEOM_PARTITION_HALFSPACE</source>
+ <translation>Half-space partition</translation>
+ </message>
+ <message>
+ <source>GEOM_PARTITION_ORIENTATION</source>
+ <translation>Change Orientation</translation>
+ </message>
+ <message>
+ <source>GEOM_PARTITION_TITLE</source>
+ <translation>Partition Of Object With Tool</translation>
+ </message>
+ <message>
+ <source>GEOM_PATH_OBJECT</source>
+ <translation>Path Object</translation>
+ </message>
+ <message>
+ <source>GEOM_PIPE</source>
+ <translation>Pipe</translation>
+ </message>
+ <message>
+ <source>GEOM_PIPE_TITLE</source>
+ <translation>Pipe Construction</translation>
+ </message>
+ <message>
+ <source>GEOM_PLANE</source>
+ <translation>Plane</translation>
+ </message>
+ <message>
+ <source>GEOM_PLANE_MIRROR</source>
+ <translation>Plane Mirror</translation>
+ </message>
+ <message>
+ <source>GEOM_PLANE_PV</source>
+ <translation>Point + Vector</translation>
+ </message>
+ <message>
+ <source>GEOM_PLANE_PVC</source>
+ <translation>Point + Coordinate Vector</translation>
+ </message>
+ <message>
+ <source>GEOM_PLANE_SIZE</source>
+ <translation>Size of plane :</translation>
+ </message>
+ <message>
+ <source>GEOM_PLANE_TITLE</source>
+ <translation>Plane Construction</translation>
+ </message>
+ <message>
+ <source>GEOM_POINT</source>
+ <translation>Point</translation>
+ </message>
+ <message>
+ <source>GEOM_POINT1</source>
+ <translation>Point 1</translation>
+ </message>
+ <message>
+ <source>GEOM_POINT2</source>
+ <translation>Point 2</translation>
+ </message>
+ <message>
+ <source>GEOM_POINT3</source>
+ <translation>Point 3</translation>
+ </message>
+ <message>
+ <source>GEOM_POINTS</source>
+ <translation>Points</translation>
+ </message>
+ <message>
+ <source>GEOM_POINT_I</source>
+ <translation>Point %1</translation>
+ </message>
+ <message>
+ <source>GEOM_POINT_MIRROR</source>
+ <translation>Point Mirror</translation>
+ </message>
+ <message>
+ <source>GEOM_POINT_TITLE</source>
+ <translation>Point Construction</translation>
+ </message>
+ <message>
+ <source>GEOM_POLYLINE</source>
+ <translation>Polyline</translation>
+ </message>
+ <message>
+ <source>GEOM_POSITION</source>
+ <translation>Location</translation>
+ </message>
+ <message>
+ <source>GEOM_POSITION_TITLE</source>
+ <translation>Modify the Location of an Object</translation>
+ </message>
+ <message>
+ <source>GEOM_PRECISION</source>
+ <translation>Precision :</translation>
+ </message>
+ <message>
+ <source>GEOM_PROPAGATE</source>
+ <translation>Propagate</translation>
+ </message>
+ <message>
+ <source>GEOM_PROPAGATE_TITLE</source>
+ <translation>Propagate</translation>
+ </message>
+ <message>
+ <source>GEOM_PROPERTIES</source>
+ <translation>Basic Properties</translation>
+ </message>
+ <message>
+ <source>GEOM_PROPERTIES_CONSTR</source>
+ <translation>Object And Its Properties</translation>
+ </message>
+ <message>
+ <source>GEOM_PROPERTIES_SURFACE</source>
+ <translation>Surface is :</translation>
+ </message>
+ <message>
+ <source>GEOM_PROPERTIES_TITLE</source>
+ <translation>Basic Properties Informations</translation>
+ </message>
+ <message>
+ <source>GEOM_PROPERTIES_VOLUME</source>
+ <translation>Volume is :</translation>
+ </message>
+ <message>
+ <source>GEOM_PRP_ABORT</source>
+ <translation>Operation aborted</translation>
+ </message>
+ <message>
+ <source>GEOM_PRP_COMMAND</source>
+ <translation>No command associated with this id = %1.</translation>
+ </message>
+ <message>
+ <source>GEOM_PRP_DONE</source>
+ <translation>Operation done</translation>
+ </message>
+ <message>
+ <source>GEOM_PRP_EXPORT</source>
+ <translation>Exporting geometry to %1 ...</translation>
+ </message>
+ <message>
+ <source>GEOM_PRP_LOADING</source>
+ <translation>Loading %1 ...</translation>
+ </message>
+ <message>
+ <source>GEOM_PRP_MIN_DIST</source>
+ <translation>Min Distance not computed</translation>
+ </message>
+ <message>
+ <source>GEOM_PRP_NOT_FOR_VTK_VIEWER</source>
+ <translation>Not allowed in VTK viewer</translation>
+ </message>
+ <message>
+ <source>GEOM_PRP_NULLSHAPE</source>
+ <translation>Error, null or inappropriate shape !</translation>
+ </message>
+ <message>
+ <source>GEOM_PRP_READY</source>
+ <translation>Ready</translation>
+ </message>
+ <message>
+ <source>GEOM_PRP_SELECT_EDGE</source>
+ <translation>Select edges and click on Apply</translation>
+ </message>
+ <message>
+ <source>GEOM_PRP_SELECT_FACE</source>
+ <translation>Select faces to suppress and click on Ok/Apply</translation>
+ </message>
+ <message>
+ <source>GEOM_PRP_SELECT_FIRST</source>
+ <translation>Select main shape first</translation>
+ </message>
+ <message>
+ <source>GEOM_PRP_SELECT_SUBSHAPES</source>
+ <translation>Select Sub Shapes</translation>
+ </message>
+ <message>
+ <source>GEOM_PRP_SHAPE_IN_STUDY</source>
+ <translation>Main shape must be in the study before</translation>
+ </message>
+ <message>
+ <source>GEOM_QUAD_FACE</source>
+ <translation>Quadrangle Face</translation>
+ </message>
+ <message>
+ <source>GEOM_QUAD_FACE_TITLE</source>
+ <translation>Quadrangle Face Construction</translation>
+ </message>
+ <message>
+ <source>GEOM_RADIUS</source>
+ <translation>Radius :</translation>
+ </message>
+ <message>
+ <source>GEOM_RADIUS_I</source>
+ <translation>Radius %1 :</translation>
+ </message>
+ <message>
+ <source>GEOM_RADIUS_MAJOR</source>
+ <translation>Major radius :</translation>
+ </message>
+ <message>
+ <source>GEOM_RADIUS_MINOR</source>
+ <translation>Minor radius :</translation>
+ </message>
+ <message>
+ <source>GEOM_REALLY_DELETE</source>
+ <translation>Do you really want to delete object(s) ?</translation>
+ </message>
+ <message>
+ <source>GEOM_RECONSTRUCTION_LIMIT</source>
+ <translation>Reconstruction Limit</translation>
+ </message>
+ <message>
+ <source>GEOM_RECONSTRUCTION_LIMIT_EDGE</source>
+ <translation>Edge</translation>
+ </message>
+ <message>
+ <source>GEOM_RECONSTRUCTION_LIMIT_FACE</source>
+ <translation>Face</translation>
+ </message>
+ <message>
+ <source>GEOM_RECONSTRUCTION_LIMIT_SHAPE</source>
+ <translation>Shape</translation>
+ </message>
+ <message>
+ <source>GEOM_RECONSTRUCTION_LIMIT_SHELL</source>
+ <translation>Shell</translation>
+ </message>
+ <message>
+ <source>GEOM_RECONSTRUCTION_LIMIT_SOLID</source>
+ <translation>Solid</translation>
+ </message>
+ <message>
+ <source>GEOM_RECONSTRUCTION_LIMIT_VERTEX</source>
+ <translation>Vertex</translation>
+ </message>
+ <message>
+ <source>GEOM_RECONSTRUCTION_LIMIT_WIRE</source>
+ <translation>Wire</translation>
+ </message>
+ <message>
+ <source>GEOM_REF_POINT</source>
+ <translation>Point with reference</translation>
+ </message>
+ <message>
+ <source>GEOM_REMOVE_ALL_HOLES</source>
+ <translation>Remove all holes</translation>
+ </message>
+ <message>
+ <source>GEOM_REMOVE_ALL_INT_WIRES</source>
+ <translation>Remove all internal wires</translation>
+ </message>
+ <message>
+ <source>GEOM_REMOVE_HOLES_TITLE</source>
+ <translation>Suppress holes</translation>
+ </message>
+ <message>
+ <source>GEOM_REMOVE_INTERNAL_WIRES_TITLE</source>
+ <translation>Suppress internal wires</translation>
+ </message>
+ <message>
+ <source>GEOM_REMOVE_WEBS</source>
+ <translation>Remove webs</translation>
+ </message>
+ <message>
+ <source>GEOM_REQUIRED_DEGREE</source>
+ <translation>Required degree</translation>
+ </message>
+ <message>
+ <source>GEOM_REQUIRED_NUM_SEGMENTS</source>
+ <translation>Required number of segments</translation>
+ </message>
+ <message>
+ <source>GEOM_REVERSE</source>
+ <translation>Reverse</translation>
+ </message>
+ <message>
+ <source>GEOM_REVERSE_PLANE</source>
+ <translation>Reverse the plane normal</translation>
+ </message>
+ <message>
+ <source>GEOM_REVERSE_U</source>
+ <translation>Reverse U</translation>
+ </message>
+ <message>
+ <source>GEOM_REVERSE_V</source>
+ <translation>Reverse V</translation>
+ </message>
+ <message>
+ <source>GEOM_REVERSE_VECTOR</source>
+ <translation>Reverse Vector</translation>
+ </message>
+ <message>
+ <source>GEOM_REVOLUTION</source>
+ <translation>Revolution</translation>
+ </message>
+ <message>
+ <source>GEOM_REVOLUTION_TITLE</source>
+ <translation>Construction By Revolution</translation>
+ </message>
+ <message>
+ <source>GEOM_ROTATION</source>
+ <translation>Rotation</translation>
+ </message>
+ <message>
+ <source>GEOM_ROTATION_TITLE</source>
+ <translation>Rotation Of An Object</translation>
+ </message>
+ <message>
+ <source>GEOM_SCALE</source>
+ <translation>Scale</translation>
+ </message>
+ <message>
+ <source>GEOM_SCALE_FACTOR</source>
+ <translation>Scale Factor :</translation>
+ </message>
+ <message>
+ <source>GEOM_SCALE_TITLE</source>
+ <translation>Scale An Object</translation>
+ </message>
+ <message>
+ <source>GEOM_SECTION</source>
+ <translation>Section</translation>
+ </message>
+ <message>
+ <source>GEOM_SECTION_TITLE</source>
+ <translation>BOOLEAN : Section Of Two Objects</translation>
+ </message>
+ <message>
+ <source>GEOM_SELECTED_FACE</source>
+ <translation>Selected face</translation>
+ </message>
+ <message>
+ <source>GEOM_SELECTED_OBJECTS</source>
+ <translation>Selected objects</translation>
+ </message>
+ <message>
+ <source>GEOM_SELECTED_SHAPE</source>
+ <translation>Selected shape</translation>
+ </message>
+ <message>
+ <source>GEOM_SELECTION</source>
+ <translation>Selection</translation>
+ </message>
+ <message>
+ <source>GEOM_SET_MATERIALS</source>
+ <translation>Set materials</translation>
+ </message>
+ <message>
+ <source>GEOM_SEWING</source>
+ <translation>Sewing</translation>
+ </message>
+ <message>
+ <source>GEOM_SEWING_TITLE</source>
+ <translation>Topological sewing</translation>
+ </message>
+ <message>
+ <source>GEOM_SHAPE</source>
+ <translation>Shape</translation>
+ </message>
+ <message>
+ <source>GEOM_SHAPEPROCESS_TITLE</source>
+ <translation>Shape Processing</translation>
+ </message>
+ <message>
+ <source>GEOM_SHAPES</source>
+ <translation>Shapes</translation>
+ </message>
+ <message>
+ <source>GEOM_SHELL</source>
+ <translation>Shell</translation>
+ </message>
+ <message>
+ <source>GEOM_SHELLS</source>
+ <translation>Shells</translation>
+ </message>
+ <message>
+ <source>GEOM_SHELL_TITLE</source>
+ <translation>Shell Construction</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_ABS</source>
+ <translation>Absolute</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_ANGLE</source>
+ <translation>Angle</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_ANGLE2</source>
+ <translation>Angle :</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_APPLY</source>
+ <translation>Apply</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_ARC</source>
+ <translation>Arc</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_DEST</source>
+ <translation>Destination</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_DIR</source>
+ <translation>Direction</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_DX2</source>
+ <translation>DX :</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_DY2</source>
+ <translation>DY :</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_EL</source>
+ <translation>Element Type</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_LENGTH</source>
+ <translation>Length</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_LENGTH2</source>
+ <translation>Length :</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_PER</source>
+ <translation>Perpendicular</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_POINT</source>
+ <translation>Point</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_POINT2</source>
+ <translation>Point :</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_RADIUS2</source>
+ <translation>Radius :</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_REL</source>
+ <translation>Relative</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_SEGMENT</source>
+ <translation>Segment</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_SEL</source>
+ <translation>Selection</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_TAN</source>
+ <translation>Tangent</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_TITLE</source>
+ <translation>Sketch Construction</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_TYPE</source>
+ <translation>Type</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_UNDO</source>
+ <translation>Undo</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_VALUES</source>
+ <translation>Values</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_VX2</source>
+ <translation>VX :</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_VXVY</source>
+ <translation>VX-VY</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_VY2</source>
+ <translation>VY :</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_X</source>
+ <translation>X</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_X2</source>
+ <translation>X :</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_X3</source>
+ <translation>Abs. X :</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_Y</source>
+ <translation>Y</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_Y2</source>
+ <translation>Y :</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_Y3</source>
+ <translation>Abs. Y :</translation>
+ </message>
+ <message>
+ <source>GEOM_SOLID</source>
+ <translation>Solid</translation>
+ </message>
+ <message>
+ <source>GEOM_SOLID_TITLE</source>
+ <translation>Solid Construction</translation>
+ </message>
+ <message>
+ <source>GEOM_SPHERE</source>
+ <translation>Sphere</translation>
+ </message>
+ <message>
+ <source>GEOM_SPHERE_CR</source>
+ <translation>Center + Radius</translation>
+ </message>
+ <message>
+ <source>GEOM_SPHERE_RO</source>
+ <translation>Radius At Origin</translation>
+ </message>
+ <message>
+ <source>GEOM_SPHERE_TITLE</source>
+ <translation>Sphere Construction</translation>
+ </message>
+ <message>
+ <source>GEOM_SPLINE</source>
+ <translation>Spline</translation>
+ </message>
+ <message>
+ <source>GEOM_SPLINE_TITLE</source>
+ <translation>Spline Construction</translation>
+ </message>
+ <message>
+ <source>GEOM_START_LCS</source>
+ <translation>Start LCS</translation>
+ </message>
+ <message>
+ <source>GEOM_STEP</source>
+ <translation>Step :</translation>
+ </message>
+ <message>
+ <source>GEOM_STEP_TITLE</source>
+ <translation>Step value for GUI constructions</translation>
+ </message>
+ <message>
+ <source>GEOM_STEP_U</source>
+ <translation>Step U :</translation>
+ </message>
+ <message>
+ <source>GEOM_STEP_V</source>
+ <translation>Step V :</translation>
+ </message>
+ <message>
+ <source>GEOM_STUDY_LOCKED</source>
+ <translation>The active study is locked and therefore cannot be modified</translation>
+ </message>
+ <message>
+ <source>GEOM_SUBSHAPE_SELECT</source>
+ <translation>Select Sub Shapes</translation>
+ </message>
+ <message>
+ <source>GEOM_SUBSHAPE_TITLE</source>
+ <translation>Sub Shapes Selection</translation>
+ </message>
+ <message>
+ <source>GEOM_SUBSHAPE_TYPE</source>
+ <translation>Sub Shapes Type :</translation>
+ </message>
+ <message>
+ <source>GEOM_SUB_SHAPE</source>
+ <translation>Sub Shapes</translation>
+ </message>
+ <message>
+ <source>GEOM_SUPPRESSHOLE_FACE_SHELL</source>
+ <translation>Face or shell</translation>
+ </message>
+ <message>
+ <source>GEOM_SUPPRESSHOLE_SELECTFACE</source>
+ <translation>Select the face with hole</translation>
+ </message>
+ <message>
+ <source>GEOM_SUPPRESSHOLE_SELECTFACE_END</source>
+ <translation>Select end face (if hole traversing)</translation>
+ </message>
+ <message>
+ <source>GEOM_SUPPRESSHOLE_SELECTWIRE</source>
+ <translation>Select wire on face</translation>
+ </message>
+ <message>
+ <source>GEOM_SUPPRESSHOLE_SELECTWIRE_END</source>
+ <translation>Select end wire (if hole traversing)</translation>
+ </message>
+ <message>
+ <source>GEOM_SUPPRESSHOLE_SELECT_HOLES_ON_FACE</source>
+ <translation>Select hole(s) on the face</translation>
+ </message>
+ <message>
+ <source>GEOM_SUPPRESSHOLE_TITLE</source>
+ <translation>Suppress holes</translation>
+ </message>
+ <message>
+ <source>GEOM_SUPPRESS_RESULT</source>
+ <translation>Suppress Result</translation>
+ </message>
+ <message>
+ <source>GEOM_SUPPRESS_RESULT_INSIDE</source>
+ <translation>Inside</translation>
+ </message>
+ <message>
+ <source>GEOM_SUPPRESS_RESULT_OUTSIDE</source>
+ <translation>Outside</translation>
+ </message>
+ <message>
+ <source>GEOM_SUPRESSFACE</source>
+ <translation>Supress Face</translation>
+ </message>
+ <message>
+ <source>GEOM_SUPRESSFACE_SELECT</source>
+ <translation>Select Faces To Suppress</translation>
+ </message>
+ <message>
+ <source>GEOM_SUPRESSFACE_TITLE</source>
+ <translation>Suppress Faces In An Object</translation>
+ </message>
+ <message>
+ <source>GEOM_SURFACE_CONTINUTY</source>
+ <translation>Surface continuity</translation>
+ </message>
+ <message>
+ <source>GEOM_SURFACE_MODE</source>
+ <translation>Surface mode</translation>
+ </message>
+ <message>
+ <source>GEOM_SURFCONE</source>
+ <translation>Conical Face</translation>
+ </message>
+ <message>
+ <source>GEOM_SURFCYLINDER</source>
+ <translation>Cylindrical Face</translation>
+ </message>
+ <message>
+ <source>GEOM_SURFSPHERE</source>
+ <translation>Spherical Face</translation>
+ </message>
+ <message>
+ <source>GEOM_SURFTORUS</source>
+ <translation>Toroidal Face</translation>
+ </message>
+ <message>
+ <source>GEOM_SameParameter</source>
+ <translation>SameParameter</translation>
+ </message>
+ <message>
+ <source>GEOM_SplitAngle</source>
+ <translation>SplitAngle</translation>
+ </message>
+ <message>
+ <source>GEOM_SplitClosedFaces</source>
+ <translation>SplitClosedFaces</translation>
+ </message>
+ <message>
+ <source>GEOM_SplitContinuity</source>
+ <translation>SplitContinuity</translation>
+ </message>
+ <message>
+ <source>GEOM_TOLERANCE</source>
+ <translation>Tolerance</translation>
+ </message>
+ <message>
+ <source>GEOM_TOLERANCE_CONSTR</source>
+ <translation>Object And Its Tolerances</translation>
+ </message>
+ <message>
+ <source>GEOM_TOLERANCE_EDGE</source>
+ <translation>Edge :</translation>
+ </message>
+ <message>
+ <source>GEOM_TOLERANCE_FACE</source>
+ <translation>Face :</translation>
+ </message>
+ <message>
+ <source>GEOM_TOLERANCE_TITLE</source>
+ <translation>Maximum Tolerance</translation>
+ </message>
+ <message>
+ <source>GEOM_TOLERANCE_VERTEX</source>
+ <translation>Vertex :</translation>
+ </message>
+ <message>
+ <source>GEOM_TOOL_OBJECT</source>
+ <translation>Tool Object</translation>
+ </message>
+ <message>
+ <source>GEOM_TORUS</source>
+ <translation>Torus</translation>
+ </message>
+ <message>
+ <source>GEOM_TORUS_TITLE</source>
+ <translation>Torus Construction</translation>
+ </message>
+ <message>
+ <source>GEOM_TRANSLATION</source>
+ <translation>Translation</translation>
+ </message>
+ <message>
+ <source>GEOM_TRANSLATION_COOR</source>
+ <translation>Translation With Coordinates</translation>
+ </message>
+ <message>
+ <source>GEOM_TRANSLATION_TITLE</source>
+ <translation>Translation Of An Object</translation>
+ </message>
+ <message>
+ <source>GEOM_TRANSPARENCY_OPAQUE</source>
+ <translation>Opaque</translation>
+ </message>
+ <message>
+ <source>GEOM_TRANSPARENCY_TITLE</source>
+ <translation>Transparency</translation>
+ </message>
+ <message>
+ <source>GEOM_TRANSPARENCY_TRANSPARENT</source>
+ <translation>Transparent</translation>
+ </message>
+ <message>
+ <source>GEOM_TRIHEDRON</source>
+ <translation>Trihedron</translation>
+ </message>
+ <message>
+ <source>GEOM_ToBezier</source>
+ <translation>ToBezier</translation>
+ </message>
+ <message>
+ <source>GEOM_VALUE</source>
+ <translation>Value</translation>
+ </message>
+ <message>
+ <source>GEOM_VECTOR</source>
+ <translation>Vector</translation>
+ </message>
+ <message>
+ <source>GEOM_VECTOR_LENGTH</source>
+ <translation>Vector Length :</translation>
+ </message>
+ <message>
+ <source>GEOM_VECTOR_TITLE</source>
+ <translation>Vector Construction</translation>
+ </message>
+ <message>
+ <source>GEOM_VECTOR_U</source>
+ <translation>Vector U</translation>
+ </message>
+ <message>
+ <source>GEOM_VECTOR_V</source>
+ <translation>Vector V</translation>
+ </message>
+ <message>
+ <source>GEOM_VERTEX</source>
+ <translation>Vertex</translation>
+ </message>
+ <message>
+ <source>GEOM_WATER_DENSITY</source>
+ <translation>Water Density :</translation>
+ </message>
+ <message>
+ <source>GEOM_WEIGHT</source>
+ <translation>Weight :</translation>
+ </message>
+ <message>
+ <source>GEOM_WHATIS</source>
+ <translation>Whatis</translation>
+ </message>
+ <message>
+ <source>GEOM_WHATIS_OBJECT</source>
+ <translation>Object And Its Topological Informations</translation>
+ </message>
+ <message>
+ <source>GEOM_WHATIS_TITLE</source>
+ <translation>Whatis Informations</translation>
+ </message>
+ <message>
+ <source>GEOM_WIRE</source>
+ <translation>Wire</translation>
+ </message>
+ <message>
+ <source>GEOM_WIRES</source>
+ <translation>Wire(s)</translation>
+ </message>
+ <message>
+ <source>GEOM_WIRES_TO_REMOVE</source>
+ <translation>Wires to remove</translation>
+ </message>
+ <message>
+ <source>GEOM_WIREZ</source>
+ <translation>Wires</translation>
+ </message>
+ <message>
+ <source>GEOM_WIRE_CONNECT</source>
+ <translation>Wire creation from wires/edges connected</translation>
+ </message>
+ <message>
+ <source>GEOM_WIRE_TITLE</source>
+ <translation>Create A Wire</translation>
+ </message>
+ <message>
+ <source>GEOM_WPLANE</source>
+ <translation>Working Plane</translation>
+ </message>
+ <message>
+ <source>GEOM_WPLANE_FACE</source>
+ <translation>Plane, Planar Face or LCS</translation>
+ </message>
+ <message>
+ <source>GEOM_WPLANE_ORIGIN</source>
+ <translation>Select a plane</translation>
+ </message>
+ <message>
+ <source>GEOM_WPLANE_OXY</source>
+ <translation>OXY</translation>
+ </message>
+ <message>
+ <source>GEOM_WPLANE_OYZ</source>
+ <translation>OYZ</translation>
+ </message>
+ <message>
+ <source>GEOM_WPLANE_OZX</source>
+ <translation>OZX</translation>
+ </message>
+ <message>
+ <source>GEOM_WPLANE_TITLE</source>
+ <translation>Working Plane Selection</translation>
+ </message>
+ <message>
+ <source>GEOM_WPLANE_VECTOR</source>
+ <translation>Select 2 vectors</translation>
+ </message>
+ <message>
+ <source>GEOM_WPLANE_VX</source>
+ <translation>Vector X</translation>
+ </message>
+ <message>
+ <source>GEOM_WPLANE_VZ</source>
+ <translation>Vector Z</translation>
+ </message>
+ <message>
+ <source>GEOM_WRN_RADIUS_NULL</source>
+ <translation>Radius is null</translation>
+ </message>
+ <message>
+ <source>GEOM_WRN_WARNING</source>
+ <translation>Warning</translation>
+ </message>
+ <message>
+ <source>GEOM_X</source>
+ <translation>X :</translation>
+ </message>
+ <message>
+ <source>GEOM_Y</source>
+ <translation>Y :</translation>
+ </message>
+ <message>
+ <source>GEOM_Z</source>
+ <translation>Z :</translation>
+ </message>
+ <message>
+ <source>GLUE_NEW_OBJ_NAME</source>
+ <translation>Glue</translation>
+ </message>
+ <message>
+ <source>MEN_ALL_SEL_ONLY</source>
+ <translation>Select All</translation>
+ </message>
+ <message>
+ <source>MEN_ARC</source>
+ <translation>Arc</translation>
+ </message>
+ <message>
+ <source>MEN_ARCHIMEDE</source>
+ <translation>Archimede</translation>
+ </message>
+ <message>
+ <source>MEN_BASIC</source>
+ <translation>Basic</translation>
+ </message>
+ <message>
+ <source>MEN_BASIC_PROPS</source>
+ <translation>Basic properties</translation>
+ </message>
+ <message>
+ <source>MEN_BLOCKS</source>
+ <translation>Blocks</translation>
+ </message>
+ <message>
+ <source>MEN_BND_BOX</source>
+ <translation>Bounding box</translation>
+ </message>
+ <message>
+ <source>MEN_BOOLEAN</source>
+ <translation>Boolean</translation>
+ </message>
+ <message>
+ <source>MEN_BOX</source>
+ <translation>Box</translation>
+ </message>
+ <message>
+ <source>MEN_BUILD</source>
+ <translation>Build</translation>
+ </message>
+ <message>
+ <source>MEN_CHAMFER</source>
+ <translation>Chamfer</translation>
+ </message>
+ <message>
+ <source>MEN_CHANGE_ORIENTATION</source>
+ <translation>Change orientation</translation>
+ </message>
+ <message>
+ <source>MEN_CHECK</source>
+ <translation>Check</translation>
+ </message>
+ <message>
+ <source>MEN_CHECK_COMPOUND</source>
+ <translation>Check compound of blocks</translation>
+ </message>
+ <message>
+ <source>MEN_CHECK_FREE_BNDS</source>
+ <translation>Check free boundaries</translation>
+ </message>
+ <message>
+ <source>MEN_CHECK_FREE_FACES</source>
+ <translation>Check free faces</translation>
+ </message>
+ <message>
+ <source>MEN_CHECK_GEOMETRY</source>
+ <translation>Check Geometry</translation>
+ </message>
+ <message>
+ <source>MEN_CIRCLE</source>
+ <translation>Circle</translation>
+ </message>
+ <message>
+ <source>MEN_CLIPPING</source>
+ <translation>Clipping range</translation>
+ </message>
+ <message>
+ <source>MEN_CLOSE_CONTOUR</source>
+ <translation>Close contour</translation>
+ </message>
+ <message>
+ <source>MEN_COMMON</source>
+ <translation>Common</translation>
+ </message>
+ <message>
+ <source>MEN_COMPOUND</source>
+ <translation>Compound</translation>
+ </message>
+ <message>
+ <source>MEN_COMPOUND_SEL_ONLY</source>
+ <translation>Compound</translation>
+ </message>
+ <message>
+ <source>MEN_CONE</source>
+ <translation>Cone</translation>
+ </message>
+ <message>
+ <source>MEN_CURVE</source>
+ <translation>Curve</translation>
+ </message>
+ <message>
+ <source>MEN_CUT</source>
+ <translation>Cut</translation>
+ </message>
+ <message>
+ <source>MEN_CYLINDER</source>
+ <translation>Cylinder</translation>
+ </message>
+ <message>
+ <source>MEN_DELETE</source>
+ <translation>Delete</translation>
+ </message>
+ <message>
+ <source>MEN_DIMENSIONS</source>
+ <translation>Dimensions</translation>
+ </message>
+ <message>
+ <source>MEN_DISPLAY</source>
+ <translation>Display</translation>
+ </message>
+ <message>
+ <source>MEN_DISPLAY_ALL</source>
+ <translation>Display all</translation>
+ </message>
+ <message>
+ <source>MEN_DISPLAY_MODE</source>
+ <translation>Display mode</translation>
+ </message>
+ <message>
+ <source>MEN_DISPLAY_ONLY</source>
+ <translation>Display only</translation>
+ </message>
+ <message>
+ <source>MEN_EDGE</source>
+ <translation>Edge</translation>
+ </message>
+ <message>
+ <source>MEN_EDGE_SEL_ONLY</source>
+ <translation>Edge</translation>
+ </message>
+ <message>
+ <source>MEN_EDIT</source>
+ <translation>Edit</translation>
+ </message>
+ <message>
+ <source>MEN_ELLIPSE</source>
+ <translation>Ellipse</translation>
+ </message>
+ <message>
+ <source>MEN_ERASE</source>
+ <translation>Erase</translation>
+ </message>
+ <message>
+ <source>MEN_ERASE_ALL</source>
+ <translation>Erase all</translation>
+ </message>
+ <message>
+ <source>MEN_EXPLODE</source>
+ <translation>Explode</translation>
+ </message>
+ <message>
+ <source>MEN_EXPLODE_BLOCKS</source>
+ <translation>Explode on Blocks</translation>
+ </message>
+ <message>
+ <source>MEN_EXPORT</source>
+ <translation>Export...</translation>
+ </message>
+ <message>
+ <source>MEN_EXTRUSION</source>
+ <translation>Extrusion</translation>
+ </message>
+ <message>
+ <source>MEN_FACE</source>
+ <translation>Face</translation>
+ </message>
+ <message>
+ <source>MEN_FACE_SEL_ONLY</source>
+ <translation>Face</translation>
+ </message>
+ <message>
+ <source>MEN_FILE</source>
+ <translation>File</translation>
+ </message>
+ <message>
+ <source>MEN_FILLET</source>
+ <translation>Fillet</translation>
+ </message>
+ <message>
+ <source>MEN_FILLING</source>
+ <translation>Filling</translation>
+ </message>
+ <message>
+ <source>MEN_FUSE</source>
+ <translation>Fuse</translation>
+ </message>
+ <message>
+ <source>MEN_GENERATION</source>
+ <translation>Generation</translation>
+ </message>
+ <message>
+ <source>MEN_GLUE_FACES</source>
+ <translation>Glue faces</translation>
+ </message>
+ <message>
+ <source>MEN_GROUP</source>
+ <translation>Group</translation>
+ </message>
+ <message>
+ <source>MEN_GROUP_CREATE</source>
+ <translation>Create</translation>
+ </message>
+ <message>
+ <source>MEN_GROUP_EDIT</source>
+ <translation>Edit</translation>
+ </message>
+ <message>
+ <source>MEN_HEX_SOLID</source>
+ <translation>Hexahedral Solid</translation>
+ </message>
+ <message>
+ <source>MEN_IMPORT</source>
+ <translation>Import...</translation>
+ </message>
+ <message>
+ <source>MEN_INERTIA</source>
+ <translation>Inertia</translation>
+ </message>
+ <message>
+ <source>MEN_ISOS</source>
+ <translation>Isos</translation>
+ </message>
+ <message>
+ <source>MEN_LINE</source>
+ <translation>Line</translation>
+ </message>
+ <message>
+ <source>MEN_LOCAL_CS</source>
+ <translation>Local coordinate system</translation>
+ </message>
+ <message>
+ <source>MEN_MASS_CENTER</source>
+ <translation>Center of mass</translation>
+ </message>
+ <message>
+ <source>MEN_MEASURES</source>
+ <translation>Measures</translation>
+ </message>
+ <message>
+ <source>MEN_MIN_DIST</source>
+ <translation>Min distance</translation>
+ </message>
+ <message>
+ <source>MEN_MIRROR</source>
+ <translation>Mirror image</translation>
+ </message>
+ <message>
+ <source>MEN_MODIFY_LOCATION</source>
+ <translation>Modify the Location</translation>
+ </message>
+ <message>
+ <source>MEN_MUL_ROTATION</source>
+ <translation>Multi-Rotation</translation>
+ </message>
+ <message>
+ <source>MEN_MUL_TRANSFORM</source>
+ <translation>Multi-transformation</translation>
+ </message>
+ <message>
+ <source>MEN_MUL_TRANSLATION</source>
+ <translation>Multi-Translation</translation>
+ </message>
+ <message>
+ <source>MEN_NEW_ENTITY</source>
+ <translation>New Entity</translation>
+ </message>
+ <message>
+ <source>MEN_OFFSET</source>
+ <translation>Offset surface</translation>
+ </message>
+ <message>
+ <source>MEN_OPERATIONS</source>
+ <translation>Operations</translation>
+ </message>
+ <message>
+ <source>MEN_PARTITION</source>
+ <translation>Partition</translation>
+ </message>
+ <message>
+ <source>MEN_PIPE</source>
+ <translation>Extrusion along a path</translation>
+ </message>
+ <message>
+ <source>MEN_PLANE</source>
+ <translation>Plane</translation>
+ </message>
+ <message>
+ <source>MEN_POINT</source>
+ <translation>Point</translation>
+ </message>
+ <message>
+ <source>MEN_POINT_COORDS</source>
+ <translation>Point coordinates</translation>
+ </message>
+ <message>
+ <source>MEN_POINT_ON_EDGE</source>
+ <translation>Add point on edge</translation>
+ </message>
+ <message>
+ <source>MEN_POP_COLOR</source>
+ <translation>Color</translation>
+ </message>
+ <message>
+ <source>MEN_POP_CREATE_GROUP</source>
+ <translation>Create Group</translation>
+ </message>
+ <message>
+ <source>MEN_POP_ISOS</source>
+ <translation>Isos</translation>
+ </message>
+ <message>
+ <source>MEN_POP_RENAME</source>
+ <translation>Rename</translation>
+ </message>
+ <message>
+ <source>MEN_POP_SHADING</source>
+ <translation>Shading</translation>
+ </message>
+ <message>
+ <source>MEN_POP_TRANSPARENCY</source>
+ <translation>Transparency</translation>
+ </message>
+ <message>
+ <source>MEN_POP_WIREFRAME</source>
+ <translation>Wireframe</translation>
+ </message>
+ <message>
+ <source>MEN_PREFERENCES</source>
+ <translation>Preferences</translation>
+ </message>
+ <message>
+ <source>MEN_PREFERENCES_GEOM</source>
+ <translation>Geometry</translation>
+ </message>
+ <message>
+ <source>MEN_PRIMITIVES</source>
+ <translation>Primitives</translation>
+ </message>
+ <message>
+ <source>MEN_PROPAGATE</source>
+ <translation>Propagate</translation>
+ </message>
+ <message>
+ <source>MEN_Q_FACE</source>
+ <translation>Quadrangle Face</translation>
+ </message>
+ <message>
+ <source>MEN_REPAIR</source>
+ <translation>Repair</translation>
+ </message>
+ <message>
+ <source>MEN_REVOLUTION</source>
+ <translation>Revolution</translation>
+ </message>
+ <message>
+ <source>MEN_ROTATION</source>
+ <translation>Rotation</translation>
+ </message>
+ <message>
+ <source>MEN_SCALE</source>
+ <translation>Scale transform</translation>
+ </message>
+ <message>
+ <source>MEN_SECTION</source>
+ <translation>Section</translation>
+ </message>
+ <message>
+ <source>MEN_SELECT_ONLY</source>
+ <translation>Select Only</translation>
+ </message>
+ <message>
+ <source>MEN_SEWING</source>
+ <translation>Sewing</translation>
+ </message>
+ <message>
+ <source>MEN_SHADING</source>
+ <translation>Shading</translation>
+ </message>
+ <message>
+ <source>MEN_SHADING_COLOR</source>
+ <translation>Shading color</translation>
+ </message>
+ <message>
+ <source>MEN_SHAPE_PROCESS</source>
+ <translation>Shape processing</translation>
+ </message>
+ <message>
+ <source>MEN_SHELL</source>
+ <translation>Shell</translation>
+ </message>
+ <message>
+ <source>MEN_SHELL_SEL_ONLY</source>
+ <translation>Shell</translation>
+ </message>
+ <message>
+ <source>MEN_SKETCH</source>
+ <translation>Sketch</translation>
+ </message>
+ <message>
+ <source>MEN_SOLID</source>
+ <translation>Solid</translation>
+ </message>
+ <message>
+ <source>MEN_SOLID_SEL_ONLY</source>
+ <translation>Solid</translation>
+ </message>
+ <message>
+ <source>MEN_SPHERE</source>
+ <translation>Sphere</translation>
+ </message>
+ <message>
+ <source>MEN_STEP_VALUE</source>
+ <translation>Step value</translation>
+ </message>
+ <message>
+ <source>MEN_SUPPERSS_HOLES</source>
+ <translation>Suppress holes</translation>
+ </message>
+ <message>
+ <source>MEN_SUPPRESS_FACES</source>
+ <translation>Suppress faces</translation>
+ </message>
+ <message>
+ <source>MEN_SUPPRESS_INT_WIRES</source>
+ <translation>Suppress internal wires</translation>
+ </message>
+ <message>
+ <source>MEN_TOLERANCE</source>
+ <translation>Compute tolerance</translation>
+ </message>
+ <message>
+ <source>MEN_TOOLS</source>
+ <translation>Tools</translation>
+ </message>
+ <message>
+ <source>MEN_TORUS</source>
+ <translation>Torus</translation>
+ </message>
+ <message>
+ <source>MEN_TRANSFORMATION</source>
+ <translation>Transformation</translation>
+ </message>
+ <message>
+ <source>MEN_TRANSLATION</source>
+ <translation>Translation</translation>
+ </message>
+ <message>
+ <source>MEN_VECTOR</source>
+ <translation>Vector</translation>
+ </message>
+ <message>
+ <source>MEN_VERTEX_SEL_ONLY</source>
+ <translation>Vertex</translation>
+ </message>
+ <message>
+ <source>MEN_VIEW</source>
+ <translation>View</translation>
+ </message>
+ <message>
+ <source>MEN_WHAT_IS</source>
+ <translation>What is</translation>
+ </message>
+ <message>
+ <source>MEN_WIRE</source>
+ <translation>Wire</translation>
+ </message>
+ <message>
+ <source>MEN_WIREFRAME</source>
+ <translation>Wireframe</translation>
+ </message>
+ <message>
+ <source>MEN_WIRE_SEL_ONLY</source>
+ <translation>Wire</translation>
+ </message>
+ <message>
+ <source>MEN_WORK_PLANE</source>
+ <translation>Working plane</translation>
+ </message>
+ <message>
+ <source>NAME_LBL</source>
+ <translation>Name: </translation>
+ </message>
+ <message>
+ <source>NON_GEOM_OBJECTS_SELECTED</source>
+ <translation>There are objects selected which do not belong to %1 component.</translation>
+ </message>
+ <message>
+ <source>PREF_DISPLAY_MODE</source>
+ <translation>Default display mode</translation>
+ </message>
+ <message>
+ <source>PREF_FREE_BOUND_COLOR</source>
+ <translation>Color of free boundaries</translation>
+ </message>
+ <message>
+ <source>PREF_GROUP_GENERAL</source>
+ <translation>General</translation>
+ </message>
+ <message>
+ <source>PREF_GROUP_OCCVIEWER</source>
+ <translation>OCC Viewer 3d</translation>
+ </message>
+ <message>
+ <source>PREF_GROUP_VERTEX</source>
+ <translation>Marker of Points</translation>
+ </message>
+ <message>
+ <source>PREF_ISOS_COLOR</source>
+ <translation>Color of isolines</translation>
+ </message>
+ <message>
+ <source>PREF_LINE_COLOR</source>
+ <translation>Color of edges, vectors, wires</translation>
+ </message>
+ <message>
+ <source>PREF_MARKER_SCALE</source>
+ <translation>Size</translation>
+ </message>
+ <message>
+ <source>PREF_POINT_COLOR</source>
+ <translation>Color of points</translation>
+ </message>
+ <message>
+ <source>PREF_SHADING_COLOR</source>
+ <translation>Default shading color</translation>
+ </message>
+ <message>
+ <source>PREF_STEP_VALUE</source>
+ <translation>Step value for spin boxes</translation>
+ </message>
+ <message>
+ <source>PREF_TAB_SETTINGS</source>
+ <translation>Settings</translation>
+ </message>
+ <message>
+ <source>PREF_TYPE_OF_MARKER</source>
+ <translation>Type</translation>
+ </message>
+ <message>
+ <source>PREF_WIREFRAME_COLOR</source>
+ <translation>Default wireframe color</translation>
+ </message>
+ <message>
+ <source>PROCESS_SHAPE_NEW_OBJ_NAME</source>
+ <translation>ProcessShape</translation>
+ </message>
+ <message>
+ <source>REMOVE_HOLES_NEW_OBJ_NAME</source>
+ <translation>SupressHoles</translation>
+ </message>
+ <message>
+ <source>REMOVE_INT_WIRES_NEW_OBJ_NAME</source>
+ <translation>RemoveIntWires</translation>
+ </message>
+ <message>
+ <source>SEWING_NEW_OBJ_NAME</source>
+ <translation>Sewing</translation>
+ </message>
+ <message>
+ <source>STB_ALL_SEL_ONLY</source>
+ <translation>Select all Objects</translation>
+ </message>
+ <message>
+ <source>STB_ARC</source>
+ <translation>Create an arc</translation>
+ </message>
+ <message>
+ <source>STB_ARCHIMEDE</source>
+ <translation>Archimede</translation>
+ </message>
+ <message>
+ <source>STB_BASIC_PROPS</source>
+ <translation>Basic properties</translation>
+ </message>
+ <message>
+ <source>STB_BND_BOX</source>
+ <translation>Compute bounding box</translation>
+ </message>
+ <message>
+ <source>STB_BOX</source>
+ <translation>Create a box</translation>
+ </message>
+ <message>
+ <source>STB_CHAMFER</source>
+ <translation>Chamfer</translation>
+ </message>
+ <message>
+ <source>STB_CHANGE_ORIENTATION</source>
+ <translation>Change orientation</translation>
+ </message>
+ <message>
+ <source>STB_CHECK</source>
+ <translation>Check</translation>
+ </message>
+ <message>
+ <source>STB_CHECK_COMPOUND</source>
+ <translation>Check compound of blocks</translation>
+ </message>
+ <message>
+ <source>STB_CHECK_FREE_BNDS</source>
+ <translation>Check free boundaries</translation>
+ </message>
+ <message>
+ <source>STB_CHECK_FREE_FACES</source>
+ <translation>Check free faces</translation>
+ </message>
+ <message>
+ <source>STB_CHECK_GEOMETRY</source>
+ <translation>Check Geometry</translation>
+ </message>
+ <message>
+ <source>STB_CIRCLE</source>
+ <translation>Create a circle</translation>
+ </message>
+ <message>
+ <source>STB_CLIPPING</source>
+ <translation>Clipping range</translation>
+ </message>
+ <message>
+ <source>STB_CLOSE_CONTOUR</source>
+ <translation>Perform close contour</translation>
+ </message>
+ <message>
+ <source>STB_COMMON</source>
+ <translation>Common</translation>
+ </message>
+ <message>
+ <source>STB_COMPOUND</source>
+ <translation>Build a compound</translation>
+ </message>
+ <message>
+ <source>STB_COMPOUND_SEL_ONLY</source>
+ <translation>Select only a Compounds</translation>
+ </message>
+ <message>
+ <source>STB_CONE</source>
+ <translation>Create a cone</translation>
+ </message>
+ <message>
+ <source>STB_CURVE</source>
+ <translation>Create a curve</translation>
+ </message>
+ <message>
+ <source>STB_CUT</source>
+ <translation>Cut</translation>
+ </message>
+ <message>
+ <source>STB_CYLINDER</source>
+ <translation>Create a cylinder</translation>
+ </message>
+ <message>
+ <source>STB_DELETE</source>
+ <translation>Delete object</translation>
+ </message>
+ <message>
+ <source>STB_DISPLAY</source>
+ <translation>Display</translation>
+ </message>
+ <message>
+ <source>STB_DISPLAY_ALL</source>
+ <translation>Display all</translation>
+ </message>
+ <message>
+ <source>STB_DISPLAY_ONLY</source>
+ <translation>Display only</translation>
+ </message>
+ <message>
+ <source>STB_EDGE</source>
+ <translation>Build an edge</translation>
+ </message>
+ <message>
+ <source>STB_EDGE_SEL_ONLY</source>
+ <translation>Select only a Edges</translation>
+ </message>
+ <message>
+ <source>STB_ELLIPSE</source>
+ <translation>Create an ellipse</translation>
+ </message>
+ <message>
+ <source>STB_ERASE</source>
+ <translation>Erase</translation>
+ </message>
+ <message>
+ <source>STB_ERASE_ALL</source>
+ <translation>Erase all</translation>
+ </message>
+ <message>
+ <source>STB_EXPLODE</source>
+ <translation>Explode</translation>
+ </message>
+ <message>
+ <source>STB_EXPLODE_BLOCKS</source>
+ <translation>Explode on Blocks</translation>
+ </message>
+ <message>
+ <source>STB_EXPORT</source>
+ <translation>Export geometry to BREP file</translation>
+ </message>
+ <message>
+ <source>STB_EXTRUSION</source>
+ <translation>Create an extrusion</translation>
+ </message>
+ <message>
+ <source>STB_FACE</source>
+ <translation>Build a face</translation>
+ </message>
+ <message>
+ <source>STB_FACE_SEL_ONLY</source>
+ <translation>Select only a Faces</translation>
+ </message>
+ <message>
+ <source>STB_FILLET</source>
+ <translation>Fillet</translation>
+ </message>
+ <message>
+ <source>STB_FILLING</source>
+ <translation>Create a filling</translation>
+ </message>
+ <message>
+ <source>STB_FUSE</source>
+ <translation>Fuse</translation>
+ </message>
+ <message>
+ <source>STB_GLUE_FACES</source>
+ <translation>Perform glue faces</translation>
+ </message>
+ <message>
+ <source>STB_GROUP_CREATE</source>
+ <translation>Create a group</translation>
+ </message>
+ <message>
+ <source>STB_GROUP_EDIT</source>
+ <translation>Edit a group</translation>
+ </message>
+ <message>
+ <source>STB_HEX_SOLID</source>
+ <translation>Hexahedral Solid</translation>
+ </message>
+ <message>
+ <source>STB_IMPORT</source>
+ <translation>Import geometry from BREP file</translation>
+ </message>
+ <message>
+ <source>STB_INERTIA</source>
+ <translation>Compute intertia</translation>
+ </message>
+ <message>
+ <source>STB_ISOS</source>
+ <translation>Set number of isolines</translation>
+ </message>
+ <message>
+ <source>STB_LINE</source>
+ <translation>Create a line</translation>
+ </message>
+ <message>
+ <source>STB_LOCAL_CS</source>
+ <translation>Create a local coordinate system</translation>
+ </message>
+ <message>
+ <source>STB_MASS_CENTER</source>
+ <translation>Compute center of mass</translation>
+ </message>
+ <message>
+ <source>STB_MIN_DIST</source>
+ <translation>Compute minimum distance</translation>
+ </message>
+ <message>
+ <source>STB_MIRROR</source>
+ <translation>Mirror image</translation>
+ </message>
+ <message>
+ <source>STB_MODIFY_LOCATION</source>
+ <translation>Modify the Location</translation>
+ </message>
+ <message>
+ <source>STB_MUL_ROTATION</source>
+ <translation>Multi-Rotation</translation>
+ </message>
+ <message>
+ <source>STB_MUL_TRANSFORM</source>
+ <translation>Multi-transformation</translation>
+ </message>
+ <message>
+ <source>STB_MUL_TRANSLATION</source>
+ <translation>Multi-Translation</translation>
+ </message>
+ <message>
+ <source>STB_OFFSET</source>
+ <translation>Offset surface</translation>
+ </message>
+ <message>
+ <source>STB_PARTITION</source>
+ <translation>Partition</translation>
+ </message>
+ <message>
+ <source>STB_PIPE</source>
+ <translation>Create a shape by Extrusion along a path</translation>
+ </message>
+ <message>
+ <source>STB_PLANE</source>
+ <translation>Create a plane</translation>
+ </message>
+ <message>
+ <source>STB_POINT</source>
+ <translation>Create a point</translation>
+ </message>
+ <message>
+ <source>STB_POINT_COORDS</source>
+ <translation>Point coordinates</translation>
+ </message>
+ <message>
+ <source>STB_POINT_ON_EDGE</source>
+ <translation>Add point on edge</translation>
+ </message>
+ <message>
+ <source>STB_POP_COLOR</source>
+ <translation>Color</translation>
+ </message>
+ <message>
+ <source>STB_POP_CREATE_GROUP</source>
+ <translation>Create Group</translation>
+ </message>
+ <message>
+ <source>STB_POP_ISOS</source>
+ <translation>Isolines</translation>
+ </message>
+ <message>
+ <source>STB_POP_RENAME</source>
+ <translation>Rename</translation>
+ </message>
+ <message>
+ <source>STB_POP_SHADING</source>
+ <translation>Shading</translation>
+ </message>
+ <message>
+ <source>STB_POP_TRANSPARENCY</source>
+ <translation>Transparency</translation>
+ </message>
+ <message>
+ <source>STB_POP_WIREFRAME</source>
+ <translation>Wireframe</translation>
+ </message>
+ <message>
+ <source>STB_PROPAGATE</source>
+ <translation>Propagate</translation>
+ </message>
+ <message>
+ <source>STB_Q_FACE</source>
+ <translation>Quadrangle Face</translation>
+ </message>
+ <message>
+ <source>STB_REVOLUTION</source>
+ <translation>Create a revolution</translation>
+ </message>
+ <message>
+ <source>STB_ROTATION</source>
+ <translation>Rotation</translation>
+ </message>
+ <message>
+ <source>STB_SCALE</source>
+ <translation>Scale transform</translation>
+ </message>
+ <message>
+ <source>STB_SECTION</source>
+ <translation>Section</translation>
+ </message>
+ <message>
+ <source>STB_SEWING</source>
+ <translation>Perform sewing</translation>
+ </message>
+ <message>
+ <source>STB_SHADING</source>
+ <translation>Shading</translation>
+ </message>
+ <message>
+ <source>STB_SHADING_COLOR</source>
+ <translation>Set shading color</translation>
+ </message>
+ <message>
+ <source>STB_SHAPE_PROCESS</source>
+ <translation>Perform shape processing </translation>
+ </message>
+ <message>
+ <source>STB_SHELL</source>
+ <translation>Build a shell</translation>
+ </message>
+ <message>
+ <source>STB_SHELL_SEL_ONLY</source>
+ <translation>Select only a Shells</translation>
+ </message>
+ <message>
+ <source>STB_SKETCH</source>
+ <translation>Sketch</translation>
+ </message>
+ <message>
+ <source>STB_SOLID</source>
+ <translation>Build a solid</translation>
+ </message>
+ <message>
+ <source>STB_SOLID_SEL_ONLY</source>
+ <translation>Select only a Solids</translation>
+ </message>
+ <message>
+ <source>STB_SPHERE</source>
+ <translation>Create a sphere</translation>
+ </message>
+ <message>
+ <source>STB_STEP_VALUE</source>
+ <translation>Set step value</translation>
+ </message>
+ <message>
+ <source>STB_SUPPERSS_HOLES</source>
+ <translation>Perform suppress holes</translation>
+ </message>
+ <message>
+ <source>STB_SUPPRESS_FACES</source>
+ <translation>Perform suppress faces</translation>
+ </message>
+ <message>
+ <source>STB_SUPPRESS_INT_WIRES</source>
+ <translation>Perform suppress internal wires</translation>
+ </message>
+ <message>
+ <source>STB_TOLERANCE</source>
+ <translation>Compute tolerance</translation>
+ </message>
+ <message>
+ <source>STB_TORUS</source>
+ <translation>Create a torus</translation>
+ </message>
+ <message>
+ <source>STB_TRANSLATION</source>
+ <translation>Translation</translation>
+ </message>
+ <message>
+ <source>STB_VECTOR</source>
+ <translation>Create a vector</translation>
+ </message>
+ <message>
+ <source>STB_VERTEX_SEL_ONLY</source>
+ <translation>Select only a Points</translation>
+ </message>
+ <message>
+ <source>STB_WHAT_IS</source>
+ <translation>What is</translation>
+ </message>
+ <message>
+ <source>STB_WIRE</source>
+ <translation>Build a wire</translation>
+ </message>
+ <message>
+ <source>STB_WIRE_SEL_ONLY</source>
+ <translation>Select only a Wires</translation>
+ </message>
+ <message>
+ <source>STB_WORK_PLANE</source>
+ <translation>Create a working plane</translation>
+ </message>
+ <message>
+ <source>SUPPRESS_RESULT</source>
+ <translation>Suppress Result</translation>
+ </message>
+ <message>
+ <source>SUPRESS_FACE_NEW_OBJ_NAME</source>
+ <translation>SupressFaces</translation>
+ </message>
+ <message>
+ <source>ShHealOper_ErrorExecution_msg</source>
+ <translation>Shape Healing algorithm failed</translation>
+ </message>
+ <message>
+ <source>ShHealOper_InvalidParameters_msg</source>
+ <translation>Incorrect parameters for Shape Healing algorithm</translation>
+ </message>
+ <message>
+ <source>ShHealOper_NotError_msg</source>
+ <translation>Shape Healing algorithm has done no modification of the original shape</translation>
+ </message>
+ <message>
+ <source>TLT_RENAME</source>
+ <translation>Rename</translation>
+ </message>
+ <message>
+ <source>TOM_O</source>
+ <translation>O</translation>
+ </message>
+ <message>
+ <source>TOM_O_PLUS</source>
+ <translation>+ in O</translation>
+ </message>
+ <message>
+ <source>TOM_O_POINT</source>
+ <translation>. in O</translation>
+ </message>
+ <message>
+ <source>TOM_O_STAR</source>
+ <translation>* in O</translation>
+ </message>
+ <message>
+ <source>TOM_O_X</source>
+ <translation>X in O</translation>
+ </message>
+ <message>
+ <source>TOM_PLUS</source>
+ <translation>+</translation>
+ </message>
+ <message>
+ <source>TOM_POINT</source>
+ <translation>.</translation>
+ </message>
+ <message>
+ <source>TOM_STAR</source>
+ <translation>*</translation>
+ </message>
+ <message>
+ <source>TOM_X</source>
+ <translation>X</translation>
+ </message>
+ <message>
+ <source>TOOL_BASIC</source>
+ <translation>Basic</translation>
+ </message>
+ <message>
+ <source>TOOL_BOOLEAN</source>
+ <translation>Boolean operations</translation>
+ </message>
+ <message>
+ <source>TOOL_GENERATION</source>
+ <translation>Generation</translation>
+ </message>
+ <message>
+ <source>TOOL_PRIMITIVES</source>
+ <translation>Primitives</translation>
+ </message>
+ <message>
+ <source>TOOL_TRANSFORMATION</source>
+ <translation>Transformation</translation>
+ </message>
+ <message>
+ <source>TOP_ARC</source>
+ <translation>Create an arc</translation>
+ </message>
+ <message>
+ <source>TOP_ARCHIMEDE</source>
+ <translation>Archimede</translation>
+ </message>
+ <message>
+ <source>TOP_BASIC_PROPS</source>
+ <translation>Basic properties</translation>
+ </message>
+ <message>
+ <source>TOP_BND_BOX</source>
+ <translation>Compute bounding box</translation>
+ </message>
+ <message>
+ <source>TOP_BOX</source>
+ <translation>Create a box</translation>
+ </message>
+ <message>
+ <source>TOP_CHAMFER</source>
+ <translation>Chamfer</translation>
+ </message>
+ <message>
+ <source>TOP_CHANGE_ORIENTATION</source>
+ <translation>Change orientation</translation>
+ </message>
+ <message>
+ <source>TOP_CHECK</source>
+ <translation>Check</translation>
+ </message>
+ <message>
+ <source>TOP_CHECK_COMPOUND</source>
+ <translation>Check compound of blocks</translation>
+ </message>
+ <message>
+ <source>TOP_CHECK_FREE_BNDS</source>
+ <translation>Check free boundaries</translation>
+ </message>
+ <message>
+ <source>TOP_CHECK_FREE_FACES</source>
+ <translation>Check free faces</translation>
+ </message>
+ <message>
+ <source>TOP_CHECK_GEOMETRY</source>
+ <translation>Check Geometry</translation>
+ </message>
+ <message>
+ <source>TOP_CIRCLE</source>
+ <translation>Create a circle</translation>
+ </message>
+ <message>
+ <source>TOP_CLIPPING</source>
+ <translation>Clipping range</translation>
+ </message>
+ <message>
+ <source>TOP_CLOSE_CONTOUR</source>
+ <translation>Perform close contour</translation>
+ </message>
+ <message>
+ <source>TOP_COMMON</source>
+ <translation>Common</translation>
+ </message>
+ <message>
+ <source>TOP_COMPOUND</source>
+ <translation>Build a compound</translation>
+ </message>
+ <message>
+ <source>TOP_CONE</source>
+ <translation>Create a cone</translation>
+ </message>
+ <message>
+ <source>TOP_CURVE</source>
+ <translation>Create a curve</translation>
+ </message>
+ <message>
+ <source>TOP_CUT</source>
+ <translation>Cut</translation>
+ </message>
+ <message>
+ <source>TOP_CYLINDER</source>
+ <translation>Create a cylinder</translation>
+ </message>
+ <message>
+ <source>TOP_DELETE</source>
+ <translation>Delete object</translation>
+ </message>
+ <message>
+ <source>TOP_DISPLAY</source>
+ <translation>Display</translation>
+ </message>
+ <message>
+ <source>TOP_DISPLAY_ALL</source>
+ <translation>Display all</translation>
+ </message>
+ <message>
+ <source>TOP_DISPLAY_ONLY</source>
+ <translation>Display only</translation>
+ </message>
+ <message>
+ <source>TOP_EDGE</source>
+ <translation>Build an edge</translation>
+ </message>
+ <message>
+ <source>TOP_ELLIPSE</source>
+ <translation>Create an ellipse</translation>
+ </message>
+ <message>
+ <source>TOP_ERASE</source>
+ <translation>Erase</translation>
+ </message>
+ <message>
+ <source>TOP_ERASE_ALL</source>
+ <translation>Erase all</translation>
+ </message>
+ <message>
+ <source>TOP_EXPLODE</source>
+ <translation>Explode</translation>
+ </message>
+ <message>
+ <source>TOP_EXPLODE_BLOCKS</source>
+ <translation>Explode on Blocks</translation>
+ </message>
+ <message>
+ <source>TOP_EXPORT</source>
+ <translation>Export geometry to BREP file</translation>
+ </message>
+ <message>
+ <source>TOP_EXTRUSION</source>
+ <translation>Create an extrusion</translation>
+ </message>
+ <message>
+ <source>TOP_FACE</source>
+ <translation>Build a face</translation>
+ </message>
+ <message>
+ <source>TOP_FILLET</source>
+ <translation>Fillet</translation>
+ </message>
+ <message>
+ <source>TOP_FILLING</source>
+ <translation>Create a filling</translation>
+ </message>
+ <message>
+ <source>TOP_FUSE</source>
+ <translation>Fuse</translation>
+ </message>
+ <message>
+ <source>TOP_GLUE_FACES</source>
+ <translation>Perform glue faces</translation>
+ </message>
+ <message>
+ <source>TOP_GROUP_CREATE</source>
+ <translation>Create a group</translation>
+ </message>
+ <message>
+ <source>TOP_GROUP_EDIT</source>
+ <translation>Edit a group</translation>
+ </message>
+ <message>
+ <source>TOP_HEX_SOLID</source>
+ <translation>Hexahedral Solid</translation>
+ </message>
+ <message>
+ <source>TOP_IMPORT</source>
+ <translation>Import geometry from BREP file</translation>
+ </message>
+ <message>
+ <source>TOP_INERTIA</source>
+ <translation>Compute intertia</translation>
+ </message>
+ <message>
+ <source>TOP_ISOS</source>
+ <translation>Set number of isolines</translation>
+ </message>
+ <message>
+ <source>TOP_LINE</source>
+ <translation>Create a line</translation>
+ </message>
+ <message>
+ <source>TOP_LOCAL_CS</source>
+ <translation>Create a local coordinate system</translation>
+ </message>
+ <message>
+ <source>TOP_MASS_CENTER</source>
+ <translation>Compute center of mass</translation>
+ </message>
+ <message>
+ <source>TOP_MIN_DIST</source>
+ <translation>Compute minimum distance</translation>
+ </message>
+ <message>
+ <source>TOP_MIRROR</source>
+ <translation>Mirror image</translation>
+ </message>
+ <message>
+ <source>TOP_MODIFY_LOCATION</source>
+ <translation>Modify the Location</translation>
+ </message>
+ <message>
+ <source>TOP_MUL_ROTATION</source>
+ <translation>Multi-Rotation</translation>
+ </message>
+ <message>
+ <source>TOP_MUL_TRANSFORM</source>
+ <translation>Multi-transformation</translation>
+ </message>
+ <message>
+ <source>TOP_MUL_TRANSLATION</source>
+ <translation>Multi-Translation</translation>
+ </message>
+ <message>
+ <source>TOP_OFFSET</source>
+ <translation>Offset surface</translation>
+ </message>
+ <message>
+ <source>TOP_PARTITION</source>
+ <translation>Partition</translation>
+ </message>
+ <message>
+ <source>TOP_PIPE</source>
+ <translation>Extrusion along a path</translation>
+ </message>
+ <message>
+ <source>TOP_PLANE</source>
+ <translation>Create a plane</translation>
+ </message>
+ <message>
+ <source>TOP_POINT</source>
+ <translation>Create a point</translation>
+ </message>
+ <message>
+ <source>TOP_POINT_COORDS</source>
+ <translation>Point coordinates</translation>
+ </message>
+ <message>
+ <source>TOP_POINT_ON_EDGE</source>
+ <translation>Add point on edge</translation>
+ </message>
+ <message>
+ <source>TOP_POP_COLOR</source>
+ <translation>Color</translation>
+ </message>
+ <message>
+ <source>TOP_POP_CREATE_GROUP</source>
+ <translation>Create Group</translation>
+ </message>
+ <message>
+ <source>TOP_POP_ISOS</source>
+ <translation>Isolines</translation>
+ </message>
+ <message>
+ <source>TOP_POP_RENAME</source>
+ <translation>Rename</translation>
+ </message>
+ <message>
+ <source>TOP_POP_SHADING</source>
+ <translation>Shading</translation>
+ </message>
+ <message>
+ <source>TOP_POP_TRANSPARENCY</source>
+ <translation>Transparency</translation>
+ </message>
+ <message>
+ <source>TOP_POP_WIREFRAME</source>
+ <translation>Wireframe</translation>
+ </message>
+ <message>
+ <source>TOP_PROPAGATE</source>
+ <translation>Propagate</translation>
+ </message>
+ <message>
+ <source>TOP_Q_FACE</source>
+ <translation>Quadrangle Face</translation>
+ </message>
+ <message>
+ <source>TOP_REVOLUTION</source>
+ <translation>Create a revolution</translation>
+ </message>
+ <message>
+ <source>TOP_ROTATION</source>
+ <translation>Rotation</translation>
+ </message>
+ <message>
+ <source>TOP_SCALE</source>
+ <translation>Scale transform</translation>
+ </message>
+ <message>
+ <source>TOP_SECTION</source>
+ <translation>Section</translation>
+ </message>
+ <message>
+ <source>TOP_SEWING</source>
+ <translation>Perform sewing</translation>
+ </message>
+ <message>
+ <source>TOP_SHADING</source>
+ <translation>Shading</translation>
+ </message>
+ <message>
+ <source>TOP_SHADING_COLOR</source>
+ <translation>Set shading color</translation>
+ </message>
+ <message>
+ <source>TOP_SHAPE_PROCESS</source>
+ <translation>Perform shape processing</translation>
+ </message>
+ <message>
+ <source>TOP_SHELL</source>
+ <translation>Build a shell</translation>
+ </message>
+ <message>
+ <source>TOP_SKETCH</source>
+ <translation>Sketch</translation>
+ </message>
+ <message>
+ <source>TOP_SOLID</source>
+ <translation>Build a solid</translation>
+ </message>
+ <message>
+ <source>TOP_SPHERE</source>
+ <translation>Create a sphere</translation>
+ </message>
+ <message>
+ <source>TOP_STEP_VALUE</source>
+ <translation>Set step value</translation>
+ </message>
+ <message>
+ <source>TOP_SUPPERSS_HOLES</source>
+ <translation>Perform suppress holes</translation>
+ </message>
+ <message>
+ <source>TOP_SUPPRESS_FACES</source>
+ <translation>Perform suppress faces</translation>
+ </message>
+ <message>
+ <source>TOP_SUPPRESS_INT_WIRES</source>
+ <translation>Perform suppress internal wires</translation>
+ </message>
+ <message>
+ <source>TOP_TOLERANCE</source>
+ <translation>Compute tolerance</translation>
+ </message>
+ <message>
+ <source>TOP_TORUS</source>
+ <translation>Create a torus</translation>
+ </message>
+ <message>
+ <source>TOP_TRANSLATION</source>
+ <translation>Translation</translation>
+ </message>
+ <message>
+ <source>TOP_VECTOR</source>
+ <translation>Create a vector</translation>
+ </message>
+ <message>
+ <source>TOP_WHAT_IS</source>
+ <translation>What is</translation>
+ </message>
+ <message>
+ <source>TOP_WIRE</source>
+ <translation>Build a wire</translation>
+ </message>
+ <message>
+ <source>TOP_WORK_PLANE</source>
+ <translation>Create a working plane</translation>
+ </message>
+ <message>
+ <source>WRN_NOT_IMPLEMENTED</source>
+ <translation>Sorry, this functionality is not yet implemented</translation>
+ </message>
+ <message>
+ <source>_S_</source>
+ <translation>(s)</translation>
+ </message>
+ </context>
+ <context>
+ <name>BasicGUI_MarkerDlg</name>
+ <message>
+ <source>CAPTION</source>
+ <translation>Local CS Construction</translation>
+ </message>
+ <message>
+ <source>DX</source>
+ <translation>Dx</translation>
+ </message>
+ <message>
+ <source>DY</source>
+ <translation>Dy</translation>
+ </message>
+ <message>
+ <source>DZ</source>
+ <translation>Dz</translation>
+ </message>
+ <message>
+ <source>LCS_NAME</source>
+ <translation>LocalCS</translation>
+ </message>
+ <message>
+ <source>LOCALCS</source>
+ <translation>Local coordinate system</translation>
+ </message>
+ <message>
+ <source>ORIGIN</source>
+ <translation>Coordinates of origin</translation>
+ </message>
+ <message>
+ <source>VEC_PARALLEL</source>
+ <translation>Coordinate system axes cannot be parallel</translation>
+ </message>
+ <message>
+ <source>XDIR</source>
+ <translation>X axis direction</translation>
+ </message>
+ <message>
+ <source>YDIR</source>
+ <translation>Y axis direction</translation>
+ </message>
+ </context>
+ <context>
+ <name>BlocksGUI_BlockDlg</name>
+ <message>
+ <source>FACE_1</source>
+ <translation>Face 1</translation>
+ </message>
+ <message>
+ <source>FACE_2</source>
+ <translation>Face 2</translation>
+ </message>
+ <message>
+ <source>FACE_3</source>
+ <translation>Face 3</translation>
+ </message>
+ <message>
+ <source>FACE_4</source>
+ <translation>Face 4</translation>
+ </message>
+ <message>
+ <source>FACE_5</source>
+ <translation>Face 5</translation>
+ </message>
+ <message>
+ <source>FACE_6</source>
+ <translation>Face 6</translation>
+ </message>
+ </context>
+ <context>
+ <name>BlocksGUI_ExplodeDlg</name>
+ <message>
+ <source>NB_FACES_MAX</source>
+ <translation>Max. nb. faces</translation>
+ </message>
+ <message>
+ <source>NB_FACES_MIN</source>
+ <translation>Min. nb. faces</translation>
+ </message>
+ </context>
+ <context>
+ <name>BlocksGUI_QuadFaceDlg</name>
+ <message>
+ <source>EDGE_1</source>
+ <translation>Edge 1</translation>
+ </message>
+ <message>
+ <source>EDGE_2</source>
+ <translation>Edge 2</translation>
+ </message>
+ <message>
+ <source>EDGE_3</source>
+ <translation>Edge 3</translation>
+ </message>
+ <message>
+ <source>EDGE_4</source>
+ <translation>Edge 4</translation>
+ </message>
+ <message>
+ <source>VERTEX_1</source>
+ <translation>Vertex 1</translation>
+ </message>
+ <message>
+ <source>VERTEX_2</source>
+ <translation>Vertex 2</translation>
+ </message>
+ <message>
+ <source>VERTEX_3</source>
+ <translation>Vertex 3</translation>
+ </message>
+ <message>
+ <source>VERTEX_4</source>
+ <translation>Vertex 4</translation>
+ </message>
+ </context>
+ <context>
+ <name>BlocksGUI_TrsfDlg</name>
+ <message>
+ <source>FACE_1</source>
+ <translation>Face 1</translation>
+ </message>
+ <message>
+ <source>FACE_1U</source>
+ <translation>Face 1 U</translation>
+ </message>
+ <message>
+ <source>FACE_1V</source>
+ <translation>Face 1 V</translation>
+ </message>
+ <message>
+ <source>FACE_2</source>
+ <translation>Face 2</translation>
+ </message>
+ <message>
+ <source>FACE_2U</source>
+ <translation>Face 2 U</translation>
+ </message>
+ <message>
+ <source>FACE_2V</source>
+ <translation>Face 2 V</translation>
+ </message>
+ </context>
+ <context>
+ <name>EntityGUI_SketcherDlg</name>
+ <message>
+ <source>CANNOT_CLOSE</source>
+ <translation>It is impossible to close sketch\nNumber of sketch points too small</translation>
+ </message>
+ </context>
+ <context>
+ <name>EntityGUI_SubShapeDlg</name>
+ <message>
+ <source>NO_SUBSHAPES_SELECTED</source>
+ <translation>Please, select one or more sub-shapes</translation>
+ </message>
+ </context>
+ <context>
+ <name>GroupGUI</name>
+ <message>
+ <source>NO_GROUP</source>
+ <translation>Please, select a group to edit</translation>
+ </message>
+ </context>
+ <context>
+ <name>GroupGUI_GroupDlg</name>
+ <message>
+ <source>ADD</source>
+ <translation>Add</translation>
+ </message>
+ <message>
+ <source>CREATE_GROUP_TITLE</source>
+ <translation>Create Group</translation>
+ </message>
+ <message>
+ <source>EDIT_GROUP_TITLE</source>
+ <translation>Edit Group</translation>
+ </message>
+ <message>
+ <source>EMPTY_LIST</source>
+ <translation>Please, select one or more sub-shapes to put into the group</translation>
+ </message>
+ <message>
+ <source>EMPTY_NAME</source>
+ <translation>Please, specify a non-empty group name</translation>
+ </message>
+ <message>
+ <source>GROUP_NAME</source>
+ <translation>Group Name</translation>
+ </message>
+ <message>
+ <source>GROUP_PREFIX</source>
+ <translation>Group</translation>
+ </message>
+ <message>
+ <source>MAIN_SHAPE</source>
+ <translation>Main Shape</translation>
+ </message>
+ <message>
+ <source>MAIN_SUB_SHAPES</source>
+ <translation>Main Shape And Sub-Shapes</translation>
+ </message>
+ <message>
+ <source>NO_GROUP</source>
+ <translation>Please, select a group to edit</translation>
+ </message>
+ <message>
+ <source>NO_MAIN_OBJ</source>
+ <translation>Please, select a main shape</translation>
+ </message>
+ <message>
+ <source>REMOVE</source>
+ <translation>Remove</translation>
+ </message>
+ <message>
+ <source>SELECT_ALL</source>
+ <translation>Select All</translation>
+ </message>
+ <message>
+ <source>SELECT_SUB_SHAPES</source>
+ <translation>Select Sub-Shapes</translation>
+ </message>
+ <message>
+ <source>SHAPE_TYPE</source>
+ <translation>Shape Type</translation>
+ </message>
+ </context>
+ <context>
+ <name>MeasureGUI_1Sel1TextView1Check_QTD</name>
+ <message>
+ <source>CHECK_SHAPE_GEOMETRY</source>
+ <translation>Check also geometry</translation>
+ </message>
+ </context>
+ <context>
+ <name>MeasureGUI_PointDlg</name>
+ <message>
+ <source>CAPTION</source>
+ <translation>Point Coordinates</translation>
+ </message>
+ <message>
+ <source>COORDINATES</source>
+ <translation>Point and its coordinates</translation>
+ </message>
+ <message>
+ <source>POINT</source>
+ <translation>Point</translation>
+ </message>
+ <message>
+ <source>X</source>
+ <translation>X</translation>
+ </message>
+ <message>
+ <source>Y</source>
+ <translation>Y</translation>
+ </message>
+ <message>
+ <source>Z</source>
+ <translation>Z</translation>
+ </message>
+ </context>
+ <context>
+ <name>OperationGUI_ChamferDlg</name>
+ <message>
+ <source>D</source>
+ <translation>D</translation>
+ </message>
+ <message>
+ <source>FACE_1</source>
+ <translation>Face 1</translation>
+ </message>
+ <message>
+ <source>FACE_2</source>
+ <translation>Face 2</translation>
+ </message>
+ <message>
+ <source>SELECTED_FACES</source>
+ <translation>Selected faces</translation>
+ </message>
+ </context>
+ <context>
+ <name>OperationGUI_FilletDlg</name>
+ <message>
+ <source>SELECTED_EDGES</source>
+ <translation>Selected edges</translation>
+ </message>
+ <message>
+ <source>SELECTED_FACES</source>
+ <translation>Selected faces</translation>
+ </message>
+ </context>
+ <context>
+ <name>RepairGUI_FreeBoundDlg</name>
+ <message>
+ <source>CAPTION</source>
+ <translation>Check free boundaries</translation>
+ </message>
+ <message>
+ <source>FREE_BOUND</source>
+ <translation>Free boundaries</translation>
+ </message>
+ <message>
+ <source>NUMBER_CLOSED</source>
+ <translation>Number of closed free boundaries: </translation>
+ </message>
+ <message>
+ <source>NUMBER_OPEN</source>
+ <translation>Number of open free boundaries: </translation>
+ </message>
+ </context>
+ <context>
+ <name>RepairGUI_GlueDlg</name>
+ <message>
+ <source>FACES_FOR_GLUING_ARE_DETECTED</source>
+ <translation>There are %1 face(s) that can be glued. They are coloured on the screen with red colour\nPlease close this message box and select faces for glueing</translation>
+ </message>
+ <message>
+ <source>GLUE_FACES</source>
+ <translation>Glue faces</translation>
+ </message>
+ <message>
+ <source>SELECT_FACES</source>
+ <translation>Select Faces</translation>
+ </message>
+ <message>
+ <source>THERE_ARE_NO_FACES_FOR_GLUING</source>
+ <translation>There are no faces for gluing</translation>
+ </message>
+ </context>
+ <context>
+ <name>RepairGUI_ShapeProcessDlg</name>
+ <message>
+ <source>ERROR_NO_OBJECTS</source>
+ <translation>Please, select a geometrical object for Shape Processing.</translation>
+ </message>
+ <message>
+ <source>ERROR_NO_OPERATORS</source>
+ <translation>Please, select at least one Shape Process operation to proceed.</translation>
+ </message>
+ <message>
+ <source>TIME_CONSUMING</source>
+ <translation>Enabling this option may result in a very time-consuming operation for some input shapes.\nWould you like to continue?</translation>
+ </message>
+ </context>
+</TS>
--- /dev/null
+<!DOCTYPE TS>
+<TS version="1.1" >
+ <context>
+ <name>@default</name>
+ <message>
+ <source>GEOM_ANGLE</source>
+ <translation>Angle :</translation>
+ </message>
+ <message>
+ <source>GEOM_ARC</source>
+ <translation>Arc</translation>
+ </message>
+ <message>
+ <source>GEOM_ARCHIMEDE</source>
+ <translation>Archimde</translation>
+ </message>
+ <message>
+ <source>GEOM_ARCHIMEDE_TITLE</source>
+ <translation>Construction d'Archimde</translation>
+ </message>
+ <message>
+ <source>GEOM_ARC_TITLE</source>
+ <translation>Construction d'un Arc</translation>
+ </message>
+ <message>
+ <source>GEOM_ARGUMENTS</source>
+ <translation>Arguments</translation>
+ </message>
+ <message>
+ <source>GEOM_AXE_MIRROR</source>
+ <translation>Axe Miroir</translation>
+ </message>
+ <message>
+ <source>GEOM_AXIS</source>
+ <translation>Axe</translation>
+ </message>
+ <message>
+ <source>GEOM_BASE</source>
+ <translation>Base</translation>
+ </message>
+ <message>
+ <source>GEOM_BASE_OBJECT</source>
+ <translation>Objet De Base</translation>
+ </message>
+ <message>
+ <source>GEOM_BASE_POINT</source>
+ <translation>Point De Base</translation>
+ </message>
+ <message>
+ <source>GEOM_BEZIER</source>
+ <translation>Bezier</translation>
+ </message>
+ <message>
+ <source>GEOM_BNDBOX</source>
+ <translation>Boite Anglobante</translation>
+ </message>
+ <message>
+ <source>GEOM_BNDBOX_OBJDIM</source>
+ <translation>Objet and ses dimensions</translation>
+ </message>
+ <message>
+ <source>GEOM_BNDBOX_TITLE</source>
+ <translation>Boite Englobante</translation>
+ </message>
+ <message>
+ <source>GEOM_BOX</source>
+ <translation>Boite</translation>
+ </message>
+ <message>
+ <source>GEOM_BOX_OBJ</source>
+ <translation>Dimensions A l'Origine</translation>
+ </message>
+ <message>
+ <source>GEOM_BOX_TITLE</source>
+ <translation>Construction d'une Boite</translation>
+ </message>
+ <message>
+ <source>GEOM_BUT_APPLY</source>
+ <translation>&Appliquer</translation>
+ </message>
+ <message>
+ <source>GEOM_BUT_CANCEL</source>
+ <translation>&Annuler</translation>
+ </message>
+ <message>
+ <source>GEOM_BUT_CLOSE</source>
+ <translation>&Fermer</translation>
+ </message>
+ <message>
+ <source>GEOM_BUT_CLOSE_SKETCH</source>
+ <translation>Fermer Sketch</translation>
+ </message>
+ <message>
+ <source>GEOM_BUT_END_SKETCH</source>
+ <translation>Terminer Sketch</translation>
+ </message>
+ <message>
+ <source>GEOM_BUT_EXPLODE</source>
+ <translation>&Exploser</translation>
+ </message>
+ <message>
+ <source>GEOM_BUT_HELP</source>
+ <translation>&Aide</translation>
+ </message>
+ <message>
+ <source>GEOM_BUT_NO</source>
+ <translation>&Non</translation>
+ </message>
+ <message>
+ <source>GEOM_BUT_OK</source>
+ <translation>&Ok</translation>
+ </message>
+ <message>
+ <source>GEOM_BUT_YES</source>
+ <translation>&Oui</translation>
+ </message>
+ <message>
+ <source>GEOM_CENTER</source>
+ <translation>Centre</translation>
+ </message>
+ <message>
+ <source>GEOM_CENTER_POINT</source>
+ <translation>Point Centre</translation>
+ </message>
+ <message>
+ <source>GEOM_CENTRAL_POINT</source>
+ <translation>Point Central</translation>
+ </message>
+ <message>
+ <source>GEOM_CHAMFER</source>
+ <translation>Chanfrein</translation>
+ </message>
+ <message>
+ <source>GEOM_CHAMFER_ABORT</source>
+ <translation>Le chanfrein ne peut-tre realis avec %1 et %2 </translation>
+ </message>
+ <message>
+ <source>GEOM_CHAMFER_ALL</source>
+ <translation>Chanfrein sur toute la Shape</translation>
+ </message>
+ <message>
+ <source>GEOM_CHAMFER_EDGES</source>
+ <translation>Chanfrein sur Edges de la Shape</translation>
+ </message>
+ <message>
+ <source>GEOM_CHAMFER_FACES</source>
+ <translation>Chanfrein sur Faces de la Shape</translation>
+ </message>
+ <message>
+ <source>GEOM_CHAMFER_TITLE</source>
+ <translation>Construction d'un Chanfrein</translation>
+ </message>
+ <message>
+ <source>GEOM_CHECK_BLOCKS_COMPOUND</source>
+ <translation>Check Blocks Compound</translation>
+ </message>
+ <message>
+ <source>GEOM_CHECK_BLOCKS_COMPOUND_ERRORS</source>
+ <translation>Errors</translation>
+ </message>
+ <message>
+ <source>GEOM_CHECK_BLOCKS_COMPOUND_HAS_ERRORS</source>
+ <translation>The Compound of Blocks has errors</translation>
+ </message>
+ <message>
+ <source>GEOM_CHECK_BLOCKS_COMPOUND_HAS_NO_ERRORS</source>
+ <translation>The Compound of Blocks has no errors</translation>
+ </message>
+ <message>
+ <source>GEOM_CHECK_BLOCKS_COMPOUND_SUBSHAPES</source>
+ <translation>Incriminated Sub-Shapes</translation>
+ </message>
+ <message>
+ <source>GEOM_CHECK_COMPOUND_BLOCKS_TITLE</source>
+ <translation>Check Blocks Compound</translation>
+ </message>
+ <message>
+ <source>GEOM_CHECK_INFOS</source>
+ <translation>Objet et ses Informations Topologiques</translation>
+ </message>
+ <message>
+ <source>GEOM_CHECK_SHAPE</source>
+ <translation>Check Shape</translation>
+ </message>
+ <message>
+ <source>GEOM_CHECK_TITLE</source>
+ <translation>Check Shape</translation>
+ </message>
+ <message>
+ <source>GEOM_CIRCLE</source>
+ <translation>Cercle</translation>
+ </message>
+ <message>
+ <source>GEOM_CIRCLE_TITLE</source>
+ <translation>Construction d'un Cercle</translation>
+ </message>
+ <message>
+ <source>GEOM_CMASS</source>
+ <translation>Centre de Masse</translation>
+ </message>
+ <message>
+ <source>GEOM_CMASS_TITLE</source>
+ <translation>Centre De Gravit</translation>
+ </message>
+ <message>
+ <source>GEOM_COMMON</source>
+ <translation>Joindre</translation>
+ </message>
+ <message>
+ <source>GEOM_COMMON_TITLE</source>
+ <translation>BOOLEEN : Jonction De Deux Objets</translation>
+ </message>
+ <message>
+ <source>GEOM_COMPOUND</source>
+ <translation>Compound</translation>
+ </message>
+ <message>
+ <source>GEOM_COMPOUNDSOLID</source>
+ <translation>CompSolid</translation>
+ </message>
+ <message>
+ <source>GEOM_COMPOUND_TITLE</source>
+ <translation>Cration d'un Compound</translation>
+ </message>
+ <message>
+ <source>GEOM_CONE</source>
+ <translation>Cone</translation>
+ </message>
+ <message>
+ <source>GEOM_CONE_TITLE</source>
+ <translation>Construction d'un Cone</translation>
+ </message>
+ <message>
+ <source>GEOM_CONFIRM</source>
+ <translation>Confirmer cette operation</translation>
+ </message>
+ <message>
+ <source>GEOM_CONFIRM_INFO</source>
+ <translation>L'objet contient %1 sous objets</translation>
+ </message>
+ <message>
+ <source>GEOM_COOR</source>
+ <translation>Coord. :</translation>
+ </message>
+ <message>
+ <source>GEOM_COORDINATES</source>
+ <translation>Coordonnes</translation>
+ </message>
+ <message>
+ <source>GEOM_CREATE_COPY</source>
+ <translation>Create a copy</translation>
+ </message>
+ <message>
+ <source>GEOM_CREATE_SINGLE_SOLID</source>
+ <translation>Create a single solid</translation>
+ </message>
+ <message>
+ <source>GEOM_CUT</source>
+ <translation>Couper</translation>
+ </message>
+ <message>
+ <source>GEOM_CUT_TITLE</source>
+ <translation>BOOLEEN : Couper Deux Objets</translation>
+ </message>
+ <message>
+ <source>GEOM_CYLINDER</source>
+ <translation>Cylindre</translation>
+ </message>
+ <message>
+ <source>GEOM_CYLINDER_TITLE</source>
+ <translation>Construction d'un Cylindre</translation>
+ </message>
+ <message>
+ <source>GEOM_D1</source>
+ <translation>D1 :</translation>
+ </message>
+ <message>
+ <source>GEOM_D2</source>
+ <translation>D2 :</translation>
+ </message>
+ <message>
+ <source>GEOM_DIAGONAL_POINTS</source>
+ <translation>Points Diagonaux</translation>
+ </message>
+ <message>
+ <source>GEOM_DIMENSIONS</source>
+ <translation>Dimensions</translation>
+ </message>
+ <message>
+ <source>GEOM_DISTANCE</source>
+ <translation>Distance</translation>
+ </message>
+ <message>
+ <source>GEOM_DX</source>
+ <translation>Dx :</translation>
+ </message>
+ <message>
+ <source>GEOM_DY</source>
+ <translation>Dy :</translation>
+ </message>
+ <message>
+ <source>GEOM_DZ</source>
+ <translation>Dz :</translation>
+ </message>
+ <message>
+ <source>GEOM_EDGE</source>
+ <translation>Edge</translation>
+ </message>
+ <message>
+ <source>GEOM_EDGE_TITLE</source>
+ <translation>Cration d'un Edge</translation>
+ </message>
+ <message>
+ <source>GEOM_ELLIPSE</source>
+ <translation>Ellipse</translation>
+ </message>
+ <message>
+ <source>GEOM_ELLIPSE_TITLE</source>
+ <translation>Construction d'Ellipses</translation>
+ </message>
+ <message>
+ <source>GEOM_EXTRUSION</source>
+ <translation>Extrusion</translation>
+ </message>
+ <message>
+ <source>GEOM_EXTRUSION_BSV</source>
+ <translation>Shape de base + Vecteur</translation>
+ </message>
+ <message>
+ <source>GEOM_EXTRUSION_BSV_2P</source>
+ <translation>Shape de base + 2 Points</translation>
+ </message>
+ <message>
+ <source>GEOM_EXTRUSION_TITLE</source>
+ <translation>Extruder une Shape de base</translation>
+ </message>
+ <message>
+ <source>GEOM_FACE</source>
+ <translation>Face</translation>
+ </message>
+ <message>
+ <source>GEOM_FACES</source>
+ <translation>Faces</translation>
+ </message>
+ <message>
+ <source>GEOM_FACE_FFW</source>
+ <translation>Face a partir d'un wire</translation>
+ </message>
+ <message>
+ <source>GEOM_FACE_OPT</source>
+ <translation>Cration d'une Face plane</translation>
+ </message>
+ <message>
+ <source>GEOM_FACE_SELECTION</source>
+ <translation>Selection de Face</translation>
+ </message>
+ <message>
+ <source>GEOM_FACE_TITLE</source>
+ <translation>Cration d'une Face</translation>
+ </message>
+ <message>
+ <source>GEOM_FILLET</source>
+ <translation>Conge</translation>
+ </message>
+ <message>
+ <source>GEOM_FILLET_ABORT</source>
+ <translation>Le cong ne peut-tre realis avec un rayon de %1 </translation>
+ </message>
+ <message>
+ <source>GEOM_FILLET_ALL</source>
+ <translation>Cong sur toute la Shape</translation>
+ </message>
+ <message>
+ <source>GEOM_FILLET_EDGES</source>
+ <translation>Cong sur Edges de la Shape</translation>
+ </message>
+ <message>
+ <source>GEOM_FILLET_FACES</source>
+ <translation>Cong sur Faces de la Shape</translation>
+ </message>
+ <message>
+ <source>GEOM_FILLET_TITLE</source>
+ <translation>Construction d'un Cong</translation>
+ </message>
+ <message>
+ <source>GEOM_FILLING</source>
+ <translation>Surface Par Edges</translation>
+ </message>
+ <message>
+ <source>GEOM_FILLING_ARG</source>
+ <translation>Argument Et Parametres</translation>
+ </message>
+ <message>
+ <source>GEOM_FILLING_COMPOUND</source>
+ <translation>Compound de Edges</translation>
+ </message>
+ <message>
+ <source>GEOM_FILLING_MAX_DEG</source>
+ <translation>Max. Deg</translation>
+ </message>
+ <message>
+ <source>GEOM_FILLING_MIN_DEG</source>
+ <translation>Min. Deg</translation>
+ </message>
+ <message>
+ <source>GEOM_FILLING_NB_ITER</source>
+ <translation>Nb. Iter</translation>
+ </message>
+ <message>
+ <source>GEOM_FILLING_TITLE</source>
+ <translation>Surface Par Edges</translation>
+ </message>
+ <message>
+ <source>GEOM_FILLING_TOL_2D</source>
+ <translation>Tol. 2D</translation>
+ </message>
+ <message>
+ <source>GEOM_FILLING_TOL_3D</source>
+ <translation>Tol. 3D</translation>
+ </message>
+ <message>
+ <source>GEOM_FREE_FACES</source>
+ <translation>Free faces</translation>
+ </message>
+ <message>
+ <source>GEOM_FREE_FACES_TITLE</source>
+ <translation>Free faces</translation>
+ </message>
+ <message>
+ <source>GEOM_FUSE</source>
+ <translation>Fusionner</translation>
+ </message>
+ <message>
+ <source>GEOM_FUSE_TITLE</source>
+ <translation>BOOLEEN : Fusionner deux Objets</translation>
+ </message>
+ <message>
+ <source>GEOM_HEIGHT</source>
+ <translation>Hauteur</translation>
+ </message>
+ <message>
+ <source>GEOM_IDENTICAL_NAMES_SELECT_BY_MOUSE</source>
+ <translation>Noms identiques : selectionner avec la souris !</translation>
+ </message>
+ <message>
+ <source>GEOM_INERTIA_CONSTR</source>
+ <translation>Matrice Et Moments d'Inertie</translation>
+ </message>
+ <message>
+ <source>GEOM_INERTIA_I</source>
+ <translation>%1:1</translation>
+ </message>
+ <message>
+ <source>GEOM_INERTIA_IXYZ</source>
+ <translation>IX & IY & IZ</translation>
+ </message>
+ <message>
+ <source>GEOM_INERTIA_TITLE</source>
+ <translation>Calculs d'Inertie</translation>
+ </message>
+ <message>
+ <source>GEOM_INF_LOADED</source>
+ <translation>Le fichier %1 est charg.</translation>
+ </message>
+ <message>
+ <source>GEOM_INTERPOL</source>
+ <translation>Interpolation</translation>
+ </message>
+ <message>
+ <source>GEOM_KEEP_OBJECT</source>
+ <translation>Objet garde</translation>
+ </message>
+ <message>
+ <source>GEOM_LENGTH</source>
+ <translation>Longueur :</translation>
+ </message>
+ <message>
+ <source>GEOM_LINE</source>
+ <translation>Ligne</translation>
+ </message>
+ <message>
+ <source>GEOM_LINE_TITLE</source>
+ <translation>Construction d'une Ligne</translation>
+ </message>
+ <message>
+ <source>GEOM_MAIN_OBJECT</source>
+ <translation>Objet Principal</translation>
+ </message>
+ <message>
+ <source>GEOM_MATERIAL_ID</source>
+ <translation>Material ID:</translation>
+ </message>
+ <message>
+ <source>GEOM_MATERIAL_MATERIAL</source>
+ <translation>Material</translation>
+ </message>
+ <message>
+ <source>GEOM_MATERIAL_SET</source>
+ <translation><< Set</translation>
+ </message>
+ <message>
+ <source>GEOM_MATERIAL_SHAPE</source>
+ <translation>Shapes</translation>
+ </message>
+ <message>
+ <source>GEOM_MATERIAL_TITLE</source>
+ <translation>Define materials for Dominant Fuse</translation>
+ </message>
+ <message>
+ <source>GEOM_MATRIX</source>
+ <translation>Matrice :</translation>
+ </message>
+ <message>
+ <source>GEOM_MAX</source>
+ <translation>Max :</translation>
+ </message>
+ <message>
+ <source>GEOM_MEN_ALL_FILES</source>
+ <translation>Tous fichiers ( * )</translation>
+ </message>
+ <message>
+ <source>GEOM_MEN_ANGLE</source>
+ <translation>Angle :</translation>
+ </message>
+ <message>
+ <source>GEOM_MEN_COMPONENT</source>
+ <translation>Gometrie</translation>
+ </message>
+ <message>
+ <source>GEOM_MEN_ENTER_ANGLE</source>
+ <translation>Saisir un angle en degrs</translation>
+ </message>
+ <message>
+ <source>GEOM_MEN_EXPORT</source>
+ <translation>Exporter</translation>
+ </message>
+ <message>
+ <source>GEOM_MEN_IMPORT</source>
+ <translation>Importer</translation>
+ </message>
+ <message>
+ <source>GEOM_MEN_ISOS</source>
+ <translation>Choisir un nombre d'isos</translation>
+ </message>
+ <message>
+ <source>GEOM_MEN_ISOU</source>
+ <translation>Isos u :</translation>
+ </message>
+ <message>
+ <source>GEOM_MEN_ISOV</source>
+ <translation>Isos v :</translation>
+ </message>
+ <message>
+ <source>GEOM_MEN_LOAD_SCRIPT</source>
+ <translation>Fichiers PYTHON ( *.py )</translation>
+ </message>
+ <message>
+ <source>GEOM_MEN_POPUP_NAME</source>
+ <translation>%1 Objets</translation>
+ </message>
+ <message>
+ <source>GEOM_MEN_SHADING</source>
+ <translation>Ombr</translation>
+ </message>
+ <message>
+ <source>GEOM_MEN_SKETCHER_X</source>
+ <translation>Saisir une longueur pour fixer X</translation>
+ </message>
+ <message>
+ <source>GEOM_MEN_SKETCHER_Y</source>
+ <translation>Saisir une longueur pour fixer Y</translation>
+ </message>
+ <message>
+ <source>GEOM_MEN_STEP_LABEL</source>
+ <translation>Increment</translation>
+ </message>
+ <message>
+ <source>GEOM_MEN_TRANSPARENCY</source>
+ <translation>Transparence</translation>
+ </message>
+ <message>
+ <source>GEOM_MEN_TRANSPARENCY_LABEL</source>
+ <translation>Transparence :</translation>
+ </message>
+ <message>
+ <source>GEOM_MEN_WIREFRAME</source>
+ <translation>Filaire</translation>
+ </message>
+ <message>
+ <source>GEOM_MEN_X</source>
+ <translation>X :</translation>
+ </message>
+ <message>
+ <source>GEOM_MEN_Y</source>
+ <translation>Y :</translation>
+ </message>
+ <message>
+ <source>GEOM_MESHING_DEFLECTION</source>
+ <translation>Dflection Du Maillage :</translation>
+ </message>
+ <message>
+ <source>GEOM_MIN</source>
+ <translation>Min :</translation>
+ </message>
+ <message>
+ <source>GEOM_MINDIST_OBJ</source>
+ <translation>Objets Et Resultats</translation>
+ </message>
+ <message>
+ <source>GEOM_MINDIST_TITLE</source>
+ <translation>Distance Minimale entre Deux Objets</translation>
+ </message>
+ <message>
+ <source>GEOM_MIRROR</source>
+ <translation>Miroir</translation>
+ </message>
+ <message>
+ <source>GEOM_MIRROR_TITLE</source>
+ <translation>Methode Miroir</translation>
+ </message>
+ <message>
+ <source>GEOM_MULTIROTATION</source>
+ <translation>Multi-Rotation</translation>
+ </message>
+ <message>
+ <source>GEOM_MULTIROTATION_DOUBLE</source>
+ <translation>Multi Rotation Double</translation>
+ </message>
+ <message>
+ <source>GEOM_MULTIROTATION_SIMPLE</source>
+ <translation>Multi Rotation Simple</translation>
+ </message>
+ <message>
+ <source>GEOM_MULTIROTATION_TITLE</source>
+ <translation>Multi-Rotation</translation>
+ </message>
+ <message>
+ <source>GEOM_MULTITRANSLATION</source>
+ <translation>Multi-Translation</translation>
+ </message>
+ <message>
+ <source>GEOM_MULTITRANSLATION_DOUBLE</source>
+ <translation>Multi Translation Double</translation>
+ </message>
+ <message>
+ <source>GEOM_MULTITRANSLATION_SIMPLE</source>
+ <translation>Multi Translation Simple</translation>
+ </message>
+ <message>
+ <source>GEOM_MULTITRANSLATION_TITLE</source>
+ <translation>Multi-Translation</translation>
+ </message>
+ <message>
+ <source>GEOM_NAME_INCORRECT</source>
+ <translation>Le nom saisi n'existe pas</translation>
+ </message>
+ <message>
+ <source>GEOM_NB_TIMES</source>
+ <translation>Nb. Fois :</translation>
+ </message>
+ <message>
+ <source>GEOM_NB_TIMES_U</source>
+ <translation>Nb. Fois U :</translation>
+ </message>
+ <message>
+ <source>GEOM_NB_TIMES_V</source>
+ <translation>Nb. Fois V :</translation>
+ </message>
+ <message>
+ <source>GEOM_OBJECT</source>
+ <translation>Objet</translation>
+ </message>
+ <message>
+ <source>GEOM_OBJECTS</source>
+ <translation>Objets</translation>
+ </message>
+ <message>
+ <source>GEOM_OBJECT_I</source>
+ <translation>Objet %1</translation>
+ </message>
+ <message>
+ <source>GEOM_OBJECT_RESULT</source>
+ <translation>Objet Et Rsultat</translation>
+ </message>
+ <message>
+ <source>GEOM_ORIENTATION</source>
+ <translation>Orientation</translation>
+ </message>
+ <message>
+ <source>GEOM_ORIENTATION_OPT</source>
+ <translation>Renverser l'orientation avec une simulation de vecteur normal</translation>
+ </message>
+ <message>
+ <source>GEOM_ORIENTATION_TITLE</source>
+ <translation>Changer l'Orientation</translation>
+ </message>
+ <message>
+ <source>GEOM_PARAMETER</source>
+ <translation>Paramtre :</translation>
+ </message>
+ <message>
+ <source>GEOM_PARAM_POINT</source>
+ <translation>Point paramtrique</translation>
+ </message>
+ <message>
+ <source>GEOM_PARTITION</source>
+ <translation>Partition</translation>
+ </message>
+ <message>
+ <source>GEOM_PARTITION_HALFSPACE</source>
+ <translation>Half-space partition</translation>
+ </message>
+ <message>
+ <source>GEOM_PARTITION_ORIENTATION</source>
+ <translation>Change l'orientation</translation>
+ </message>
+ <message>
+ <source>GEOM_PARTITION_TITLE</source>
+ <translation>Partition d'Objects Avec Outils</translation>
+ </message>
+ <message>
+ <source>GEOM_PATH_OBJECT</source>
+ <translation>Objet Chemin</translation>
+ </message>
+ <message>
+ <source>GEOM_PIPE</source>
+ <translation>Pipe</translation>
+ </message>
+ <message>
+ <source>GEOM_PIPE_TITLE</source>
+ <translation>Construction d'une Pipe</translation>
+ </message>
+ <message>
+ <source>GEOM_PLANE</source>
+ <translation>Plan</translation>
+ </message>
+ <message>
+ <source>GEOM_PLANE_MIRROR</source>
+ <translation>Plan Miroir</translation>
+ </message>
+ <message>
+ <source>GEOM_PLANE_PV</source>
+ <translation>Point + Vecteur</translation>
+ </message>
+ <message>
+ <source>GEOM_PLANE_PVC</source>
+ <translation>Point + Vecteur Coordonnes</translation>
+ </message>
+ <message>
+ <source>GEOM_PLANE_SIZE</source>
+ <translation>Taille du plan :</translation>
+ </message>
+ <message>
+ <source>GEOM_PLANE_TITLE</source>
+ <translation>Construction d'un Plan</translation>
+ </message>
+ <message>
+ <source>GEOM_POINT</source>
+ <translation>Point</translation>
+ </message>
+ <message>
+ <source>GEOM_POINTS</source>
+ <translation>Points</translation>
+ </message>
+ <message>
+ <source>GEOM_POINT_I</source>
+ <translation>Point %1</translation>
+ </message>
+ <message>
+ <source>GEOM_POINT_MIRROR</source>
+ <translation>Point Miroir</translation>
+ </message>
+ <message>
+ <source>GEOM_POINT_TITLE</source>
+ <translation>Construction d'un Point</translation>
+ </message>
+ <message>
+ <source>GEOM_PRECISION</source>
+ <translation>Prcision :</translation>
+ </message>
+ <message>
+ <source>GEOM_PROPAGATE</source>
+ <translation>Propagate</translation>
+ </message>
+ <message>
+ <source>GEOM_PROPAGATE_TITLE</source>
+ <translation>Propagate</translation>
+ </message>
+ <message>
+ <source>GEOM_PROPERTIES</source>
+ <translation>Basiques Proprietes</translation>
+ </message>
+ <message>
+ <source>GEOM_PROPERTIES_CONSTR</source>
+ <translation>Objet et ses Proprietes</translation>
+ </message>
+ <message>
+ <source>GEOM_PROPERTIES_SURFACE</source>
+ <translation>Surface :</translation>
+ </message>
+ <message>
+ <source>GEOM_PROPERTIES_TITLE</source>
+ <translation>Proprietes Basiques</translation>
+ </message>
+ <message>
+ <source>GEOM_PROPERTIES_VOLUME</source>
+ <translation>Volume :</translation>
+ </message>
+ <message>
+ <source>GEOM_PRP_ABORT</source>
+ <translation>L'opration a echou</translation>
+ </message>
+ <message>
+ <source>GEOM_PRP_COMMAND</source>
+ <translation>Pas de commande associe l'id = %1.</translation>
+ </message>
+ <message>
+ <source>GEOM_PRP_DONE</source>
+ <translation>Opration effectue</translation>
+ </message>
+ <message>
+ <source>GEOM_PRP_LOADING</source>
+ <translation>Chargement de %1 ...</translation>
+ </message>
+ <message>
+ <source>GEOM_PRP_MIN_DIST</source>
+ <translation>Min Distance non calculer</translation>
+ </message>
+ <message>
+ <source>GEOM_PRP_NOT_FOR_VTK_VIEWER</source>
+ <translation>Non permis dans viewer VTK</translation>
+ </message>
+ <message>
+ <source>GEOM_PRP_NULLSHAPE</source>
+ <translation>Erreur, objet inconsistant ou inappropri !</translation>
+ </message>
+ <message>
+ <source>GEOM_PRP_READY</source>
+ <translation>Prt...</translation>
+ </message>
+ <message>
+ <source>GEOM_PRP_SELECT_EDGE</source>
+ <translation>Selectionner les edges et clicker sur Apply</translation>
+ </message>
+ <message>
+ <source>GEOM_PRP_SELECT_FACE</source>
+ <translation>Select les faces a supprimer et clicker sur Ok/Apply</translation>
+ </message>
+ <message>
+ <source>GEOM_PRP_SELECT_FIRST</source>
+ <translation>Selectionner la shape principale en premier</translation>
+ </message>
+ <message>
+ <source>GEOM_PRP_SELECT_SUBSHAPES</source>
+ <translation>Selection de sous objets</translation>
+ </message>
+ <message>
+ <source>GEOM_PRP_SHAPE_IN_STUDY</source>
+ <translation>La shape principale doit etre avant dans l'etude</translation>
+ </message>
+ <message>
+ <source>GEOM_RADIUS</source>
+ <translation>Rayon</translation>
+ </message>
+ <message>
+ <source>GEOM_RADIUS_I</source>
+ <translation>Rayon %1</translation>
+ </message>
+ <message>
+ <source>GEOM_RADIUS_MAJOR</source>
+ <translation>Rayon max. :</translation>
+ </message>
+ <message>
+ <source>GEOM_RADIUS_MINOR</source>
+ <translation>Rayon min. :</translation>
+ </message>
+ <message>
+ <source>GEOM_REALLY_DELETE</source>
+ <translation>Voulez-vous supprimer l'object(s) ?</translation>
+ </message>
+ <message>
+ <source>GEOM_RECONSTRUCTION_LIMIT</source>
+ <translation>Limite de Reconstruction</translation>
+ </message>
+ <message>
+ <source>GEOM_RECONSTRUCTION_LIMIT_EDGE</source>
+ <translation>Edge</translation>
+ </message>
+ <message>
+ <source>GEOM_RECONSTRUCTION_LIMIT_FACE</source>
+ <translation>Face</translation>
+ </message>
+ <message>
+ <source>GEOM_RECONSTRUCTION_LIMIT_SHAPE</source>
+ <translation>Shape</translation>
+ </message>
+ <message>
+ <source>GEOM_RECONSTRUCTION_LIMIT_SHELL</source>
+ <translation>Shell</translation>
+ </message>
+ <message>
+ <source>GEOM_RECONSTRUCTION_LIMIT_SOLID</source>
+ <translation>Solid</translation>
+ </message>
+ <message>
+ <source>GEOM_RECONSTRUCTION_LIMIT_VERTEX</source>
+ <translation>Vertex</translation>
+ </message>
+ <message>
+ <source>GEOM_RECONSTRUCTION_LIMIT_WIRE</source>
+ <translation>Wire</translation>
+ </message>
+ <message>
+ <source>GEOM_REMOVE_WEBS</source>
+ <translation>Remove webs</translation>
+ </message>
+ <message>
+ <source>GEOM_REVERSE</source>
+ <translation>Renverser</translation>
+ </message>
+ <message>
+ <source>GEOM_REVERSE_U</source>
+ <translation>Renverser U</translation>
+ </message>
+ <message>
+ <source>GEOM_REVERSE_V</source>
+ <translation>Reverser V</translation>
+ </message>
+ <message>
+ <source>GEOM_REVERSE_VECTOR</source>
+ <translation>Renverser Le Vecteur</translation>
+ </message>
+ <message>
+ <source>GEOM_REVOLUTION</source>
+ <translation>Rvolution</translation>
+ </message>
+ <message>
+ <source>GEOM_REVOLUTION_TITLE</source>
+ <translation>Construction Par Revolution</translation>
+ </message>
+ <message>
+ <source>GEOM_ROTATION</source>
+ <translation>Rotation</translation>
+ </message>
+ <message>
+ <source>GEOM_ROTATION_TITLE</source>
+ <translation>Rotation d'un Objet</translation>
+ </message>
+ <message>
+ <source>GEOM_SCALE</source>
+ <translation>Echelle</translation>
+ </message>
+ <message>
+ <source>GEOM_SCALE_FACTOR</source>
+ <translation>Facteur d'echelle</translation>
+ </message>
+ <message>
+ <source>GEOM_SCALE_TITLE</source>
+ <translation>Echelle d'un Objet</translation>
+ </message>
+ <message>
+ <source>GEOM_SECTION</source>
+ <translation>Section</translation>
+ </message>
+ <message>
+ <source>GEOM_SECTION_TITLE</source>
+ <translation>BOOLEEN : Section De Deux Objets</translation>
+ </message>
+ <message>
+ <source>GEOM_SELECTION</source>
+ <translation>Slection</translation>
+ </message>
+ <message>
+ <source>GEOM_SET_MATERIALS</source>
+ <translation>Set materials</translation>
+ </message>
+ <message>
+ <source>GEOM_SEWING</source>
+ <translation>Coudre</translation>
+ </message>
+ <message>
+ <source>GEOM_SEWING_TITLE</source>
+ <translation>Coudre des Topologies</translation>
+ </message>
+ <message>
+ <source>GEOM_SHAPE</source>
+ <translation>Shape</translation>
+ </message>
+ <message>
+ <source>GEOM_SHELL</source>
+ <translation>Shell</translation>
+ </message>
+ <message>
+ <source>GEOM_SHELLS</source>
+ <translation>Shells</translation>
+ </message>
+ <message>
+ <source>GEOM_SHELL_TITLE</source>
+ <translation>Construction d'une Shell</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_ABS</source>
+ <translation>Absolu</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_ANGLE</source>
+ <translation>Angle</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_ANGLE2</source>
+ <translation>Angle :</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_APPLY</source>
+ <translation>Appliquer</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_ARC</source>
+ <translation>Arc</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_DEST</source>
+ <translation>Destination</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_DIR</source>
+ <translation>Direction</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_DX2</source>
+ <translation>DX :</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_DY2</source>
+ <translation>DY :</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_EL</source>
+ <translation>Type d'Element</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_LENGTH</source>
+ <translation>Longueur</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_LENGTH2</source>
+ <translation>Longueur :</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_PER</source>
+ <translation>Perpendiculaire</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_POINT</source>
+ <translation>Point</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_POINT2</source>
+ <translation>Point :</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_RADIUS2</source>
+ <translation>Radius :</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_REL</source>
+ <translation>Relative</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_SEGMENT</source>
+ <translation>Sgment</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_SEL</source>
+ <translation>Slection</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_TAN</source>
+ <translation>Tangent</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_TITLE</source>
+ <translation>Construction de Sketch</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_TYPE</source>
+ <translation>Type</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_UNDO</source>
+ <translation>Undo</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_VALUES</source>
+ <translation>Valeurs</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_VX2</source>
+ <translation>VX :</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_VXVY</source>
+ <translation>VX-VY</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_VY2</source>
+ <translation>VY :</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_X</source>
+ <translation>X</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_X2</source>
+ <translation>X :</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_X3</source>
+ <translation>Abs. X :</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_Y</source>
+ <translation>Y</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_Y2</source>
+ <translation>Y :</translation>
+ </message>
+ <message>
+ <source>GEOM_SKETCHER_Y3</source>
+ <translation>Abs. Y :</translation>
+ </message>
+ <message>
+ <source>GEOM_SOLID</source>
+ <translation>Solide</translation>
+ </message>
+ <message>
+ <source>GEOM_SOLID_TITLE</source>
+ <translation>Construction d'un Solid</translation>
+ </message>
+ <message>
+ <source>GEOM_SPHERE</source>
+ <translation>Sphre</translation>
+ </message>
+ <message>
+ <source>GEOM_SPHERE_CR</source>
+ <translation>Centre + rayon</translation>
+ </message>
+ <message>
+ <source>GEOM_SPHERE_RO</source>
+ <translation>Rayon a l'origine</translation>
+ </message>
+ <message>
+ <source>GEOM_SPHERE_TITLE</source>
+ <translation>Construction d'une Sphere</translation>
+ </message>
+ <message>
+ <source>GEOM_SPLINE</source>
+ <translation>Spline</translation>
+ </message>
+ <message>
+ <source>GEOM_SPLINE_TITLE</source>
+ <translation>Construction de Splines</translation>
+ </message>
+ <message>
+ <source>GEOM_STEP</source>
+ <translation>Pas :</translation>
+ </message>
+ <message>
+ <source>GEOM_STEP_TITLE</source>
+ <translation>Increment par dfaut lors des constructions</translation>
+ </message>
+ <message>
+ <source>GEOM_STEP_U</source>
+ <translation>Pas U :</translation>
+ </message>
+ <message>
+ <source>GEOM_STEP_V</source>
+ <translation>Pas V :</translation>
+ </message>
+ <message>
+ <source>GEOM_SUBSHAPE_SELECT</source>
+ <translation>Selectionner de Sous Shapes</translation>
+ </message>
+ <message>
+ <source>GEOM_SUBSHAPE_TITLE</source>
+ <translation>Selection de Sous Shapes</translation>
+ </message>
+ <message>
+ <source>GEOM_SUBSHAPE_TYPE</source>
+ <translation>Type de Sous Shapes</translation>
+ </message>
+ <message>
+ <source>GEOM_SUB_SHAPE</source>
+ <translation>Sous Shapes</translation>
+ </message>
+ <message>
+ <source>GEOM_SUPPRESSHOLE_FACE_SHELL</source>
+ <translation>Face ou shell</translation>
+ </message>
+ <message>
+ <source>GEOM_SUPPRESSHOLE_SELECTFACE</source>
+ <translation>Selection de la face initiale</translation>
+ </message>
+ <message>
+ <source>GEOM_SUPPRESSHOLE_SELECTFACE_END</source>
+ <translation>Selection de la face terminale (si trou traversant)</translation>
+ </message>
+ <message>
+ <source>GEOM_SUPPRESSHOLE_SELECTWIRE</source>
+ <translation>Selection du contour/trou sur la face</translation>
+ </message>
+ <message>
+ <source>GEOM_SUPPRESSHOLE_SELECTWIRE_END</source>
+ <translation>Selection de contour final (si trou traversant)</translation>
+ </message>
+ <message>
+ <source>GEOM_SUPPRESSHOLE_SELECT_HOLES_ON_FACE</source>
+ <translation>Selection de trou(s) sur la face</translation>
+ </message>
+ <message>
+ <source>GEOM_SUPPRESSHOLE_TITLE</source>
+ <translation>Suppression de trous</translation>
+ </message>
+ <message>
+ <source>GEOM_SUPPRESS_RESULT</source>
+ <translation>Supprimer le Resultat</translation>
+ </message>
+ <message>
+ <source>GEOM_SUPPRESS_RESULT_INSIDE</source>
+ <translation>Intrieur</translation>
+ </message>
+ <message>
+ <source>GEOM_SUPPRESS_RESULT_OUTSIDE</source>
+ <translation>Extrieur</translation>
+ </message>
+ <message>
+ <source>GEOM_SUPRESSFACE</source>
+ <translation>Supression de Face</translation>
+ </message>
+ <message>
+ <source>GEOM_SUPRESSFACE_SELECT</source>
+ <translation>Selectionner les Faces a Supprimer</translation>
+ </message>
+ <message>
+ <source>GEOM_SUPRESSFACE_TITLE</source>
+ <translation>Supprimer des Faces dans un Objet</translation>
+ </message>
+ <message>
+ <source>GEOM_SURFCONE</source>
+ <translation>Face Conique</translation>
+ </message>
+ <message>
+ <source>GEOM_SURFCYLINDER</source>
+ <translation>Face Cylindrique</translation>
+ </message>
+ <message>
+ <source>GEOM_SURFSPHERE</source>
+ <translation>Face Sphrique</translation>
+ </message>
+ <message>
+ <source>GEOM_SURFTORUS</source>
+ <translation>Face Toroique</translation>
+ </message>
+ <message>
+ <source>GEOM_TOLERANCE</source>
+ <translation>Tolrance</translation>
+ </message>
+ <message>
+ <source>GEOM_TOLERANCE_CONSTR</source>
+ <translation>Object et ses Tolerances</translation>
+ </message>
+ <message>
+ <source>GEOM_TOLERANCE_EDGE</source>
+ <translation>Edge :</translation>
+ </message>
+ <message>
+ <source>GEOM_TOLERANCE_FACE</source>
+ <translation>Face :</translation>
+ </message>
+ <message>
+ <source>GEOM_TOLERANCE_TITLE</source>
+ <translation>Tolerance Maximale</translation>
+ </message>
+ <message>
+ <source>GEOM_TOLERANCE_VERTEX</source>
+ <translation>Vertex :</translation>
+ </message>
+ <message>
+ <source>GEOM_TOOL_OBJECT</source>
+ <translation>Objet Outil</translation>
+ </message>
+ <message>
+ <source>GEOM_TORUS</source>
+ <translation>Tore</translation>
+ </message>
+ <message>
+ <source>GEOM_TORUS_TITLE</source>
+ <translation>Constructiond'un Tore</translation>
+ </message>
+ <message>
+ <source>GEOM_TRANSLATION</source>
+ <translation>Translation</translation>
+ </message>
+ <message>
+ <source>GEOM_TRANSLATION_COOR</source>
+ <translation>Translation Avec Coordonnees</translation>
+ </message>
+ <message>
+ <source>GEOM_TRANSLATION_TITLE</source>
+ <translation>Translation d'un Objet</translation>
+ </message>
+ <message>
+ <source>GEOM_TRANSPARENCY_OPAQUE</source>
+ <translation>Opaque</translation>
+ </message>
+ <message>
+ <source>GEOM_TRANSPARENCY_TITLE</source>
+ <translation>Transparence</translation>
+ </message>
+ <message>
+ <source>GEOM_TRANSPARENCY_TRANSPARENT</source>
+ <translation>Transparent</translation>
+ </message>
+ <message>
+ <source>GEOM_VECTOR</source>
+ <translation>Vecteur</translation>
+ </message>
+ <message>
+ <source>GEOM_VECTOR_LENGTH</source>
+ <translation>Longueur Du Vecteur :</translation>
+ </message>
+ <message>
+ <source>GEOM_VECTOR_TITLE</source>
+ <translation>Construction d'un Vecteur</translation>
+ </message>
+ <message>
+ <source>GEOM_VECTOR_U</source>
+ <translation>Vecteur U</translation>
+ </message>
+ <message>
+ <source>GEOM_VECTOR_V</source>
+ <translation>Vecteur V</translation>
+ </message>
+ <message>
+ <source>GEOM_VERTEX</source>
+ <translation>Vertex</translation>
+ </message>
+ <message>
+ <source>GEOM_WATER_DENSITY</source>
+ <translation>Densit de l'eau :</translation>
+ </message>
+ <message>
+ <source>GEOM_WEIGHT</source>
+ <translation>poids</translation>
+ </message>
+ <message>
+ <source>GEOM_WHATIS</source>
+ <translation>Whatis</translation>
+ </message>
+ <message>
+ <source>GEOM_WHATIS_OBJECT</source>
+ <translation>Objet et ses Informations Topologiques</translation>
+ </message>
+ <message>
+ <source>GEOM_WHATIS_TITLE</source>
+ <translation>Whatis</translation>
+ </message>
+ <message>
+ <source>GEOM_WIRE</source>
+ <translation>Wire</translation>
+ </message>
+ <message>
+ <source>GEOM_WIRES</source>
+ <translation>Wire(s)</translation>
+ </message>
+ <message>
+ <source>GEOM_WIRE_CONNECT</source>
+ <translation>Creation d'un Wire a partir de wires/edges connectes</translation>
+ </message>
+ <message>
+ <source>GEOM_WIRE_TITLE</source>
+ <translation>Creer un Wire</translation>
+ </message>
+ <message>
+ <source>GEOM_WPLANE</source>
+ <translation>Plan de Travail</translation>
+ </message>
+ <message>
+ <source>GEOM_WPLANE_FACE</source>
+ <translation>Plan Ou Face plane</translation>
+ </message>
+ <message>
+ <source>GEOM_WPLANE_TITLE</source>
+ <translation>plan de travail</translation>
+ </message>
+ <message>
+ <source>GEOM_WRN_RADIUS_NULL</source>
+ <translation>Le rayon est nul</translation>
+ </message>
+ <message>
+ <source>GEOM_WRN_WARNING</source>
+ <translation>Avertissement</translation>
+ </message>
+ <message>
+ <source>GEOM_X</source>
+ <translation>X :</translation>
+ </message>
+ <message>
+ <source>GEOM_Y</source>
+ <translation>Y :</translation>
+ </message>
+ <message>
+ <source>GEOM_Z</source>
+ <translation>Z :</translation>
+ </message>
+ <message>
+ <source>SUPPRESS_RESULT</source>
+ <translation>Suppress Result</translation>
+ </message>
+ </context>
+</TS>
-// GEOM GEOMGUI : GUI for Geometry component
+// GEOM GEOMGUI : GUI for Geometry component
//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
+// File : GeometryGUI.cxx
+// Author : Vadim SANDLER, Open CASCADE S.A.S. (vadim.sandler@opencascade.com)
//
-//
-// File : GeometryGUI.cxx
-// Author : Lucien PIGNOLONI
-// Module : GEOM
-// $Header$
#include "GeometryGUI.h"
#include "GEOMGUI_OCCSelector.h"
setPreferenceProperty( genGroup, "columns", 1 );
int dispmode = addPreference( tr( "PREF_DISPLAY_MODE" ), genGroup,
- LightApp_Preferences::Selector, "Geometry", "display_mode" );
+ LightApp_Preferences::Selector,
+ "Geometry", "display_mode" );
addPreference( tr( "PREF_SHADING_COLOR" ), genGroup,
LightApp_Preferences::Color, "Geometry", "shading_color" );
-// GEOM GEOMGUI : GUI for Geometry component
+// GEOM GEOMGUI : GUI for Geometry component
//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
+// File : GeometryGUI.h
+// Author : Vadim SANDLER, Open CASCADE S.A.S. (vadim.sandler@opencascade.com)
//
-//
-// File : GeometryGUI.h
-// Author : Lucien PIGNOLONI
-// Module : GEOM
-// $Header$
#ifndef GEOMETRYGUI_H
#define GEOMETRYGUI_H
#include "GEOM_GEOMGUI.hxx"
-#include "SalomeApp_Module.h"
+#include <SalomeApp_Module.h>
-#include "GEOMGUI.h"
-#include "GEOM_Client.hxx"
-#include "SALOME_InteractiveObject.hxx"
+#include <GEOM_Client.hxx>
+#include <SALOME_InteractiveObject.hxx>
+#include <SALOMEDSClient.hxx>
-#include "SALOMEDSClient.hxx"
+#include "GEOMGUI.h"
// QT Includes
#include <QMap>
-// GEOM GEOMGUI : GUI for Geometry component
+// GEOM GEOMGUI : GUI for Geometry component
//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
+// File : GeometryGUI_Swig.cxx
+// Author : Nicolas REJNERI, Paul RASCLE
//
-//
-// File : GeometryGUI_Swig.cxx
-// Author : Nicolas REJNERI, Paul RASCLE
-// Module : GEOM
-// $Header$
#include "GeometryGUI_Swig.hxx"
#include "SUIT_Session.h"
#include "SalomeApp_Application.h"
#include "SalomeApp_Study.h"
-//#include "SalomeApp_ImportOperation.h"
-// temporary commented
-//#include "OB_Browser.h"
+#include "OB_Browser.h"
#include "OCCViewer_ViewWindow.h"
#include "OCCViewer_ViewManager.h"
#include "GEOM_Actor.h"
#include "GEOM_Client.hxx"
#include "GEOM_AISShape.hxx"
-//#include "GEOM_AssemblyBuilder.h"
#include "GEOM_InteractiveObject.hxx"
#include "GEOM_Displayer.h"
-#include "SALOME_Event.hxx"
-
-//#include "utilities.h"
+#include "SALOME_Event.h"
// OCCT Includes
#include <TopAbs.hxx>
-// GEOM GEOMGUI : GUI for Geometry component
+// GEOM GEOMGUI : GUI for Geometry component
//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
+// File : GeometryGUI_Swig.hxx
+// Author : Nicolas REJNERI, Paul RASCLE
//
-//
-// File : GeometryGUI_Swig.hxx
-// Author : Nicolas REJNERI, Paul RASCLE
-// Module : GEOM
-// $Header$
-#ifndef _GeometryGUI_SWIG_HXX_
-#define _GeometryGUI_SWIG_HXX_
+#ifndef GEOMETRYGUI_SWIG_HXX
+#define GEOMETRYGUI_SWIG_HXX
#include "GEOM_GEOMGUI.hxx"
bool initGeomGen();
};
-
-#endif
+#endif // GEOMETRYGUI_SWIG_HXX
-// GEOM GEOMGUI : GUI for Geometry component
+// GEOM GEOMGUI : GUI for Geometry component
//
-// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+// Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
//
-// This library is distributed in the hope that it will be useful,
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+// Lesser General Public License for more details.
//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
//
+// File : GeometryGUI_Swig.i
+// Author : Nicolas REJNERI, Paul RASCLE
//
-//
-// File : GeometryGUI_Swig.i
-// Author : Nicolas REJNERI, Paul RASCLE
-// Module : GEOM
-// $Header$
%{
#include "GeometryGUI_Swig.hxx"