*** empty log message ***

This commit is contained in:
vsr 2007-10-11 09:49:47 +00:00
parent a9416579fe
commit fcfaf376b0
177 changed files with 13091 additions and 16289 deletions

View File

@ -1,106 +0,0 @@
/********************************************************************************
** 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

View File

@ -0,0 +1,82 @@
<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>

View File

@ -1,150 +0,0 @@
/********************************************************************************
** 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

View File

@ -0,0 +1,122 @@
<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>

View File

@ -1,127 +0,0 @@
/********************************************************************************
** 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

View File

@ -0,0 +1,91 @@
<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>

View File

@ -1,56 +0,0 @@
// 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
}

View File

@ -1,50 +0,0 @@
// 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

View File

@ -1,56 +0,0 @@
// 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
}

View File

@ -1,50 +0,0 @@
// 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

View File

@ -1,161 +0,0 @@
/********************************************************************************
** 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

View File

@ -0,0 +1,113 @@
<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>

View File

@ -1,150 +0,0 @@
/********************************************************************************
** 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

View File

@ -0,0 +1,100 @@
<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>

View File

@ -1,63 +0,0 @@
// 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
}

View File

@ -1,51 +0,0 @@
// 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

View File

@ -1,174 +0,0 @@
/********************************************************************************
** 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

View File

@ -0,0 +1,127 @@
<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>

View File

@ -1,143 +0,0 @@
/********************************************************************************
** 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

View File

@ -0,0 +1,107 @@
<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>

View File

@ -1,69 +0,0 @@
// 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
}

View File

@ -1,52 +0,0 @@
// 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

View File

@ -1,198 +0,0 @@
/********************************************************************************
** 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

View File

@ -0,0 +1,142 @@
<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>

View File

@ -1,75 +0,0 @@
// 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
}

View File

@ -1,54 +0,0 @@
// 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

View File

@ -1,247 +0,0 @@
/********************************************************************************
** 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

View File

@ -0,0 +1,178 @@
<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>

View File

@ -1,81 +0,0 @@
// 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
}

View File

@ -1,54 +0,0 @@
// 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

View File

@ -1,246 +0,0 @@
/********************************************************************************
** 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

View File

@ -0,0 +1,203 @@
<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>

View File

@ -1,49 +0,0 @@
// 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

View File

@ -1,122 +0,0 @@
/********************************************************************************
** 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

View File

@ -0,0 +1,87 @@
<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>

View File

@ -1,58 +0,0 @@
// 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
}

View File

@ -1,50 +0,0 @@
// 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

View File

@ -1,109 +0,0 @@
/********************************************************************************
** 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

View File

@ -0,0 +1,64 @@
<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>

View File

@ -1,173 +0,0 @@
/********************************************************************************
** 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

View File

@ -0,0 +1,152 @@
<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>

View File

@ -1,60 +0,0 @@
// 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
}

View File

@ -1,50 +0,0 @@
// 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

View File

@ -1,56 +0,0 @@
// 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
}

View File

@ -1,50 +0,0 @@
// 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

View File

@ -1,194 +0,0 @@
/********************************************************************************
** 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

View File

@ -0,0 +1,176 @@
<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>

View File

@ -1,187 +0,0 @@
/********************************************************************************
** 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

View File

@ -0,0 +1,148 @@
<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>

View File

@ -1,62 +0,0 @@
// 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
}

View File

@ -1,51 +0,0 @@
// 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

View File

@ -1,66 +0,0 @@
// 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
}

View File

@ -1,51 +0,0 @@
// 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

View File

@ -1,219 +0,0 @@
/********************************************************************************
** 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

View File

@ -0,0 +1,173 @@
<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>

View File

@ -1,205 +0,0 @@
/********************************************************************************
** 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

View File

@ -0,0 +1,165 @@
<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>

View File

@ -1,67 +0,0 @@
// 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
}

View File

@ -1,52 +0,0 @@
// 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

View File

@ -1,229 +0,0 @@
/********************************************************************************
** 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

View File

@ -0,0 +1,187 @@
<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>

View File

@ -1,76 +0,0 @@
// 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
}

View File

@ -1,53 +0,0 @@
// 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

View File

@ -1,277 +0,0 @@
/********************************************************************************
** 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

View File

@ -0,0 +1,217 @@
<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>

View File

@ -1,153 +0,0 @@
/********************************************************************************
** 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

View File

@ -0,0 +1,129 @@
<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>

View File

@ -1,64 +0,0 @@
// 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
}

View File

@ -1,51 +0,0 @@
// 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

View File

@ -1,133 +0,0 @@
/********************************************************************************
** 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

View File

@ -0,0 +1,85 @@
<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>

View File

@ -1,107 +0,0 @@
/********************************************************************************
** 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

View File

@ -0,0 +1,69 @@
<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>

View File

@ -1,194 +0,0 @@
/********************************************************************************
** 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

View File

@ -0,0 +1,182 @@
<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>

View File

@ -1,72 +0,0 @@
// 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()
{
}

View File

@ -1,59 +0,0 @@
// 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

View File

@ -0,0 +1,197 @@
<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>

View File

@ -1,117 +0,0 @@
// 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)();
}
}

View File

@ -1,54 +0,0 @@
// 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

View File

@ -1,279 +0,0 @@
/********************************************************************************
** 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

View File

@ -0,0 +1,249 @@
<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>

View File

@ -1,77 +0,0 @@
// 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
}

View File

@ -1,53 +0,0 @@
// 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

View File

@ -1,318 +0,0 @@
/********************************************************************************
** 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

View File

@ -0,0 +1,263 @@
<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>

View File

@ -1,184 +0,0 @@
/********************************************************************************
** 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

View File

@ -0,0 +1,167 @@
<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>

View File

@ -1,69 +0,0 @@
// 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
}

View File

@ -1,52 +0,0 @@
// 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

View File

@ -1,69 +0,0 @@
// 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
}

View File

@ -1,52 +0,0 @@
// 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

View File

@ -1,165 +0,0 @@
/********************************************************************************
** 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

View File

@ -0,0 +1,119 @@
<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>

View File

@ -1,157 +0,0 @@
/********************************************************************************
** 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

View File

@ -0,0 +1,106 @@
<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>

View File

@ -1,260 +0,0 @@
/********************************************************************************
** 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

View File

@ -0,0 +1,244 @@
<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>

View File

@ -1,235 +0,0 @@
/********************************************************************************
** 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

View File

@ -0,0 +1,228 @@
<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>

Some files were not shown because too many files have changed in this diff Show More