--- /dev/null
+TEMPLATE = lib
+TARGET = DlgRef
+DESTDIR = ../../lib
+MOC_DIR = ../../moc
+OBJECTS_DIR = ../../obj/$$TARGET
+
+QT_INCLUDES = $$(QTDIR)/include $$(QTDIR)/include/QtCore $$(QTDIR)/include/QtGui $$(QTDIR)/include/QtOpenGL $$(QTDIR)/include/QtXml
+
+KERNEL_CXXFLAGS = $$(KERNEL_ROOT_DIR)/include/salome
+
+GUI_CXXFLAGS = $$(GUI_ROOT_DIR)/include/salome
+
+GUI_LDFLAGS = -L$$(GUI_ROOT_DIR)/lib/salome
+
+STDLIB = -lstdc++
+
+QT_MT_LIBS = -L$$(QTDIR)/lib -lQtCore -lQtXml -lQtGui -lQtOpenGL
+
+INCLUDEPATH += $${QT_INCLUDES} $${KERNEL_CXXFLAGS} $${GUI_CXXFLAGS}
+
+LIBS += $${GUI_LDFLAGS} -lqtx $${STDLIB} $${QT_MT_LIBS}
+
+CONFIG -= debug release debug_and_release
+CONFIG += qt thread debug dll shared
+
+win32:DEFINES += WIN32
+DEFINES += DLGREF_EXPORTS
+
+HEADERS = DlgRef_Skeleton_QTD.h
+HEADERS += DlgRef_1Sel_QTD.h
+HEADERS += DlgRef_2Sel_QTD.h
+HEADERS += DlgRef_3Sel_QTD.h
+HEADERS += DlgRef_1Sel1Check_QTD.h
+HEADERS += DlgRef_1Sel3Check_QTD.h
+HEADERS += DlgRef_1Sel1Check1List_QTD.h
+HEADERS += DlgRef_1Sel1Spin_QTD.h
+HEADERS += DlgRef_1Sel2Spin_QTD.h
+HEADERS += DlgRef_1Sel3Spin_QTD.h
+HEADERS += DlgRef_1Sel4Spin_QTD.h
+HEADERS += DlgRef_1Sel5Spin_QTD.h
+HEADERS += DlgRef_2Sel1Spin_QTD.h
+HEADERS += DlgRef_2Sel2Spin_QTD.h
+HEADERS += DlgRef_2Sel3Spin_QTD.h
+HEADERS += DlgRef_1Sel1Spin1Check_QTD.h
+HEADERS += DlgRef_2Sel1Spin2Check_QTD.h
+HEADERS += DlgRef_2Sel2Spin1Check_QTD.h
+HEADERS += DlgRef_2Sel4Spin1Check_QTD.h
+HEADERS += DlgRef_3Sel4Spin2Check_QTD.h
+HEADERS += DlgRef_4Sel1List_QTD.h
+HEADERS += DlgRef_2Sel1List_QTD.h
+HEADERS += DlgRef_1List1Spin1Btn_QTD.h
+HEADERS += DlgRef_4Sel1List1Check_QTD.h
+HEADERS += DlgRef_1Spin_QTD.h
+HEADERS += DlgRef_2Spin_QTD.h
+HEADERS += DlgRef_3Spin_QTD.h
+HEADERS += DlgRef_3Spin1Check_QTD.h
+HEADERS += DlgRef_3Sel3Spin1Check_QTD.h
+HEADERS += DlgRef_4Sel1Spin2Check_QTD.h
+HEADERS += DlgRef_SpinBox.h
+HEADERS += DlgRef_1Sel1Spin.h
+HEADERS += DlgRef_1Sel2Spin.h
+HEADERS += DlgRef_1Sel3Spin.h
+HEADERS += DlgRef_1Sel4Spin.h
+HEADERS += DlgRef_1Sel5Spin.h
+HEADERS += DlgRef_2Sel1Spin.h
+HEADERS += DlgRef_2Sel2Spin.h
+HEADERS += DlgRef_2Sel3Spin.h
+HEADERS += DlgRef_1Sel1Spin1Check.h
+HEADERS += DlgRef_2Sel1Spin2Check.h
+HEADERS += DlgRef_2Sel2Spin1Check.h
+HEADERS += DlgRef_2Sel4Spin1Check.h
+HEADERS += DlgRef_3Sel4Spin2Check.h
+HEADERS += DlgRef_3Sel3Spin1Check.h
+HEADERS += DlgRef_1Spin.h
+HEADERS += DlgRef_2Spin.h
+HEADERS += DlgRef_3Spin.h
+HEADERS += DlgRef_3Spin1Check.h
+HEADERS += DlgRef_3Sel1Spin.h
+HEADERS += DlgRef_1Sel_Ext.h
+HEADERS += DlgRef_3Check_QTD.h
+HEADERS += DlgRef_6Sel_QTD.h
+HEADERS += DlgRef_4Sel1Spin2Check.h
+HEADERS += DlgRef_3Sel1Check_QTD.h
+HEADERS += GEOM_DlgRef.hxx
+
+SOURCES = DlgRef_SpinBox.cxx
+SOURCES += DlgRef_1Sel1Spin.cxx
+SOURCES += DlgRef_1Sel2Spin.cxx
+SOURCES += DlgRef_1Sel3Spin.cxx
+SOURCES += DlgRef_1Sel4Spin.cxx
+SOURCES += DlgRef_1Sel5Spin.cxx
+SOURCES += DlgRef_2Sel1Spin.cxx
+SOURCES += DlgRef_2Sel2Spin.cxx
+SOURCES += DlgRef_2Sel3Spin.cxx
+SOURCES += DlgRef_1Sel1Spin1Check.cxx
+SOURCES += DlgRef_2Sel1Spin2Check.cxx
+SOURCES += DlgRef_2Sel2Spin1Check.cxx
+SOURCES += DlgRef_2Sel4Spin1Check.cxx
+SOURCES += DlgRef_3Sel4Spin2Check.cxx
+SOURCES += DlgRef_3Sel3Spin1Check.cxx
+SOURCES += DlgRef_1Spin.cxx
+SOURCES += DlgRef_2Spin.cxx
+SOURCES += DlgRef_3Spin.cxx
+SOURCES += DlgRef_3Spin1Check.cxx
+SOURCES += DlgRef_3Sel1Spin.cxx
+SOURCES += DlgRef_4Sel1Spin2Check.cxx
+
+includes.files = $$HEADERS
+includes.path = ../../include
+
+INSTALLS += includes
+++ /dev/null
-// Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-/****************************************************************************
-** Form implementation generated from reading ui file 'DlgRef_1List1Spin1Btn_QTD.ui'
-**
-** Created: Wed Mar 17 11:29:24 2004
-** by: The User Interface Compiler (uic)
-**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
-#include "DlgRef_1List1Spin1Btn_QTD.h"
-
-#include <qvariant.h>
-#include <qgroupbox.h>
-#include <qheader.h>
-#include <qlabel.h>
-#include <qlistview.h>
-#include <qpushbutton.h>
-#include <qspinbox.h>
-#include <qlayout.h>
-#include <qtooltip.h>
-#include <qwhatsthis.h>
-
-/*
- * Constructs a DlgRef_1List1Spin1Btn_QTD which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'.
- */
-DlgRef_1List1Spin1Btn_QTD::DlgRef_1List1Spin1Btn_QTD( QWidget* parent, const char* name, WFlags fl )
- : QWidget( parent, name, fl )
-{
- if ( !name )
- setName( "DlgRef_1List1Spin1Btn_QTD" );
- resize( 204, 148 );
- setCaption( trUtf8( "DlgRef_3Sel4Spin2Check_QTD" ) );
- DlgRef_1List1Spin1Btn_QTDLayout = new QGridLayout( this, 1, 1, 11, 6, "DlgRef_1List1Spin1Btn_QTDLayout");
-
- GroupBox1 = new QGroupBox( this, "GroupBox1" );
- GroupBox1->setTitle( trUtf8( "" ) );
- GroupBox1->setColumnLayout(0, Qt::Vertical );
- GroupBox1->layout()->setSpacing( 6 );
- GroupBox1->layout()->setMargin( 11 );
- GroupBox1Layout = new QGridLayout( GroupBox1->layout() );
- GroupBox1Layout->setAlignment( Qt::AlignTop );
- QSpacerItem* spacer = new QSpacerItem( 0, 23, QSizePolicy::Minimum, QSizePolicy::Expanding );
- GroupBox1Layout->addItem( spacer, 3, 1 );
-
- ListView1 = new QListView( GroupBox1, "ListView1" );
-
- GroupBox1Layout->addMultiCellWidget( ListView1, 0, 3, 0, 0 );
-
- TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
- TextLabel1->setText( trUtf8( "TL1" ) );
-
- GroupBox1Layout->addWidget( TextLabel1, 0, 1 );
-
- SpinBox1 = new QSpinBox( GroupBox1, "SpinBox1" );
-
- GroupBox1Layout->addWidget( SpinBox1, 1, 1 );
-
- PushButton1 = new QPushButton( GroupBox1, "PushButton1" );
- PushButton1->setText( trUtf8( "" ) );
-
- GroupBox1Layout->addWidget( PushButton1, 2, 1 );
-
- DlgRef_1List1Spin1Btn_QTDLayout->addWidget( GroupBox1, 0, 0 );
-}
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_1List1Spin1Btn_QTD::~DlgRef_1List1Spin1Btn_QTD()
-{
- // no need to delete child widgets, Qt does it all for us
-}
-
-// 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_1List1Spin1Btn_QTD.ui'
+/********************************************************************************
+** Form generated from reading ui file 'DlgRef_1List1Spin1Btn_QTD.ui'
**
-** Created: Wed Mar 17 11:29:24 2004
-** by: The User Interface Compiler (uic)
+** 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!
-****************************************************************************/
+** 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 "GEOM_DlgRef.hxx"
+#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>
-#include <qvariant.h>
-#include <qwidget.h>
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QGroupBox;
-class QLabel;
-class QListView;
-class QListViewItem;
-class QPushButton;
-class QSpinBox;
+class Ui_DlgRef_1List1Spin1Btn_QTD
+{
+public:
+ QGridLayout *gridLayout;
+ QGroupBox *GroupBox1;
+ QGridLayout *gridLayout1;
+ QSpacerItem *spacerItem;
+ QListView *ListView1;
+ QLabel *TextLabel1;
+ QSpinBox *SpinBox1;
+ QPushButton *PushButton1;
-class GEOM_DLGREF_EXPORT DlgRef_1List1Spin1Btn_QTD : public QWidget
-{
- Q_OBJECT
+ 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);
-public:
- DlgRef_1List1Spin1Btn_QTD( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
- ~DlgRef_1List1Spin1Btn_QTD();
+ 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);
- QGroupBox* GroupBox1;
- QListView* ListView1;
- QLabel* TextLabel1;
- QSpinBox* SpinBox1;
- QPushButton* PushButton1;
+ 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
-protected:
- QGridLayout* DlgRef_1List1Spin1Btn_QTDLayout;
- QGridLayout* GroupBox1Layout;
};
+namespace Ui {
+ class DlgRef_1List1Spin1Btn_QTD: public Ui_DlgRef_1List1Spin1Btn_QTD {};
+} // namespace Ui
+
#endif // DLGREF_1LIST1SPIN1BTN_QTD_H
+++ /dev/null
-// Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-/****************************************************************************
-** Form implementation generated from reading ui file 'DlgRef_1Sel1Check1List_QTD.ui'
-**
-** Created: lun oct 27 16:18:55 2003
-** by: The User Interface Compiler (uic)
-**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
-#include "DlgRef_1Sel1Check1List_QTD.h"
-
-#include <qvariant.h>
-#include <qcombobox.h>
-#include <qgroupbox.h>
-#include <qlabel.h>
-#include <qlineedit.h>
-#include <qpushbutton.h>
-#include <qradiobutton.h>
-#include <qlayout.h>
-#include <qtooltip.h>
-#include <qwhatsthis.h>
-
-/*
- * Constructs a DlgRef_1Sel1Check1List_QTD which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'.
- */
-DlgRef_1Sel1Check1List_QTD::DlgRef_1Sel1Check1List_QTD( QWidget* parent, const char* name, WFlags fl )
- : QWidget( parent, name, fl )
-{
- if ( !name )
- setName( "DlgRef_1Sel1Check1List_QTD" );
- resize( 129, 104 );
- setCaption( trUtf8( "DlgRef_1Sel1Check1List_QTD" ) );
- DlgRef_1Sel1Check1List_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "DlgRef_1Sel1Check1List_QTDLayout");
-
- GroupBox1 = new QGroupBox( this, "GroupBox1" );
- GroupBox1->setTitle( trUtf8( "" ) );
- GroupBox1->setColumnLayout(0, Qt::Vertical );
- GroupBox1->layout()->setSpacing( 6 );
- GroupBox1->layout()->setMargin( 11 );
- GroupBox1Layout = new QGridLayout( GroupBox1->layout() );
- GroupBox1Layout->setAlignment( Qt::AlignTop );
-
- Layout1 = new QGridLayout( 0, 1, 1, 0, 6, "Layout1");
- QSpacerItem* spacer = new QSpacerItem( 0, 166, QSizePolicy::Minimum, QSizePolicy::Expanding );
- Layout1->addItem( spacer, 3, 2 );
-
- CheckButton1 = new QRadioButton( GroupBox1, "CheckButton1" );
- CheckButton1->setText( trUtf8( "" ) );
-
- Layout1->addMultiCellWidget( CheckButton1, 2, 2, 0, 2 );
-
- TextLabel2 = new QLabel( GroupBox1, "TextLabel2" );
- TextLabel2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel2->sizePolicy().hasHeightForWidth() ) );
- TextLabel2->setText( trUtf8( "TL2" ) );
-
- Layout1->addMultiCellWidget( TextLabel2, 1, 1, 0, 1 );
-
- ComboBox1 = new QComboBox( FALSE, GroupBox1, "ComboBox1" );
- ComboBox1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, ComboBox1->sizePolicy().hasHeightForWidth() ) );
-
- Layout1->addWidget( ComboBox1, 1, 2 );
-
- LineEdit1 = new QLineEdit( GroupBox1, "LineEdit1" );
-
- Layout1->addWidget( LineEdit1, 0, 2 );
-
- TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
- TextLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel1->sizePolicy().hasHeightForWidth() ) );
- TextLabel1->setText( trUtf8( "TL1" ) );
-
- Layout1->addWidget( TextLabel1, 0, 0 );
-
- PushButton1 = new QPushButton( GroupBox1, "PushButton1" );
- PushButton1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton1->sizePolicy().hasHeightForWidth() ) );
- PushButton1->setText( trUtf8( "" ) );
-
- Layout1->addWidget( PushButton1, 0, 1 );
-
- GroupBox1Layout->addLayout( Layout1, 0, 0 );
-
- DlgRef_1Sel1Check1List_QTDLayout->addWidget( GroupBox1, 0, 0 );
-}
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_1Sel1Check1List_QTD::~DlgRef_1Sel1Check1List_QTD()
-{
- // no need to delete child widgets, Qt does it all for us
-}
-
-// 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_1Sel1Check1List_QTD.ui'
+/********************************************************************************
+** Form generated from reading ui file 'DlgRef_1Sel1Check1List_QTD.ui'
**
-** Created: lun oct 27 16:18:55 2003
-** by: The User Interface Compiler (uic)
+** 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!
-****************************************************************************/
+** 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 "GEOM_DlgRef.hxx"
+#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;
-#include <qvariant.h>
-#include <qwidget.h>
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QComboBox;
-class QGroupBox;
-class QLabel;
-class QLineEdit;
-class QPushButton;
-class QRadioButton;
+ 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);
-class GEOM_DLGREF_EXPORT DlgRef_1Sel1Check1List_QTD : public QWidget
-{
- Q_OBJECT
+ 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
-public:
- DlgRef_1Sel1Check1List_QTD( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
- ~DlgRef_1Sel1Check1List_QTD();
-
- QGroupBox* GroupBox1;
- QRadioButton* CheckButton1;
- QLabel* TextLabel2;
- QComboBox* ComboBox1;
- QLineEdit* LineEdit1;
- QLabel* TextLabel1;
- QPushButton* PushButton1;
-
-
-protected:
- QGridLayout* DlgRef_1Sel1Check1List_QTDLayout;
- QGridLayout* GroupBox1Layout;
- QGridLayout* Layout1;
};
+namespace Ui {
+ class DlgRef_1Sel1Check1List_QTD: public Ui_DlgRef_1Sel1Check1List_QTD {};
+} // namespace Ui
+
#endif // DLGREF_1SEL1CHECK1LIST_QTD_H
+++ /dev/null
-// Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-/****************************************************************************
-** Form implementation generated from reading ui file 'DlgRef_1Sel1Check_QTD.ui'
-**
-** Created: Thu May 20 11:55:05 2004
-** by: The User Interface Compiler (uic)
-**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
-#include "DlgRef_1Sel1Check_QTD.h"
-
-#include <qvariant.h>
-#include <qcheckbox.h>
-#include <qgroupbox.h>
-#include <qlabel.h>
-#include <qlineedit.h>
-#include <qpushbutton.h>
-#include <qlayout.h>
-#include <qtooltip.h>
-#include <qwhatsthis.h>
-
-/*
- * Constructs a DlgRef_1Sel1Check_QTD which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'.
- */
-DlgRef_1Sel1Check_QTD::DlgRef_1Sel1Check_QTD( QWidget* parent, const char* name, WFlags fl )
- : QWidget( parent, name, fl )
-{
- if ( !name )
- setName( "DlgRef_1Sel1Check_QTD" );
- resize( 382, 219 );
- setCaption( trUtf8( "DlgRef_1Sel1Check_QTD" ) );
- DlgRef_1Sel1Check_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "DlgRef_1Sel1Check_QTDLayout");
-
- GroupBox1 = new QGroupBox( this, "GroupBox1" );
- GroupBox1->setTitle( trUtf8( "" ) );
- GroupBox1->setColumnLayout(0, Qt::Vertical );
- GroupBox1->layout()->setSpacing( 6 );
- GroupBox1->layout()->setMargin( 11 );
- GroupBox1Layout = new QGridLayout( GroupBox1->layout() );
- GroupBox1Layout->setAlignment( Qt::AlignTop );
-
- Layout3 = new QGridLayout( 0, 1, 1, 0, 6, "Layout3");
-
- TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
- TextLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel1->sizePolicy().hasHeightForWidth() ) );
- TextLabel1->setText( trUtf8( "TL1" ) );
-
- Layout3->addWidget( TextLabel1, 0, 0 );
-
- PushButton1 = new QPushButton( GroupBox1, "PushButton1" );
- PushButton1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton1->sizePolicy().hasHeightForWidth() ) );
- PushButton1->setText( trUtf8( "" ) );
-
- Layout3->addWidget( PushButton1, 0, 1 );
-
- CheckButton1 = new QCheckBox( GroupBox1, "CheckButton1" );
- CheckButton1->setText( trUtf8( "" ) );
-
- Layout3->addMultiCellWidget( CheckButton1, 1, 1, 0, 2 );
- QSpacerItem* spacer = new QSpacerItem( 0, 16, QSizePolicy::Minimum, QSizePolicy::Expanding );
- Layout3->addItem( spacer, 2, 2 );
-
- LineEdit1 = new QLineEdit( GroupBox1, "LineEdit1" );
-
- Layout3->addWidget( LineEdit1, 0, 2 );
-
- GroupBox1Layout->addLayout( Layout3, 0, 0 );
-
- DlgRef_1Sel1Check_QTDLayout->addWidget( GroupBox1, 0, 0 );
-
- // tab order
- setTabOrder( PushButton1, LineEdit1 );
- setTabOrder( LineEdit1, CheckButton1 );
-}
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_1Sel1Check_QTD::~DlgRef_1Sel1Check_QTD()
-{
- // no need to delete child widgets, Qt does it all for us
-}
-
-// 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_1Sel1Check_QTD.ui'
+/********************************************************************************
+** Form generated from reading ui file 'DlgRef_1Sel1Check_QTD.ui'
**
-** Created: Thu May 20 11:55:05 2004
-** by: The User Interface Compiler (uic)
+** 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!
-****************************************************************************/
+** 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 "GEOM_DlgRef.hxx"
+#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>
-#include <qvariant.h>
-#include <qwidget.h>
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QCheckBox;
-class QGroupBox;
-class QLabel;
-class QLineEdit;
-class QPushButton;
+class Ui_DlgRef_1Sel1Check_QTD
+{
+public:
+ QGridLayout *gridLayout;
+ QGroupBox *GroupBox1;
+ QGridLayout *gridLayout1;
+ QGridLayout *gridLayout2;
+ QLabel *TextLabel1;
+ QPushButton *PushButton1;
+ QCheckBox *CheckButton1;
+ QSpacerItem *spacerItem;
+ QLineEdit *LineEdit1;
-class GEOM_DLGREF_EXPORT DlgRef_1Sel1Check_QTD : public QWidget
-{
- Q_OBJECT
+ 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);
-public:
- DlgRef_1Sel1Check_QTD( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
- ~DlgRef_1Sel1Check_QTD();
+ 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"));
- QGroupBox* GroupBox1;
- QLabel* TextLabel1;
- QPushButton* PushButton1;
- QCheckBox* CheckButton1;
- QLineEdit* LineEdit1;
+ gridLayout2->addWidget(LineEdit1, 0, 2, 1, 1);
-protected:
- QGridLayout* DlgRef_1Sel1Check_QTDLayout;
- QGridLayout* GroupBox1Layout;
- QGridLayout* Layout3;
+ 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
// $Header:
#include "DlgRef_1Sel1Spin.h"
-
-#include <qlayout.h>
-#include <qspinbox.h>
-#include <qgroupbox.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, WFlags fl)
- :DlgRef_1Sel1Spin_QTD(parent, name, fl)
+DlgRef_1Sel1Spin::DlgRef_1Sel1Spin(QWidget* parent, const char* name, Qt::WindowFlags fl)
+ :QWidget(parent, fl)
{
- SpinBox1->close(TRUE);
+ setupUi(this);
+
+ setObjectName(name);
+
+ SpinBox1->setAttribute( Qt::WA_DeleteOnClose );
+ SpinBox1->close();
SpinBox_DX = new DlgRef_SpinBox(GroupBox1, "SpinBox_DX");
- Layout2->addWidget(SpinBox_DX, 0, 1);
+ gridLayout3->addWidget(SpinBox_DX, 0, 1);
}
#include "GEOM_DlgRef.hxx"
#include "DlgRef_1Sel1Spin_QTD.h"
-#include "DlgRef_SpinBox.h"
-class GEOM_DLGREF_EXPORT DlgRef_1Sel1Spin : public DlgRef_1Sel1Spin_QTD
+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, WFlags fl = 0 );
+ DlgRef_1Sel1Spin( QWidget* parent = 0, const char* name = 0, Qt::WindowFlags fl = 0 );
~DlgRef_1Sel1Spin();
DlgRef_SpinBox* SpinBox_DX;
// $Header:
#include "DlgRef_1Sel1Spin1Check.h"
-
-#include <qlayout.h>
-#include <qspinbox.h>
-#include <qgroupbox.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, WFlags fl)
- :DlgRef_1Sel1Spin1Check_QTD(parent, name, fl)
+DlgRef_1Sel1Spin1Check::DlgRef_1Sel1Spin1Check(QWidget* parent, const char* name, Qt::WindowFlags fl)
+ :QWidget(parent, fl)
{
- SpinBox1->close(TRUE);
+ setupUi(this);
+
+ setObjectName(name);
+
+ SpinBox1->setAttribute( Qt::WA_DeleteOnClose );
+ SpinBox1->close();
SpinBox_DX = new DlgRef_SpinBox(GroupBox1, "SpinBox_DX");
- Layout2->addWidget(SpinBox_DX, 0, 1);
+ gridLayout3->addWidget(SpinBox_DX, 0, 1);
}
#include "GEOM_DlgRef.hxx"
#include "DlgRef_1Sel1Spin1Check_QTD.h"
-#include "DlgRef_SpinBox.h"
-class GEOM_DLGREF_EXPORT DlgRef_1Sel1Spin1Check : public DlgRef_1Sel1Spin1Check_QTD
+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, WFlags fl = 0);
+ DlgRef_1Sel1Spin1Check(QWidget* parent = 0, const char* name = 0, Qt::WindowFlags fl = 0);
~DlgRef_1Sel1Spin1Check();
DlgRef_SpinBox* SpinBox_DX;
+++ /dev/null
-// Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-/****************************************************************************
-** Form implementation generated from reading ui file 'DlgRef_1Sel1Spin1Check_QTD.ui'
-**
-** Created: Mon May 24 15:59:03 2004
-** by: The User Interface Compiler (uic)
-**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
-#include "DlgRef_1Sel1Spin1Check_QTD.h"
-
-#include <qvariant.h>
-#include <qcheckbox.h>
-#include <qgroupbox.h>
-#include <qlabel.h>
-#include <qlineedit.h>
-#include <qpushbutton.h>
-#include <qspinbox.h>
-#include <qlayout.h>
-#include <qtooltip.h>
-#include <qwhatsthis.h>
-
-/*
- * Constructs a DlgRef_1Sel1Spin1Check_QTD which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'.
- */
-DlgRef_1Sel1Spin1Check_QTD::DlgRef_1Sel1Spin1Check_QTD( QWidget* parent, const char* name, WFlags fl )
- : QWidget( parent, name, fl )
-{
- if ( !name )
- setName( "DlgRef_1Sel1Spin1Check_QTD" );
- resize( 163, 109 );
- setCaption( trUtf8( "DlgRef_1Sel1Spin1Check_QTD" ) );
- DlgRef_1Sel1Spin1Check_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "DlgRef_1Sel1Spin1Check_QTDLayout");
-
- GroupBox1 = new QGroupBox( this, "GroupBox1" );
- GroupBox1->setTitle( trUtf8( "" ) );
- GroupBox1->setColumnLayout(0, Qt::Vertical );
- GroupBox1->layout()->setSpacing( 6 );
- GroupBox1->layout()->setMargin( 11 );
- GroupBox1Layout = new QGridLayout( GroupBox1->layout() );
- GroupBox1Layout->setAlignment( Qt::AlignTop );
-
- Layout8 = new QGridLayout( 0, 1, 1, 0, 6, "Layout8");
-
- Layout2 = new QGridLayout( 0, 1, 1, 0, 6, "Layout2");
-
- SpinBox1 = new QSpinBox( GroupBox1, "SpinBox1" );
- SpinBox1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox1->sizePolicy().hasHeightForWidth() ) );
-
- Layout2->addWidget( SpinBox1, 0, 1 );
-
- TextLabel2 = new QLabel( GroupBox1, "TextLabel2" );
- TextLabel2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel2->sizePolicy().hasHeightForWidth() ) );
- TextLabel2->setText( trUtf8( "TL2" ) );
-
- Layout2->addWidget( TextLabel2, 0, 0 );
-
- Layout8->addMultiCellLayout( Layout2, 1, 1, 0, 2 );
-
- TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
- TextLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel1->sizePolicy().hasHeightForWidth() ) );
- TextLabel1->setText( trUtf8( "TL1" ) );
-
- Layout8->addWidget( TextLabel1, 0, 0 );
-
- LineEdit1 = new QLineEdit( GroupBox1, "LineEdit1" );
-
- Layout8->addWidget( LineEdit1, 0, 2 );
-
- PushButton1 = new QPushButton( GroupBox1, "PushButton1" );
- PushButton1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton1->sizePolicy().hasHeightForWidth() ) );
- PushButton1->setText( trUtf8( "" ) );
-
- Layout8->addWidget( PushButton1, 0, 1 );
-
- CheckButton1 = new QCheckBox( GroupBox1, "CheckButton1" );
- CheckButton1->setText( trUtf8( "" ) );
-
- Layout8->addMultiCellWidget( CheckButton1, 2, 2, 0, 2 );
- QSpacerItem* spacer = new QSpacerItem( 0, 16, QSizePolicy::Minimum, QSizePolicy::Expanding );
- Layout8->addItem( spacer, 3, 2 );
-
- GroupBox1Layout->addLayout( Layout8, 0, 0 );
-
- DlgRef_1Sel1Spin1Check_QTDLayout->addWidget( GroupBox1, 0, 0 );
-}
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_1Sel1Spin1Check_QTD::~DlgRef_1Sel1Spin1Check_QTD()
-{
- // no need to delete child widgets, Qt does it all for us
-}
-
-// 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_1Sel1Spin1Check_QTD.ui'
+/********************************************************************************
+** Form generated from reading ui file 'DlgRef_1Sel1Spin1Check_QTD.ui'
**
-** Created: Mon May 24 15:59:03 2004
-** by: The User Interface Compiler (uic)
+** 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!
-****************************************************************************/
+** 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 "GEOM_DlgRef.hxx"
+#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;
-#include <qvariant.h>
-#include <qwidget.h>
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QCheckBox;
-class QGroupBox;
-class QLabel;
-class QLineEdit;
-class QPushButton;
-class QSpinBox;
+ 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);
-class GEOM_DLGREF_EXPORT DlgRef_1Sel1Spin1Check_QTD : public QWidget
-{
- Q_OBJECT
+ 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
-public:
- DlgRef_1Sel1Spin1Check_QTD( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
- ~DlgRef_1Sel1Spin1Check_QTD();
-
- QGroupBox* GroupBox1;
- QSpinBox* SpinBox1;
- QLabel* TextLabel2;
- QLabel* TextLabel1;
- QLineEdit* LineEdit1;
- QPushButton* PushButton1;
- QCheckBox* CheckButton1;
-
-
-protected:
- QGridLayout* DlgRef_1Sel1Spin1Check_QTDLayout;
- QGridLayout* GroupBox1Layout;
- QGridLayout* Layout8;
- QGridLayout* Layout2;
};
+namespace Ui {
+ class DlgRef_1Sel1Spin1Check_QTD: public Ui_DlgRef_1Sel1Spin1Check_QTD {};
+} // namespace Ui
+
#endif // DLGREF_1SEL1SPIN1CHECK_QTD_H
+++ /dev/null
-// Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-/****************************************************************************
-** Form implementation generated from reading ui file 'DlgRef_1Sel1Spin_QTD.ui'
-**
-** Created: mar sep 23 16:05:08 2003
-** by: The User Interface Compiler (uic)
-**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
-#include "DlgRef_1Sel1Spin_QTD.h"
-
-#include <qvariant.h>
-#include <qgroupbox.h>
-#include <qlabel.h>
-#include <qlineedit.h>
-#include <qpushbutton.h>
-#include <qspinbox.h>
-#include <qlayout.h>
-#include <qtooltip.h>
-#include <qwhatsthis.h>
-
-/*
- * Constructs a DlgRef_1Sel1Spin_QTD which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'.
- */
-DlgRef_1Sel1Spin_QTD::DlgRef_1Sel1Spin_QTD( QWidget* parent, const char* name, WFlags fl )
- : QWidget( parent, name, fl )
-{
- if ( !name )
- setName( "DlgRef_1Sel1Spin_QTD" );
- resize( 129, 87 );
- setCaption( trUtf8( "DlgRef_1Sel1Spin_QTD" ) );
- DlgRef_1Sel1Spin_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "DlgRef_1Sel1Spin_QTDLayout");
-
- GroupBox1 = new QGroupBox( this, "GroupBox1" );
- GroupBox1->setTitle( trUtf8( "" ) );
- GroupBox1->setColumnLayout(0, Qt::Vertical );
- GroupBox1->layout()->setSpacing( 6 );
- GroupBox1->layout()->setMargin( 11 );
- GroupBox1Layout = new QGridLayout( GroupBox1->layout() );
- GroupBox1Layout->setAlignment( Qt::AlignTop );
-
- Layout1 = new QGridLayout( 0, 1, 1, 0, 6, "Layout1");
-
- PushButton1 = new QPushButton( GroupBox1, "PushButton1" );
- PushButton1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton1->sizePolicy().hasHeightForWidth() ) );
- PushButton1->setText( trUtf8( "" ) );
-
- Layout1->addWidget( PushButton1, 0, 1 );
-
- TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
- TextLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel1->sizePolicy().hasHeightForWidth() ) );
- TextLabel1->setText( trUtf8( "TL1" ) );
-
- Layout1->addWidget( TextLabel1, 0, 0 );
-
- LineEdit1 = new QLineEdit( GroupBox1, "LineEdit1" );
-
- Layout1->addWidget( LineEdit1, 0, 2 );
-
- Layout2 = new QGridLayout( 0, 1, 1, 0, 6, "Layout2");
-
- TextLabel2 = new QLabel( GroupBox1, "TextLabel2" );
- TextLabel2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel2->sizePolicy().hasHeightForWidth() ) );
- TextLabel2->setText( trUtf8( "TL2" ) );
-
- Layout2->addWidget( TextLabel2, 0, 0 );
-
- SpinBox1 = new QSpinBox( GroupBox1, "SpinBox1" );
- SpinBox1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox1->sizePolicy().hasHeightForWidth() ) );
-
- Layout2->addWidget( SpinBox1, 0, 1 );
-
- Layout1->addMultiCellLayout( Layout2, 1, 1, 0, 2 );
- QSpacerItem* spacer = new QSpacerItem( 0, 16, QSizePolicy::Minimum, QSizePolicy::Expanding );
- Layout1->addItem( spacer, 2, 2 );
-
- GroupBox1Layout->addLayout( Layout1, 0, 0 );
-
- DlgRef_1Sel1Spin_QTDLayout->addWidget( GroupBox1, 0, 0 );
-}
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_1Sel1Spin_QTD::~DlgRef_1Sel1Spin_QTD()
-{
- // no need to delete child widgets, Qt does it all for us
-}
-
-// 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_1Sel1Spin_QTD.ui'
+/********************************************************************************
+** Form generated from reading ui file 'DlgRef_1Sel1Spin_QTD.ui'
**
-** Created: mar sep 23 16:05:08 2003
-** by: The User Interface Compiler (uic)
+** 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!
-****************************************************************************/
+** 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 "GEOM_DlgRef.hxx"
+#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;
-#include <qvariant.h>
-#include <qwidget.h>
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QGroupBox;
-class QLabel;
-class QLineEdit;
-class QPushButton;
-class QSpinBox;
+ 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);
-class GEOM_DLGREF_EXPORT DlgRef_1Sel1Spin_QTD : public QWidget
-{
- Q_OBJECT
+ 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
-public:
- DlgRef_1Sel1Spin_QTD( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
- ~DlgRef_1Sel1Spin_QTD();
-
- QGroupBox* GroupBox1;
- QPushButton* PushButton1;
- QLabel* TextLabel1;
- QLineEdit* LineEdit1;
- QLabel* TextLabel2;
- QSpinBox* SpinBox1;
-
-
-protected:
- QGridLayout* DlgRef_1Sel1Spin_QTDLayout;
- QGridLayout* GroupBox1Layout;
- QGridLayout* Layout1;
- QGridLayout* Layout2;
};
+namespace Ui {
+ class DlgRef_1Sel1Spin_QTD: public Ui_DlgRef_1Sel1Spin_QTD {};
+} // namespace Ui
+
#endif // DLGREF_1SEL1SPIN_QTD_H
// $Header:
#include "DlgRef_1Sel2Spin.h"
-
-#include <qlayout.h>
-#include <qspinbox.h>
-#include <qgroupbox.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, WFlags fl)
- :DlgRef_1Sel2Spin_QTD(parent, name, fl)
+DlgRef_1Sel2Spin::DlgRef_1Sel2Spin(QWidget* parent, const char* name, Qt::WindowFlags fl)
+ :QWidget(parent, fl)
{
- SpinBox1->close(TRUE);
- SpinBox2->close(TRUE);
+ 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");
- Layout2->addWidget(SpinBox_DX, 0, 1);
+ gridLayout3->addWidget(SpinBox_DX, 0, 1);
SpinBox_DY = new DlgRef_SpinBox( GroupBox1, "SpinBox_DY");
- Layout2->addWidget(SpinBox_DY, 1, 1);
+ gridLayout3->addWidget(SpinBox_DY, 1, 1);
}
#include "GEOM_DlgRef.hxx"
#include "DlgRef_1Sel2Spin_QTD.h"
-#include "DlgRef_SpinBox.h"
-class GEOM_DLGREF_EXPORT DlgRef_1Sel2Spin : public DlgRef_1Sel2Spin_QTD
+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, WFlags fl = 0);
+ DlgRef_1Sel2Spin(QWidget* parent = 0, const char* name = 0, Qt::WindowFlags fl = 0);
~DlgRef_1Sel2Spin();
DlgRef_SpinBox* SpinBox_DX;
+++ /dev/null
-// Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-/****************************************************************************
-** Form implementation generated from reading ui file 'DlgRef_1Sel2Spin_QTD.ui'
-**
-** Created: jeu oct 2 11:08:05 2003
-** by: The User Interface Compiler (uic)
-**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
-#include "DlgRef_1Sel2Spin_QTD.h"
-
-#include <qvariant.h>
-#include <qgroupbox.h>
-#include <qlabel.h>
-#include <qlineedit.h>
-#include <qpushbutton.h>
-#include <qspinbox.h>
-#include <qlayout.h>
-#include <qtooltip.h>
-#include <qwhatsthis.h>
-
-/*
- * Constructs a DlgRef_1Sel2Spin_QTD which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'.
- */
-DlgRef_1Sel2Spin_QTD::DlgRef_1Sel2Spin_QTD( QWidget* parent, const char* name, WFlags fl )
- : QWidget( parent, name, fl )
-{
- if ( !name )
- setName( "DlgRef_1Sel2Spin_QTD" );
- resize( 129, 115 );
- setCaption( trUtf8( "DlgRef_1Sel2Spin_QTD" ) );
- DlgRef_1Sel2Spin_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "DlgRef_1Sel2Spin_QTDLayout");
-
- GroupBox1 = new QGroupBox( this, "GroupBox1" );
- GroupBox1->setTitle( trUtf8( "" ) );
- GroupBox1->setColumnLayout(0, Qt::Vertical );
- GroupBox1->layout()->setSpacing( 6 );
- GroupBox1->layout()->setMargin( 11 );
- GroupBox1Layout = new QGridLayout( GroupBox1->layout() );
- GroupBox1Layout->setAlignment( Qt::AlignTop );
-
- Layout1 = new QGridLayout( 0, 1, 1, 0, 6, "Layout1");
-
- Layout2 = new QGridLayout( 0, 1, 1, 0, 6, "Layout2");
-
- TextLabel3 = new QLabel( GroupBox1, "TextLabel3" );
- TextLabel3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel3->sizePolicy().hasHeightForWidth() ) );
- TextLabel3->setText( trUtf8( "TL3" ) );
-
- Layout2->addWidget( TextLabel3, 1, 0 );
-
- SpinBox1 = new QSpinBox( GroupBox1, "SpinBox1" );
- SpinBox1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox1->sizePolicy().hasHeightForWidth() ) );
-
- Layout2->addWidget( SpinBox1, 0, 1 );
-
- TextLabel2 = new QLabel( GroupBox1, "TextLabel2" );
- TextLabel2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel2->sizePolicy().hasHeightForWidth() ) );
- TextLabel2->setText( trUtf8( "TL2" ) );
-
- Layout2->addWidget( TextLabel2, 0, 0 );
-
- SpinBox2 = new QSpinBox( GroupBox1, "SpinBox2" );
- SpinBox2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox2->sizePolicy().hasHeightForWidth() ) );
-
- Layout2->addWidget( SpinBox2, 1, 1 );
-
- Layout1->addMultiCellLayout( Layout2, 1, 1, 0, 2 );
-
- LineEdit1 = new QLineEdit( GroupBox1, "LineEdit1" );
-
- Layout1->addWidget( LineEdit1, 0, 2 );
- QSpacerItem* spacer = new QSpacerItem( 0, 30, QSizePolicy::Minimum, QSizePolicy::Expanding );
- Layout1->addItem( spacer, 2, 2 );
-
- PushButton1 = new QPushButton( GroupBox1, "PushButton1" );
- PushButton1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton1->sizePolicy().hasHeightForWidth() ) );
- PushButton1->setText( trUtf8( "" ) );
-
- Layout1->addWidget( PushButton1, 0, 1 );
-
- TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
- TextLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel1->sizePolicy().hasHeightForWidth() ) );
- TextLabel1->setText( trUtf8( "TL1" ) );
-
- Layout1->addWidget( TextLabel1, 0, 0 );
-
- GroupBox1Layout->addLayout( Layout1, 0, 0 );
-
- DlgRef_1Sel2Spin_QTDLayout->addWidget( GroupBox1, 0, 0 );
-}
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_1Sel2Spin_QTD::~DlgRef_1Sel2Spin_QTD()
-{
- // no need to delete child widgets, Qt does it all for us
-}
-
-// 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_1Sel2Spin_QTD.ui'
+/********************************************************************************
+** Form generated from reading ui file 'DlgRef_1Sel2Spin_QTD.ui'
**
-** Created: jeu oct 2 11:08:05 2003
-** by: The User Interface Compiler (uic)
+** 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!
-****************************************************************************/
+** 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 "GEOM_DlgRef.hxx"
+#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;
-#include <qvariant.h>
-#include <qwidget.h>
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QGroupBox;
-class QLabel;
-class QLineEdit;
-class QPushButton;
-class QSpinBox;
+ 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);
-class GEOM_DLGREF_EXPORT DlgRef_1Sel2Spin_QTD : public QWidget
-{
- Q_OBJECT
+ 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
-public:
- DlgRef_1Sel2Spin_QTD( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
- ~DlgRef_1Sel2Spin_QTD();
-
- QGroupBox* GroupBox1;
- QLabel* TextLabel3;
- QSpinBox* SpinBox1;
- QLabel* TextLabel2;
- QSpinBox* SpinBox2;
- QLineEdit* LineEdit1;
- QPushButton* PushButton1;
- QLabel* TextLabel1;
-
-
-protected:
- QGridLayout* DlgRef_1Sel2Spin_QTDLayout;
- QGridLayout* GroupBox1Layout;
- QGridLayout* Layout1;
- QGridLayout* Layout2;
};
+namespace Ui {
+ class DlgRef_1Sel2Spin_QTD: public Ui_DlgRef_1Sel2Spin_QTD {};
+} // namespace Ui
+
#endif // DLGREF_1SEL2SPIN_QTD_H
+++ /dev/null
-// Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-/****************************************************************************
-** Form implementation generated from reading ui file 'DlgRef_1Sel3Check_QTD.ui'
-**
-** Created: Thu May 20 10:15:08 2004
-** by: The User Interface Compiler (uic)
-**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
-#include "DlgRef_1Sel3Check_QTD.h"
-
-#include <qvariant.h>
-#include <qcheckbox.h>
-#include <qgroupbox.h>
-#include <qlabel.h>
-#include <qlineedit.h>
-#include <qpushbutton.h>
-#include <qlayout.h>
-#include <qtooltip.h>
-#include <qwhatsthis.h>
-
-/*
- * Constructs a DlgRef_1Sel3Check_QTD which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'.
- */
-DlgRef_1Sel3Check_QTD::DlgRef_1Sel3Check_QTD( QWidget* parent, const char* name, WFlags fl )
- : QWidget( parent, name, fl )
-{
- if ( !name )
- setName( "DlgRef_1Sel3Check_QTD" );
- resize( 163, 116 );
- setCaption( trUtf8( "DlgRef_1Sel3Check_QTD" ) );
- DlgRef_1Sel3Check_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "DlgRef_1Sel3Check_QTDLayout");
-
- GroupBox1 = new QGroupBox( this, "GroupBox1" );
- GroupBox1->setTitle( trUtf8( "" ) );
- GroupBox1->setColumnLayout(0, Qt::Vertical );
- GroupBox1->layout()->setSpacing( 6 );
- GroupBox1->layout()->setMargin( 11 );
- GroupBox1Layout = new QGridLayout( GroupBox1->layout() );
- GroupBox1Layout->setAlignment( Qt::AlignTop );
-
- Layout6 = new QGridLayout( 0, 1, 1, 0, 6, "Layout6");
- QSpacerItem* spacer = new QSpacerItem( 0, 16, QSizePolicy::Minimum, QSizePolicy::Expanding );
- Layout6->addItem( spacer, 4, 2 );
-
- LineEdit1 = new QLineEdit( GroupBox1, "LineEdit1" );
-
- Layout6->addWidget( LineEdit1, 0, 2 );
-
- CheckButton2 = new QCheckBox( GroupBox1, "CheckButton2" );
- CheckButton2->setText( trUtf8( "" ) );
-
- Layout6->addMultiCellWidget( CheckButton2, 2, 2, 0, 2 );
-
- CheckButton1 = new QCheckBox( GroupBox1, "CheckButton1" );
- CheckButton1->setText( trUtf8( "" ) );
-
- Layout6->addMultiCellWidget( CheckButton1, 1, 1, 0, 2 );
-
- CheckButton3 = new QCheckBox( GroupBox1, "CheckButton3" );
- CheckButton3->setText( trUtf8( "" ) );
-
- Layout6->addMultiCellWidget( CheckButton3, 3, 3, 0, 2 );
-
- PushButton1 = new QPushButton( GroupBox1, "PushButton1" );
- PushButton1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton1->sizePolicy().hasHeightForWidth() ) );
- PushButton1->setText( trUtf8( "" ) );
-
- Layout6->addWidget( PushButton1, 0, 1 );
-
- TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
- TextLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel1->sizePolicy().hasHeightForWidth() ) );
- TextLabel1->setText( trUtf8( "TL1" ) );
-
- Layout6->addWidget( TextLabel1, 0, 0 );
-
- GroupBox1Layout->addLayout( Layout6, 0, 0 );
-
- DlgRef_1Sel3Check_QTDLayout->addWidget( GroupBox1, 0, 0 );
-
- // tab order
- setTabOrder( PushButton1, LineEdit1 );
- setTabOrder( LineEdit1, CheckButton1 );
- setTabOrder( CheckButton1, CheckButton2 );
- setTabOrder( CheckButton2, CheckButton3 );
-}
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_1Sel3Check_QTD::~DlgRef_1Sel3Check_QTD()
-{
- // no need to delete child widgets, Qt does it all for us
-}
-
-// 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_1Sel3Check_QTD.ui'
+/********************************************************************************
+** Form generated from reading ui file 'DlgRef_1Sel3Check_QTD.ui'
**
-** Created: Thu May 20 10:15:07 2004
-** by: The User Interface Compiler (uic)
+** 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!
-****************************************************************************/
+** 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 "GEOM_DlgRef.hxx"
+#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;
-#include <qvariant.h>
-#include <qwidget.h>
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QCheckBox;
-class QGroupBox;
-class QLabel;
-class QLineEdit;
-class QPushButton;
+ 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);
-class GEOM_DLGREF_EXPORT DlgRef_1Sel3Check_QTD : public QWidget
-{
- Q_OBJECT
+ 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
-public:
- DlgRef_1Sel3Check_QTD( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
- ~DlgRef_1Sel3Check_QTD();
-
- QGroupBox* GroupBox1;
- QLineEdit* LineEdit1;
- QCheckBox* CheckButton2;
- QCheckBox* CheckButton1;
- QCheckBox* CheckButton3;
- QPushButton* PushButton1;
- QLabel* TextLabel1;
-
-
-protected:
- QGridLayout* DlgRef_1Sel3Check_QTDLayout;
- QGridLayout* GroupBox1Layout;
- QGridLayout* Layout6;
};
+namespace Ui {
+ class DlgRef_1Sel3Check_QTD: public Ui_DlgRef_1Sel3Check_QTD {};
+} // namespace Ui
+
#endif // DLGREF_1SEL3CHECK_QTD_H
// $Header:
#include "DlgRef_1Sel3Spin.h"
-
-#include <qlayout.h>
-#include <qspinbox.h>
-#include <qgroupbox.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, WFlags fl)
- :DlgRef_1Sel3Spin_QTD(parent, name, fl)
+DlgRef_1Sel3Spin::DlgRef_1Sel3Spin(QWidget* parent, const char* name, Qt::WindowFlags fl)
+ :QWidget(parent, fl)
{
- SpinBox1->close(TRUE);
- SpinBox2->close(TRUE);
- SpinBox3->close(TRUE);
+ 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");
- Layout2->addWidget(SpinBox_DX, 0, 1);
+ gridLayout3->addWidget(SpinBox_DX, 0, 1);
SpinBox_DY = new DlgRef_SpinBox( GroupBox1, "SpinBox_DY");
- Layout2->addWidget(SpinBox_DY, 1, 1);
+ gridLayout3->addWidget(SpinBox_DY, 1, 1);
SpinBox_DZ = new DlgRef_SpinBox( GroupBox1, "SpinBox_DZ");
- Layout2->addWidget(SpinBox_DZ, 2, 1);
+ gridLayout3->addWidget(SpinBox_DZ, 2, 1);
}
#include "GEOM_DlgRef.hxx"
#include "DlgRef_1Sel3Spin_QTD.h"
-#include "DlgRef_SpinBox.h"
-class GEOM_DLGREF_EXPORT DlgRef_1Sel3Spin : public DlgRef_1Sel3Spin_QTD
+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, WFlags fl = 0);
+ DlgRef_1Sel3Spin(QWidget* parent = 0, const char* name = 0, Qt::WindowFlags fl = 0);
~DlgRef_1Sel3Spin();
DlgRef_SpinBox* SpinBox_DX;
+++ /dev/null
-// Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-/****************************************************************************
-** Form implementation generated from reading ui file 'DlgRef_1Sel3Spin_QTD.ui'
-**
-** Created: ven oct 24 15:55:11 2003
-** by: The User Interface Compiler (uic)
-**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
-#include "DlgRef_1Sel3Spin_QTD.h"
-
-#include <qvariant.h>
-#include <qgroupbox.h>
-#include <qlabel.h>
-#include <qlineedit.h>
-#include <qpushbutton.h>
-#include <qspinbox.h>
-#include <qlayout.h>
-#include <qtooltip.h>
-#include <qwhatsthis.h>
-
-/*
- * Constructs a DlgRef_1Sel3Spin_QTD which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'.
- */
-DlgRef_1Sel3Spin_QTD::DlgRef_1Sel3Spin_QTD( QWidget* parent, const char* name, WFlags fl )
- : QWidget( parent, name, fl )
-{
- if ( !name )
- setName( "DlgRef_1Sel3Spin_QTD" );
- resize( 129, 143 );
- setCaption( trUtf8( "DlgRef_1Sel3Spin_QTD" ) );
- DlgRef_1Sel3Spin_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "DlgRef_1Sel3Spin_QTDLayout");
-
- GroupBox1 = new QGroupBox( this, "GroupBox1" );
- GroupBox1->setTitle( trUtf8( "" ) );
- GroupBox1->setColumnLayout(0, Qt::Vertical );
- GroupBox1->layout()->setSpacing( 6 );
- GroupBox1->layout()->setMargin( 11 );
- GroupBox1Layout = new QGridLayout( GroupBox1->layout() );
- GroupBox1Layout->setAlignment( Qt::AlignTop );
-
- Layout1 = new QGridLayout( 0, 1, 1, 0, 6, "Layout1");
-
- TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
- TextLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel1->sizePolicy().hasHeightForWidth() ) );
- TextLabel1->setText( trUtf8( "TL1" ) );
-
- Layout1->addWidget( TextLabel1, 0, 0 );
-
- PushButton1 = new QPushButton( GroupBox1, "PushButton1" );
- PushButton1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton1->sizePolicy().hasHeightForWidth() ) );
- PushButton1->setText( trUtf8( "" ) );
-
- Layout1->addWidget( PushButton1, 0, 1 );
-
- LineEdit1 = new QLineEdit( GroupBox1, "LineEdit1" );
-
- Layout1->addWidget( LineEdit1, 0, 2 );
- QSpacerItem* spacer = new QSpacerItem( 0, 150, QSizePolicy::Minimum, QSizePolicy::Expanding );
- Layout1->addItem( spacer, 2, 2 );
-
- Layout2 = new QGridLayout( 0, 1, 1, 0, 6, "Layout2");
-
- SpinBox2 = new QSpinBox( GroupBox1, "SpinBox2" );
- SpinBox2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox2->sizePolicy().hasHeightForWidth() ) );
-
- Layout2->addWidget( SpinBox2, 1, 1 );
-
- TextLabel3 = new QLabel( GroupBox1, "TextLabel3" );
- TextLabel3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel3->sizePolicy().hasHeightForWidth() ) );
- TextLabel3->setText( trUtf8( "TL3" ) );
-
- Layout2->addWidget( TextLabel3, 1, 0 );
-
- SpinBox3 = new QSpinBox( GroupBox1, "SpinBox3" );
- SpinBox3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox3->sizePolicy().hasHeightForWidth() ) );
-
- Layout2->addWidget( SpinBox3, 2, 1 );
-
- SpinBox1 = new QSpinBox( GroupBox1, "SpinBox1" );
- SpinBox1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox1->sizePolicy().hasHeightForWidth() ) );
-
- Layout2->addWidget( SpinBox1, 0, 1 );
-
- TextLabel4 = new QLabel( GroupBox1, "TextLabel4" );
- TextLabel4->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel4->sizePolicy().hasHeightForWidth() ) );
- TextLabel4->setText( trUtf8( "TL4" ) );
-
- Layout2->addWidget( TextLabel4, 2, 0 );
-
- TextLabel2 = new QLabel( GroupBox1, "TextLabel2" );
- TextLabel2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel2->sizePolicy().hasHeightForWidth() ) );
- TextLabel2->setText( trUtf8( "TL2" ) );
-
- Layout2->addWidget( TextLabel2, 0, 0 );
-
- Layout1->addMultiCellLayout( Layout2, 1, 1, 0, 2 );
-
- GroupBox1Layout->addLayout( Layout1, 0, 0 );
-
- DlgRef_1Sel3Spin_QTDLayout->addWidget( GroupBox1, 0, 0 );
-}
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_1Sel3Spin_QTD::~DlgRef_1Sel3Spin_QTD()
-{
- // no need to delete child widgets, Qt does it all for us
-}
-
-// 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_1Sel3Spin_QTD.ui'
+/********************************************************************************
+** Form generated from reading ui file 'DlgRef_1Sel3Spin_QTD.ui'
**
-** Created: ven oct 24 15:55:10 2003
-** by: The User Interface Compiler (uic)
+** 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!
-****************************************************************************/
+** 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 "GEOM_DlgRef.hxx"
+#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>
-#include <qvariant.h>
-#include <qwidget.h>
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QGroupBox;
-class QLabel;
-class QLineEdit;
-class QPushButton;
-class QSpinBox;
+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;
-class GEOM_DLGREF_EXPORT DlgRef_1Sel3Spin_QTD : public QWidget
-{
- Q_OBJECT
+ 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
-public:
- DlgRef_1Sel3Spin_QTD( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
- ~DlgRef_1Sel3Spin_QTD();
-
- QGroupBox* GroupBox1;
- QLabel* TextLabel1;
- QPushButton* PushButton1;
- QLineEdit* LineEdit1;
- QSpinBox* SpinBox2;
- QLabel* TextLabel3;
- QSpinBox* SpinBox3;
- QSpinBox* SpinBox1;
- QLabel* TextLabel4;
- QLabel* TextLabel2;
-
-
-protected:
- QGridLayout* DlgRef_1Sel3Spin_QTDLayout;
- QGridLayout* GroupBox1Layout;
- QGridLayout* Layout1;
- QGridLayout* Layout2;
};
+namespace Ui {
+ class DlgRef_1Sel3Spin_QTD: public Ui_DlgRef_1Sel3Spin_QTD {};
+} // namespace Ui
+
#endif // DLGREF_1SEL3SPIN_QTD_H
// $Header:
#include "DlgRef_1Sel4Spin.h"
-
-#include <qlayout.h>
-#include <qspinbox.h>
-#include <qgroupbox.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, WFlags fl)
- :DlgRef_1Sel4Spin_QTD(parent, name, fl)
+DlgRef_1Sel4Spin::DlgRef_1Sel4Spin(QWidget* parent, const char* name, Qt::WindowFlags fl)
+ :QWidget(parent, fl)
{
- SpinBox1->close(TRUE);
- SpinBox2->close(TRUE);
- SpinBox3->close(TRUE);
- SpinBox4->close(TRUE);
+ 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");
- Layout3->addWidget(SpinBox_DX, 0, 2);
+ gridLayout3->addWidget(SpinBox_DX, 0, 2);
SpinBox_DY = new DlgRef_SpinBox( GroupBox1, "SpinBox_DY");
- Layout3->addWidget(SpinBox_DY, 0, 4);
+ gridLayout3->addWidget(SpinBox_DY, 0, 4);
SpinBox_DZ = new DlgRef_SpinBox( GroupBox1, "SpinBox_DZ");
- Layout3->addWidget(SpinBox_DZ, 0, 6);
+ gridLayout3->addWidget(SpinBox_DZ, 0, 6);
SpinBox_S = new DlgRef_SpinBox( GroupBox1, "SpinBox_S");
- Layout4->addWidget(SpinBox_S, 0, 1);
+ gridLayout4->addWidget(SpinBox_S, 0, 1);
}
#include "GEOM_DlgRef.hxx"
#include "DlgRef_1Sel4Spin_QTD.h"
-#include "DlgRef_SpinBox.h"
-class GEOM_DLGREF_EXPORT DlgRef_1Sel4Spin : public DlgRef_1Sel4Spin_QTD
+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, WFlags fl = 0 );
+ DlgRef_1Sel4Spin( QWidget* parent = 0, const char* name = 0, Qt::WindowFlags fl = 0 );
~DlgRef_1Sel4Spin();
DlgRef_SpinBox* SpinBox_DX;
+++ /dev/null
-// Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-/****************************************************************************
-** Form implementation generated from reading ui file 'DlgRef_1Sel4Spin_QTD.ui'
-**
-** Created: mar sep 23 16:05:09 2003
-** by: The User Interface Compiler (uic)
-**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
-#include "DlgRef_1Sel4Spin_QTD.h"
-
-#include <qvariant.h>
-#include <qgroupbox.h>
-#include <qlabel.h>
-#include <qlineedit.h>
-#include <qpushbutton.h>
-#include <qspinbox.h>
-#include <qlayout.h>
-#include <qtooltip.h>
-#include <qwhatsthis.h>
-
-/*
- * Constructs a DlgRef_1Sel4Spin_QTD which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'.
- */
-DlgRef_1Sel4Spin_QTD::DlgRef_1Sel4Spin_QTD( QWidget* parent, const char* name, WFlags fl )
- : QWidget( parent, name, fl )
-{
- if ( !name )
- setName( "DlgRef_1Sel4Spin_QTD" );
- resize( 284, 119 );
- setCaption( trUtf8( "DlgRef_1Sel4Spin_QTD" ) );
- DlgRef_1Sel4Spin_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "DlgRef_1Sel4Spin_QTDLayout");
-
- GroupBox1 = new QGroupBox( this, "GroupBox1" );
- GroupBox1->setTitle( trUtf8( "" ) );
- GroupBox1->setColumnLayout(0, Qt::Vertical );
- GroupBox1->layout()->setSpacing( 6 );
- GroupBox1->layout()->setMargin( 11 );
- GroupBox1Layout = new QGridLayout( GroupBox1->layout() );
- GroupBox1Layout->setAlignment( Qt::AlignTop );
-
- Layout1 = new QGridLayout( 0, 1, 1, 0, 6, "Layout1");
-
- Layout3 = new QGridLayout( 0, 1, 1, 0, 6, "Layout3");
-
- TextLabel5 = new QLabel( GroupBox1, "TextLabel5" );
- TextLabel5->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel5->sizePolicy().hasHeightForWidth() ) );
- TextLabel5->setText( trUtf8( "TL5" ) );
-
- Layout3->addWidget( TextLabel5, 0, 5 );
-
- TextLabel3 = new QLabel( GroupBox1, "TextLabel3" );
- TextLabel3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel3->sizePolicy().hasHeightForWidth() ) );
- TextLabel3->setText( trUtf8( "TL3" ) );
-
- Layout3->addWidget( TextLabel3, 0, 1 );
-
- TextLabel4 = new QLabel( GroupBox1, "TextLabel4" );
- TextLabel4->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel4->sizePolicy().hasHeightForWidth() ) );
- TextLabel4->setText( trUtf8( "TL4" ) );
-
- Layout3->addWidget( TextLabel4, 0, 3 );
-
- SpinBox3 = new QSpinBox( GroupBox1, "SpinBox3" );
- SpinBox3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox3->sizePolicy().hasHeightForWidth() ) );
-
- Layout3->addWidget( SpinBox3, 0, 6 );
-
- SpinBox1 = new QSpinBox( GroupBox1, "SpinBox1" );
- SpinBox1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox1->sizePolicy().hasHeightForWidth() ) );
-
- Layout3->addWidget( SpinBox1, 0, 2 );
-
- TextLabel2 = new QLabel( GroupBox1, "TextLabel2" );
- TextLabel2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel2->sizePolicy().hasHeightForWidth() ) );
- TextLabel2->setText( trUtf8( "TL2" ) );
-
- Layout3->addWidget( TextLabel2, 0, 0 );
-
- SpinBox2 = new QSpinBox( GroupBox1, "SpinBox2" );
- SpinBox2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox2->sizePolicy().hasHeightForWidth() ) );
-
- Layout3->addWidget( SpinBox2, 0, 4 );
-
- Layout1->addLayout( Layout3, 1, 0 );
- QSpacerItem* spacer = new QSpacerItem( 0, 16, QSizePolicy::Minimum, QSizePolicy::Expanding );
- Layout1->addItem( spacer, 3, 0 );
-
- Layout4 = new QGridLayout( 0, 1, 1, 0, 6, "Layout4");
-
- TextLabel6 = new QLabel( GroupBox1, "TextLabel6" );
- TextLabel6->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel6->sizePolicy().hasHeightForWidth() ) );
- TextLabel6->setText( trUtf8( "TL6" ) );
-
- Layout4->addWidget( TextLabel6, 0, 0 );
-
- SpinBox4 = new QSpinBox( GroupBox1, "SpinBox4" );
-
- Layout4->addWidget( SpinBox4, 0, 1 );
-
- Layout1->addLayout( Layout4, 2, 0 );
-
- Layout2 = new QHBoxLayout( 0, 0, 6, "Layout2");
-
- TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
- TextLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel1->sizePolicy().hasHeightForWidth() ) );
- TextLabel1->setText( trUtf8( "TL1" ) );
- Layout2->addWidget( TextLabel1 );
-
- PushButton1 = new QPushButton( GroupBox1, "PushButton1" );
- PushButton1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton1->sizePolicy().hasHeightForWidth() ) );
- PushButton1->setText( trUtf8( "" ) );
- Layout2->addWidget( PushButton1 );
-
- LineEdit1 = new QLineEdit( GroupBox1, "LineEdit1" );
- Layout2->addWidget( LineEdit1 );
-
- Layout1->addLayout( Layout2, 0, 0 );
-
- GroupBox1Layout->addLayout( Layout1, 0, 0 );
-
- DlgRef_1Sel4Spin_QTDLayout->addWidget( GroupBox1, 0, 0 );
-}
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_1Sel4Spin_QTD::~DlgRef_1Sel4Spin_QTD()
-{
- // no need to delete child widgets, Qt does it all for us
-}
-
-// 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_1Sel4Spin_QTD.ui'
+/********************************************************************************
+** Form generated from reading ui file 'DlgRef_1Sel4Spin_QTD.ui'
**
-** Created: mar sep 23 16:05:09 2003
-** by: The User Interface Compiler (uic)
+** 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!
-****************************************************************************/
+** 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 "GEOM_DlgRef.hxx"
+#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>
-#include <qvariant.h>
-#include <qwidget.h>
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QGroupBox;
-class QLabel;
-class QLineEdit;
-class QPushButton;
-class QSpinBox;
+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;
-class GEOM_DLGREF_EXPORT DlgRef_1Sel4Spin_QTD : public QWidget
-{
- Q_OBJECT
+ 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
-public:
- DlgRef_1Sel4Spin_QTD( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
- ~DlgRef_1Sel4Spin_QTD();
-
- QGroupBox* GroupBox1;
- QLabel* TextLabel5;
- QLabel* TextLabel3;
- QLabel* TextLabel4;
- QSpinBox* SpinBox3;
- QSpinBox* SpinBox1;
- QLabel* TextLabel2;
- QSpinBox* SpinBox2;
- QLabel* TextLabel6;
- QSpinBox* SpinBox4;
- QLabel* TextLabel1;
- QPushButton* PushButton1;
- QLineEdit* LineEdit1;
-
-
-protected:
- QGridLayout* DlgRef_1Sel4Spin_QTDLayout;
- QGridLayout* GroupBox1Layout;
- QGridLayout* Layout1;
- QGridLayout* Layout3;
- QGridLayout* Layout4;
- QHBoxLayout* Layout2;
};
+namespace Ui {
+ class DlgRef_1Sel4Spin_QTD: public Ui_DlgRef_1Sel4Spin_QTD {};
+} // namespace Ui
+
#endif // DLGREF_1SEL4SPIN_QTD_H
// $Header:
#include "DlgRef_1Sel5Spin.h"
-
-#include <qlayout.h>
-#include <qspinbox.h>
-#include <qgroupbox.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, WFlags fl)
- :DlgRef_1Sel5Spin_QTD(parent, name, fl)
+DlgRef_1Sel5Spin::DlgRef_1Sel5Spin(QWidget* parent, const char* name, Qt::WindowFlags fl)
+ :QWidget(parent, fl)
{
- SpinBox1->close(TRUE);
- SpinBox2->close(TRUE);
- SpinBox3->close(TRUE);
- SpinBox4->close(TRUE);
- SpinBox5->close(TRUE);
+ 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");
- Layout2->addWidget(SpinBox_1, 0, 1);
+ gridLayout3->addWidget(SpinBox_1, 0, 1);
SpinBox_2 = new DlgRef_SpinBox(GroupBox1, "SpinBox_2");
- Layout2->addWidget(SpinBox_2, 0, 3);
+ gridLayout3->addWidget(SpinBox_2, 0, 3);
SpinBox_3 = new DlgRef_SpinBox(GroupBox1, "SpinBox_3");
- Layout2->addWidget(SpinBox_3, 2, 1);
+ gridLayout3->addWidget(SpinBox_3, 2, 1);
SpinBox_4 = new DlgRef_SpinBox(GroupBox1, "SpinBox_4");
- Layout2->addWidget(SpinBox_4, 1, 1);
+ gridLayout3->addWidget(SpinBox_4, 1, 1);
SpinBox_5 = new DlgRef_SpinBox(GroupBox1, "SpinBox_5");
- Layout2->addWidget(SpinBox_5, 1, 3);
+ gridLayout3->addWidget(SpinBox_5, 1, 3);
}
#include "GEOM_DlgRef.hxx"
#include "DlgRef_1Sel5Spin_QTD.h"
-#include "DlgRef_SpinBox.h"
-class GEOM_DLGREF_EXPORT DlgRef_1Sel5Spin : public DlgRef_1Sel5Spin_QTD
+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, WFlags fl = 0 );
+ DlgRef_1Sel5Spin( QWidget* parent = 0, const char* name = 0, Qt::WindowFlags fl = 0 );
~DlgRef_1Sel5Spin();
DlgRef_SpinBox* SpinBox_1;
+++ /dev/null
-// Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-/****************************************************************************
-** Form implementation generated from reading ui file 'DlgRef_1Sel5Spin_QTD.ui'
-**
-** Created: mar nov 18 11:19:14 2003
-** by: The User Interface Compiler (uic)
-**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
-#include "DlgRef_1Sel5Spin_QTD.h"
-
-#include <qvariant.h>
-#include <qgroupbox.h>
-#include <qlabel.h>
-#include <qlineedit.h>
-#include <qpushbutton.h>
-#include <qspinbox.h>
-#include <qlayout.h>
-#include <qtooltip.h>
-#include <qwhatsthis.h>
-
-/*
- * Constructs a DlgRef_1Sel5Spin_QTD which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'.
- */
-DlgRef_1Sel5Spin_QTD::DlgRef_1Sel5Spin_QTD( QWidget* parent, const char* name, WFlags fl )
- : QWidget( parent, name, fl )
-{
- if ( !name )
- setName( "DlgRef_1Sel5Spin_QTD" );
- resize( 162, 143 );
- setCaption( trUtf8( "DlgRef_1Sel5Spin_QTD" ) );
- DlgRef_1Sel5Spin_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "DlgRef_1Sel5Spin_QTDLayout");
-
- GroupBox1 = new QGroupBox( this, "GroupBox1" );
- GroupBox1->setTitle( trUtf8( "" ) );
- GroupBox1->setColumnLayout(0, Qt::Vertical );
- GroupBox1->layout()->setSpacing( 6 );
- GroupBox1->layout()->setMargin( 11 );
- GroupBox1Layout = new QGridLayout( GroupBox1->layout() );
- GroupBox1Layout->setAlignment( Qt::AlignTop );
-
- Layout1 = new QGridLayout( 0, 1, 1, 0, 6, "Layout1");
-
- TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
- TextLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel1->sizePolicy().hasHeightForWidth() ) );
- TextLabel1->setText( trUtf8( "TL1" ) );
-
- Layout1->addWidget( TextLabel1, 0, 0 );
-
- PushButton1 = new QPushButton( GroupBox1, "PushButton1" );
- PushButton1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton1->sizePolicy().hasHeightForWidth() ) );
- PushButton1->setText( trUtf8( "" ) );
-
- Layout1->addWidget( PushButton1, 0, 1 );
-
- Layout2 = new QGridLayout( 0, 1, 1, 0, 6, "Layout2");
-
- SpinBox2 = new QSpinBox( GroupBox1, "SpinBox2" );
- SpinBox2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox2->sizePolicy().hasHeightForWidth() ) );
-
- Layout2->addWidget( SpinBox2, 0, 3 );
-
- SpinBox3 = new QSpinBox( GroupBox1, "SpinBox3" );
- SpinBox3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox3->sizePolicy().hasHeightForWidth() ) );
-
- Layout2->addWidget( SpinBox3, 2, 1 );
-
- TextLabel5 = new QLabel( GroupBox1, "TextLabel5" );
- TextLabel5->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel5->sizePolicy().hasHeightForWidth() ) );
- TextLabel5->setText( trUtf8( "TL5" ) );
-
- Layout2->addWidget( TextLabel5, 1, 0 );
-
- TextLabel3 = new QLabel( GroupBox1, "TextLabel3" );
- TextLabel3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel3->sizePolicy().hasHeightForWidth() ) );
- TextLabel3->setText( trUtf8( "TL3" ) );
-
- Layout2->addWidget( TextLabel3, 0, 2 );
-
- TextLabel4 = new QLabel( GroupBox1, "TextLabel4" );
- TextLabel4->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel4->sizePolicy().hasHeightForWidth() ) );
- TextLabel4->setText( trUtf8( "TL4" ) );
-
- Layout2->addWidget( TextLabel4, 2, 0 );
-
- SpinBox4 = new QSpinBox( GroupBox1, "SpinBox4" );
- SpinBox4->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox4->sizePolicy().hasHeightForWidth() ) );
-
- Layout2->addWidget( SpinBox4, 1, 1 );
-
- SpinBox1 = new QSpinBox( GroupBox1, "SpinBox1" );
- SpinBox1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox1->sizePolicy().hasHeightForWidth() ) );
-
- Layout2->addWidget( SpinBox1, 0, 1 );
-
- TextLabel6 = new QLabel( GroupBox1, "TextLabel6" );
- TextLabel6->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel6->sizePolicy().hasHeightForWidth() ) );
- TextLabel6->setText( trUtf8( "TL6" ) );
-
- Layout2->addWidget( TextLabel6, 1, 2 );
-
- TextLabel2 = new QLabel( GroupBox1, "TextLabel2" );
- TextLabel2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel2->sizePolicy().hasHeightForWidth() ) );
- TextLabel2->setText( trUtf8( "TL2" ) );
-
- Layout2->addWidget( TextLabel2, 0, 0 );
-
- SpinBox5 = new QSpinBox( GroupBox1, "SpinBox5" );
- SpinBox5->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox5->sizePolicy().hasHeightForWidth() ) );
-
- Layout2->addWidget( SpinBox5, 1, 3 );
-
- Layout1->addMultiCellLayout( Layout2, 1, 1, 0, 2 );
- QSpacerItem* spacer = new QSpacerItem( 0, 120, QSizePolicy::Minimum, QSizePolicy::Expanding );
- Layout1->addItem( spacer, 2, 2 );
-
- LineEdit1 = new QLineEdit( GroupBox1, "LineEdit1" );
-
- Layout1->addWidget( LineEdit1, 0, 2 );
-
- GroupBox1Layout->addLayout( Layout1, 0, 0 );
-
- DlgRef_1Sel5Spin_QTDLayout->addWidget( GroupBox1, 0, 0 );
-}
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_1Sel5Spin_QTD::~DlgRef_1Sel5Spin_QTD()
-{
- // no need to delete child widgets, Qt does it all for us
-}
-
-// 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_1Sel5Spin_QTD.ui'
+/********************************************************************************
+** Form generated from reading ui file 'DlgRef_1Sel5Spin_QTD.ui'
**
-** Created: mar nov 18 11:19:13 2003
-** by: The User Interface Compiler (uic)
+** 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!
-****************************************************************************/
+** 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 "GEOM_DlgRef.hxx"
+#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>
-#include <qvariant.h>
-#include <qwidget.h>
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QGroupBox;
-class QLabel;
-class QLineEdit;
-class QPushButton;
-class QSpinBox;
+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;
-class GEOM_DLGREF_EXPORT DlgRef_1Sel5Spin_QTD : public QWidget
-{
- Q_OBJECT
+ 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
-public:
- DlgRef_1Sel5Spin_QTD( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
- ~DlgRef_1Sel5Spin_QTD();
-
- QGroupBox* GroupBox1;
- QLabel* TextLabel1;
- QPushButton* PushButton1;
- QSpinBox* SpinBox2;
- QSpinBox* SpinBox3;
- QLabel* TextLabel5;
- QLabel* TextLabel3;
- QLabel* TextLabel4;
- QSpinBox* SpinBox4;
- QSpinBox* SpinBox1;
- QLabel* TextLabel6;
- QLabel* TextLabel2;
- QSpinBox* SpinBox5;
- QLineEdit* LineEdit1;
-
-
-protected:
- QGridLayout* DlgRef_1Sel5Spin_QTDLayout;
- QGridLayout* GroupBox1Layout;
- QGridLayout* Layout1;
- QGridLayout* Layout2;
};
+namespace Ui {
+ class DlgRef_1Sel5Spin_QTD: public Ui_DlgRef_1Sel5Spin_QTD {};
+} // namespace Ui
+
#endif // DLGREF_1SEL5SPIN_QTD_H
class QGridLayout;
-class GEOM_DLGREF_EXPORT DlgRef_1Sel_Ext : public DlgRef_1Sel_QTD
+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, WFlags fl = 0 )
- : DlgRef_1Sel_QTD( parent, name, fl ) {};
+ 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 GroupBox1Layout; }
+ QGridLayout* getGroupBoxLayout() { return gridLayout1; }
};
#endif // DlgRef_1Sel_Ext_H
+++ /dev/null
-// Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-/****************************************************************************
-** Form implementation generated from reading ui file 'DlgRef_1Sel_QTD.ui'
-**
-** Created: lun sep 22 17:38:06 2003
-** by: The User Interface Compiler (uic)
-**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
-#include "DlgRef_1Sel_QTD.h"
-
-#include <qvariant.h>
-#include <qgroupbox.h>
-#include <qlabel.h>
-#include <qlineedit.h>
-#include <qpushbutton.h>
-#include <qlayout.h>
-#include <qtooltip.h>
-#include <qwhatsthis.h>
-
-/*
- * Constructs a DlgRef_1Sel_QTD which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'.
- */
-DlgRef_1Sel_QTD::DlgRef_1Sel_QTD( QWidget* parent, const char* name, WFlags fl )
- : QWidget( parent, name, fl )
-{
- if ( !name )
- setName( "DlgRef_1Sel_QTD" );
- resize( 129, 57 );
- setCaption( trUtf8( "DlgRef_1Sel_QTD" ) );
- DlgRef_1Sel_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "DlgRef_1Sel_QTDLayout");
-
- GroupBox1 = new QGroupBox( this, "GroupBox1" );
- GroupBox1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)7, 0, 0, GroupBox1->sizePolicy().hasHeightForWidth() ) );
- GroupBox1->setTitle( trUtf8( "" ) );
- GroupBox1->setColumnLayout(0, Qt::Vertical );
- GroupBox1->layout()->setSpacing( 6 );
- GroupBox1->layout()->setMargin( 11 );
- GroupBox1Layout = new QGridLayout( GroupBox1->layout() );
- GroupBox1Layout->setAlignment( Qt::AlignTop );
-
- Layout1 = new QGridLayout( 0, 1, 1, 0, 6, "Layout1");
-
- PushButton1 = new QPushButton( GroupBox1, "PushButton1" );
- PushButton1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton1->sizePolicy().hasHeightForWidth() ) );
- PushButton1->setText( trUtf8( "" ) );
-
- Layout1->addWidget( PushButton1, 0, 1 );
- QSpacerItem* spacer = new QSpacerItem( 0, 16, QSizePolicy::Minimum, QSizePolicy::Expanding );
- Layout1->addItem( spacer, 1, 2 );
-
- LineEdit1 = new QLineEdit( GroupBox1, "LineEdit1" );
-
- Layout1->addWidget( LineEdit1, 0, 2 );
-
- TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
- TextLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel1->sizePolicy().hasHeightForWidth() ) );
- TextLabel1->setText( trUtf8( "TL1" ) );
-
- Layout1->addWidget( TextLabel1, 0, 0 );
-
- GroupBox1Layout->addLayout( Layout1, 0, 0 );
-
- DlgRef_1Sel_QTDLayout->addWidget( GroupBox1, 0, 0 );
-}
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_1Sel_QTD::~DlgRef_1Sel_QTD()
-{
- // no need to delete child widgets, Qt does it all for us
-}
-
-// 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'
+/********************************************************************************
+** Form generated from reading ui file 'DlgRef_1Sel_QTD.ui'
**
-** Created: lun sep 22 17:38:05 2003
-** by: The User Interface Compiler (uic)
+** 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!
-****************************************************************************/
+** 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 "GEOM_DlgRef.hxx"
+#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>
-#include <qvariant.h>
-#include <qwidget.h>
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QGroupBox;
-class QLabel;
-class QLineEdit;
-class QPushButton;
+class Ui_DlgRef_1Sel_QTD
+{
+public:
+ QGridLayout *gridLayout;
+ QGroupBox *GroupBox1;
+ QGridLayout *gridLayout1;
+ QGridLayout *gridLayout2;
+ QPushButton *PushButton1;
+ QSpacerItem *spacerItem;
+ QLineEdit *LineEdit1;
+ QLabel *TextLabel1;
-class GEOM_DLGREF_EXPORT DlgRef_1Sel_QTD : public QWidget
-{
- Q_OBJECT
+ 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);
-public:
- DlgRef_1Sel_QTD( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
- ~DlgRef_1Sel_QTD();
+ 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);
- QGroupBox* GroupBox1;
- QPushButton* PushButton1;
- QLineEdit* LineEdit1;
- QLabel* TextLabel1;
+ 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
-protected:
- QGridLayout* DlgRef_1Sel_QTDLayout;
- QGridLayout* GroupBox1Layout;
- QGridLayout* Layout1;
};
+namespace Ui {
+ class DlgRef_1Sel_QTD: public Ui_DlgRef_1Sel_QTD {};
+} // namespace Ui
+
#endif // DLGREF_1SEL_QTD_H
// $Header:
#include "DlgRef_1Spin.h"
-
-#include <qlayout.h>
-#include <qspinbox.h>
-#include <qgroupbox.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, WFlags fl)
- :DlgRef_1Spin_QTD(parent, name, fl)
+DlgRef_1Spin::DlgRef_1Spin(QWidget* parent, const char* name, Qt::WindowFlags fl)
+ :QWidget(parent, fl)
{
- SpinBox1->close(TRUE);
+ setupUi(this);
+
+ setObjectName(name);
+
+ SpinBox1->setAttribute( Qt::WA_DeleteOnClose );
+ SpinBox1->close();
SpinBox_DX = new DlgRef_SpinBox(GroupBox1, "SpinBox_DX");
- Layout1->addWidget(SpinBox_DX, 0, 1);
+ gridLayout2->addWidget(SpinBox_DX, 0, 1);
}
#include "GEOM_DlgRef.hxx"
#include "DlgRef_1Spin_QTD.h"
-#include "DlgRef_SpinBox.h"
-class GEOM_DLGREF_EXPORT DlgRef_1Spin : public DlgRef_1Spin_QTD
+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, WFlags fl = 0);
+ DlgRef_1Spin(QWidget* parent = 0, const char* name = 0, Qt::WindowFlags fl = 0);
~DlgRef_1Spin();
DlgRef_SpinBox* SpinBox_DX;
+++ /dev/null
-// Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-/****************************************************************************
-** Form implementation generated from reading ui file 'DlgRef_1Spin_QTD.ui'
-**
-** Created: jeu sep 25 12:22:29 2003
-** by: The User Interface Compiler (uic)
-**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
-#include "DlgRef_1Spin_QTD.h"
-
-#include <qvariant.h>
-#include <qgroupbox.h>
-#include <qlabel.h>
-#include <qpushbutton.h>
-#include <qspinbox.h>
-#include <qlayout.h>
-#include <qtooltip.h>
-#include <qwhatsthis.h>
-
-/*
- * Constructs a DlgRef_1Spin_QTD which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'.
- */
-DlgRef_1Spin_QTD::DlgRef_1Spin_QTD( QWidget* parent, const char* name, WFlags fl )
- : QWidget( parent, name, fl )
-{
- if ( !name )
- setName( "DlgRef_1Spin_QTD" );
- resize( 124, 55 );
- setCaption( trUtf8( "DlgRef_1Spin_QTD" ) );
- DlgRef_1Spin_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "DlgRef_1Spin_QTDLayout");
-
- GroupBox1 = new QGroupBox( this, "GroupBox1" );
- GroupBox1->setTitle( trUtf8( "" ) );
- GroupBox1->setColumnLayout(0, Qt::Vertical );
- GroupBox1->layout()->setSpacing( 6 );
- GroupBox1->layout()->setMargin( 11 );
- GroupBox1Layout = new QGridLayout( GroupBox1->layout() );
- GroupBox1Layout->setAlignment( Qt::AlignTop );
-
- Layout1 = new QGridLayout( 0, 1, 1, 0, 6, "Layout1");
- QSpacerItem* spacer = new QSpacerItem( 0, 16, QSizePolicy::Minimum, QSizePolicy::Expanding );
- Layout1->addItem( spacer, 3, 1 );
-
- SpinBox1 = new QSpinBox( GroupBox1, "SpinBox1" );
- SpinBox1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox1->sizePolicy().hasHeightForWidth() ) );
-
- Layout1->addWidget( SpinBox1, 0, 1 );
-
- TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
- TextLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel1->sizePolicy().hasHeightForWidth() ) );
- TextLabel1->setText( trUtf8( "TL1" ) );
-
- Layout1->addWidget( TextLabel1, 0, 0 );
-
- GroupBox1Layout->addLayout( Layout1, 0, 0 );
-
- DlgRef_1Spin_QTDLayout->addWidget( GroupBox1, 0, 0 );
-}
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_1Spin_QTD::~DlgRef_1Spin_QTD()
-{
- // no need to delete child widgets, Qt does it all for us
-}
-
-// 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_1Spin_QTD.ui'
+/********************************************************************************
+** Form generated from reading ui file 'DlgRef_1Spin_QTD.ui'
**
-** Created: jeu sep 25 12:22:29 2003
-** by: The User Interface Compiler (uic)
+** 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!
-****************************************************************************/
+** 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 "GEOM_DlgRef.hxx"
+#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;
-#include <qvariant.h>
-#include <qwidget.h>
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QGroupBox;
-class QLabel;
-class QSpinBox;
+ 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);
-class GEOM_DLGREF_EXPORT DlgRef_1Spin_QTD : public QWidget
-{
- Q_OBJECT
+ 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);
-public:
- DlgRef_1Spin_QTD( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
- ~DlgRef_1Spin_QTD();
- QGroupBox* GroupBox1;
- QSpinBox* SpinBox1;
- QLabel* TextLabel1;
+ gridLayout1->addLayout(gridLayout2, 0, 0, 1, 1);
-protected:
- QGridLayout* DlgRef_1Spin_QTDLayout;
- QGridLayout* GroupBox1Layout;
- QGridLayout* Layout1;
+ gridLayout->addWidget(GroupBox1, 0, 0, 1, 1);
+
+
+ retranslateUi(DlgRef_1Spin_QTD);
+
+ QSize size(124, 55);
+ size = size.expandedTo(DlgRef_1Spin_QTD->minimumSizeHint());
+ DlgRef_1Spin_QTD->resize(size);
+
+
+ QMetaObject::connectSlotsByName(DlgRef_1Spin_QTD);
+ } // setupUi
+
+ void retranslateUi(QWidget *DlgRef_1Spin_QTD)
+ {
+ DlgRef_1Spin_QTD->setWindowTitle(QApplication::translate("DlgRef_1Spin_QTD", "DlgRef_1Spin_QTD", 0, QApplication::UnicodeUTF8));
+ GroupBox1->setTitle(QString());
+ TextLabel1->setText(QApplication::translate("DlgRef_1Spin_QTD", "TL1", 0, QApplication::UnicodeUTF8));
+ Q_UNUSED(DlgRef_1Spin_QTD);
+ } // retranslateUi
+
};
+namespace Ui {
+ class DlgRef_1Spin_QTD: public Ui_DlgRef_1Spin_QTD {};
+} // namespace Ui
+
#endif // DLGREF_1SPIN_QTD_H
+++ /dev/null
-// 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 implementation generated from reading ui file 'DlgRef_4Sel1List_QTD.ui'
-**
-** Created: lun oct 31 17:21:04 2006
-** by: The User Interface Compiler (uic)
-**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
-#include "DlgRef_2Sel1List_QTD.h"
-
-#include <qvariant.h>
-#include <qcombobox.h>
-#include <qgroupbox.h>
-#include <qlabel.h>
-#include <qlineedit.h>
-#include <qpushbutton.h>
-#include <qlayout.h>
-#include <qtooltip.h>
-#include <qwhatsthis.h>
-
-/*
- * Constructs a DlgRef_2Sel1List_QTD which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'.
- */
-DlgRef_2Sel1List_QTD::DlgRef_2Sel1List_QTD( QWidget* parent, const char* name, WFlags fl )
- : QWidget( parent, name, fl )
-{
- if ( !name )
- setName( "DlgRef_2Sel1List_QTD" );
- resize( 129, 175 );
- setCaption( trUtf8( "DlgRef_2Sel1List_QTD" ) );
- DlgRef_2Sel1List_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "DlgRef_2Sel1List_QTDLayout");
-
- GroupBox1 = new QGroupBox( this, "GroupBox1" );
- GroupBox1->setTitle( trUtf8( "" ) );
- GroupBox1->setColumnLayout(0, Qt::Vertical );
- GroupBox1->layout()->setSpacing( 6 );
- GroupBox1->layout()->setMargin( 11 );
- GroupBox1Layout = new QGridLayout( GroupBox1->layout() );
- GroupBox1Layout->setAlignment( Qt::AlignTop );
-
- Layout1 = new QGridLayout( 0, 1, 1, 0, 6, "Layout1");
-
- TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
- TextLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel1->sizePolicy().hasHeightForWidth() ) );
- TextLabel1->setText( trUtf8( "TL1" ) );
-
- Layout1->addWidget( TextLabel1, 0, 0 );
-
- PushButton1 = new QPushButton( GroupBox1, "PushButton1" );
- PushButton1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton1->sizePolicy().hasHeightForWidth() ) );
- PushButton1->setText( trUtf8( "" ) );
-
- Layout1->addWidget( PushButton1, 0, 1 );
-
- LineEdit1 = new QLineEdit( GroupBox1, "LineEdit1" );
-
- Layout1->addWidget( LineEdit1, 0, 2 );
-
-
- TextLabel2 = new QLabel( GroupBox1, "TextLabel2" );
- TextLabel2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel2->sizePolicy().hasHeightForWidth() ) );
- TextLabel2->setText( trUtf8( "TL2" ) );
-
- Layout1->addWidget( TextLabel2, 1, 0 );
-
- PushButton2 = new QPushButton( GroupBox1, "PushButton2" );
- PushButton2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton2->sizePolicy().hasHeightForWidth() ) );
- PushButton2->setText( trUtf8( "" ) );
-
- Layout1->addWidget( PushButton2, 1, 1 );
-
- LineEdit2 = new QLineEdit( GroupBox1, "LineEdit2" );
-
- Layout1->addWidget( LineEdit2, 1, 2 );
-
-
- TextLabel3 = new QLabel( GroupBox1, "TextLabel3" );
- TextLabel3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel3->sizePolicy().hasHeightForWidth() ) );
- TextLabel3->setText( trUtf8( "TL3" ) );
-
- Layout1->addMultiCellWidget( TextLabel3, 2, 2, 0, 1 );
-
- ComboBox1 = new QComboBox( FALSE, GroupBox1, "ComboBox1" );
- ComboBox1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, ComboBox1->sizePolicy().hasHeightForWidth() ) );
-
- Layout1->addWidget( ComboBox1, 2, 2 );
-
-
- GroupBox1Layout->addLayout( Layout1, 0, 0 );
-
- DlgRef_2Sel1List_QTDLayout->addWidget( GroupBox1, 0, 0 );
-
- QSpacerItem* spacer = new QSpacerItem( 0, 80, QSizePolicy::Minimum, QSizePolicy::Expanding );
- Layout1->addItem( spacer, 5, 2 );
-
-}
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_2Sel1List_QTD::~DlgRef_2Sel1List_QTD()
-{
- // no need to delete child widgets, Qt does it all for us
-}
-
-// 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_2Sel1List_QTD.ui'
+/********************************************************************************
+** Form generated from reading ui file 'DlgRef_2Sel1List_QTD.ui'
**
-** Created: lun oct 31 17:21:03 2006
-** by: The User Interface Compiler (uic)
+** 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!
-****************************************************************************/
+** 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 "GEOM_DlgRef.hxx"
+#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;
-#include <qvariant.h>
-#include <qwidget.h>
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QComboBox;
-class QGroupBox;
-class QLabel;
-class QLineEdit;
-class QPushButton;
+ 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"));
-class GEOM_DLGREF_EXPORT DlgRef_2Sel1List_QTD : public QWidget
-{
- Q_OBJECT
+ 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
-public:
- DlgRef_2Sel1List_QTD( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
- ~DlgRef_2Sel1List_QTD();
-
- QGroupBox* GroupBox1;
- QLineEdit* LineEdit2;
- QPushButton* PushButton1;
- QPushButton* PushButton2;
- QLabel* TextLabel1;
- QLineEdit* LineEdit1;
- QLabel* TextLabel2;
- QComboBox* ComboBox1;
- QLabel* TextLabel3;
-
-
-protected:
- QGridLayout* DlgRef_2Sel1List_QTDLayout;
- QGridLayout* GroupBox1Layout;
- QGridLayout* Layout1;
};
+namespace Ui {
+ class DlgRef_2Sel1List_QTD: public Ui_DlgRef_2Sel1List_QTD {};
+} // namespace Ui
+
#endif // DLGREF_2SEL1LIST_QTD_H
// $Header:
#include "DlgRef_2Sel1Spin.h"
-
-#include <qlayout.h>
-#include <qspinbox.h>
-#include <qgroupbox.h>
-#include <qpushbutton.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, WFlags fl)
- :DlgRef_2Sel1Spin_QTD(parent, name, fl)
+DlgRef_2Sel1Spin::DlgRef_2Sel1Spin(QWidget* parent, const char* name, Qt::WindowFlags fl)
+ :QWidget(parent, fl)
{
- SpinBox1->close(TRUE);
+ setupUi(this);
+
+ setObjectName(name);
+
+ SpinBox1->setAttribute( Qt::WA_DeleteOnClose );
+ SpinBox1->close();
SpinBox_DX = new DlgRef_SpinBox(GroupBox1, "SpinBox_DX");
- Layout2->addWidget(SpinBox_DX, 0, 1);
+ gridLayout3->addWidget(SpinBox_DX, 0, 1);
// PAL 6532
PushButton1->setAutoDefault( false );
#include "GEOM_DlgRef.hxx"
#include "DlgRef_2Sel1Spin_QTD.h"
-#include "DlgRef_SpinBox.h"
-class GEOM_DLGREF_EXPORT DlgRef_2Sel1Spin : public DlgRef_2Sel1Spin_QTD
+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, WFlags fl = 0 );
+ DlgRef_2Sel1Spin( QWidget* parent = 0, const char* name = 0, Qt::WindowFlags fl = 0 );
~DlgRef_2Sel1Spin();
DlgRef_SpinBox* SpinBox_DX;
// $Header:
#include "DlgRef_2Sel1Spin2Check.h"
-
-#include <qlayout.h>
-#include <qspinbox.h>
-#include <qgroupbox.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, WFlags fl)
- :DlgRef_2Sel1Spin2Check_QTD(parent, name, fl)
+DlgRef_2Sel1Spin2Check::DlgRef_2Sel1Spin2Check(QWidget* parent, const char* name, Qt::WindowFlags fl)
+ :QWidget(parent, fl)
{
- SpinBox1->close(TRUE);
+ setupUi(this);
+
+ setObjectName(name);
+
+ SpinBox1->setAttribute( Qt::WA_DeleteOnClose );
+ SpinBox1->close();
SpinBox_DX = new DlgRef_SpinBox(GroupBox1, "SpinBox_DX");
- Layout1->addWidget(SpinBox_DX, 2, 2);
+ gridLayout2->addWidget(SpinBox_DX, 2, 2);
}
#include "GEOM_DlgRef.hxx"
#include "DlgRef_2Sel1Spin2Check_QTD.h"
-#include "DlgRef_SpinBox.h"
-class GEOM_DLGREF_EXPORT DlgRef_2Sel1Spin2Check : public DlgRef_2Sel1Spin2Check_QTD
+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, WFlags fl = 0);
+ DlgRef_2Sel1Spin2Check(QWidget* parent = 0, const char* name = 0, Qt::WindowFlags fl = 0);
~DlgRef_2Sel1Spin2Check();
DlgRef_SpinBox* SpinBox_DX;
+++ /dev/null
-// Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-/****************************************************************************
-** Form implementation generated from reading ui file 'DlgRef_2Sel1Spin2Check_QTD.ui'
-**
-** Created: Fri Aug 13 15:32:26 2004
-** by: The User Interface Compiler (uic)
-**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
-#include "DlgRef_2Sel1Spin2Check_QTD.h"
-
-#include <qvariant.h>
-#include <qcheckbox.h>
-#include <qgroupbox.h>
-#include <qlabel.h>
-#include <qlineedit.h>
-#include <qpushbutton.h>
-#include <qspinbox.h>
-#include <qlayout.h>
-#include <qtooltip.h>
-#include <qwhatsthis.h>
-
-/*
- * Constructs a DlgRef_2Sel1Spin2Check_QTD which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'.
- */
-DlgRef_2Sel1Spin2Check_QTD::DlgRef_2Sel1Spin2Check_QTD( QWidget* parent, const char* name, WFlags fl )
- : QWidget( parent, name, fl )
-{
- if ( !name )
- setName( "DlgRef_2Sel1Spin2Check_QTD" );
- resize( 256, 139 );
- setCaption( trUtf8( "DlgRef_2Sel1Spin2Check_QTD" ) );
- DlgRef_2Sel1Spin2Check_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "DlgRef_2Sel1Spin2Check_QTDLayout");
-
- GroupBox1 = new QGroupBox( this, "GroupBox1" );
- GroupBox1->setTitle( trUtf8( "" ) );
- GroupBox1->setColumnLayout(0, Qt::Vertical );
- GroupBox1->layout()->setSpacing( 6 );
- GroupBox1->layout()->setMargin( 11 );
- GroupBox1Layout = new QGridLayout( GroupBox1->layout() );
- GroupBox1Layout->setAlignment( Qt::AlignTop );
-
- Layout1 = new QGridLayout( 0, 1, 1, 0, 6, "Layout1");
-
- TextLabel2 = new QLabel( GroupBox1, "TextLabel2" );
- TextLabel2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel2->sizePolicy().hasHeightForWidth() ) );
- TextLabel2->setText( trUtf8( "TL2" ) );
-
- Layout1->addWidget( TextLabel2, 1, 0 );
-
- PushButton1 = new QPushButton( GroupBox1, "PushButton1" );
- PushButton1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton1->sizePolicy().hasHeightForWidth() ) );
- PushButton1->setText( trUtf8( "" ) );
-
- Layout1->addWidget( PushButton1, 0, 1 );
-
- TextLabel3 = new QLabel( GroupBox1, "TextLabel3" );
- TextLabel3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel3->sizePolicy().hasHeightForWidth() ) );
- TextLabel3->setText( trUtf8( "TL3" ) );
-
- Layout1->addWidget( TextLabel3, 2, 0 );
-
- TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
- TextLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel1->sizePolicy().hasHeightForWidth() ) );
- TextLabel1->setText( trUtf8( "TL1" ) );
-
- Layout1->addWidget( TextLabel1, 0, 0 );
- QSpacerItem* spacer = new QSpacerItem( 0, 316, QSizePolicy::Minimum, QSizePolicy::Expanding );
- Layout1->addItem( spacer, 4, 2 );
-
- CheckButton2 = new QCheckBox( GroupBox1, "CheckButton2" );
- CheckButton2->setText( trUtf8( "" ) );
-
- Layout1->addWidget( CheckButton2, 2, 3 );
-
- LineEdit2 = new QLineEdit( GroupBox1, "LineEdit2" );
-
- Layout1->addMultiCellWidget( LineEdit2, 1, 1, 2, 3 );
-
- PushButton2 = new QPushButton( GroupBox1, "PushButton2" );
- PushButton2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton2->sizePolicy().hasHeightForWidth() ) );
- PushButton2->setText( trUtf8( "" ) );
-
- Layout1->addWidget( PushButton2, 1, 1 );
-
- LineEdit1 = new QLineEdit( GroupBox1, "LineEdit1" );
-
- Layout1->addMultiCellWidget( LineEdit1, 0, 0, 2, 3 );
-
- CheckButton1 = new QCheckBox( GroupBox1, "CheckButton1" );
- CheckButton1->setText( trUtf8( "" ) );
-
- Layout1->addMultiCellWidget( CheckButton1, 3, 3, 0, 3 );
-
- SpinBox1 = new QSpinBox( GroupBox1, "SpinBox1" );
- SpinBox1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox1->sizePolicy().hasHeightForWidth() ) );
-
- Layout1->addWidget( SpinBox1, 2, 2 );
-
- GroupBox1Layout->addLayout( Layout1, 0, 0 );
-
- DlgRef_2Sel1Spin2Check_QTDLayout->addWidget( GroupBox1, 0, 0 );
-
- // tab order
- setTabOrder( PushButton1, LineEdit1 );
- setTabOrder( LineEdit1, PushButton2 );
- setTabOrder( PushButton2, LineEdit2 );
- setTabOrder( LineEdit2, SpinBox1 );
- setTabOrder( SpinBox1, CheckButton2 );
- setTabOrder( CheckButton2, CheckButton1 );
-}
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_2Sel1Spin2Check_QTD::~DlgRef_2Sel1Spin2Check_QTD()
-{
- // no need to delete child widgets, Qt does it all for us
-}
-
-// 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_2Sel1Spin2Check_QTD.ui'
+/********************************************************************************
+** Form generated from reading ui file 'DlgRef_2Sel1Spin2Check_QTD.ui'
**
-** Created: Fri Aug 13 15:32:26 2004
-** by: The User Interface Compiler (uic)
+** 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!
-****************************************************************************/
+** 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 "GEOM_DlgRef.hxx"
+#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>
-#include <qvariant.h>
-#include <qwidget.h>
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QCheckBox;
-class QGroupBox;
-class QLabel;
-class QLineEdit;
-class QPushButton;
-class QSpinBox;
+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;
-class GEOM_DLGREF_EXPORT DlgRef_2Sel1Spin2Check_QTD : public QWidget
-{
- Q_OBJECT
+ 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
-public:
- DlgRef_2Sel1Spin2Check_QTD( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
- ~DlgRef_2Sel1Spin2Check_QTD();
-
- QGroupBox* GroupBox1;
- QLabel* TextLabel2;
- QPushButton* PushButton1;
- QLabel* TextLabel3;
- QLabel* TextLabel1;
- QCheckBox* CheckButton2;
- QLineEdit* LineEdit2;
- QPushButton* PushButton2;
- QLineEdit* LineEdit1;
- QCheckBox* CheckButton1;
- QSpinBox* SpinBox1;
-
-
-protected:
- QGridLayout* DlgRef_2Sel1Spin2Check_QTDLayout;
- QGridLayout* GroupBox1Layout;
- QGridLayout* Layout1;
};
+namespace Ui {
+ class DlgRef_2Sel1Spin2Check_QTD: public Ui_DlgRef_2Sel1Spin2Check_QTD {};
+} // namespace Ui
+
#endif // DLGREF_2SEL1SPIN2CHECK_QTD_H
+++ /dev/null
-// Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-/****************************************************************************
-** Form implementation generated from reading ui file 'DlgRef_2Sel1Spin_QTD.ui'
-**
-** Created: Tue Jun 1 16:15:00 2004
-** by: The User Interface Compiler (uic)
-**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
-#include "DlgRef_2Sel1Spin_QTD.h"
-
-#include <qvariant.h>
-#include <qgroupbox.h>
-#include <qlabel.h>
-#include <qlineedit.h>
-#include <qpushbutton.h>
-#include <qspinbox.h>
-#include <qlayout.h>
-#include <qtooltip.h>
-#include <qwhatsthis.h>
-
-/*
- * Constructs a DlgRef_2Sel1Spin_QTD which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'.
- */
-DlgRef_2Sel1Spin_QTD::DlgRef_2Sel1Spin_QTD( QWidget* parent, const char* name, WFlags fl )
- : QWidget( parent, name, fl )
-{
- if ( !name )
- setName( "DlgRef_2Sel1Spin_QTD" );
- resize( 163, 122 );
- setCaption( trUtf8( "DlgRef_2Sel1Spin_QTD" ) );
- DlgRef_2Sel1Spin_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "DlgRef_2Sel1Spin_QTDLayout");
-
- GroupBox1 = new QGroupBox( this, "GroupBox1" );
- GroupBox1->setTitle( trUtf8( "" ) );
- GroupBox1->setColumnLayout(0, Qt::Vertical );
- GroupBox1->layout()->setSpacing( 6 );
- GroupBox1->layout()->setMargin( 11 );
- GroupBox1Layout = new QGridLayout( GroupBox1->layout() );
- GroupBox1Layout->setAlignment( Qt::AlignTop );
-
- Layout1 = new QGridLayout( 0, 1, 1, 0, 6, "Layout1");
-
- LineEdit1 = new QLineEdit( GroupBox1, "LineEdit1" );
-
- Layout1->addWidget( LineEdit1, 0, 2 );
-
- PushButton2 = new QPushButton( GroupBox1, "PushButton2" );
- PushButton2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton2->sizePolicy().hasHeightForWidth() ) );
- PushButton2->setText( trUtf8( "" ) );
-
- Layout1->addWidget( PushButton2, 1, 1 );
-
- TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
- TextLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel1->sizePolicy().hasHeightForWidth() ) );
- TextLabel1->setText( trUtf8( "TL1" ) );
-
- Layout1->addWidget( TextLabel1, 0, 0 );
-
- LineEdit2 = new QLineEdit( GroupBox1, "LineEdit2" );
-
- Layout1->addWidget( LineEdit2, 1, 2 );
-
- PushButton1 = new QPushButton( GroupBox1, "PushButton1" );
- PushButton1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton1->sizePolicy().hasHeightForWidth() ) );
- PushButton1->setText( trUtf8( "" ) );
-
- Layout1->addWidget( PushButton1, 0, 1 );
-
- TextLabel2 = new QLabel( GroupBox1, "TextLabel2" );
- TextLabel2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel2->sizePolicy().hasHeightForWidth() ) );
- TextLabel2->setFrameShape( QLabel::NoFrame );
- TextLabel2->setFrameShadow( QLabel::Plain );
- TextLabel2->setText( trUtf8( "TL2" ) );
-
- Layout1->addWidget( TextLabel2, 1, 0 );
-
- Layout2 = new QGridLayout( 0, 1, 1, 0, 6, "Layout2");
-
- SpinBox1 = new QSpinBox( GroupBox1, "SpinBox1" );
- SpinBox1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox1->sizePolicy().hasHeightForWidth() ) );
-
- Layout2->addWidget( SpinBox1, 0, 1 );
-
- TextLabel3 = new QLabel( GroupBox1, "TextLabel3" );
- TextLabel3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel3->sizePolicy().hasHeightForWidth() ) );
- TextLabel3->setText( trUtf8( "TL3" ) );
-
- Layout2->addWidget( TextLabel3, 0, 0 );
-
- Layout1->addMultiCellLayout( Layout2, 2, 2, 0, 2 );
- QSpacerItem* spacer = new QSpacerItem( 0, 16, QSizePolicy::Minimum, QSizePolicy::Expanding );
- Layout1->addItem( spacer, 3, 2 );
-
- GroupBox1Layout->addLayout( Layout1, 0, 0 );
-
- DlgRef_2Sel1Spin_QTDLayout->addWidget( GroupBox1, 0, 0 );
-
- // tab order
- setTabOrder( PushButton1, LineEdit1 );
- setTabOrder( LineEdit1, PushButton2 );
- setTabOrder( PushButton2, LineEdit2 );
- setTabOrder( LineEdit2, SpinBox1 );
-}
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_2Sel1Spin_QTD::~DlgRef_2Sel1Spin_QTD()
-{
- // no need to delete child widgets, Qt does it all for us
-}
-
-// 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_2Sel1Spin_QTD.ui'
+/********************************************************************************
+** Form generated from reading ui file 'DlgRef_2Sel1Spin_QTD.ui'
**
-** Created: Tue Jun 1 16:14:59 2004
-** by: The User Interface Compiler (uic)
+** 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!
-****************************************************************************/
+** 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 "GEOM_DlgRef.hxx"
+#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>
-#include <qvariant.h>
-#include <qwidget.h>
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QGroupBox;
-class QLabel;
-class QLineEdit;
-class QPushButton;
-class QSpinBox;
+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;
-class GEOM_DLGREF_EXPORT DlgRef_2Sel1Spin_QTD : public QWidget
-{
- Q_OBJECT
+ 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
-public:
- DlgRef_2Sel1Spin_QTD( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
- ~DlgRef_2Sel1Spin_QTD();
-
- QGroupBox* GroupBox1;
- QLineEdit* LineEdit1;
- QPushButton* PushButton2;
- QLabel* TextLabel1;
- QLineEdit* LineEdit2;
- QPushButton* PushButton1;
- QLabel* TextLabel2;
- QSpinBox* SpinBox1;
- QLabel* TextLabel3;
-
-
-protected:
- QGridLayout* DlgRef_2Sel1Spin_QTDLayout;
- QGridLayout* GroupBox1Layout;
- QGridLayout* Layout1;
- QGridLayout* Layout2;
};
+namespace Ui {
+ class DlgRef_2Sel1Spin_QTD: public Ui_DlgRef_2Sel1Spin_QTD {};
+} // namespace Ui
+
#endif // DLGREF_2SEL1SPIN_QTD_H
// $Header:
#include "DlgRef_2Sel2Spin.h"
-
-#include <qlayout.h>
-#include <qspinbox.h>
-#include <qgroupbox.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, WFlags fl)
- :DlgRef_2Sel2Spin_QTD(parent, name, fl)
+DlgRef_2Sel2Spin::DlgRef_2Sel2Spin(QWidget* parent, const char* name, Qt::WindowFlags fl)
+ :QWidget(parent, fl)
{
- SpinBox1->close(TRUE);
- SpinBox2->close(TRUE);
+ 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");
- Layout2->addWidget(SpinBox_DX, 0, 1);
+ gridLayout3->addWidget(SpinBox_DX, 0, 1);
SpinBox_DY = new DlgRef_SpinBox(GroupBox1, "SpinBox_DY");
- Layout2->addWidget(SpinBox_DY, 1, 1);
+ gridLayout3->addWidget(SpinBox_DY, 1, 1);
}
#include "GEOM_DlgRef.hxx"
#include "DlgRef_2Sel2Spin_QTD.h"
-#include "DlgRef_SpinBox.h"
-class GEOM_DLGREF_EXPORT DlgRef_2Sel2Spin : public DlgRef_2Sel2Spin_QTD
+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, WFlags fl = 0);
+ DlgRef_2Sel2Spin(QWidget* parent = 0, const char* name = 0, Qt::WindowFlags fl = 0);
~DlgRef_2Sel2Spin();
DlgRef_SpinBox* SpinBox_DX;
// $Header:
#include "DlgRef_2Sel2Spin1Check.h"
-
-#include <qlayout.h>
-#include <qspinbox.h>
-#include <qgroupbox.h>
-#include <qpushbutton.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, WFlags fl)
- :DlgRef_2Sel2Spin1Check_QTD(parent, name, fl)
+DlgRef_2Sel2Spin1Check::DlgRef_2Sel2Spin1Check(QWidget* parent, const char* name, Qt::WFlags fl)
+ :QWidget(parent, fl)
{
- SpinBox1->close(TRUE);
- SpinBox2->close(TRUE);
+ 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");
- Layout2->addWidget(SpinBox_DX, 0, 1);
- Layout2->addWidget(SpinBox_DY, 1, 1);
+ gridLayout3->addWidget(SpinBox_DX, 0, 1);
+ gridLayout3->addWidget(SpinBox_DY, 1, 1);
// PAL 6532
PushButton1->setAutoDefault( false );
#include "GEOM_DlgRef.hxx"
#include "DlgRef_2Sel2Spin1Check_QTD.h"
-#include "DlgRef_SpinBox.h"
-class GEOM_DLGREF_EXPORT DlgRef_2Sel2Spin1Check : public DlgRef_2Sel2Spin1Check_QTD
+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, WFlags fl = 0);
+ DlgRef_2Sel2Spin1Check(QWidget* parent = 0, const char* name = 0, Qt::WindowFlags fl = 0);
~DlgRef_2Sel2Spin1Check();
DlgRef_SpinBox* SpinBox_DX;
+++ /dev/null
-// Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-/****************************************************************************
-** Form implementation generated from reading ui file 'DlgRef_2Sel2Spin1Check_QTD.ui'
-**
-** Created: Tue Jun 1 16:29:28 2004
-** by: The User Interface Compiler (uic)
-**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
-#include "DlgRef_2Sel2Spin1Check_QTD.h"
-
-#include <qvariant.h>
-#include <qcheckbox.h>
-#include <qgroupbox.h>
-#include <qlabel.h>
-#include <qlineedit.h>
-#include <qpushbutton.h>
-#include <qspinbox.h>
-#include <qlayout.h>
-#include <qtooltip.h>
-#include <qwhatsthis.h>
-
-/*
- * Constructs a DlgRef_2Sel2Spin1Check_QTD which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'.
- */
-DlgRef_2Sel2Spin1Check_QTD::DlgRef_2Sel2Spin1Check_QTD( QWidget* parent, const char* name, WFlags fl )
- : QWidget( parent, name, fl )
-{
- if ( !name )
- setName( "DlgRef_2Sel2Spin1Check_QTD" );
- resize( 163, 170 );
- setCaption( trUtf8( "DlgRef_2Sel2Spin1Check_QTD" ) );
- DlgRef_2Sel2Spin1Check_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "DlgRef_2Sel2Spin1Check_QTDLayout");
-
- GroupBox1 = new QGroupBox( this, "GroupBox1" );
- GroupBox1->setTitle( trUtf8( "" ) );
- GroupBox1->setColumnLayout(0, Qt::Vertical );
- GroupBox1->layout()->setSpacing( 6 );
- GroupBox1->layout()->setMargin( 11 );
- GroupBox1Layout = new QGridLayout( GroupBox1->layout() );
- GroupBox1Layout->setAlignment( Qt::AlignTop );
-
- Layout1 = new QGridLayout( 0, 1, 1, 0, 6, "Layout1");
-
- TextLabel2 = new QLabel( GroupBox1, "TextLabel2" );
- TextLabel2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel2->sizePolicy().hasHeightForWidth() ) );
- TextLabel2->setText( trUtf8( "TL2" ) );
-
- Layout1->addWidget( TextLabel2, 1, 0 );
-
- TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
- TextLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel1->sizePolicy().hasHeightForWidth() ) );
- TextLabel1->setText( trUtf8( "TL1" ) );
-
- Layout1->addWidget( TextLabel1, 0, 0 );
-
- Layout2 = new QGridLayout( 0, 1, 1, 0, 6, "Layout2");
-
- SpinBox1 = new QSpinBox( GroupBox1, "SpinBox1" );
- SpinBox1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox1->sizePolicy().hasHeightForWidth() ) );
-
- Layout2->addWidget( SpinBox1, 0, 1 );
-
- TextLabel3 = new QLabel( GroupBox1, "TextLabel3" );
- TextLabel3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel3->sizePolicy().hasHeightForWidth() ) );
- TextLabel3->setText( trUtf8( "TL3" ) );
-
- Layout2->addWidget( TextLabel3, 0, 0 );
-
- TextLabel4 = new QLabel( GroupBox1, "TextLabel4" );
- TextLabel4->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel4->sizePolicy().hasHeightForWidth() ) );
- TextLabel4->setText( trUtf8( "TL4" ) );
-
- Layout2->addWidget( TextLabel4, 1, 0 );
-
- SpinBox2 = new QSpinBox( GroupBox1, "SpinBox2" );
- SpinBox2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox2->sizePolicy().hasHeightForWidth() ) );
-
- Layout2->addWidget( SpinBox2, 1, 1 );
-
- Layout1->addMultiCellLayout( Layout2, 2, 2, 0, 2 );
-
- LineEdit1 = new QLineEdit( GroupBox1, "LineEdit1" );
-
- Layout1->addWidget( LineEdit1, 0, 2 );
- QSpacerItem* spacer = new QSpacerItem( 0, 16, QSizePolicy::Minimum, QSizePolicy::Expanding );
- Layout1->addItem( spacer, 4, 2 );
-
- CheckButton1 = new QCheckBox( GroupBox1, "CheckButton1" );
- CheckButton1->setText( trUtf8( "" ) );
-
- Layout1->addMultiCellWidget( CheckButton1, 3, 3, 0, 2 );
-
- LineEdit2 = new QLineEdit( GroupBox1, "LineEdit2" );
-
- Layout1->addWidget( LineEdit2, 1, 2 );
-
- PushButton2 = new QPushButton( GroupBox1, "PushButton2" );
- PushButton2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton2->sizePolicy().hasHeightForWidth() ) );
- PushButton2->setText( trUtf8( "" ) );
-
- Layout1->addWidget( PushButton2, 1, 1 );
-
- PushButton1 = new QPushButton( GroupBox1, "PushButton1" );
- PushButton1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton1->sizePolicy().hasHeightForWidth() ) );
- PushButton1->setText( trUtf8( "" ) );
-
- Layout1->addWidget( PushButton1, 0, 1 );
-
- GroupBox1Layout->addLayout( Layout1, 0, 0 );
-
- DlgRef_2Sel2Spin1Check_QTDLayout->addWidget( GroupBox1, 0, 0 );
-
- // tab order
- setTabOrder( PushButton1, LineEdit1 );
- setTabOrder( LineEdit1, PushButton2 );
- setTabOrder( PushButton2, LineEdit2 );
- setTabOrder( LineEdit2, SpinBox1 );
- setTabOrder( SpinBox1, SpinBox2 );
- setTabOrder( SpinBox2, CheckButton1 );
-}
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_2Sel2Spin1Check_QTD::~DlgRef_2Sel2Spin1Check_QTD()
-{
- // no need to delete child widgets, Qt does it all for us
-}
-
-// 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_2Sel2Spin1Check_QTD.ui'
+/********************************************************************************
+** Form generated from reading ui file 'DlgRef_2Sel2Spin1Check_QTD.ui'
**
-** Created: Tue Jun 1 16:29:28 2004
-** by: The User Interface Compiler (uic)
+** 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!
-****************************************************************************/
+** 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 "GEOM_DlgRef.hxx"
+#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>
-#include <qvariant.h>
-#include <qwidget.h>
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QCheckBox;
-class QGroupBox;
-class QLabel;
-class QLineEdit;
-class QPushButton;
-class QSpinBox;
+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;
-class GEOM_DLGREF_EXPORT DlgRef_2Sel2Spin1Check_QTD : public QWidget
-{
- Q_OBJECT
+ 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
-public:
- DlgRef_2Sel2Spin1Check_QTD( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
- ~DlgRef_2Sel2Spin1Check_QTD();
-
- QGroupBox* GroupBox1;
- QLabel* TextLabel2;
- QLabel* TextLabel1;
- QSpinBox* SpinBox1;
- QLabel* TextLabel3;
- QLabel* TextLabel4;
- QSpinBox* SpinBox2;
- QLineEdit* LineEdit1;
- QCheckBox* CheckButton1;
- QLineEdit* LineEdit2;
- QPushButton* PushButton2;
- QPushButton* PushButton1;
-
-
-protected:
- QGridLayout* DlgRef_2Sel2Spin1Check_QTDLayout;
- QGridLayout* GroupBox1Layout;
- QGridLayout* Layout1;
- QGridLayout* Layout2;
};
+namespace Ui {
+ class DlgRef_2Sel2Spin1Check_QTD: public Ui_DlgRef_2Sel2Spin1Check_QTD {};
+} // namespace Ui
+
#endif // DLGREF_2SEL2SPIN1CHECK_QTD_H
+++ /dev/null
-// Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-/****************************************************************************
-** Form implementation generated from reading ui file 'DlgRef_2Sel2Spin_QTD.ui'
-**
-** Created: jeu sep 25 12:10:29 2003
-** by: The User Interface Compiler (uic)
-**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
-#include "DlgRef_2Sel2Spin_QTD.h"
-
-#include <qvariant.h>
-#include <qgroupbox.h>
-#include <qlabel.h>
-#include <qlineedit.h>
-#include <qpushbutton.h>
-#include <qspinbox.h>
-#include <qlayout.h>
-#include <qtooltip.h>
-#include <qwhatsthis.h>
-
-/*
- * Constructs a DlgRef_2Sel2Spin_QTD which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'.
- */
-DlgRef_2Sel2Spin_QTD::DlgRef_2Sel2Spin_QTD( QWidget* parent, const char* name, WFlags fl )
- : QWidget( parent, name, fl )
-{
- if ( !name )
- setName( "DlgRef_2Sel2Spin_QTD" );
- resize( 129, 145 );
- setCaption( trUtf8( "DlgRef_2Sel2Spin_QTD" ) );
- DlgRef_2Sel2Spin_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "DlgRef_2Sel2Spin_QTDLayout");
-
- GroupBox1 = new QGroupBox( this, "GroupBox1" );
- GroupBox1->setTitle( trUtf8( "" ) );
- GroupBox1->setColumnLayout(0, Qt::Vertical );
- GroupBox1->layout()->setSpacing( 6 );
- GroupBox1->layout()->setMargin( 11 );
- GroupBox1Layout = new QGridLayout( GroupBox1->layout() );
- GroupBox1Layout->setAlignment( Qt::AlignTop );
-
- Layout1 = new QGridLayout( 0, 1, 1, 0, 6, "Layout1");
-
- LineEdit1 = new QLineEdit( GroupBox1, "LineEdit1" );
-
- Layout1->addWidget( LineEdit1, 0, 2 );
-
- Layout2 = new QGridLayout( 0, 1, 1, 0, 6, "Layout2");
-
- SpinBox2 = new QSpinBox( GroupBox1, "SpinBox2" );
- SpinBox2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox2->sizePolicy().hasHeightForWidth() ) );
-
- Layout2->addWidget( SpinBox2, 1, 1 );
-
- TextLabel4 = new QLabel( GroupBox1, "TextLabel4" );
- TextLabel4->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel4->sizePolicy().hasHeightForWidth() ) );
- TextLabel4->setText( trUtf8( "TL4" ) );
-
- Layout2->addWidget( TextLabel4, 1, 0 );
-
- TextLabel3 = new QLabel( GroupBox1, "TextLabel3" );
- TextLabel3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel3->sizePolicy().hasHeightForWidth() ) );
- TextLabel3->setText( trUtf8( "TL3" ) );
-
- Layout2->addWidget( TextLabel3, 0, 0 );
-
- SpinBox1 = new QSpinBox( GroupBox1, "SpinBox1" );
- SpinBox1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox1->sizePolicy().hasHeightForWidth() ) );
-
- Layout2->addWidget( SpinBox1, 0, 1 );
-
- Layout1->addMultiCellLayout( Layout2, 2, 2, 0, 2 );
-
- PushButton2 = new QPushButton( GroupBox1, "PushButton2" );
- PushButton2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton2->sizePolicy().hasHeightForWidth() ) );
- PushButton2->setText( trUtf8( "" ) );
-
- Layout1->addWidget( PushButton2, 1, 1 );
-
- TextLabel2 = new QLabel( GroupBox1, "TextLabel2" );
- TextLabel2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel2->sizePolicy().hasHeightForWidth() ) );
- TextLabel2->setText( trUtf8( "TL2" ) );
-
- Layout1->addWidget( TextLabel2, 1, 0 );
- QSpacerItem* spacer = new QSpacerItem( 0, 20, QSizePolicy::Minimum, QSizePolicy::Expanding );
- Layout1->addItem( spacer, 3, 2 );
-
- TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
- TextLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel1->sizePolicy().hasHeightForWidth() ) );
- TextLabel1->setText( trUtf8( "TL1" ) );
-
- Layout1->addWidget( TextLabel1, 0, 0 );
-
- PushButton1 = new QPushButton( GroupBox1, "PushButton1" );
- PushButton1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton1->sizePolicy().hasHeightForWidth() ) );
- PushButton1->setText( trUtf8( "" ) );
-
- Layout1->addWidget( PushButton1, 0, 1 );
-
- LineEdit2 = new QLineEdit( GroupBox1, "LineEdit2" );
-
- Layout1->addWidget( LineEdit2, 1, 2 );
-
- GroupBox1Layout->addLayout( Layout1, 0, 0 );
-
- DlgRef_2Sel2Spin_QTDLayout->addWidget( GroupBox1, 0, 0 );
-}
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_2Sel2Spin_QTD::~DlgRef_2Sel2Spin_QTD()
-{
- // no need to delete child widgets, Qt does it all for us
-}
-
-// 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_2Sel2Spin_QTD.ui'
+/********************************************************************************
+** Form generated from reading ui file 'DlgRef_2Sel2Spin_QTD.ui'
**
-** Created: jeu sep 25 12:10:29 2003
-** by: The User Interface Compiler (uic)
+** 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!
-****************************************************************************/
+** 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 "GEOM_DlgRef.hxx"
+#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>
-#include <qvariant.h>
-#include <qwidget.h>
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QGroupBox;
-class QLabel;
-class QLineEdit;
-class QPushButton;
-class QSpinBox;
+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;
-class GEOM_DLGREF_EXPORT DlgRef_2Sel2Spin_QTD : public QWidget
-{
- Q_OBJECT
+ 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
-public:
- DlgRef_2Sel2Spin_QTD( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
- ~DlgRef_2Sel2Spin_QTD();
-
- QGroupBox* GroupBox1;
- QLineEdit* LineEdit1;
- QSpinBox* SpinBox2;
- QLabel* TextLabel4;
- QLabel* TextLabel3;
- QSpinBox* SpinBox1;
- QPushButton* PushButton2;
- QLabel* TextLabel2;
- QLabel* TextLabel1;
- QPushButton* PushButton1;
- QLineEdit* LineEdit2;
-
-
-protected:
- QGridLayout* DlgRef_2Sel2Spin_QTDLayout;
- QGridLayout* GroupBox1Layout;
- QGridLayout* Layout1;
- QGridLayout* Layout2;
};
+namespace Ui {
+ class DlgRef_2Sel2Spin_QTD: public Ui_DlgRef_2Sel2Spin_QTD {};
+} // namespace Ui
+
#endif // DLGREF_2SEL2SPIN_QTD_H
// $Header:
#include "DlgRef_2Sel3Spin.h"
-
-#include <qlayout.h>
-#include <qspinbox.h>
-#include <qgroupbox.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, WFlags fl)
- :DlgRef_2Sel3Spin_QTD(parent, name, fl)
+DlgRef_2Sel3Spin::DlgRef_2Sel3Spin(QWidget* parent, const char* name, Qt::WindowFlags fl)
+ :QWidget(parent, fl)
{
- SpinBox1->close(TRUE);
- SpinBox2->close(TRUE);
- SpinBox3->close(TRUE);
+ 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");
- Layout2->addWidget(SpinBox_DX, 0, 1);
+ gridLayout3->addWidget(SpinBox_DX, 0, 1);
SpinBox_DY = new DlgRef_SpinBox(GroupBox1, "SpinBox_DY");
- Layout2->addWidget(SpinBox_DY, 1, 1);
+ gridLayout3->addWidget(SpinBox_DY, 1, 1);
SpinBox_DZ = new DlgRef_SpinBox(GroupBox1, "SpinBox_DZ");
- Layout2->addWidget(SpinBox_DZ, 2, 1);
+ gridLayout3->addWidget(SpinBox_DZ, 2, 1);
}
#include "GEOM_DlgRef.hxx"
#include "DlgRef_2Sel3Spin_QTD.h"
-#include "DlgRef_SpinBox.h"
-class GEOM_DLGREF_EXPORT DlgRef_2Sel3Spin : public DlgRef_2Sel3Spin_QTD
+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, WFlags fl = 0);
+ DlgRef_2Sel3Spin(QWidget* parent = 0, const char* name = 0, Qt::WindowFlags fl = 0);
~DlgRef_2Sel3Spin();
DlgRef_SpinBox* SpinBox_DX;
+++ /dev/null
-// Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-/****************************************************************************
-** Form implementation generated from reading ui file 'DlgRef_2Sel3Spin_QTD.ui'
-**
-** Created: jeu sep 25 16:18:43 2003
-** by: The User Interface Compiler (uic)
-**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
-#include "DlgRef_2Sel3Spin_QTD.h"
-
-#include <qvariant.h>
-#include <qgroupbox.h>
-#include <qlabel.h>
-#include <qlineedit.h>
-#include <qpushbutton.h>
-#include <qspinbox.h>
-#include <qlayout.h>
-#include <qtooltip.h>
-#include <qwhatsthis.h>
-
-/*
- * Constructs a DlgRef_2Sel3Spin_QTD which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'.
- */
-DlgRef_2Sel3Spin_QTD::DlgRef_2Sel3Spin_QTD( QWidget* parent, const char* name, WFlags fl )
- : QWidget( parent, name, fl )
-{
- if ( !name )
- setName( "DlgRef_2Sel3Spin_QTD" );
- resize( 129, 173 );
- setCaption( trUtf8( "DlgRef_2Sel3Spin_QTD" ) );
- DlgRef_2Sel3Spin_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "DlgRef_2Sel3Spin_QTDLayout");
-
- GroupBox1 = new QGroupBox( this, "GroupBox1" );
- GroupBox1->setTitle( trUtf8( "" ) );
- GroupBox1->setColumnLayout(0, Qt::Vertical );
- GroupBox1->layout()->setSpacing( 6 );
- GroupBox1->layout()->setMargin( 11 );
- GroupBox1Layout = new QGridLayout( GroupBox1->layout() );
- GroupBox1Layout->setAlignment( Qt::AlignTop );
-
- Layout1 = new QGridLayout( 0, 1, 1, 0, 6, "Layout1");
-
- LineEdit1 = new QLineEdit( GroupBox1, "LineEdit1" );
-
- Layout1->addWidget( LineEdit1, 0, 2 );
-
- TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
- TextLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel1->sizePolicy().hasHeightForWidth() ) );
- TextLabel1->setText( trUtf8( "TL1" ) );
-
- Layout1->addWidget( TextLabel1, 0, 0 );
-
- TextLabel2 = new QLabel( GroupBox1, "TextLabel2" );
- TextLabel2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel2->sizePolicy().hasHeightForWidth() ) );
- TextLabel2->setText( trUtf8( "TL2" ) );
-
- Layout1->addWidget( TextLabel2, 1, 0 );
-
- Layout2 = new QGridLayout( 0, 1, 1, 0, 6, "Layout2");
-
- TextLabel3 = new QLabel( GroupBox1, "TextLabel3" );
- TextLabel3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel3->sizePolicy().hasHeightForWidth() ) );
- TextLabel3->setText( trUtf8( "TL3" ) );
-
- Layout2->addWidget( TextLabel3, 0, 0 );
-
- SpinBox2 = new QSpinBox( GroupBox1, "SpinBox2" );
- SpinBox2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox2->sizePolicy().hasHeightForWidth() ) );
-
- Layout2->addWidget( SpinBox2, 1, 1 );
-
- TextLabel4 = new QLabel( GroupBox1, "TextLabel4" );
- TextLabel4->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel4->sizePolicy().hasHeightForWidth() ) );
- TextLabel4->setText( trUtf8( "TL4" ) );
-
- Layout2->addWidget( TextLabel4, 1, 0 );
-
- TextLabel5 = new QLabel( GroupBox1, "TextLabel5" );
- TextLabel5->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel5->sizePolicy().hasHeightForWidth() ) );
- TextLabel5->setText( trUtf8( "TL4" ) );
-
- Layout2->addWidget( TextLabel5, 2, 0 );
-
- SpinBox1 = new QSpinBox( GroupBox1, "SpinBox1" );
- SpinBox1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox1->sizePolicy().hasHeightForWidth() ) );
-
- Layout2->addWidget( SpinBox1, 0, 1 );
-
- SpinBox3 = new QSpinBox( GroupBox1, "SpinBox3" );
- SpinBox3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox3->sizePolicy().hasHeightForWidth() ) );
-
- Layout2->addWidget( SpinBox3, 2, 1 );
-
- Layout1->addMultiCellLayout( Layout2, 2, 2, 0, 2 );
-
- PushButton1 = new QPushButton( GroupBox1, "PushButton1" );
- PushButton1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton1->sizePolicy().hasHeightForWidth() ) );
- PushButton1->setText( trUtf8( "" ) );
-
- Layout1->addWidget( PushButton1, 0, 1 );
- QSpacerItem* spacer = new QSpacerItem( 0, 20, QSizePolicy::Minimum, QSizePolicy::Expanding );
- Layout1->addItem( spacer, 3, 2 );
-
- LineEdit2 = new QLineEdit( GroupBox1, "LineEdit2" );
-
- Layout1->addWidget( LineEdit2, 1, 2 );
-
- PushButton2 = new QPushButton( GroupBox1, "PushButton2" );
- PushButton2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton2->sizePolicy().hasHeightForWidth() ) );
- PushButton2->setText( trUtf8( "" ) );
-
- Layout1->addWidget( PushButton2, 1, 1 );
-
- GroupBox1Layout->addLayout( Layout1, 0, 0 );
-
- DlgRef_2Sel3Spin_QTDLayout->addWidget( GroupBox1, 0, 0 );
-}
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_2Sel3Spin_QTD::~DlgRef_2Sel3Spin_QTD()
-{
- // no need to delete child widgets, Qt does it all for us
-}
-
-// 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_2Sel3Spin_QTD.ui'
+/********************************************************************************
+** Form generated from reading ui file 'DlgRef_2Sel3Spin_QTD.ui'
**
-** Created: jeu sep 25 16:18:43 2003
-** by: The User Interface Compiler (uic)
+** 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!
-****************************************************************************/
+** 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 "GEOM_DlgRef.hxx"
+#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>
-#include <qvariant.h>
-#include <qwidget.h>
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QGroupBox;
-class QLabel;
-class QLineEdit;
-class QPushButton;
-class QSpinBox;
+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;
-class GEOM_DLGREF_EXPORT DlgRef_2Sel3Spin_QTD : public QWidget
-{
- Q_OBJECT
+ 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
-public:
- DlgRef_2Sel3Spin_QTD( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
- ~DlgRef_2Sel3Spin_QTD();
-
- QGroupBox* GroupBox1;
- QLineEdit* LineEdit1;
- QLabel* TextLabel1;
- QLabel* TextLabel2;
- QLabel* TextLabel3;
- QSpinBox* SpinBox2;
- QLabel* TextLabel4;
- QLabel* TextLabel5;
- QSpinBox* SpinBox1;
- QSpinBox* SpinBox3;
- QPushButton* PushButton1;
- QLineEdit* LineEdit2;
- QPushButton* PushButton2;
-
-
-protected:
- QGridLayout* DlgRef_2Sel3Spin_QTDLayout;
- QGridLayout* GroupBox1Layout;
- QGridLayout* Layout1;
- QGridLayout* Layout2;
};
+namespace Ui {
+ class DlgRef_2Sel3Spin_QTD: public Ui_DlgRef_2Sel3Spin_QTD {};
+} // namespace Ui
+
#endif // DLGREF_2SEL3SPIN_QTD_H
// $Header:
#include "DlgRef_2Sel4Spin1Check.h"
-
-#include <qlayout.h>
-#include <qspinbox.h>
-#include <qgroupbox.h>
-#include <qpushbutton.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, WFlags fl)
- :DlgRef_2Sel4Spin1Check_QTD(parent, name, fl)
+DlgRef_2Sel4Spin1Check::DlgRef_2Sel4Spin1Check(QWidget* parent, const char* name, Qt::WindowFlags fl)
+ :QWidget(parent, fl)
{
- SpinBox1->close(TRUE);
- SpinBox2->close(TRUE);
- SpinBox3->close(TRUE);
- SpinBox4->close(TRUE);
+ 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");
- Layout2->addWidget(SpinBox_DX1, 0, 1);
- Layout2->addWidget(SpinBox_DY1, 1, 1);
- Layout3->addWidget(SpinBox_DX2, 0, 1);
- Layout3->addWidget(SpinBox_DY2, 1, 1);
+ 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 );
#include "GEOM_DlgRef.hxx"
#include "DlgRef_2Sel4Spin1Check_QTD.h"
-#include "DlgRef_SpinBox.h"
+class DlgRef_SpinBox;
-class GEOM_DLGREF_EXPORT DlgRef_2Sel4Spin1Check : public DlgRef_2Sel4Spin1Check_QTD
+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, WFlags fl = 0);
+ DlgRef_2Sel4Spin1Check(QWidget* parent = 0, const char* name = 0, Qt::WindowFlags fl = 0);
~DlgRef_2Sel4Spin1Check();
DlgRef_SpinBox* SpinBox_DX1;
+++ /dev/null
-// Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-/****************************************************************************
-** Form implementation generated from reading ui file 'DlgRef_2Sel4Spin1Check_QTD.ui'
-**
-** Created: Tue Jun 1 12:38:04 2004
-** by: The User Interface Compiler (uic)
-**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
-#include "DlgRef_2Sel4Spin1Check_QTD.h"
-
-#include <qvariant.h>
-#include <qcheckbox.h>
-#include <qgroupbox.h>
-#include <qlabel.h>
-#include <qlineedit.h>
-#include <qpushbutton.h>
-#include <qspinbox.h>
-#include <qlayout.h>
-#include <qtooltip.h>
-#include <qwhatsthis.h>
-
-/*
- * Constructs a DlgRef_2Sel4Spin1Check_QTD which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'.
- */
-DlgRef_2Sel4Spin1Check_QTD::DlgRef_2Sel4Spin1Check_QTD( QWidget* parent, const char* name, WFlags fl )
- : QWidget( parent, name, fl )
-{
- if ( !name )
- setName( "DlgRef_2Sel4Spin1Check_QTD" );
- resize( 262, 230 );
- setCaption( trUtf8( "DlgRef_2Sel4Spin1Check_QTD" ) );
- DlgRef_2Sel4Spin1Check_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "DlgRef_2Sel4Spin1Check_QTDLayout");
-
- GroupBox1 = new QGroupBox( this, "GroupBox1" );
- GroupBox1->setTitle( trUtf8( "" ) );
- GroupBox1->setColumnLayout(0, Qt::Vertical );
- GroupBox1->layout()->setSpacing( 6 );
- GroupBox1->layout()->setMargin( 11 );
- GroupBox1Layout = new QGridLayout( GroupBox1->layout() );
- GroupBox1Layout->setAlignment( Qt::AlignTop );
-
- Layout5 = new QGridLayout( 0, 1, 1, 0, 6, "Layout5");
-
- PushButton1 = new QPushButton( GroupBox1, "PushButton1" );
- PushButton1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton1->sizePolicy().hasHeightForWidth() ) );
- PushButton1->setText( trUtf8( "" ) );
-
- Layout5->addWidget( PushButton1, 0, 1 );
-
- CheckButton1 = new QCheckBox( GroupBox1, "CheckButton1" );
- CheckButton1->setText( trUtf8( "" ) );
-
- Layout5->addMultiCellWidget( CheckButton1, 3, 3, 0, 3 );
-
- Layout2 = new QGridLayout( 0, 1, 1, 0, 6, "Layout2");
-
- TextLabel3 = new QLabel( GroupBox1, "TextLabel3" );
- TextLabel3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel3->sizePolicy().hasHeightForWidth() ) );
- TextLabel3->setText( trUtf8( "TL3" ) );
-
- Layout2->addWidget( TextLabel3, 0, 0 );
-
- SpinBox1 = new QSpinBox( GroupBox1, "SpinBox1" );
- SpinBox1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox1->sizePolicy().hasHeightForWidth() ) );
-
- Layout2->addWidget( SpinBox1, 0, 1 );
-
- SpinBox2 = new QSpinBox( GroupBox1, "SpinBox2" );
- SpinBox2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox2->sizePolicy().hasHeightForWidth() ) );
-
- Layout2->addWidget( SpinBox2, 1, 1 );
-
- TextLabel4 = new QLabel( GroupBox1, "TextLabel4" );
- TextLabel4->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel4->sizePolicy().hasHeightForWidth() ) );
- TextLabel4->setText( trUtf8( "TL4" ) );
-
- Layout2->addWidget( TextLabel4, 1, 0 );
-
- Layout5->addMultiCellLayout( Layout2, 2, 2, 0, 2 );
-
- LineEdit2 = new QLineEdit( GroupBox1, "LineEdit2" );
-
- Layout5->addWidget( LineEdit2, 1, 2 );
-
- TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
- TextLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel1->sizePolicy().hasHeightForWidth() ) );
- TextLabel1->setText( trUtf8( "TL1" ) );
-
- Layout5->addWidget( TextLabel1, 0, 0 );
-
- LineEdit1 = new QLineEdit( GroupBox1, "LineEdit1" );
-
- Layout5->addWidget( LineEdit1, 0, 2 );
- QSpacerItem* spacer = new QSpacerItem( 0, 16, QSizePolicy::Minimum, QSizePolicy::Expanding );
- Layout5->addItem( spacer, 5, 3 );
-
- PushButton2 = new QPushButton( GroupBox1, "PushButton2" );
- PushButton2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton2->sizePolicy().hasHeightForWidth() ) );
- PushButton2->setText( trUtf8( "" ) );
-
- Layout5->addWidget( PushButton2, 1, 1 );
-
- TextLabel2 = new QLabel( GroupBox1, "TextLabel2" );
- TextLabel2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel2->sizePolicy().hasHeightForWidth() ) );
- TextLabel2->setText( trUtf8( "TL2" ) );
-
- Layout5->addWidget( TextLabel2, 1, 0 );
-
- Layout3 = new QGridLayout( 0, 1, 1, 0, 6, "Layout3");
-
- SpinBox4 = new QSpinBox( GroupBox1, "SpinBox4" );
- SpinBox4->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox4->sizePolicy().hasHeightForWidth() ) );
-
- Layout3->addWidget( SpinBox4, 1, 1 );
-
- TextLabel5 = new QLabel( GroupBox1, "TextLabel5" );
- TextLabel5->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel5->sizePolicy().hasHeightForWidth() ) );
- TextLabel5->setText( trUtf8( "TL5" ) );
-
- Layout3->addWidget( TextLabel5, 0, 0 );
-
- SpinBox3 = new QSpinBox( GroupBox1, "SpinBox3" );
- SpinBox3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox3->sizePolicy().hasHeightForWidth() ) );
-
- Layout3->addWidget( SpinBox3, 0, 1 );
-
- TextLabel6 = new QLabel( GroupBox1, "TextLabel6" );
- TextLabel6->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel6->sizePolicy().hasHeightForWidth() ) );
- TextLabel6->setText( trUtf8( "TL6" ) );
-
- Layout3->addWidget( TextLabel6, 1, 0 );
-
- Layout5->addMultiCellLayout( Layout3, 4, 4, 0, 2 );
-
- GroupBox1Layout->addLayout( Layout5, 0, 0 );
-
- DlgRef_2Sel4Spin1Check_QTDLayout->addWidget( GroupBox1, 0, 0 );
-
- // tab order
- setTabOrder( PushButton1, LineEdit1 );
- setTabOrder( LineEdit1, PushButton2 );
- setTabOrder( PushButton2, LineEdit2 );
- setTabOrder( LineEdit2, SpinBox1 );
- setTabOrder( SpinBox1, SpinBox2 );
- setTabOrder( SpinBox2, CheckButton1 );
- setTabOrder( CheckButton1, SpinBox3 );
- setTabOrder( SpinBox3, SpinBox4 );
-}
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_2Sel4Spin1Check_QTD::~DlgRef_2Sel4Spin1Check_QTD()
-{
- // no need to delete child widgets, Qt does it all for us
-}
-
-// 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_2Sel4Spin1Check_QTD.ui'
+/********************************************************************************
+** Form generated from reading ui file 'DlgRef_2Sel4Spin1Check_QTD.ui'
**
-** Created: Tue Jun 1 12:38:04 2004
-** by: The User Interface Compiler (uic)
+** 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!
-****************************************************************************/
+** 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 "GEOM_DlgRef.hxx"
+#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;
-#include <qvariant.h>
-#include <qwidget.h>
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QCheckBox;
-class QGroupBox;
-class QLabel;
-class QLineEdit;
-class QPushButton;
-class QSpinBox;
+ 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);
-class GEOM_DLGREF_EXPORT DlgRef_2Sel4Spin1Check_QTD : public QWidget
-{
- Q_OBJECT
+ 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
-public:
- DlgRef_2Sel4Spin1Check_QTD( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
- ~DlgRef_2Sel4Spin1Check_QTD();
-
- QGroupBox* GroupBox1;
- QPushButton* PushButton1;
- QCheckBox* CheckButton1;
- QLabel* TextLabel3;
- QSpinBox* SpinBox1;
- QSpinBox* SpinBox2;
- QLabel* TextLabel4;
- QLineEdit* LineEdit2;
- QLabel* TextLabel1;
- QLineEdit* LineEdit1;
- QPushButton* PushButton2;
- QLabel* TextLabel2;
- QSpinBox* SpinBox4;
- QLabel* TextLabel5;
- QSpinBox* SpinBox3;
- QLabel* TextLabel6;
-
-
-protected:
- QGridLayout* DlgRef_2Sel4Spin1Check_QTDLayout;
- QGridLayout* GroupBox1Layout;
- QGridLayout* Layout5;
- QGridLayout* Layout2;
- QGridLayout* Layout3;
};
+namespace Ui {
+ class DlgRef_2Sel4Spin1Check_QTD: public Ui_DlgRef_2Sel4Spin1Check_QTD {};
+} // namespace Ui
+
#endif // DLGREF_2SEL4SPIN1CHECK_QTD_H
+++ /dev/null
-// Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-/****************************************************************************
-** Form implementation generated from reading ui file 'DlgRef_2Sel_QTD.ui'
-**
-** Created: mar sep 23 16:05:09 2003
-** by: The User Interface Compiler (uic)
-**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
-#include "DlgRef_2Sel_QTD.h"
-
-#include <qvariant.h>
-#include <qgroupbox.h>
-#include <qlabel.h>
-#include <qlineedit.h>
-#include <qpushbutton.h>
-#include <qlayout.h>
-#include <qtooltip.h>
-#include <qwhatsthis.h>
-
-/*
- * Constructs a DlgRef_2Sel_QTD which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'.
- */
-DlgRef_2Sel_QTD::DlgRef_2Sel_QTD( QWidget* parent, const char* name, WFlags fl )
- : QWidget( parent, name, fl )
-{
- if ( !name )
- setName( "DlgRef_2Sel_QTD" );
- resize( 129, 87 );
- setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)5, (QSizePolicy::SizeType)7, 0, 0, sizePolicy().hasHeightForWidth() ) );
- setCaption( trUtf8( "DlgRef_2Sel_QTD" ) );
- DlgRef_2Sel_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "DlgRef_2Sel_QTDLayout");
-
- GroupBox1 = new QGroupBox( this, "GroupBox1" );
- GroupBox1->setTitle( trUtf8( "" ) );
- GroupBox1->setColumnLayout(0, Qt::Vertical );
- GroupBox1->layout()->setSpacing( 6 );
- GroupBox1->layout()->setMargin( 11 );
- GroupBox1Layout = new QGridLayout( GroupBox1->layout() );
- GroupBox1Layout->setAlignment( Qt::AlignTop );
-
- Layout1 = new QGridLayout( 0, 1, 1, 0, 6, "Layout1");
-
- PushButton1 = new QPushButton( GroupBox1, "PushButton1" );
- PushButton1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton1->sizePolicy().hasHeightForWidth() ) );
- PushButton1->setText( trUtf8( "" ) );
-
- Layout1->addWidget( PushButton1, 0, 1 );
- QSpacerItem* spacer = new QSpacerItem( 0, 16, QSizePolicy::Minimum, QSizePolicy::Expanding );
- Layout1->addItem( spacer, 2, 2 );
-
- LineEdit2 = new QLineEdit( GroupBox1, "LineEdit2" );
-
- Layout1->addWidget( LineEdit2, 1, 2 );
-
- PushButton2 = new QPushButton( GroupBox1, "PushButton2" );
- PushButton2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton2->sizePolicy().hasHeightForWidth() ) );
- PushButton2->setText( trUtf8( "" ) );
-
- Layout1->addWidget( PushButton2, 1, 1 );
-
- TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
- TextLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel1->sizePolicy().hasHeightForWidth() ) );
- TextLabel1->setText( trUtf8( "TL1" ) );
-
- Layout1->addWidget( TextLabel1, 0, 0 );
-
- TextLabel2 = new QLabel( GroupBox1, "TextLabel2" );
- TextLabel2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel2->sizePolicy().hasHeightForWidth() ) );
- TextLabel2->setText( trUtf8( "TL2" ) );
-
- Layout1->addWidget( TextLabel2, 1, 0 );
-
- LineEdit1 = new QLineEdit( GroupBox1, "LineEdit1" );
-
- Layout1->addWidget( LineEdit1, 0, 2 );
-
- GroupBox1Layout->addLayout( Layout1, 0, 0 );
-
- DlgRef_2Sel_QTDLayout->addWidget( GroupBox1, 0, 0 );
-}
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_2Sel_QTD::~DlgRef_2Sel_QTD()
-{
- // no need to delete child widgets, Qt does it all for us
-}
-
-// 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_2Sel_QTD.ui'
+/********************************************************************************
+** Form generated from reading ui file 'DlgRef_2Sel_QTD.ui'
**
-** Created: mar sep 23 16:05:09 2003
-** by: The User Interface Compiler (uic)
+** 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!
-****************************************************************************/
+** 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 "GEOM_DlgRef.hxx"
+#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;
-#include <qvariant.h>
-#include <qwidget.h>
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QGroupBox;
-class QLabel;
-class QLineEdit;
-class QPushButton;
+ 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);
-class GEOM_DLGREF_EXPORT DlgRef_2Sel_QTD : public QWidget
-{
- Q_OBJECT
+ 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
-public:
- DlgRef_2Sel_QTD( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
- ~DlgRef_2Sel_QTD();
-
- QGroupBox* GroupBox1;
- QPushButton* PushButton1;
- QLineEdit* LineEdit2;
- QPushButton* PushButton2;
- QLabel* TextLabel1;
- QLabel* TextLabel2;
- QLineEdit* LineEdit1;
-
-
-protected:
- QGridLayout* DlgRef_2Sel_QTDLayout;
- QGridLayout* GroupBox1Layout;
- QGridLayout* Layout1;
};
+namespace Ui {
+ class DlgRef_2Sel_QTD: public Ui_DlgRef_2Sel_QTD {};
+} // namespace Ui
+
#endif // DLGREF_2SEL_QTD_H
// $Header:
#include "DlgRef_2Spin.h"
-
-#include <qlayout.h>
-#include <qspinbox.h>
-#include <qgroupbox.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, WFlags fl)
- :DlgRef_2Spin_QTD(parent, name, fl)
+DlgRef_2Spin::DlgRef_2Spin(QWidget* parent, const char* name, Qt::WindowFlags fl)
+ :QWidget(parent, fl)
{
- SpinBox1->close(TRUE);
- SpinBox2->close(TRUE);
+ 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");
- Layout1->addWidget(SpinBox_DX, 0, 1);
+ gridLayout2->addWidget(SpinBox_DX, 0, 1);
SpinBox_DY = new DlgRef_SpinBox(GroupBox1, "SpinBox_DY");
- Layout1->addWidget(SpinBox_DY, 1, 1);
+ gridLayout2->addWidget(SpinBox_DY, 1, 1);
}
#ifndef DLGREF_2SPIN_H
#define DLGREF_2SPIN_H
+#include "GEOM_DlgRef.hxx"
+
#include "DlgRef_2Spin_QTD.h"
-#include "DlgRef_SpinBox.h"
-#include "GEOM_DlgRef.hxx"
+class DlgRef_SpinBox;
-class GEOM_DLGREF_EXPORT DlgRef_2Spin : public DlgRef_2Spin_QTD
+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, WFlags fl = 0);
+ DlgRef_2Spin(QWidget* parent = 0, const char* name = 0, Qt::WindowFlags fl = 0);
~DlgRef_2Spin();
DlgRef_SpinBox* SpinBox_DX;
+++ /dev/null
-// Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-/****************************************************************************
-** Form implementation generated from reading ui file 'DlgRef_2Spin_QTD.ui'
-**
-** Created: jeu sep 25 12:10:30 2003
-** by: The User Interface Compiler (uic)
-**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
-#include "DlgRef_2Spin_QTD.h"
-
-#include <qvariant.h>
-#include <qgroupbox.h>
-#include <qlabel.h>
-#include <qpushbutton.h>
-#include <qspinbox.h>
-#include <qlayout.h>
-#include <qtooltip.h>
-#include <qwhatsthis.h>
-
-/*
- * Constructs a DlgRef_2Spin_QTD which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'.
- */
-DlgRef_2Spin_QTD::DlgRef_2Spin_QTD( QWidget* parent, const char* name, WFlags fl )
- : QWidget( parent, name, fl )
-{
- if ( !name )
- setName( "DlgRef_2Spin_QTD" );
- resize( 124, 83 );
- setCaption( trUtf8( "DlgRef_2Spin_QTD" ) );
- DlgRef_2Spin_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "DlgRef_2Spin_QTDLayout");
-
- GroupBox1 = new QGroupBox( this, "GroupBox1" );
- GroupBox1->setTitle( trUtf8( "" ) );
- GroupBox1->setColumnLayout(0, Qt::Vertical );
- GroupBox1->layout()->setSpacing( 6 );
- GroupBox1->layout()->setMargin( 11 );
- GroupBox1Layout = new QGridLayout( GroupBox1->layout() );
- GroupBox1Layout->setAlignment( Qt::AlignTop );
-
- Layout1 = new QGridLayout( 0, 1, 1, 0, 6, "Layout1");
-
- SpinBox2 = new QSpinBox( GroupBox1, "SpinBox2" );
- SpinBox2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox2->sizePolicy().hasHeightForWidth() ) );
-
- Layout1->addWidget( SpinBox2, 1, 1 );
- QSpacerItem* spacer = new QSpacerItem( 0, 16, QSizePolicy::Minimum, QSizePolicy::Expanding );
- Layout1->addItem( spacer, 3, 1 );
-
- SpinBox1 = new QSpinBox( GroupBox1, "SpinBox1" );
- SpinBox1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox1->sizePolicy().hasHeightForWidth() ) );
-
- Layout1->addWidget( SpinBox1, 0, 1 );
-
- TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
- TextLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel1->sizePolicy().hasHeightForWidth() ) );
- TextLabel1->setText( trUtf8( "TL1" ) );
-
- Layout1->addWidget( TextLabel1, 0, 0 );
-
- TextLabel2 = new QLabel( GroupBox1, "TextLabel2" );
- TextLabel2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel2->sizePolicy().hasHeightForWidth() ) );
- TextLabel2->setText( trUtf8( "TL2" ) );
-
- Layout1->addWidget( TextLabel2, 1, 0 );
-
- GroupBox1Layout->addLayout( Layout1, 0, 0 );
-
- DlgRef_2Spin_QTDLayout->addWidget( GroupBox1, 0, 0 );
-}
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_2Spin_QTD::~DlgRef_2Spin_QTD()
-{
- // no need to delete child widgets, Qt does it all for us
-}
-
-// 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_2Spin_QTD.ui'
+/********************************************************************************
+** Form generated from reading ui file 'DlgRef_2Spin_QTD.ui'
**
-** Created: jeu sep 25 12:10:30 2003
-** by: The User Interface Compiler (uic)
+** 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!
-****************************************************************************/
+** 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 "GEOM_DlgRef.hxx"
+#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>
-#include <qvariant.h>
-#include <qwidget.h>
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QGroupBox;
-class QLabel;
-class QSpinBox;
+class Ui_DlgRef_2Spin_QTD
+{
+public:
+ QGridLayout *gridLayout;
+ QGroupBox *GroupBox1;
+ QGridLayout *gridLayout1;
+ QGridLayout *gridLayout2;
+ QSpinBox *SpinBox2;
+ QSpacerItem *spacerItem;
+ QSpinBox *SpinBox1;
+ QLabel *TextLabel1;
+ QLabel *TextLabel2;
-class GEOM_DLGREF_EXPORT DlgRef_2Spin_QTD : public QWidget
-{
- Q_OBJECT
+ 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);
-public:
- DlgRef_2Spin_QTD( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
- ~DlgRef_2Spin_QTD();
+ 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);
- QGroupBox* GroupBox1;
- QSpinBox* SpinBox2;
- QSpinBox* SpinBox1;
- QLabel* TextLabel1;
- QLabel* TextLabel2;
+ gridLayout2->addWidget(TextLabel2, 1, 0, 1, 1);
-protected:
- QGridLayout* DlgRef_2Spin_QTDLayout;
- QGridLayout* GroupBox1Layout;
- QGridLayout* Layout1;
+ gridLayout1->addLayout(gridLayout2, 0, 0, 1, 1);
+
+
+ gridLayout->addWidget(GroupBox1, 0, 0, 1, 1);
+
+
+ retranslateUi(DlgRef_2Spin_QTD);
+
+ QSize size(124, 83);
+ size = size.expandedTo(DlgRef_2Spin_QTD->minimumSizeHint());
+ DlgRef_2Spin_QTD->resize(size);
+
+
+ QMetaObject::connectSlotsByName(DlgRef_2Spin_QTD);
+ } // setupUi
+
+ void retranslateUi(QWidget *DlgRef_2Spin_QTD)
+ {
+ DlgRef_2Spin_QTD->setWindowTitle(QApplication::translate("DlgRef_2Spin_QTD", "DlgRef_2Spin_QTD", 0, QApplication::UnicodeUTF8));
+ GroupBox1->setTitle(QString());
+ TextLabel1->setText(QApplication::translate("DlgRef_2Spin_QTD", "TL1", 0, QApplication::UnicodeUTF8));
+ TextLabel2->setText(QApplication::translate("DlgRef_2Spin_QTD", "TL2", 0, QApplication::UnicodeUTF8));
+ Q_UNUSED(DlgRef_2Spin_QTD);
+ } // retranslateUi
+
};
+namespace Ui {
+ class DlgRef_2Spin_QTD: public Ui_DlgRef_2Spin_QTD {};
+} // namespace Ui
+
#endif // DLGREF_2SPIN_QTD_H
+++ /dev/null
-// 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 implementation generated from reading ui file 'DlgRef_3Check_QTD.ui'
-**
-** Created: Tue Aug 24 11:27:47 2004
-** by: The User Interface Compiler (uic)
-**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
-#include "DlgRef_3Check_QTD.h"
-
-#include <qvariant.h>
-#include <qbuttongroup.h>
-#include <qpushbutton.h>
-#include <qradiobutton.h>
-#include <qlayout.h>
-#include <qtooltip.h>
-#include <qwhatsthis.h>
-
-/*
- * Constructs a DlgRef_3Check_QTD which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'.
- */
-DlgRef_3Check_QTD::DlgRef_3Check_QTD( QWidget* parent, const char* name, WFlags fl )
- : QWidget( parent, name, fl )
-{
- if ( !name )
- setName( "DlgRef_3Check_QTD" );
- resize( 135, 108 );
- setCaption( trUtf8( "DlgRef_3Check_QTD" ) );
- DlgRef_3Check_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "DlgRef_3Check_QTDLayout");
-
- GroupBox1 = new QButtonGroup( this, "GroupBox1" );
- GroupBox1->setTitle( trUtf8( "" ) );
- GroupBox1->setColumnLayout(0, Qt::Vertical );
- GroupBox1->layout()->setSpacing( 6 );
- GroupBox1->layout()->setMargin( 11 );
- GroupBox1Layout = new QGridLayout( GroupBox1->layout() );
- GroupBox1Layout->setAlignment( Qt::AlignTop );
-
- Layout1 = new QGridLayout( 0, 1, 1, 0, 6, "Layout1");
-
- RadioButton3 = new QRadioButton( GroupBox1, "RadioButton3" );
- RadioButton3->setText( trUtf8( "RadioButton3" ) );
-
- Layout1->addWidget( RadioButton3, 2, 0 );
-
- RadioButton1 = new QRadioButton( GroupBox1, "RadioButton1" );
- RadioButton1->setText( trUtf8( "RadioButton1" ) );
-
- Layout1->addWidget( RadioButton1, 0, 0 );
-
- RadioButton2 = new QRadioButton( GroupBox1, "RadioButton2" );
- RadioButton2->setText( trUtf8( "RadioButton2" ) );
-
- Layout1->addWidget( RadioButton2, 1, 0 );
- QSpacerItem* spacer = new QSpacerItem( 0, 91, QSizePolicy::Minimum, QSizePolicy::Expanding );
- Layout1->addItem( spacer, 3, 0 );
-
- GroupBox1Layout->addLayout( Layout1, 0, 0 );
-
- DlgRef_3Check_QTDLayout->addWidget( GroupBox1, 0, 0 );
-
- // tab order
- setTabOrder( RadioButton1, RadioButton2 );
- setTabOrder( RadioButton2, RadioButton3 );
-}
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_3Check_QTD::~DlgRef_3Check_QTD()
-{
- // no need to delete child widgets, Qt does it all for us
-}
-
-// 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_3Check_QTD.ui'
+/********************************************************************************
+** Form generated from reading ui file 'DlgRef_3Check_QTD.ui'
**
-** Created: Tue Aug 24 11:27:47 2004
-** by: The User Interface Compiler (uic)
+** Created: Fri Jun 29 14:57:56 2007
+** by: Qt User Interface Compiler version 4.2.3
**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
+** 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 "GEOM_DlgRef.hxx"
+#include <QtCore/QVariant>
+#include <QtGui/QAction>
+#include <QtGui/QApplication>
+#include <QtGui/QButtonGroup>
+#include <QtGui/QGridLayout>
+#include <QtGui/QRadioButton>
+#include <QtGui/QSpacerItem>
+#include <QtGui/QWidget>
+#include <Qt3Support/Q3MimeSourceFactory>
-#include <qvariant.h>
-#include <qwidget.h>
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QButtonGroup;
-class QRadioButton;
+class Ui_DlgRef_3Check_QTD
+{
+public:
+ QGridLayout *gridLayout;
+ QButtonGroup *GroupBox1;
+ QGridLayout *gridLayout1;
+ QGridLayout *gridLayout2;
+ QRadioButton *RadioButton3;
+ QRadioButton *RadioButton1;
+ QRadioButton *RadioButton2;
+ QSpacerItem *spacerItem;
-class GEOM_DLGREF_EXPORT DlgRef_3Check_QTD : public QWidget
-{
- Q_OBJECT
+ 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 QButtonGroup(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"));
-public:
- DlgRef_3Check_QTD( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
- ~DlgRef_3Check_QTD();
+ 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);
- QButtonGroup* GroupBox1;
- QRadioButton* RadioButton3;
- QRadioButton* RadioButton1;
- QRadioButton* RadioButton2;
+ 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
-protected:
- QGridLayout* DlgRef_3Check_QTDLayout;
- QGridLayout* GroupBox1Layout;
- QGridLayout* Layout1;
};
+namespace Ui {
+ class DlgRef_3Check_QTD: public Ui_DlgRef_3Check_QTD {};
+} // namespace Ui
+
#endif // DLGREF_3CHECK_QTD_H
+++ /dev/null
-/****************************************************************************
-** Form implementation generated from reading ui file 'UIFiles/DlgRef_3Sel1Check_QTD.ui'
-**
-** Created: Wed Feb 21 10:49:18 2007
-** by: The User Interface Compiler ($Id$)
-**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
-
-#include "DlgRef_3Sel1Check_QTD.h"
-
-#include <qvariant.h>
-#include <qpushbutton.h>
-#include <qgroupbox.h>
-#include <qlineedit.h>
-#include <qlabel.h>
-#include <qradiobutton.h>
-#include <qlayout.h>
-#include <qtooltip.h>
-#include <qwhatsthis.h>
-
-/*
- * Constructs a DlgRef_3Sel1Check_QTD as a child of 'parent', with the
- * name 'name' and widget flags set to 'f'.
- */
-DlgRef_3Sel1Check_QTD::DlgRef_3Sel1Check_QTD( QWidget* parent, const char* name, WFlags fl )
- : QWidget( parent, name, fl )
-{
- if ( !name )
- setName( "DlgRef_3Sel1Check_QTD" );
- setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)5, (QSizePolicy::SizeType)5, 0, 0, sizePolicy().hasHeightForWidth() ) );
- DlgRef_3Sel1Check_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "DlgRef_3Sel1Check_QTDLayout");
-
- GroupBox1 = new QGroupBox( this, "GroupBox1" );
- GroupBox1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)5, (QSizePolicy::SizeType)5, 0, 0, GroupBox1->sizePolicy().hasHeightForWidth() ) );
- GroupBox1->setColumnLayout(0, Qt::Vertical );
- GroupBox1->layout()->setSpacing( 6 );
- GroupBox1->layout()->setMargin( 11 );
- GroupBox1Layout = new QGridLayout( GroupBox1->layout() );
- GroupBox1Layout->setAlignment( Qt::AlignTop );
-
- PushButton1 = new QPushButton( GroupBox1, "PushButton1" );
- PushButton1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton1->sizePolicy().hasHeightForWidth() ) );
-
- GroupBox1Layout->addWidget( PushButton1, 0, 1 );
-
- LineEdit1 = new QLineEdit( GroupBox1, "LineEdit1" );
-
- GroupBox1Layout->addWidget( LineEdit1, 0, 2 );
-
- TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
- TextLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel1->sizePolicy().hasHeightForWidth() ) );
-
- GroupBox1Layout->addWidget( TextLabel1, 0, 0 );
-
- PushButton2 = new QPushButton( GroupBox1, "PushButton2" );
- PushButton2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton2->sizePolicy().hasHeightForWidth() ) );
-
- GroupBox1Layout->addWidget( PushButton2, 1, 1 );
-
- LineEdit2 = new QLineEdit( GroupBox1, "LineEdit2" );
-
- GroupBox1Layout->addWidget( LineEdit2, 1, 2 );
-
- TextLabel2 = new QLabel( GroupBox1, "TextLabel2" );
- TextLabel2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel2->sizePolicy().hasHeightForWidth() ) );
-
- GroupBox1Layout->addWidget( TextLabel2, 1, 0 );
-
- PushButton3 = new QPushButton( GroupBox1, "PushButton3" );
- PushButton3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton3->sizePolicy().hasHeightForWidth() ) );
-
- GroupBox1Layout->addWidget( PushButton3, 2, 1 );
-
- LineEdit3 = new QLineEdit( GroupBox1, "LineEdit3" );
-
- GroupBox1Layout->addWidget( LineEdit3, 2, 2 );
-
- TextLabel3 = new QLabel( GroupBox1, "TextLabel3" );
- TextLabel3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel3->sizePolicy().hasHeightForWidth() ) );
-
- GroupBox1Layout->addWidget( TextLabel3, 2, 0 );
-
- radioButton4 = new QRadioButton( GroupBox1, "radioButton4" );
-
- GroupBox1Layout->addMultiCellWidget( radioButton4, 3, 3, 0, 1 );
- Spacer3 = new QSpacerItem( 16, 721, QSizePolicy::Minimum, QSizePolicy::Expanding );
- GroupBox1Layout->addItem( Spacer3, 4, 2 );
-
- DlgRef_3Sel1Check_QTDLayout->addWidget( GroupBox1, 0, 0 );
- languageChange();
- resize( QSize(490, 878).expandedTo(minimumSizeHint()) );
- clearWState( WState_Polished );
-
- // tab order
- setTabOrder( PushButton1, LineEdit1 );
- setTabOrder( LineEdit1, PushButton2 );
- setTabOrder( PushButton2, LineEdit2 );
- setTabOrder( LineEdit2, PushButton3 );
- setTabOrder( PushButton3, LineEdit3 );
-}
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_3Sel1Check_QTD::~DlgRef_3Sel1Check_QTD()
-{
- // no need to delete child widgets, Qt does it all for us
-}
-
-/*
- * Sets the strings of the subwidgets using the current
- * language.
- */
-void DlgRef_3Sel1Check_QTD::languageChange()
-{
- setCaption( tr( "DlgRef_3Sel3Spin1Check_QTD" ) );
- GroupBox1->setTitle( QString::null );
- PushButton1->setText( QString::null );
- TextLabel1->setText( tr( "TL1" ) );
- PushButton2->setText( QString::null );
- TextLabel2->setText( tr( "TL2" ) );
- PushButton3->setText( QString::null );
- TextLabel3->setText( tr( "TL3" ) );
- radioButton4->setText( tr( "radioButton4" ) );
-}
-
-/****************************************************************************
-** Form interface generated from reading ui file 'UIFiles/DlgRef_3Sel1Check_QTD.ui'
+/********************************************************************************
+** Form generated from reading ui file 'DlgRef_3Sel1Check_QTD.ui'
**
-** Created: Wed Feb 21 10:48:39 2007
-** by: The User Interface Compiler ($Id$)
+** 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!
-****************************************************************************/
+** 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 "GEOM_DlgRef.hxx"
+#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>
-#include <qvariant.h>
-#include <qwidget.h>
+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;
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QSpacerItem;
-class QGroupBox;
-class QPushButton;
-class QLineEdit;
-class QLabel;
-class QRadioButton;
+ 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);
-class GEOM_DLGREF_EXPORT DlgRef_3Sel1Check_QTD : public QWidget
-{
- Q_OBJECT
+ gridLayout1->addWidget(PushButton1, 0, 1, 1, 1);
-public:
- DlgRef_3Sel1Check_QTD( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
- ~DlgRef_3Sel1Check_QTD();
-
- QGroupBox* GroupBox1;
- QPushButton* PushButton1;
- QLineEdit* LineEdit1;
- QLabel* TextLabel1;
- QPushButton* PushButton2;
- QLineEdit* LineEdit2;
- QLabel* TextLabel2;
- QPushButton* PushButton3;
- QLineEdit* LineEdit3;
- QLabel* TextLabel3;
- QRadioButton* radioButton4;
-
-protected:
- QGridLayout* DlgRef_3Sel1Check_QTDLayout;
- QGridLayout* GroupBox1Layout;
- QSpacerItem* Spacer3;
-
-protected slots:
- virtual void languageChange();
+ 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
#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, WFlags fl )
- :DlgRef_3Sel_QTD( parent, name, fl )
+DlgRef_3Sel1Spin::DlgRef_3Sel1Spin( QWidget* parent, const char* name, Qt::WindowFlags fl )
+ :QWidget( parent, fl )
{
- Layout2 = new QGridLayout( 0, 1, 1, 0, 6, "Layout2");
+ setupUi(this);
+
+ setObjectName(name);
+
+ Layout2 = new QGridLayout(0);
+ Layout2->setMargin(0);
+ Layout2->setSpacing(6);
+ Layout2->setObjectName("Layout2");
- TextLabel4 = new QLabel( (QWidget*)GroupBox1, "TextLabel4" );
- TextLabel4->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel3->sizePolicy().hasHeightForWidth() ) );
+ 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 );
- Layout1->addMultiCellLayout( Layout2, 3, 3, 0, 2 );
+ gridLayout2->addLayout( Layout2, 3, 0, 1, 3 );
QSpacerItem* spacer = new QSpacerItem( 0, 16, QSizePolicy::Minimum, QSizePolicy::Expanding );
- Layout1->addItem( spacer, 4, 2 );
+ gridLayout2->addItem( spacer, 4, 2 );
}
DlgRef_3Sel1Spin::~DlgRef_3Sel1Spin()
#include "GEOM_DlgRef.hxx"
#include "DlgRef_3Sel_QTD.h"
-#include "DlgRef_SpinBox.h"
-#include <qlayout.h>
-#include <qlabel.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 DlgRef_3Sel_QTD
+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, WFlags fl = 0 );
+ DlgRef_3Sel1Spin( QWidget* parent = 0, const char* name = 0, Qt::WindowFlags fl = 0 );
~DlgRef_3Sel1Spin();
QLabel* TextLabel4;
// $Header:
#include <DlgRef_3Sel3Spin1Check.h>
-#include <qlabel.h>
-#include <qpushbutton.h>
-#include <qlineedit.h>
-#include <qcheckbox.h>
-#include <qspinbox.h>
-#include <qlayout.h>
-#include <qgroupbox.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, WFlags fl)
- :DlgRef_3Sel3Spin1Check_QTD(parent, name, fl)
+DlgRef_3Sel3Spin1Check::DlgRef_3Sel3Spin1Check(QWidget* parent, const char* name, Qt::WindowFlags fl)
+ :QWidget(parent, fl)
{
- SpinBox_1->close(TRUE);
- SpinBox_2->close(TRUE);
- SpinBox_3->close(TRUE);
+ 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");
- Layout1->addWidget(SpinBox1, 3, 2);
- Layout1->addWidget(SpinBox2, 4, 2);
- Layout1->addWidget(SpinBox3, 5, 2);
+ gridLayout2->addWidget(SpinBox1, 3, 2);
+ gridLayout2->addWidget(SpinBox2, 4, 2);
+ gridLayout2->addWidget(SpinBox3, 5, 2);
}
#include "GEOM_DlgRef.hxx"
#include "DlgRef_3Sel3Spin1Check_QTD.h"
-#include "DlgRef_SpinBox.h"
-class GEOM_DLGREF_EXPORT DlgRef_3Sel3Spin1Check : public DlgRef_3Sel3Spin1Check_QTD
+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, WFlags fl = 0 );
+ DlgRef_3Sel3Spin1Check( QWidget* parent = 0, const char* name = 0, Qt::WindowFlags fl = 0 );
~DlgRef_3Sel3Spin1Check();
DlgRef_SpinBox* SpinBox1;
+++ /dev/null
-// Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-/****************************************************************************
-** Form implementation generated from reading ui file 'DlgRef_3Sel3Spin1Check_QTD.ui'
-**
-** Created: Mon Apr 19 16:36:48 2004
-** by: The User Interface Compiler (uic)
-**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
-#include "DlgRef_3Sel3Spin1Check_QTD.h"
-
-#include <qvariant.h>
-#include <qcheckbox.h>
-#include <qgroupbox.h>
-#include <qlabel.h>
-#include <qlineedit.h>
-#include <qpushbutton.h>
-#include <qspinbox.h>
-#include <qlayout.h>
-#include <qtooltip.h>
-#include <qwhatsthis.h>
-
-/*
- * Constructs a DlgRef_3Sel3Spin1Check_QTD which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'.
- */
-DlgRef_3Sel3Spin1Check_QTD::DlgRef_3Sel3Spin1Check_QTD( QWidget* parent, const char* name, WFlags fl )
- : QWidget( parent, name, fl )
-{
- if ( !name )
- setName( "DlgRef_3Sel3Spin1Check_QTD" );
- resize( 380, 229 );
- setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)5, (QSizePolicy::SizeType)5, 0, 0, sizePolicy().hasHeightForWidth() ) );
- setCaption( trUtf8( "DlgRef_3Sel3Spin1Check_QTD" ) );
- DlgRef_3Sel3Spin1Check_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "DlgRef_3Sel3Spin1Check_QTDLayout");
-
- GroupBox1 = new QGroupBox( this, "GroupBox1" );
- GroupBox1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)5, (QSizePolicy::SizeType)5, 0, 0, GroupBox1->sizePolicy().hasHeightForWidth() ) );
- GroupBox1->setTitle( trUtf8( "" ) );
- GroupBox1->setColumnLayout(0, Qt::Vertical );
- GroupBox1->layout()->setSpacing( 6 );
- GroupBox1->layout()->setMargin( 11 );
- GroupBox1Layout = new QGridLayout( GroupBox1->layout() );
- GroupBox1Layout->setAlignment( Qt::AlignTop );
-
- Layout1 = new QGridLayout( 0, 1, 1, 0, 6, "Layout1");
-
- SpinBox_2 = new QSpinBox( GroupBox1, "SpinBox_2" );
- SpinBox_2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox_2->sizePolicy().hasHeightForWidth() ) );
-
- Layout1->addWidget( SpinBox_2, 4, 2 );
-
- LineEdit3 = new QLineEdit( GroupBox1, "LineEdit3" );
-
- Layout1->addWidget( LineEdit3, 2, 2 );
-
- SpinBox_3 = new QSpinBox( GroupBox1, "SpinBox_3" );
- SpinBox_3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox_3->sizePolicy().hasHeightForWidth() ) );
-
- Layout1->addWidget( SpinBox_3, 5, 2 );
-
- TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
- TextLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel1->sizePolicy().hasHeightForWidth() ) );
- TextLabel1->setText( trUtf8( "TL1" ) );
-
- Layout1->addWidget( TextLabel1, 0, 0 );
-
- TextLabel3 = new QLabel( GroupBox1, "TextLabel3" );
- TextLabel3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel3->sizePolicy().hasHeightForWidth() ) );
- TextLabel3->setText( trUtf8( "TL3" ) );
-
- Layout1->addWidget( TextLabel3, 2, 0 );
-
- CheckBox1 = new QCheckBox( GroupBox1, "CheckBox1" );
- CheckBox1->setText( trUtf8( "" ) );
-
- Layout1->addMultiCellWidget( CheckBox1, 6, 6, 0, 1 );
-
- PushButton1 = new QPushButton( GroupBox1, "PushButton1" );
- PushButton1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton1->sizePolicy().hasHeightForWidth() ) );
- PushButton1->setText( trUtf8( "" ) );
-
- Layout1->addWidget( PushButton1, 0, 1 );
-
- TextLabel4 = new QLabel( GroupBox1, "TextLabel4" );
- TextLabel4->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel4->sizePolicy().hasHeightForWidth() ) );
- TextLabel4->setText( trUtf8( "TL4" ) );
-
- Layout1->addWidget( TextLabel4, 3, 0 );
-
- LineEdit2 = new QLineEdit( GroupBox1, "LineEdit2" );
-
- Layout1->addWidget( LineEdit2, 1, 2 );
-
- PushButton3 = new QPushButton( GroupBox1, "PushButton3" );
- PushButton3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton3->sizePolicy().hasHeightForWidth() ) );
- PushButton3->setText( trUtf8( "" ) );
-
- Layout1->addWidget( PushButton3, 2, 1 );
-
- TextLabel6 = new QLabel( GroupBox1, "TextLabel6" );
- TextLabel6->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel6->sizePolicy().hasHeightForWidth() ) );
- TextLabel6->setText( trUtf8( "TL6" ) );
-
- Layout1->addWidget( TextLabel6, 5, 0 );
-
- SpinBox_1 = new QSpinBox( GroupBox1, "SpinBox_1" );
- SpinBox_1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox_1->sizePolicy().hasHeightForWidth() ) );
-
- Layout1->addWidget( SpinBox_1, 3, 2 );
-
- TextLabel5 = new QLabel( GroupBox1, "TextLabel5" );
- TextLabel5->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel5->sizePolicy().hasHeightForWidth() ) );
- TextLabel5->setText( trUtf8( "TL5" ) );
-
- Layout1->addWidget( TextLabel5, 4, 0 );
-
- TextLabel2 = new QLabel( GroupBox1, "TextLabel2" );
- TextLabel2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel2->sizePolicy().hasHeightForWidth() ) );
- TextLabel2->setText( trUtf8( "TL2" ) );
-
- Layout1->addWidget( TextLabel2, 1, 0 );
-
- LineEdit1 = new QLineEdit( GroupBox1, "LineEdit1" );
-
- Layout1->addWidget( LineEdit1, 0, 2 );
-
- PushButton2 = new QPushButton( GroupBox1, "PushButton2" );
- PushButton2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton2->sizePolicy().hasHeightForWidth() ) );
- PushButton2->setText( trUtf8( "" ) );
-
- Layout1->addWidget( PushButton2, 1, 1 );
- QSpacerItem* spacer = new QSpacerItem( 0, 250, QSizePolicy::Minimum, QSizePolicy::Expanding );
- Layout1->addItem( spacer, 7, 2 );
-
- GroupBox1Layout->addLayout( Layout1, 0, 0 );
-
- DlgRef_3Sel3Spin1Check_QTDLayout->addWidget( GroupBox1, 0, 0 );
-
- // tab order
- setTabOrder( PushButton1, LineEdit1 );
- setTabOrder( LineEdit1, PushButton2 );
- setTabOrder( PushButton2, LineEdit2 );
- setTabOrder( LineEdit2, PushButton3 );
- setTabOrder( PushButton3, LineEdit3 );
- setTabOrder( LineEdit3, SpinBox_1 );
- setTabOrder( SpinBox_1, SpinBox_2 );
- setTabOrder( SpinBox_2, SpinBox_3 );
- setTabOrder( SpinBox_3, CheckBox1 );
-}
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_3Sel3Spin1Check_QTD::~DlgRef_3Sel3Spin1Check_QTD()
-{
- // no need to delete child widgets, Qt does it all for us
-}
-
-// 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_3Sel3Spin1Check_QTD.ui'
+/********************************************************************************
+** Form generated from reading ui file 'DlgRef_3Sel3Spin1Check_QTD.ui'
**
-** Created: Mon Apr 19 16:36:48 2004
-** by: The User Interface Compiler (uic)
+** 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!
-****************************************************************************/
+** 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 "GEOM_DlgRef.hxx"
+#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>
-#include <qvariant.h>
-#include <qwidget.h>
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QCheckBox;
-class QGroupBox;
-class QLabel;
-class QLineEdit;
-class QPushButton;
-class QSpinBox;
+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;
-class GEOM_DLGREF_EXPORT DlgRef_3Sel3Spin1Check_QTD : public QWidget
-{
- Q_OBJECT
+ 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
-public:
- DlgRef_3Sel3Spin1Check_QTD( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
- ~DlgRef_3Sel3Spin1Check_QTD();
-
- QGroupBox* GroupBox1;
- 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;
-
-
-protected:
- QGridLayout* DlgRef_3Sel3Spin1Check_QTDLayout;
- QGridLayout* GroupBox1Layout;
- QGridLayout* Layout1;
};
+namespace Ui {
+ class DlgRef_3Sel3Spin1Check_QTD: public Ui_DlgRef_3Sel3Spin1Check_QTD {};
+} // namespace Ui
+
#endif // DLGREF_3SEL3SPIN1CHECK_QTD_H
// $Header:
#include "DlgRef_3Sel4Spin2Check.h"
-
-#include <qlayout.h>
-#include <qspinbox.h>
-#include <qgroupbox.h>
-#include <qpushbutton.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, WFlags fl)
- :DlgRef_3Sel4Spin2Check_QTD(parent, name, fl)
+DlgRef_3Sel4Spin2Check::DlgRef_3Sel4Spin2Check(QWidget* parent, const char* name, Qt::WindowFlags fl)
+ :QWidget(parent, fl)
{
- SpinBox1->close(TRUE);
- SpinBox2->close(TRUE);
- SpinBox3->close(TRUE);
- SpinBox4->close(TRUE);
+ 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");
- Layout2->addWidget(SpinBox_DX1, 0, 1);
- Layout2->addWidget(SpinBox_DY1, 1, 1);
- Layout3->addWidget(SpinBox_DX2, 0, 1);
- Layout3->addWidget(SpinBox_DY2, 1, 1);
+ 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 );
#include "GEOM_DlgRef.hxx"
#include "DlgRef_3Sel4Spin2Check_QTD.h"
-#include "DlgRef_SpinBox.h"
-class GEOM_DLGREF_EXPORT DlgRef_3Sel4Spin2Check : public DlgRef_3Sel4Spin2Check_QTD
+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, WFlags fl = 0);
+ DlgRef_3Sel4Spin2Check(QWidget* parent = 0, const char* name = 0, Qt::WindowFlags fl = 0);
~DlgRef_3Sel4Spin2Check();
DlgRef_SpinBox* SpinBox_DX1;
+++ /dev/null
-// Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-/****************************************************************************
-** Form implementation generated from reading ui file 'DlgRef_3Sel4Spin2Check_QTD.ui'
-**
-** Created: Tue Jun 1 16:29:29 2004
-** by: The User Interface Compiler (uic)
-**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
-#include "DlgRef_3Sel4Spin2Check_QTD.h"
-
-#include <qvariant.h>
-#include <qcheckbox.h>
-#include <qgroupbox.h>
-#include <qlabel.h>
-#include <qlineedit.h>
-#include <qpushbutton.h>
-#include <qspinbox.h>
-#include <qlayout.h>
-#include <qtooltip.h>
-#include <qwhatsthis.h>
-
-/*
- * Constructs a DlgRef_3Sel4Spin2Check_QTD which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'.
- */
-DlgRef_3Sel4Spin2Check_QTD::DlgRef_3Sel4Spin2Check_QTD( QWidget* parent, const char* name, WFlags fl )
- : QWidget( parent, name, fl )
-{
- if ( !name )
- setName( "DlgRef_3Sel4Spin2Check_QTD" );
- resize( 269, 281 );
- setCaption( trUtf8( "DlgRef_3Sel4Spin2Check_QTD" ) );
- DlgRef_3Sel4Spin2Check_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "DlgRef_3Sel4Spin2Check_QTDLayout");
-
- GroupBox1 = new QGroupBox( this, "GroupBox1" );
- GroupBox1->setTitle( trUtf8( "" ) );
- GroupBox1->setColumnLayout(0, Qt::Vertical );
- GroupBox1->layout()->setSpacing( 6 );
- GroupBox1->layout()->setMargin( 11 );
- GroupBox1Layout = new QGridLayout( GroupBox1->layout() );
- GroupBox1Layout->setAlignment( Qt::AlignTop );
-
- Layout1 = new QGridLayout( 0, 1, 1, 0, 6, "Layout1");
-
- CheckButton2 = new QCheckBox( GroupBox1, "CheckButton2" );
- CheckButton2->setText( trUtf8( "" ) );
-
- Layout1->addMultiCellWidget( CheckButton2, 6, 6, 0, 2 );
-
- LineEdit1 = new QLineEdit( GroupBox1, "LineEdit1" );
-
- Layout1->addWidget( LineEdit1, 0, 2 );
-
- TextLabel3 = new QLabel( GroupBox1, "TextLabel3" );
- TextLabel3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel3->sizePolicy().hasHeightForWidth() ) );
- TextLabel3->setText( trUtf8( "TL3" ) );
-
- Layout1->addWidget( TextLabel3, 2, 0 );
-
- PushButton2 = new QPushButton( GroupBox1, "PushButton2" );
- PushButton2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton2->sizePolicy().hasHeightForWidth() ) );
- PushButton2->setText( trUtf8( "" ) );
-
- Layout1->addWidget( PushButton2, 1, 1 );
-
- LineEdit3 = new QLineEdit( GroupBox1, "LineEdit3" );
-
- Layout1->addWidget( LineEdit3, 2, 2 );
-
- PushButton1 = new QPushButton( GroupBox1, "PushButton1" );
- PushButton1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton1->sizePolicy().hasHeightForWidth() ) );
- PushButton1->setText( trUtf8( "" ) );
-
- Layout1->addWidget( PushButton1, 0, 1 );
-
- Layout3 = new QGridLayout( 0, 1, 1, 0, 6, "Layout3");
-
- SpinBox4 = new QSpinBox( GroupBox1, "SpinBox4" );
- SpinBox4->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox4->sizePolicy().hasHeightForWidth() ) );
-
- Layout3->addWidget( SpinBox4, 1, 1 );
-
- SpinBox3 = new QSpinBox( GroupBox1, "SpinBox3" );
- SpinBox3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox3->sizePolicy().hasHeightForWidth() ) );
-
- Layout3->addWidget( SpinBox3, 0, 1 );
-
- TextLabel7 = new QLabel( GroupBox1, "TextLabel7" );
- TextLabel7->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel7->sizePolicy().hasHeightForWidth() ) );
- TextLabel7->setText( trUtf8( "TL7" ) );
-
- Layout3->addWidget( TextLabel7, 1, 0 );
-
- TextLabel6 = new QLabel( GroupBox1, "TextLabel6" );
- TextLabel6->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel6->sizePolicy().hasHeightForWidth() ) );
- TextLabel6->setText( trUtf8( "TL6" ) );
-
- Layout3->addWidget( TextLabel6, 0, 0 );
-
- Layout1->addMultiCellLayout( Layout3, 5, 5, 0, 2 );
-
- CheckButton1 = new QCheckBox( GroupBox1, "CheckButton1" );
- CheckButton1->setText( trUtf8( "" ) );
-
- Layout1->addMultiCellWidget( CheckButton1, 4, 4, 0, 2 );
-
- PushButton3 = new QPushButton( GroupBox1, "PushButton3" );
- PushButton3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton3->sizePolicy().hasHeightForWidth() ) );
- PushButton3->setText( trUtf8( "" ) );
-
- Layout1->addWidget( PushButton3, 2, 1 );
-
- TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
- TextLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel1->sizePolicy().hasHeightForWidth() ) );
- TextLabel1->setText( trUtf8( "TL1" ) );
-
- Layout1->addWidget( TextLabel1, 0, 0 );
- QSpacerItem* spacer = new QSpacerItem( 0, 16, QSizePolicy::Minimum, QSizePolicy::Expanding );
- Layout1->addItem( spacer, 7, 2 );
-
- LineEdit2 = new QLineEdit( GroupBox1, "LineEdit2" );
-
- Layout1->addWidget( LineEdit2, 1, 2 );
-
- Layout2 = new QGridLayout( 0, 1, 1, 0, 6, "Layout2");
-
- TextLabel5 = new QLabel( GroupBox1, "TextLabel5" );
- TextLabel5->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel5->sizePolicy().hasHeightForWidth() ) );
- TextLabel5->setText( trUtf8( "TL5" ) );
-
- Layout2->addWidget( TextLabel5, 1, 0 );
-
- TextLabel4 = new QLabel( GroupBox1, "TextLabel4" );
- TextLabel4->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel4->sizePolicy().hasHeightForWidth() ) );
- TextLabel4->setText( trUtf8( "TL4" ) );
-
- Layout2->addWidget( TextLabel4, 0, 0 );
-
- SpinBox1 = new QSpinBox( GroupBox1, "SpinBox1" );
- SpinBox1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox1->sizePolicy().hasHeightForWidth() ) );
-
- Layout2->addWidget( SpinBox1, 0, 1 );
-
- SpinBox2 = new QSpinBox( GroupBox1, "SpinBox2" );
- SpinBox2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox2->sizePolicy().hasHeightForWidth() ) );
-
- Layout2->addWidget( SpinBox2, 1, 1 );
-
- Layout1->addMultiCellLayout( Layout2, 3, 3, 0, 2 );
-
- TextLabel2 = new QLabel( GroupBox1, "TextLabel2" );
- TextLabel2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel2->sizePolicy().hasHeightForWidth() ) );
- TextLabel2->setText( trUtf8( "TL2" ) );
-
- Layout1->addWidget( TextLabel2, 1, 0 );
-
- GroupBox1Layout->addLayout( Layout1, 0, 0 );
-
- DlgRef_3Sel4Spin2Check_QTDLayout->addWidget( GroupBox1, 0, 0 );
-
- // tab order
- setTabOrder( PushButton1, LineEdit1 );
- setTabOrder( LineEdit1, PushButton2 );
- setTabOrder( PushButton2, LineEdit2 );
- setTabOrder( LineEdit2, PushButton3 );
- setTabOrder( PushButton3, LineEdit3 );
- setTabOrder( LineEdit3, SpinBox1 );
- setTabOrder( SpinBox1, SpinBox2 );
- setTabOrder( SpinBox2, CheckButton1 );
- setTabOrder( CheckButton1, SpinBox3 );
- setTabOrder( SpinBox3, SpinBox4 );
- setTabOrder( SpinBox4, CheckButton2 );
-}
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_3Sel4Spin2Check_QTD::~DlgRef_3Sel4Spin2Check_QTD()
-{
- // no need to delete child widgets, Qt does it all for us
-}
-
-// 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_3Sel4Spin2Check_QTD.ui'
+/********************************************************************************
+** Form generated from reading ui file 'DlgRef_3Sel4Spin2Check_QTD.ui'
**
-** Created: Tue Jun 1 16:29:29 2004
-** by: The User Interface Compiler (uic)
+** 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!
-****************************************************************************/
+** 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 "GEOM_DlgRef.hxx"
+#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;
-#include <qvariant.h>
-#include <qwidget.h>
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QCheckBox;
-class QGroupBox;
-class QLabel;
-class QLineEdit;
-class QPushButton;
-class QSpinBox;
+ 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"));
-class GEOM_DLGREF_EXPORT DlgRef_3Sel4Spin2Check_QTD : public QWidget
-{
- Q_OBJECT
+ 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
-public:
- DlgRef_3Sel4Spin2Check_QTD( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
- ~DlgRef_3Sel4Spin2Check_QTD();
-
- QGroupBox* GroupBox1;
- QCheckBox* CheckButton2;
- QLineEdit* LineEdit1;
- QLabel* TextLabel3;
- QPushButton* PushButton2;
- QLineEdit* LineEdit3;
- QPushButton* PushButton1;
- QSpinBox* SpinBox4;
- QSpinBox* SpinBox3;
- QLabel* TextLabel7;
- QLabel* TextLabel6;
- QCheckBox* CheckButton1;
- QPushButton* PushButton3;
- QLabel* TextLabel1;
- QLineEdit* LineEdit2;
- QLabel* TextLabel5;
- QLabel* TextLabel4;
- QSpinBox* SpinBox1;
- QSpinBox* SpinBox2;
- QLabel* TextLabel2;
-
-
-protected:
- QGridLayout* DlgRef_3Sel4Spin2Check_QTDLayout;
- QGridLayout* GroupBox1Layout;
- QGridLayout* Layout1;
- QGridLayout* Layout3;
- QGridLayout* Layout2;
};
+namespace Ui {
+ class DlgRef_3Sel4Spin2Check_QTD: public Ui_DlgRef_3Sel4Spin2Check_QTD {};
+} // namespace Ui
+
#endif // DLGREF_3SEL4SPIN2CHECK_QTD_H
+++ /dev/null
-// Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-/****************************************************************************
-** Form implementation generated from reading ui file 'DlgRef_3Sel_QTD.ui'
-**
-** Created: lun sep 29 11:05:21 2003
-** by: The User Interface Compiler (uic)
-**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
-#include "DlgRef_3Sel_QTD.h"
-
-#include <qvariant.h>
-#include <qgroupbox.h>
-#include <qlabel.h>
-#include <qlineedit.h>
-#include <qpushbutton.h>
-#include <qlayout.h>
-#include <qtooltip.h>
-#include <qwhatsthis.h>
-
-/*
- * Constructs a DlgRef_3Sel_QTD which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'.
- */
-DlgRef_3Sel_QTD::DlgRef_3Sel_QTD( QWidget* parent, const char* name, WFlags fl )
- : QWidget( parent, name, fl )
-{
- if ( !name )
- setName( "DlgRef_3Sel_QTD" );
- resize( 129, 117 );
- setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)5, (QSizePolicy::SizeType)7, 0, 0, sizePolicy().hasHeightForWidth() ) );
- setCaption( trUtf8( "DlgRef_3Sel_QTD" ) );
- DlgRef_3Sel_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "DlgRef_3Sel_QTDLayout");
-
- GroupBox1 = new QGroupBox( this, "GroupBox1" );
- GroupBox1->setTitle( trUtf8( "" ) );
- GroupBox1->setColumnLayout(0, Qt::Vertical );
- GroupBox1->layout()->setSpacing( 6 );
- GroupBox1->layout()->setMargin( 11 );
- GroupBox1Layout = new QGridLayout( GroupBox1->layout() );
- GroupBox1Layout->setAlignment( Qt::AlignTop );
-
- Layout1 = new QGridLayout( 0, 1, 1, 0, 6, "Layout1");
-
- LineEdit3 = new QLineEdit( GroupBox1, "LineEdit3" );
-
- Layout1->addWidget( LineEdit3, 2, 2 );
-
- PushButton1 = new QPushButton( GroupBox1, "PushButton1" );
- PushButton1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton1->sizePolicy().hasHeightForWidth() ) );
- PushButton1->setText( trUtf8( "" ) );
-
- Layout1->addWidget( PushButton1, 0, 1 );
-
- LineEdit2 = new QLineEdit( GroupBox1, "LineEdit2" );
-
- Layout1->addWidget( LineEdit2, 1, 2 );
-
- TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
- TextLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel1->sizePolicy().hasHeightForWidth() ) );
- TextLabel1->setText( trUtf8( "TL1" ) );
-
- Layout1->addWidget( TextLabel1, 0, 0 );
-
- TextLabel3 = new QLabel( GroupBox1, "TextLabel3" );
- TextLabel3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel3->sizePolicy().hasHeightForWidth() ) );
- TextLabel3->setText( trUtf8( "TL3" ) );
-
- Layout1->addWidget( TextLabel3, 2, 0 );
-
- LineEdit1 = new QLineEdit( GroupBox1, "LineEdit1" );
-
- Layout1->addWidget( LineEdit1, 0, 2 );
- QSpacerItem* spacer = new QSpacerItem( 0, 159, QSizePolicy::Minimum, QSizePolicy::Expanding );
- Layout1->addItem( spacer, 3, 2 );
-
- TextLabel2 = new QLabel( GroupBox1, "TextLabel2" );
- TextLabel2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel2->sizePolicy().hasHeightForWidth() ) );
- TextLabel2->setText( trUtf8( "TL2" ) );
-
- Layout1->addWidget( TextLabel2, 1, 0 );
-
- PushButton3 = new QPushButton( GroupBox1, "PushButton3" );
- PushButton3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton3->sizePolicy().hasHeightForWidth() ) );
- PushButton3->setText( trUtf8( "" ) );
-
- Layout1->addWidget( PushButton3, 2, 1 );
-
- PushButton2 = new QPushButton( GroupBox1, "PushButton2" );
- PushButton2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton2->sizePolicy().hasHeightForWidth() ) );
- PushButton2->setText( trUtf8( "" ) );
-
- Layout1->addWidget( PushButton2, 1, 1 );
-
- GroupBox1Layout->addLayout( Layout1, 0, 0 );
-
- DlgRef_3Sel_QTDLayout->addWidget( GroupBox1, 0, 0 );
-}
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_3Sel_QTD::~DlgRef_3Sel_QTD()
-{
- // no need to delete child widgets, Qt does it all for us
-}
-
-// 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_3Sel_QTD.ui'
+/********************************************************************************
+** Form generated from reading ui file 'DlgRef_3Sel_QTD.ui'
**
-** Created: lun sep 29 11:05:21 2003
-** by: The User Interface Compiler (uic)
+** 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!
-****************************************************************************/
+** 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 "GEOM_DlgRef.hxx"
+#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>
-#include <qvariant.h>
-#include <qwidget.h>
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QGroupBox;
-class QLabel;
-class QLineEdit;
-class QPushButton;
+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;
-class GEOM_DLGREF_EXPORT DlgRef_3Sel_QTD : public QWidget
-{
- Q_OBJECT
+ 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
-public:
- DlgRef_3Sel_QTD( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
- ~DlgRef_3Sel_QTD();
-
- QGroupBox* GroupBox1;
- QLineEdit* LineEdit3;
- QPushButton* PushButton1;
- QLineEdit* LineEdit2;
- QLabel* TextLabel1;
- QLabel* TextLabel3;
- QLineEdit* LineEdit1;
- QLabel* TextLabel2;
- QPushButton* PushButton3;
- QPushButton* PushButton2;
-
-
-protected:
- QGridLayout* DlgRef_3Sel_QTDLayout;
- QGridLayout* GroupBox1Layout;
- QGridLayout* Layout1;
};
+namespace Ui {
+ class DlgRef_3Sel_QTD: public Ui_DlgRef_3Sel_QTD {};
+} // namespace Ui
+
#endif // DLGREF_3SEL_QTD_H
// $Header:
#include "DlgRef_3Spin.h"
-
-#include <qlayout.h>
-#include <qspinbox.h>
-#include <qgroupbox.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, WFlags fl)
- :DlgRef_3Spin_QTD(parent, name, fl)
+DlgRef_3Spin::DlgRef_3Spin(QWidget* parent, const char* name, Qt::WindowFlags fl)
+ :QWidget(parent, fl)
{
- SpinBox1->close(TRUE);
- SpinBox2->close(TRUE);
- SpinBox3->close(TRUE);
+ 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");
- Layout1->addWidget(SpinBox_DX, 0, 1);
+ gridLayout2->addWidget(SpinBox_DX, 0, 1);
SpinBox_DY = new DlgRef_SpinBox(GroupBox1, "SpinBox_DY");
- Layout1->addWidget(SpinBox_DY, 1, 1);
+ gridLayout2->addWidget(SpinBox_DY, 1, 1);
SpinBox_DZ = new DlgRef_SpinBox(GroupBox1, "SpinBox_DZ");
- Layout1->addWidget(SpinBox_DZ, 2, 1);
+ gridLayout2->addWidget(SpinBox_DZ, 2, 1);
}
#include "GEOM_DlgRef.hxx"
#include "DlgRef_3Spin_QTD.h"
-#include "DlgRef_SpinBox.h"
-class GEOM_DLGREF_EXPORT DlgRef_3Spin : public DlgRef_3Spin_QTD
+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, WFlags fl = 0 );
+ DlgRef_3Spin( QWidget* parent = 0, const char* name = 0, Qt::WindowFlags fl = 0 );
~DlgRef_3Spin();
DlgRef_SpinBox* SpinBox_DX;
// $Header:
#include "DlgRef_3Spin1Check.h"
-
-#include <qlayout.h>
-#include <qspinbox.h>
-#include <qgroupbox.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, WFlags fl)
- :DlgRef_3Spin1Check_QTD(parent, name, fl)
+DlgRef_3Spin1Check::DlgRef_3Spin1Check(QWidget* parent, const char* name, Qt::WindowFlags fl)
+ :QWidget(parent, fl)
{
- SpinBox1->close(TRUE);
- SpinBox2->close(TRUE);
- SpinBox3->close(TRUE);
+ 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");
- Layout1->addWidget(SpinBox_DX, 0, 1);
+ gridLayout2->addWidget(SpinBox_DX, 0, 1);
SpinBox_DY = new DlgRef_SpinBox(GroupBox1, "SpinBox_DY");
- Layout1->addWidget(SpinBox_DY, 1, 1);
+ gridLayout2->addWidget(SpinBox_DY, 1, 1);
SpinBox_DZ = new DlgRef_SpinBox(GroupBox1, "SpinBox_DZ");
- Layout1->addWidget(SpinBox_DZ, 2, 1);
+ gridLayout2->addWidget(SpinBox_DZ, 2, 1);
}
#include "GEOM_DlgRef.hxx"
#include "DlgRef_3Spin1Check_QTD.h"
-#include "DlgRef_SpinBox.h"
-class GEOM_DLGREF_EXPORT DlgRef_3Spin1Check : public DlgRef_3Spin1Check_QTD
+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, WFlags fl = 0);
+ DlgRef_3Spin1Check(QWidget* parent = 0, const char* name = 0, Qt::WindowFlags fl = 0);
~DlgRef_3Spin1Check();
DlgRef_SpinBox* SpinBox_DX;
+++ /dev/null
-// Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-/****************************************************************************
-** Form implementation generated from reading ui file 'DlgRef_3Spin1Check_QTD.ui'
-**
-** Created: dim sep 28 18:11:19 2003
-** by: The User Interface Compiler (uic)
-**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
-#include "DlgRef_3Spin1Check_QTD.h"
-
-#include <qvariant.h>
-#include <qgroupbox.h>
-#include <qlabel.h>
-#include <qpushbutton.h>
-#include <qradiobutton.h>
-#include <qspinbox.h>
-#include <qlayout.h>
-#include <qtooltip.h>
-#include <qwhatsthis.h>
-
-/*
- * Constructs a DlgRef_3Spin1Check_QTD which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'.
- */
-DlgRef_3Spin1Check_QTD::DlgRef_3Spin1Check_QTD( QWidget* parent, const char* name, WFlags fl )
- : QWidget( parent, name, fl )
-{
- if ( !name )
- setName( "DlgRef_3Spin1Check_QTD" );
- resize( 124, 130 );
- setCaption( trUtf8( "DlgRef_3Spin1Check_QTD" ) );
- DlgRef_3Spin1Check_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "DlgRef_3Spin1Check_QTDLayout");
-
- GroupBox1 = new QGroupBox( this, "GroupBox1" );
- GroupBox1->setTitle( trUtf8( "" ) );
- GroupBox1->setColumnLayout(0, Qt::Vertical );
- GroupBox1->layout()->setSpacing( 6 );
- GroupBox1->layout()->setMargin( 11 );
- GroupBox1Layout = new QGridLayout( GroupBox1->layout() );
- GroupBox1Layout->setAlignment( Qt::AlignTop );
-
- Layout1 = new QGridLayout( 0, 1, 1, 0, 6, "Layout1");
-
- CheckBox1 = new QRadioButton( GroupBox1, "CheckBox1" );
- CheckBox1->setText( trUtf8( "" ) );
-
- Layout1->addMultiCellWidget( CheckBox1, 3, 3, 0, 1 );
- QSpacerItem* spacer = new QSpacerItem( 0, 20, QSizePolicy::Minimum, QSizePolicy::Expanding );
- Layout1->addItem( spacer, 4, 1 );
-
- SpinBox2 = new QSpinBox( GroupBox1, "SpinBox2" );
- SpinBox2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox2->sizePolicy().hasHeightForWidth() ) );
-
- Layout1->addWidget( SpinBox2, 1, 1 );
-
- TextLabel3 = new QLabel( GroupBox1, "TextLabel3" );
- TextLabel3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel3->sizePolicy().hasHeightForWidth() ) );
- TextLabel3->setText( trUtf8( "TL3" ) );
-
- Layout1->addWidget( TextLabel3, 2, 0 );
-
- SpinBox3 = new QSpinBox( GroupBox1, "SpinBox3" );
- SpinBox3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox3->sizePolicy().hasHeightForWidth() ) );
-
- Layout1->addWidget( SpinBox3, 2, 1 );
-
- SpinBox1 = new QSpinBox( GroupBox1, "SpinBox1" );
- SpinBox1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox1->sizePolicy().hasHeightForWidth() ) );
-
- Layout1->addWidget( SpinBox1, 0, 1 );
-
- TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
- TextLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel1->sizePolicy().hasHeightForWidth() ) );
- TextLabel1->setText( trUtf8( "TL1" ) );
-
- Layout1->addWidget( TextLabel1, 0, 0 );
-
- TextLabel2 = new QLabel( GroupBox1, "TextLabel2" );
- TextLabel2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel2->sizePolicy().hasHeightForWidth() ) );
- TextLabel2->setText( trUtf8( "TL2" ) );
-
- Layout1->addWidget( TextLabel2, 1, 0 );
-
- GroupBox1Layout->addLayout( Layout1, 0, 0 );
-
- DlgRef_3Spin1Check_QTDLayout->addWidget( GroupBox1, 0, 0 );
-}
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_3Spin1Check_QTD::~DlgRef_3Spin1Check_QTD()
-{
- // no need to delete child widgets, Qt does it all for us
-}
-
-// 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_3Spin1Check_QTD.ui'
+/********************************************************************************
+** Form generated from reading ui file 'DlgRef_3Spin1Check_QTD.ui'
**
-** Created: dim sep 28 18:11:19 2003
-** by: The User Interface Compiler (uic)
+** 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!
-****************************************************************************/
+** 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 "GEOM_DlgRef.hxx"
+#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;
-#include <qvariant.h>
-#include <qwidget.h>
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QGroupBox;
-class QLabel;
-class QRadioButton;
-class QSpinBox;
+ 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"));
-class GEOM_DLGREF_EXPORT DlgRef_3Spin1Check_QTD : public QWidget
-{
- Q_OBJECT
+ 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
-public:
- DlgRef_3Spin1Check_QTD( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
- ~DlgRef_3Spin1Check_QTD();
-
- QGroupBox* GroupBox1;
- QRadioButton* CheckBox1;
- QSpinBox* SpinBox2;
- QLabel* TextLabel3;
- QSpinBox* SpinBox3;
- QSpinBox* SpinBox1;
- QLabel* TextLabel1;
- QLabel* TextLabel2;
-
-
-protected:
- QGridLayout* DlgRef_3Spin1Check_QTDLayout;
- QGridLayout* GroupBox1Layout;
- QGridLayout* Layout1;
};
+namespace Ui {
+ class DlgRef_3Spin1Check_QTD: public Ui_DlgRef_3Spin1Check_QTD {};
+} // namespace Ui
+
#endif // DLGREF_3SPIN1CHECK_QTD_H
+++ /dev/null
-// Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-/****************************************************************************
-** Form implementation generated from reading ui file 'DlgRef_3Spin_QTD.ui'
-**
-** Created: mar sep 23 16:05:10 2003
-** by: The User Interface Compiler (uic)
-**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
-#include "DlgRef_3Spin_QTD.h"
-
-#include <qvariant.h>
-#include <qgroupbox.h>
-#include <qlabel.h>
-#include <qpushbutton.h>
-#include <qspinbox.h>
-#include <qlayout.h>
-#include <qtooltip.h>
-#include <qwhatsthis.h>
-
-/*
- * Constructs a DlgRef_3Spin_QTD which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'.
- */
-DlgRef_3Spin_QTD::DlgRef_3Spin_QTD( QWidget* parent, const char* name, WFlags fl )
- : QWidget( parent, name, fl )
-{
- if ( !name )
- setName( "DlgRef_3Spin_QTD" );
- resize( 124, 111 );
- setCaption( trUtf8( "DlgRef_3Spin_QTD" ) );
- DlgRef_3Spin_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "DlgRef_3Spin_QTDLayout");
-
- GroupBox1 = new QGroupBox( this, "GroupBox1" );
- GroupBox1->setTitle( trUtf8( "" ) );
- GroupBox1->setColumnLayout(0, Qt::Vertical );
- GroupBox1->layout()->setSpacing( 6 );
- GroupBox1->layout()->setMargin( 11 );
- GroupBox1Layout = new QGridLayout( GroupBox1->layout() );
- GroupBox1Layout->setAlignment( Qt::AlignTop );
-
- Layout1 = new QGridLayout( 0, 1, 1, 0, 6, "Layout1");
-
- SpinBox2 = new QSpinBox( GroupBox1, "SpinBox2" );
- SpinBox2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox2->sizePolicy().hasHeightForWidth() ) );
-
- Layout1->addWidget( SpinBox2, 1, 1 );
- QSpacerItem* spacer = new QSpacerItem( 0, 16, QSizePolicy::Minimum, QSizePolicy::Expanding );
- Layout1->addItem( spacer, 3, 1 );
-
- TextLabel3 = new QLabel( GroupBox1, "TextLabel3" );
- TextLabel3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel3->sizePolicy().hasHeightForWidth() ) );
- TextLabel3->setText( trUtf8( "TL3" ) );
-
- Layout1->addWidget( TextLabel3, 2, 0 );
-
- SpinBox1 = new QSpinBox( GroupBox1, "SpinBox1" );
- SpinBox1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox1->sizePolicy().hasHeightForWidth() ) );
-
- Layout1->addWidget( SpinBox1, 0, 1 );
-
- SpinBox3 = new QSpinBox( GroupBox1, "SpinBox3" );
- SpinBox3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox3->sizePolicy().hasHeightForWidth() ) );
-
- Layout1->addWidget( SpinBox3, 2, 1 );
-
- TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
- TextLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel1->sizePolicy().hasHeightForWidth() ) );
- TextLabel1->setText( trUtf8( "TL1" ) );
-
- Layout1->addWidget( TextLabel1, 0, 0 );
-
- TextLabel2 = new QLabel( GroupBox1, "TextLabel2" );
- TextLabel2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel2->sizePolicy().hasHeightForWidth() ) );
- TextLabel2->setText( trUtf8( "TL2" ) );
-
- Layout1->addWidget( TextLabel2, 1, 0 );
-
- GroupBox1Layout->addLayout( Layout1, 0, 0 );
-
- DlgRef_3Spin_QTDLayout->addWidget( GroupBox1, 0, 0 );
-}
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_3Spin_QTD::~DlgRef_3Spin_QTD()
-{
- // no need to delete child widgets, Qt does it all for us
-}
-
-// 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_3Spin_QTD.ui'
+/********************************************************************************
+** Form generated from reading ui file 'DlgRef_3Spin_QTD.ui'
**
-** Created: mar sep 23 16:05:09 2003
-** by: The User Interface Compiler (uic)
+** 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!
-****************************************************************************/
+** 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 "GEOM_DlgRef.hxx"
+#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;
-#include <qvariant.h>
-#include <qwidget.h>
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QGroupBox;
-class QLabel;
-class QSpinBox;
+ 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);
-class GEOM_DLGREF_EXPORT DlgRef_3Spin_QTD : public QWidget
-{
- Q_OBJECT
+ 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
-public:
- DlgRef_3Spin_QTD( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
- ~DlgRef_3Spin_QTD();
-
- QGroupBox* GroupBox1;
- QSpinBox* SpinBox2;
- QLabel* TextLabel3;
- QSpinBox* SpinBox1;
- QSpinBox* SpinBox3;
- QLabel* TextLabel1;
- QLabel* TextLabel2;
-
-
-protected:
- QGridLayout* DlgRef_3Spin_QTDLayout;
- QGridLayout* GroupBox1Layout;
- QGridLayout* Layout1;
};
+namespace Ui {
+ class DlgRef_3Spin_QTD: public Ui_DlgRef_3Spin_QTD {};
+} // namespace Ui
+
#endif // DLGREF_3SPIN_QTD_H
+++ /dev/null
-// Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-/****************************************************************************
-** Form implementation generated from reading ui file 'DlgRef_4Sel1List1Check_QTD.ui'
-**
-** Created: lun oct 27 17:21:04 2003
-** by: The User Interface Compiler (uic)
-**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
-#include "DlgRef_4Sel1List1Check_QTD.h"
-
-#include <qvariant.h>
-#include <qcombobox.h>
-#include <qgroupbox.h>
-#include <qlabel.h>
-#include <qlineedit.h>
-#include <qpushbutton.h>
-#include <qlayout.h>
-#include <qtooltip.h>
-#include <qwhatsthis.h>
-#include <qcheckbox.h>
-#include <qpushbutton.h>
-
-/*
- * Constructs a DlgRef_4Sel1List1Check_QTD which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'.
- */
-DlgRef_4Sel1List1Check_QTD::DlgRef_4Sel1List1Check_QTD( QWidget* parent, const char* name, WFlags fl )
- : QWidget( parent, name, fl )
-{
- if ( !name )
- setName( "DlgRef_4Sel1List1Check_QTD" );
- resize( 129, 210 );
- setCaption( trUtf8( "DlgRef_4Sel1List1Check_QTD" ) );
- DlgRef_4Sel1List1Check_QTDLayout =
- new QGridLayout( this, 1, 1, 0, 6, "DlgRef_4Sel1List1Check_QTDLayout");
-
- GroupBox1 = new QGroupBox( this, "GroupBox1" );
- GroupBox1->setTitle( trUtf8( "" ) );
- GroupBox1->setColumnLayout(0, Qt::Vertical );
- GroupBox1->layout()->setSpacing( 6 );
- GroupBox1->layout()->setMargin( 11 );
- GroupBox1Layout = new QGridLayout( GroupBox1->layout() );
- GroupBox1Layout->setAlignment( Qt::AlignTop );
-
- Layout1 = new QGridLayout( 0, 1, 1, 0, 6, "Layout1");
-
- TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
- TextLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel1->sizePolicy().hasHeightForWidth() ) );
- TextLabel1->setText( trUtf8( "TL1" ) );
-
- Layout1->addWidget( TextLabel1, 0, 0 );
-
- PushButton1 = new QPushButton( GroupBox1, "PushButton1" );
- PushButton1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton1->sizePolicy().hasHeightForWidth() ) );
- PushButton1->setText( trUtf8( "" ) );
-
- Layout1->addWidget( PushButton1, 0, 1 );
-
- LineEdit1 = new QLineEdit( GroupBox1, "LineEdit1" );
-
- Layout1->addWidget( LineEdit1, 0, 2 );
-
-
- TextLabel2 = new QLabel( GroupBox1, "TextLabel2" );
- TextLabel2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel2->sizePolicy().hasHeightForWidth() ) );
- TextLabel2->setText( trUtf8( "TL2" ) );
-
- Layout1->addWidget( TextLabel2, 1, 0 );
-
- PushButton2 = new QPushButton( GroupBox1, "PushButton2" );
- PushButton2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton2->sizePolicy().hasHeightForWidth() ) );
- PushButton2->setText( trUtf8( "" ) );
-
- Layout1->addWidget( PushButton2, 1, 1 );
-
- LineEdit2 = new QLineEdit( GroupBox1, "LineEdit2" );
-
- Layout1->addWidget( LineEdit2, 1, 2 );
-
-
- TextLabel3 = new QLabel( GroupBox1, "TextLabel3" );
- TextLabel3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel3->sizePolicy().hasHeightForWidth() ) );
- TextLabel3->setText( trUtf8( "TL3" ) );
-
- Layout1->addMultiCellWidget( TextLabel3, 2, 2, 0, 1 );
-
- ComboBox1 = new QComboBox( FALSE, GroupBox1, "ComboBox1" );
- ComboBox1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, ComboBox1->sizePolicy().hasHeightForWidth() ) );
-
- Layout1->addWidget( ComboBox1, 2, 2 );
-
-
- GroupBox1Layout->addLayout( Layout1, 0, 0 );
-
- DlgRef_4Sel1List1Check_QTDLayout->addWidget( GroupBox1, 0, 0 );
-
-
- GroupBox2 = new QGroupBox( this, "GroupBox2" );
- GroupBox2->setTitle( trUtf8( "" ) );
- GroupBox2->setColumnLayout(0, Qt::Vertical );
- GroupBox2->layout()->setSpacing( 6 );
- GroupBox2->layout()->setMargin( 11 );
- GroupBox2Layout = new QGridLayout( GroupBox2->layout() );
- GroupBox2Layout->setAlignment( Qt::AlignTop );
-
- Layout2 = new QGridLayout( 0, 1, 1, 0, 6, "Layout2");
-
- TextLabel4 = new QLabel( GroupBox2, "TextLabel4" );
- TextLabel4->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel4->sizePolicy().hasHeightForWidth() ) );
- TextLabel4->setText( trUtf8( "TL4" ) );
-
- Layout2->addWidget( TextLabel4, 0, 0 );
- QSpacerItem* spacer = new QSpacerItem( 0, 80, QSizePolicy::Minimum, QSizePolicy::Expanding );
- Layout1->addItem( spacer, 5, 2 );
-
- PushButton3 = new QPushButton( GroupBox2, "PushButton3" );
- PushButton3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton3->sizePolicy().hasHeightForWidth() ) );
- PushButton3->setText( trUtf8( "" ) );
-
- Layout2->addWidget( PushButton3, 0, 1 );
-
- LineEdit3 = new QLineEdit( GroupBox2, "LineEdit3" );
-
- Layout2->addWidget( LineEdit3, 0, 2 );
-
-
- TextLabel5 = new QLabel( GroupBox2, "TextLabel5" );
- TextLabel5->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel5->sizePolicy().hasHeightForWidth() ) );
- TextLabel5->setText( trUtf8( "TL5" ) );
-
- Layout2->addWidget( TextLabel5, 1, 0 );
-
- PushButton4 = new QPushButton( GroupBox2, "PushButton4" );
- PushButton4->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton4->sizePolicy().hasHeightForWidth() ) );
- PushButton4->setText( trUtf8( "" ) );
-
- Layout2->addWidget( PushButton4, 1, 1 );
-
- LineEdit4 = new QLineEdit( GroupBox2, "LineEdit4" );
-
- Layout2->addWidget( LineEdit4, 1, 2 );
-
- CheckBox1 = new QCheckBox( GroupBox1, "CheckBox1" );
- CheckBox1->setText( trUtf8( "" ) );
- Layout1->addMultiCellWidget( CheckBox1, 5, 5, 0, 1 );
-
- PushButton5 = new QPushButton( GroupBox1, "PushButton5" );
- PushButton5->setText( trUtf8( "" ) );
- Layout1->addWidget( PushButton5, 5, 2 );
-
- GroupBox2Layout->addLayout( Layout2, 0, 0 );
-
- DlgRef_4Sel1List1Check_QTDLayout->addWidget( GroupBox2, 1, 0 );
-
- // tab order
- setTabOrder(PushButton1 , LineEdit1);
- setTabOrder(LineEdit1 , PushButton2);
- setTabOrder(PushButton2 , LineEdit2);
- setTabOrder(LineEdit2, ComboBox1);
- setTabOrder(ComboBox1, CheckBox1);
- setTabOrder(CheckBox1, PushButton5);
- setTabOrder(PushButton5, PushButton3);
- setTabOrder(PushButton3 , LineEdit3);
- setTabOrder(LineEdit3, PushButton4 );
- setTabOrder(PushButton4 , LineEdit4);
-
-}
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_4Sel1List1Check_QTD::~DlgRef_4Sel1List1Check_QTD()
-{
- // no need to delete child widgets, Qt does it all for us
-}
-
-// 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_4Sel1List1Check_QTD.ui'
+/********************************************************************************
+** Form generated from reading ui file 'DlgRef_4Sel1List1Check_QTD.ui'
**
-** Created: lun oct 27 17:21:03 2003
-** by: The User Interface Compiler (uic)
+** 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!
-****************************************************************************/
+** 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 "GEOM_DlgRef.hxx"
-
-#include <qvariant.h>
-#include <qwidget.h>
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QComboBox;
-class QGroupBox;
-class QLabel;
-class QLineEdit;
-class QPushButton;
-class QCheckBox;
-class QPushButton;
-
-class GEOM_DLGREF_EXPORT DlgRef_4Sel1List1Check_QTD : public QWidget
-{
- Q_OBJECT
+#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:
- DlgRef_4Sel1List1Check_QTD( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
- ~DlgRef_4Sel1List1Check_QTD();
-
- QGroupBox* GroupBox1;
- QGroupBox* GroupBox2;
- QLabel* TextLabel1;
- QLabel* TextLabel2;
- QLabel* TextLabel3;
- QLabel* TextLabel4;
- QLabel* TextLabel5;
- QPushButton* PushButton1;
- QPushButton* PushButton2;
- QPushButton* PushButton3;
- QPushButton* PushButton4;
- QLineEdit* LineEdit1;
- QLineEdit* LineEdit2;
- QLineEdit* LineEdit3;
- QLineEdit* LineEdit4;
- QComboBox* ComboBox1;
- QCheckBox* CheckBox1;
- QPushButton* PushButton5;
-
-protected:
- QGridLayout* DlgRef_4Sel1List1Check_QTDLayout;
- QGridLayout* GroupBox1Layout;
- QGridLayout* GroupBox2Layout;
- QGridLayout* Layout1;
- QGridLayout* Layout2;
+ QGridLayout *gridLayout;
+ QGroupBox *GroupBox1;
+ QGridLayout *gridLayout1;
+ QGridLayout *gridLayout2;
+ QLineEdit *LineEdit2;
+ QPushButton *PushButton4;
+ QPushButton *PushButton1;
+ QLineEdit *LineEdit4;
+ QPushButton *PushButton3;
+ QPushButton *PushButton2;
+ QLabel *TextLabel1;
+ QLabel *TextLabel4;
+ QSpacerItem *spacerItem;
+ QLineEdit *LineEdit1;
+ QLabel *TextLabel5;
+ QLineEdit *LineEdit3;
+ QLabel *TextLabel2;
+ QComboBox *ComboBox1;
+ QLabel *TextLabel3;
+ QCheckBox *CheckBox1;
+ QPushButton *PushButton5;
+
+ void setupUi(QWidget *DlgRef_4Sel1List_QTD)
+ {
+ DlgRef_4Sel1List_QTD->setObjectName(QString::fromUtf8("DlgRef_4Sel1List_QTD"));
+ gridLayout = new QGridLayout(DlgRef_4Sel1List_QTD);
+ gridLayout->setSpacing(6);
+ gridLayout->setMargin(0);
+ gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
+ GroupBox1 = new QGroupBox(DlgRef_4Sel1List_QTD);
+ GroupBox1->setObjectName(QString::fromUtf8("GroupBox1"));
+ gridLayout1 = new QGridLayout(GroupBox1);
+ gridLayout1->setSpacing(6);
+ gridLayout1->setMargin(11);
+ gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
+ gridLayout2 = new QGridLayout();
+ gridLayout2->setSpacing(6);
+ gridLayout2->setMargin(0);
+ gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
+ LineEdit2 = new QLineEdit(GroupBox1);
+ LineEdit2->setObjectName(QString::fromUtf8("LineEdit2"));
+
+ gridLayout2->addWidget(LineEdit2, 1, 2, 1, 1);
+
+ PushButton4 = new QPushButton(GroupBox1);
+ PushButton4->setObjectName(QString::fromUtf8("PushButton4"));
+ QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
+ sizePolicy.setHorizontalStretch(0);
+ sizePolicy.setVerticalStretch(0);
+ sizePolicy.setHeightForWidth(PushButton4->sizePolicy().hasHeightForWidth());
+ PushButton4->setSizePolicy(sizePolicy);
+
+ gridLayout2->addWidget(PushButton4, 4, 1, 1, 1);
+
+ PushButton1 = new QPushButton(GroupBox1);
+ PushButton1->setObjectName(QString::fromUtf8("PushButton1"));
+ QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
+ sizePolicy1.setHorizontalStretch(0);
+ sizePolicy1.setVerticalStretch(0);
+ sizePolicy1.setHeightForWidth(PushButton1->sizePolicy().hasHeightForWidth());
+ PushButton1->setSizePolicy(sizePolicy1);
+
+ gridLayout2->addWidget(PushButton1, 0, 1, 1, 1);
+
+ LineEdit4 = new QLineEdit(GroupBox1);
+ LineEdit4->setObjectName(QString::fromUtf8("LineEdit4"));
+
+ gridLayout2->addWidget(LineEdit4, 4, 2, 1, 1);
+
+ PushButton3 = new QPushButton(GroupBox1);
+ PushButton3->setObjectName(QString::fromUtf8("PushButton3"));
+ QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
+ sizePolicy2.setHorizontalStretch(0);
+ sizePolicy2.setVerticalStretch(0);
+ sizePolicy2.setHeightForWidth(PushButton3->sizePolicy().hasHeightForWidth());
+ PushButton3->setSizePolicy(sizePolicy2);
+
+ gridLayout2->addWidget(PushButton3, 3, 1, 1, 1);
+
+ PushButton2 = new QPushButton(GroupBox1);
+ PushButton2->setObjectName(QString::fromUtf8("PushButton2"));
+ QSizePolicy sizePolicy3(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
+ sizePolicy3.setHorizontalStretch(0);
+ sizePolicy3.setVerticalStretch(0);
+ sizePolicy3.setHeightForWidth(PushButton2->sizePolicy().hasHeightForWidth());
+ PushButton2->setSizePolicy(sizePolicy3);
+
+ gridLayout2->addWidget(PushButton2, 1, 1, 1, 1);
+
+ TextLabel1 = new QLabel(GroupBox1);
+ TextLabel1->setObjectName(QString::fromUtf8("TextLabel1"));
+ QSizePolicy sizePolicy4(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
+ sizePolicy4.setHorizontalStretch(0);
+ sizePolicy4.setVerticalStretch(0);
+ sizePolicy4.setHeightForWidth(TextLabel1->sizePolicy().hasHeightForWidth());
+ TextLabel1->setSizePolicy(sizePolicy4);
+ TextLabel1->setWordWrap(false);
+
+ gridLayout2->addWidget(TextLabel1, 0, 0, 1, 1);
+
+ TextLabel4 = new QLabel(GroupBox1);
+ TextLabel4->setObjectName(QString::fromUtf8("TextLabel4"));
+ QSizePolicy sizePolicy5(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
+ sizePolicy5.setHorizontalStretch(0);
+ sizePolicy5.setVerticalStretch(0);
+ sizePolicy5.setHeightForWidth(TextLabel4->sizePolicy().hasHeightForWidth());
+ TextLabel4->setSizePolicy(sizePolicy5);
+ TextLabel4->setWordWrap(false);
+
+ gridLayout2->addWidget(TextLabel4, 3, 0, 1, 1);
+
+ spacerItem = new QSpacerItem(0, 80, QSizePolicy::Minimum, QSizePolicy::Expanding);
+
+ gridLayout2->addItem(spacerItem, 6, 2, 1, 1);
+
+ LineEdit1 = new QLineEdit(GroupBox1);
+ LineEdit1->setObjectName(QString::fromUtf8("LineEdit1"));
+
+ gridLayout2->addWidget(LineEdit1, 0, 2, 1, 1);
+
+ TextLabel5 = new QLabel(GroupBox1);
+ TextLabel5->setObjectName(QString::fromUtf8("TextLabel5"));
+ QSizePolicy sizePolicy6(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
+ sizePolicy6.setHorizontalStretch(0);
+ sizePolicy6.setVerticalStretch(0);
+ sizePolicy6.setHeightForWidth(TextLabel5->sizePolicy().hasHeightForWidth());
+ TextLabel5->setSizePolicy(sizePolicy6);
+ TextLabel5->setWordWrap(false);
+
+ gridLayout2->addWidget(TextLabel5, 4, 0, 1, 1);
+
+ LineEdit3 = new QLineEdit(GroupBox1);
+ LineEdit3->setObjectName(QString::fromUtf8("LineEdit3"));
+
+ gridLayout2->addWidget(LineEdit3, 3, 2, 1, 1);
+
+ TextLabel2 = new QLabel(GroupBox1);
+ TextLabel2->setObjectName(QString::fromUtf8("TextLabel2"));
+ QSizePolicy sizePolicy7(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
+ sizePolicy7.setHorizontalStretch(0);
+ sizePolicy7.setVerticalStretch(0);
+ sizePolicy7.setHeightForWidth(TextLabel2->sizePolicy().hasHeightForWidth());
+ TextLabel2->setSizePolicy(sizePolicy7);
+ TextLabel2->setWordWrap(false);
+
+ gridLayout2->addWidget(TextLabel2, 1, 0, 1, 1);
+
+ ComboBox1 = new QComboBox(GroupBox1);
+ ComboBox1->setObjectName(QString::fromUtf8("ComboBox1"));
+ QSizePolicy sizePolicy8(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
+ sizePolicy8.setHorizontalStretch(0);
+ sizePolicy8.setVerticalStretch(0);
+ sizePolicy8.setHeightForWidth(ComboBox1->sizePolicy().hasHeightForWidth());
+ ComboBox1->setSizePolicy(sizePolicy8);
+
+ gridLayout2->addWidget(ComboBox1, 2, 2, 1, 1);
+
+ TextLabel3 = new QLabel(GroupBox1);
+ TextLabel3->setObjectName(QString::fromUtf8("TextLabel3"));
+ QSizePolicy sizePolicy9(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
+ sizePolicy9.setHorizontalStretch(0);
+ sizePolicy9.setVerticalStretch(0);
+ sizePolicy9.setHeightForWidth(TextLabel3->sizePolicy().hasHeightForWidth());
+ TextLabel3->setSizePolicy(sizePolicy9);
+ TextLabel3->setWordWrap(false);
+
+ gridLayout2->addWidget(TextLabel3, 2, 0, 1, 2);
+
+ CheckBox1 = new QCheckBox(GroupBox1);
+ CheckBox1->setObjectName(QString::fromUtf8("CheckBox1"));
+
+ gridLayout2->addWidget(CheckBox1, 5, 0, 1, 2);
+
+ PushButton5 = new QPushButton(GroupBox1);
+ PushButton5->setObjectName(QString::fromUtf8("PushButton5"));
+
+ gridLayout2->addWidget(PushButton5, 5, 2, 1, 1);
+
+
+ gridLayout1->addLayout(gridLayout2, 0, 0, 1, 1);
+
+
+ gridLayout->addWidget(GroupBox1, 0, 0, 1, 1);
+
+ QWidget::setTabOrder(PushButton1, LineEdit1);
+ QWidget::setTabOrder(LineEdit1, PushButton2);
+ QWidget::setTabOrder(PushButton2, LineEdit2);
+ QWidget::setTabOrder(LineEdit2, ComboBox1);
+ QWidget::setTabOrder(ComboBox1, CheckBox1);
+ QWidget::setTabOrder(CheckBox1, PushButton5);
+ QWidget::setTabOrder(PushButton5, PushButton3);
+ QWidget::setTabOrder(PushButton3, LineEdit3);
+ QWidget::setTabOrder(LineEdit3, PushButton4);
+ QWidget::setTabOrder(PushButton4, LineEdit4);
+
+ retranslateUi(DlgRef_4Sel1List_QTD);
+
+ QSize size(129, 175);
+ size = size.expandedTo(DlgRef_4Sel1List_QTD->minimumSizeHint());
+ DlgRef_4Sel1List_QTD->resize(size);
+
+
+ QMetaObject::connectSlotsByName(DlgRef_4Sel1List_QTD);
+ } // setupUi
+
+ void retranslateUi(QWidget *DlgRef_4Sel1List_QTD)
+ {
+ DlgRef_4Sel1List_QTD->setWindowTitle(QApplication::translate("DlgRef_4Sel1List_QTD", "DlgRef_4Sel1List_QTD", 0, QApplication::UnicodeUTF8));
+ GroupBox1->setTitle(QString());
+ PushButton4->setText(QString());
+ PushButton1->setText(QString());
+ PushButton3->setText(QString());
+ PushButton2->setText(QString());
+ TextLabel1->setText(QApplication::translate("DlgRef_4Sel1List_QTD", "TL1", 0, QApplication::UnicodeUTF8));
+ TextLabel4->setText(QApplication::translate("DlgRef_4Sel1List_QTD", "TL4", 0, QApplication::UnicodeUTF8));
+ TextLabel5->setText(QApplication::translate("DlgRef_4Sel1List_QTD", "TL5", 0, QApplication::UnicodeUTF8));
+ TextLabel2->setText(QApplication::translate("DlgRef_4Sel1List_QTD", "TL2", 0, QApplication::UnicodeUTF8));
+ TextLabel3->setText(QApplication::translate("DlgRef_4Sel1List_QTD", "TL3", 0, QApplication::UnicodeUTF8));
+ CheckBox1->setText(QString());
+ PushButton5->setText(QString());
+ Q_UNUSED(DlgRef_4Sel1List_QTD);
+ } // retranslateUi
+
};
+namespace Ui {
+ class DlgRef_4Sel1List_QTD: public Ui_DlgRef_4Sel1List_QTD {};
+} // namespace Ui
+
#endif // DLGREF_4SEL1LIST1CHECK_QTD_H
+++ /dev/null
-// 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 implementation generated from reading ui file 'DlgRef_4Sel1List_QTD.ui'
-**
-** Created: lun oct 27 17:21:04 2003
-** by: The User Interface Compiler (uic)
-**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
-#include "DlgRef_4Sel1List_QTD.h"
-
-#include <qvariant.h>
-#include <qcombobox.h>
-#include <qgroupbox.h>
-#include <qlabel.h>
-#include <qlineedit.h>
-#include <qpushbutton.h>
-#include <qlayout.h>
-#include <qtooltip.h>
-#include <qwhatsthis.h>
-
-/*
- * Constructs a DlgRef_4Sel1List_QTD which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'.
- */
-DlgRef_4Sel1List_QTD::DlgRef_4Sel1List_QTD( QWidget* parent, const char* name, WFlags fl )
- : QWidget( parent, name, fl )
-{
- if ( !name )
- setName( "DlgRef_4Sel1List_QTD" );
- resize( 129, 175 );
- setCaption( trUtf8( "DlgRef_4Sel1List_QTD" ) );
- DlgRef_4Sel1List_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "DlgRef_4Sel1List_QTDLayout");
-
- GroupBox1 = new QGroupBox( this, "GroupBox1" );
- GroupBox1->setTitle( trUtf8( "" ) );
- GroupBox1->setColumnLayout(0, Qt::Vertical );
- GroupBox1->layout()->setSpacing( 6 );
- GroupBox1->layout()->setMargin( 11 );
- GroupBox1Layout = new QGridLayout( GroupBox1->layout() );
- GroupBox1Layout->setAlignment( Qt::AlignTop );
-
- Layout1 = new QGridLayout( 0, 1, 1, 0, 6, "Layout1");
-
- TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
- TextLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel1->sizePolicy().hasHeightForWidth() ) );
- TextLabel1->setText( trUtf8( "TL1" ) );
-
- Layout1->addWidget( TextLabel1, 0, 0 );
-
- PushButton1 = new QPushButton( GroupBox1, "PushButton1" );
- PushButton1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton1->sizePolicy().hasHeightForWidth() ) );
- PushButton1->setText( trUtf8( "" ) );
-
- Layout1->addWidget( PushButton1, 0, 1 );
-
- LineEdit1 = new QLineEdit( GroupBox1, "LineEdit1" );
-
- Layout1->addWidget( LineEdit1, 0, 2 );
-
-
- TextLabel2 = new QLabel( GroupBox1, "TextLabel2" );
- TextLabel2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel2->sizePolicy().hasHeightForWidth() ) );
- TextLabel2->setText( trUtf8( "TL2" ) );
-
- Layout1->addWidget( TextLabel2, 1, 0 );
-
- PushButton2 = new QPushButton( GroupBox1, "PushButton2" );
- PushButton2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton2->sizePolicy().hasHeightForWidth() ) );
- PushButton2->setText( trUtf8( "" ) );
-
- Layout1->addWidget( PushButton2, 1, 1 );
-
- LineEdit2 = new QLineEdit( GroupBox1, "LineEdit2" );
-
- Layout1->addWidget( LineEdit2, 1, 2 );
-
-
- TextLabel3 = new QLabel( GroupBox1, "TextLabel3" );
- TextLabel3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel3->sizePolicy().hasHeightForWidth() ) );
- TextLabel3->setText( trUtf8( "TL3" ) );
-
- Layout1->addMultiCellWidget( TextLabel3, 2, 2, 0, 1 );
-
- ComboBox1 = new QComboBox( FALSE, GroupBox1, "ComboBox1" );
- ComboBox1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, ComboBox1->sizePolicy().hasHeightForWidth() ) );
-
- Layout1->addWidget( ComboBox1, 2, 2 );
-
-
- GroupBox1Layout->addLayout( Layout1, 0, 0 );
-
- DlgRef_4Sel1List_QTDLayout->addWidget( GroupBox1, 0, 0 );
-
-
- GroupBox2 = new QGroupBox( this, "GroupBox2" );
- GroupBox2->setTitle( trUtf8( "" ) );
- GroupBox2->setColumnLayout(0, Qt::Vertical );
- GroupBox2->layout()->setSpacing( 6 );
- GroupBox2->layout()->setMargin( 11 );
- GroupBox2Layout = new QGridLayout( GroupBox2->layout() );
- GroupBox2Layout->setAlignment( Qt::AlignTop );
-
- Layout2 = new QGridLayout( 0, 1, 1, 0, 6, "Layout2");
-
- TextLabel4 = new QLabel( GroupBox2, "TextLabel4" );
- TextLabel4->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel4->sizePolicy().hasHeightForWidth() ) );
- TextLabel4->setText( trUtf8( "TL4" ) );
-
- Layout2->addWidget( TextLabel4, 0, 0 );
- QSpacerItem* spacer = new QSpacerItem( 0, 80, QSizePolicy::Minimum, QSizePolicy::Expanding );
- Layout1->addItem( spacer, 5, 2 );
-
- PushButton3 = new QPushButton( GroupBox2, "PushButton3" );
- PushButton3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton3->sizePolicy().hasHeightForWidth() ) );
- PushButton3->setText( trUtf8( "" ) );
-
- Layout2->addWidget( PushButton3, 0, 1 );
-
- LineEdit3 = new QLineEdit( GroupBox2, "LineEdit3" );
-
- Layout2->addWidget( LineEdit3, 0, 2 );
-
-
- TextLabel5 = new QLabel( GroupBox2, "TextLabel5" );
- TextLabel5->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel5->sizePolicy().hasHeightForWidth() ) );
- TextLabel5->setText( trUtf8( "TL5" ) );
-
- Layout2->addWidget( TextLabel5, 1, 0 );
-
- PushButton4 = new QPushButton( GroupBox2, "PushButton4" );
- PushButton4->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton4->sizePolicy().hasHeightForWidth() ) );
- PushButton4->setText( trUtf8( "" ) );
-
- Layout2->addWidget( PushButton4, 1, 1 );
-
- LineEdit4 = new QLineEdit( GroupBox2, "LineEdit4" );
-
- Layout2->addWidget( LineEdit4, 1, 2 );
-
- GroupBox2Layout->addLayout( Layout2, 0, 0 );
-
- DlgRef_4Sel1List_QTDLayout->addWidget( GroupBox2, 1, 0 );
-}
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_4Sel1List_QTD::~DlgRef_4Sel1List_QTD()
-{
- // no need to delete child widgets, Qt does it all for us
-}
-
-// 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_4Sel1List_QTD.ui'
+/********************************************************************************
+** Form generated from reading ui file 'DlgRef_4Sel1List_QTD.ui'
**
-** Created: lun oct 27 17:21:03 2003
-** by: The User Interface Compiler (uic)
+** 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!
-****************************************************************************/
+** 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 "GEOM_DlgRef.hxx"
+#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>
-#include <qvariant.h>
-#include <qwidget.h>
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QComboBox;
-class QGroupBox;
-class QLabel;
-class QLineEdit;
-class QPushButton;
+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;
-class GEOM_DLGREF_EXPORT DlgRef_4Sel1List_QTD : public QWidget
-{
- Q_OBJECT
+ 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
-public:
- DlgRef_4Sel1List_QTD( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
- ~DlgRef_4Sel1List_QTD();
-
- QGroupBox* GroupBox1;
- QGroupBox* GroupBox2;
- QLineEdit* LineEdit2;
- QPushButton* PushButton4;
- QPushButton* PushButton1;
- QLineEdit* LineEdit4;
- QPushButton* PushButton3;
- QPushButton* PushButton2;
- QLabel* TextLabel1;
- QLabel* TextLabel4;
- QLineEdit* LineEdit1;
- QLabel* TextLabel5;
- QLineEdit* LineEdit3;
- QLabel* TextLabel2;
- QComboBox* ComboBox1;
- QLabel* TextLabel3;
-
-
-protected:
- QGridLayout* DlgRef_4Sel1List_QTDLayout;
- QGridLayout* GroupBox1Layout;
- QGridLayout* GroupBox2Layout;
- QGridLayout* Layout1;
- QGridLayout* Layout2;
};
+namespace Ui {
+ class DlgRef_4Sel1List_QTD: public Ui_DlgRef_4Sel1List_QTD {};
+} // namespace Ui
+
#endif // DLGREF_4SEL1LIST_QTD_H
// $Header:
#include "DlgRef_4Sel1Spin2Check.h"
-
-#include <qlabel.h>
-#include <qpushbutton.h>
-#include <qlineedit.h>
-#include <qcheckbox.h>
-#include <qlayout.h>
-#include <qspinbox.h>
-#include <qgroupbox.h>
+#include "DlgRef_SpinBox.h"
/*
* Constructs a DlgRef_4Sel1Spin2Check which is a child of 'parent', with the
* name 'name' and widget flags set to 'f'
*/
-DlgRef_4Sel1Spin2Check::DlgRef_4Sel1Spin2Check(QWidget* parent, const char* name, WFlags fl)
- :DlgRef_4Sel1Spin2Check_QTD(parent, name, fl)
+DlgRef_4Sel1Spin2Check::DlgRef_4Sel1Spin2Check(QWidget* parent, const char* name, Qt::WindowFlags fl)
+ :QWidget(parent, fl)
{
- SpinBox1->close(TRUE);
+ setupUi(this);
+
+ setObjectName(name);
+
+ SpinBox1->setAttribute( Qt::WA_DeleteOnClose );
+ SpinBox1->close();
SpinBox_DX = new DlgRef_SpinBox(GroupBox1, "SpinBox_DX");
- Layout1->addWidget(SpinBox_DX, 4, 2);
+ gridLayout->addWidget(SpinBox_DX, 4, 2);
}
#include "GEOM_DlgRef.hxx"
#include "DlgRef_4Sel1Spin2Check_QTD.h"
-#include "DlgRef_SpinBox.h"
-class GEOM_DLGREF_EXPORT DlgRef_4Sel1Spin2Check : public DlgRef_4Sel1Spin2Check_QTD
+class DlgRef_SpinBox;
+
+class GEOM_DLGREF_EXPORT DlgRef_4Sel1Spin2Check : public QWidget, public Ui::DlgRef_4Sel1Spin2Check_QTD
{
Q_OBJECT
public:
- DlgRef_4Sel1Spin2Check(QWidget* parent = 0, const char* name = 0, WFlags fl = 0);
+ DlgRef_4Sel1Spin2Check(QWidget* parent = 0, const char* name = 0, Qt::WFlags fl = 0);
~DlgRef_4Sel1Spin2Check();
DlgRef_SpinBox* SpinBox_DX;
+++ /dev/null
-/****************************************************************************
-** Form implementation generated from reading ui file 'DlgRef_4Sel1Spin2Check_QTD.ui'
-**
-** Created: Wed Oct 25 20:32:42 2006
-** by: The User Interface Compiler ($Id$)
-**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
-
-#include "DlgRef_4Sel1Spin2Check_QTD.h"
-
-#include <qvariant.h>
-#include <qpushbutton.h>
-#include <qgroupbox.h>
-#include <qcheckbox.h>
-#include <qlineedit.h>
-#include <qlabel.h>
-#include <qspinbox.h>
-#include <qlayout.h>
-#include <qtooltip.h>
-#include <qwhatsthis.h>
-
-/*
- * Constructs a DlgRef_4Sel1Spin2Check_QTD as a child of 'parent', with the
- * name 'name' and widget flags set to 'f'.
- */
-DlgRef_4Sel1Spin2Check_QTD::DlgRef_4Sel1Spin2Check_QTD( QWidget* parent, const char* name, WFlags fl )
- : QWidget( parent, name, fl )
-{
- if ( !name )
- setName( "DlgRef_4Sel1Spin2Check_QTD" );
- DlgRef_4Sel1Spin2Check_QTDLayout = new QVBoxLayout( this, 0, 6, "DlgRef_4Sel1Spin2Check_QTDLayout");
-
- GroupBox1 = new QGroupBox( this, "GroupBox1" );
- GroupBox1->setColumnLayout(0, Qt::Vertical );
- GroupBox1->layout()->setSpacing( 6 );
- GroupBox1->layout()->setMargin( 11 );
- GroupBox1Layout = new QVBoxLayout( GroupBox1->layout() );
- GroupBox1Layout->setAlignment( Qt::AlignTop );
-
- Layout1 = new QGridLayout( 0, 1, 1, 6, 6, "Layout1");
-
- CheckButton2 = new QCheckBox( GroupBox1, "CheckButton2" );
-
- Layout1->addWidget( CheckButton2, 4, 3 );
-
- PushButton2 = new QPushButton( GroupBox1, "PushButton2" );
- PushButton2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton2->sizePolicy().hasHeightForWidth() ) );
-
- Layout1->addWidget( PushButton2, 1, 1 );
-
- LineEdit5 = new QLineEdit( GroupBox1, "LineEdit5" );
-
- Layout1->addMultiCellWidget( LineEdit5, 3, 3, 2, 3 );
-
- TextLabel5 = new QLabel( GroupBox1, "TextLabel5" );
- TextLabel5->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel5->sizePolicy().hasHeightForWidth() ) );
-
- Layout1->addWidget( TextLabel5, 3, 0 );
-
- TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
- TextLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel1->sizePolicy().hasHeightForWidth() ) );
-
- Layout1->addWidget( TextLabel1, 0, 0 );
-
- LineEdit1 = new QLineEdit( GroupBox1, "LineEdit1" );
-
- Layout1->addMultiCellWidget( LineEdit1, 0, 0, 2, 3 );
-
- SpinBox1 = new QSpinBox( GroupBox1, "SpinBox1" );
- SpinBox1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, SpinBox1->sizePolicy().hasHeightForWidth() ) );
-
- Layout1->addWidget( SpinBox1, 4, 2 );
-
- CheckButton1 = new QCheckBox( GroupBox1, "CheckButton1" );
-
- Layout1->addMultiCellWidget( CheckButton1, 5, 5, 0, 2 );
-
- TextLabel2 = new QLabel( GroupBox1, "TextLabel2" );
- TextLabel2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel2->sizePolicy().hasHeightForWidth() ) );
-
- Layout1->addWidget( TextLabel2, 1, 0 );
-
- PushButton5 = new QPushButton( GroupBox1, "PushButton5" );
- PushButton5->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton5->sizePolicy().hasHeightForWidth() ) );
-
- Layout1->addWidget( PushButton5, 3, 1 );
-
- PushButton4 = new QPushButton( GroupBox1, "PushButton4" );
- PushButton4->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton4->sizePolicy().hasHeightForWidth() ) );
-
- Layout1->addWidget( PushButton4, 2, 1 );
-
- TextLabel4 = new QLabel( GroupBox1, "TextLabel4" );
- TextLabel4->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel4->sizePolicy().hasHeightForWidth() ) );
-
- Layout1->addWidget( TextLabel4, 2, 0 );
-
- PushButton1 = new QPushButton( GroupBox1, "PushButton1" );
- PushButton1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton1->sizePolicy().hasHeightForWidth() ) );
-
- Layout1->addWidget( PushButton1, 0, 1 );
-
- LineEdit4 = new QLineEdit( GroupBox1, "LineEdit4" );
-
- Layout1->addMultiCellWidget( LineEdit4, 2, 2, 2, 3 );
-
- LineEdit2 = new QLineEdit( GroupBox1, "LineEdit2" );
-
- Layout1->addMultiCellWidget( LineEdit2, 1, 1, 2, 3 );
-
- TextLabel3 = new QLabel( GroupBox1, "TextLabel3" );
- TextLabel3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel3->sizePolicy().hasHeightForWidth() ) );
-
- Layout1->addWidget( TextLabel3, 4, 0 );
- GroupBox1Layout->addLayout( Layout1 );
- DlgRef_4Sel1Spin2Check_QTDLayout->addWidget( GroupBox1 );
- languageChange();
- resize( QSize(261, 198).expandedTo(minimumSizeHint()) );
- clearWState( WState_Polished );
-
- // tab order
- setTabOrder( PushButton1, LineEdit1 );
- setTabOrder( LineEdit1, PushButton2 );
- setTabOrder( PushButton2, LineEdit2 );
- setTabOrder( LineEdit2, SpinBox1 );
- setTabOrder( SpinBox1, CheckButton2 );
-}
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_4Sel1Spin2Check_QTD::~DlgRef_4Sel1Spin2Check_QTD()
-{
- // no need to delete child widgets, Qt does it all for us
-}
-
-/*
- * Sets the strings of the subwidgets using the current
- * language.
- */
-void DlgRef_4Sel1Spin2Check_QTD::languageChange()
-{
- setCaption( tr( "DlgRef_4Sel1Spin2Check_QTD" ) );
- GroupBox1->setTitle( QString::null );
- CheckButton2->setText( QString::null );
- PushButton2->setText( QString::null );
- TextLabel5->setText( tr( "TL5" ) );
- TextLabel1->setText( tr( "TL1" ) );
- CheckButton1->setText( QString::null );
- TextLabel2->setText( tr( "TL2" ) );
- PushButton5->setText( QString::null );
- PushButton4->setText( QString::null );
- TextLabel4->setText( tr( "TL4" ) );
- PushButton1->setText( QString::null );
- TextLabel3->setText( tr( "TL3" ) );
-}
-
-/****************************************************************************
-** Form interface generated from reading ui file 'DlgRef_4Sel1Spin2Check_QTD.ui'
+/********************************************************************************
+** Form generated from reading ui file 'DlgRef_4Sel1Spin2Check_QTD.ui'
**
-** Created: Wed Oct 25 20:32:41 2006
-** by: The User Interface Compiler ($Id$)
+** Created: Fri Jun 29 14:59:51 2007
+** by: Qt User Interface Compiler version 4.2.3
**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
+** WARNING! All changes made in this file will be lost when recompiling ui file!
+********************************************************************************/
#ifndef DLGREF_4SEL1SPIN2CHECK_QTD_H
#define DLGREF_4SEL1SPIN2CHECK_QTD_H
-#include "GEOM_DlgRef.hxx"
+#include <QtCore/QVariant>
+#include <QtGui/QAction>
+#include <QtGui/QApplication>
+#include <QtGui/QButtonGroup>
+#include <QtGui/QCheckBox>
+#include <QtGui/QGridLayout>
+#include <QtGui/QGroupBox>
+#include <QtGui/QLabel>
+#include <QtGui/QLineEdit>
+#include <QtGui/QPushButton>
+#include <QtGui/QSpinBox>
+#include <QtGui/QVBoxLayout>
+#include <QtGui/QWidget>
+#include <Qt3Support/Q3MimeSourceFactory>
-#include <qvariant.h>
-#include <qwidget.h>
+class Ui_DlgRef_4Sel1Spin2Check_QTD
+{
+public:
+ QVBoxLayout *vboxLayout;
+ QGroupBox *GroupBox1;
+ QVBoxLayout *vboxLayout1;
+ QGridLayout *gridLayout;
+ QCheckBox *CheckButton2;
+ QPushButton *PushButton2;
+ QLineEdit *LineEdit5;
+ QLabel *TextLabel5;
+ QLabel *TextLabel1;
+ QLineEdit *LineEdit1;
+ QSpinBox *SpinBox1;
+ QCheckBox *CheckButton1;
+ QLabel *TextLabel2;
+ QPushButton *PushButton5;
+ QPushButton *PushButton4;
+ QLabel *TextLabel4;
+ QPushButton *PushButton1;
+ QLineEdit *LineEdit4;
+ QLineEdit *LineEdit2;
+ QLabel *TextLabel3;
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QSpacerItem;
-class QGroupBox;
-class QCheckBox;
-class QPushButton;
-class QLineEdit;
-class QLabel;
-class QSpinBox;
+ void setupUi(QWidget *DlgRef_4Sel1Spin2Check_QTD)
+ {
+ DlgRef_4Sel1Spin2Check_QTD->setObjectName(QString::fromUtf8("DlgRef_4Sel1Spin2Check_QTD"));
+ vboxLayout = new QVBoxLayout(DlgRef_4Sel1Spin2Check_QTD);
+ vboxLayout->setSpacing(6);
+ vboxLayout->setMargin(0);
+ vboxLayout->setObjectName(QString::fromUtf8("vboxLayout"));
+ GroupBox1 = new QGroupBox(DlgRef_4Sel1Spin2Check_QTD);
+ GroupBox1->setObjectName(QString::fromUtf8("GroupBox1"));
+ vboxLayout1 = new QVBoxLayout(GroupBox1);
+ vboxLayout1->setSpacing(6);
+ vboxLayout1->setMargin(11);
+ vboxLayout1->setObjectName(QString::fromUtf8("vboxLayout1"));
+ gridLayout = new QGridLayout();
+ gridLayout->setSpacing(6);
+ gridLayout->setMargin(6);
+ gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
+ CheckButton2 = new QCheckBox(GroupBox1);
+ CheckButton2->setObjectName(QString::fromUtf8("CheckButton2"));
-class GEOM_DLGREF_EXPORT DlgRef_4Sel1Spin2Check_QTD : public QWidget
-{
- Q_OBJECT
+ gridLayout->addWidget(CheckButton2, 4, 3, 1, 1);
-public:
- DlgRef_4Sel1Spin2Check_QTD( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
- ~DlgRef_4Sel1Spin2Check_QTD();
-
- QGroupBox* GroupBox1;
- QCheckBox* CheckButton2;
- QPushButton* PushButton2;
- QLineEdit* LineEdit5;
- QLabel* TextLabel5;
- QLabel* TextLabel1;
- QLineEdit* LineEdit1;
- QSpinBox* SpinBox1;
- QCheckBox* CheckButton1;
- QLabel* TextLabel2;
- QPushButton* PushButton5;
- QPushButton* PushButton4;
- QLabel* TextLabel4;
- QPushButton* PushButton1;
- QLineEdit* LineEdit4;
- QLineEdit* LineEdit2;
- QLabel* TextLabel3;
-
-protected:
- QVBoxLayout* DlgRef_4Sel1Spin2Check_QTDLayout;
- QVBoxLayout* GroupBox1Layout;
- QGridLayout* Layout1;
-
-protected slots:
- virtual void languageChange();
+ PushButton2 = new QPushButton(GroupBox1);
+ PushButton2->setObjectName(QString::fromUtf8("PushButton2"));
+ QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
+ sizePolicy.setHorizontalStretch(0);
+ sizePolicy.setVerticalStretch(0);
+ sizePolicy.setHeightForWidth(PushButton2->sizePolicy().hasHeightForWidth());
+ PushButton2->setSizePolicy(sizePolicy);
+
+ gridLayout->addWidget(PushButton2, 1, 1, 1, 1);
+
+ LineEdit5 = new QLineEdit(GroupBox1);
+ LineEdit5->setObjectName(QString::fromUtf8("LineEdit5"));
+
+ gridLayout->addWidget(LineEdit5, 3, 2, 1, 2);
+
+ TextLabel5 = new QLabel(GroupBox1);
+ TextLabel5->setObjectName(QString::fromUtf8("TextLabel5"));
+ QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
+ sizePolicy1.setHorizontalStretch(0);
+ sizePolicy1.setVerticalStretch(0);
+ sizePolicy1.setHeightForWidth(TextLabel5->sizePolicy().hasHeightForWidth());
+ TextLabel5->setSizePolicy(sizePolicy1);
+ TextLabel5->setWordWrap(false);
+
+ gridLayout->addWidget(TextLabel5, 3, 0, 1, 1);
+
+ TextLabel1 = new QLabel(GroupBox1);
+ TextLabel1->setObjectName(QString::fromUtf8("TextLabel1"));
+ QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
+ sizePolicy2.setHorizontalStretch(0);
+ sizePolicy2.setVerticalStretch(0);
+ sizePolicy2.setHeightForWidth(TextLabel1->sizePolicy().hasHeightForWidth());
+ TextLabel1->setSizePolicy(sizePolicy2);
+ TextLabel1->setWordWrap(false);
+
+ gridLayout->addWidget(TextLabel1, 0, 0, 1, 1);
+
+ LineEdit1 = new QLineEdit(GroupBox1);
+ LineEdit1->setObjectName(QString::fromUtf8("LineEdit1"));
+
+ gridLayout->addWidget(LineEdit1, 0, 2, 1, 2);
+
+ SpinBox1 = new QSpinBox(GroupBox1);
+ SpinBox1->setObjectName(QString::fromUtf8("SpinBox1"));
+ QSizePolicy sizePolicy3(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
+ sizePolicy3.setHorizontalStretch(0);
+ sizePolicy3.setVerticalStretch(0);
+ sizePolicy3.setHeightForWidth(SpinBox1->sizePolicy().hasHeightForWidth());
+ SpinBox1->setSizePolicy(sizePolicy3);
+
+ gridLayout->addWidget(SpinBox1, 4, 2, 1, 1);
+
+ CheckButton1 = new QCheckBox(GroupBox1);
+ CheckButton1->setObjectName(QString::fromUtf8("CheckButton1"));
+
+ gridLayout->addWidget(CheckButton1, 5, 0, 1, 3);
+
+ TextLabel2 = new QLabel(GroupBox1);
+ TextLabel2->setObjectName(QString::fromUtf8("TextLabel2"));
+ QSizePolicy sizePolicy4(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
+ sizePolicy4.setHorizontalStretch(0);
+ sizePolicy4.setVerticalStretch(0);
+ sizePolicy4.setHeightForWidth(TextLabel2->sizePolicy().hasHeightForWidth());
+ TextLabel2->setSizePolicy(sizePolicy4);
+ TextLabel2->setWordWrap(false);
+
+ gridLayout->addWidget(TextLabel2, 1, 0, 1, 1);
+
+ PushButton5 = new QPushButton(GroupBox1);
+ PushButton5->setObjectName(QString::fromUtf8("PushButton5"));
+ QSizePolicy sizePolicy5(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
+ sizePolicy5.setHorizontalStretch(0);
+ sizePolicy5.setVerticalStretch(0);
+ sizePolicy5.setHeightForWidth(PushButton5->sizePolicy().hasHeightForWidth());
+ PushButton5->setSizePolicy(sizePolicy5);
+
+ gridLayout->addWidget(PushButton5, 3, 1, 1, 1);
+
+ PushButton4 = new QPushButton(GroupBox1);
+ PushButton4->setObjectName(QString::fromUtf8("PushButton4"));
+ QSizePolicy sizePolicy6(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
+ sizePolicy6.setHorizontalStretch(0);
+ sizePolicy6.setVerticalStretch(0);
+ sizePolicy6.setHeightForWidth(PushButton4->sizePolicy().hasHeightForWidth());
+ PushButton4->setSizePolicy(sizePolicy6);
+
+ gridLayout->addWidget(PushButton4, 2, 1, 1, 1);
+
+ TextLabel4 = new QLabel(GroupBox1);
+ TextLabel4->setObjectName(QString::fromUtf8("TextLabel4"));
+ QSizePolicy sizePolicy7(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
+ sizePolicy7.setHorizontalStretch(0);
+ sizePolicy7.setVerticalStretch(0);
+ sizePolicy7.setHeightForWidth(TextLabel4->sizePolicy().hasHeightForWidth());
+ TextLabel4->setSizePolicy(sizePolicy7);
+ TextLabel4->setWordWrap(false);
+
+ gridLayout->addWidget(TextLabel4, 2, 0, 1, 1);
+
+ PushButton1 = new QPushButton(GroupBox1);
+ PushButton1->setObjectName(QString::fromUtf8("PushButton1"));
+ QSizePolicy sizePolicy8(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
+ sizePolicy8.setHorizontalStretch(0);
+ sizePolicy8.setVerticalStretch(0);
+ sizePolicy8.setHeightForWidth(PushButton1->sizePolicy().hasHeightForWidth());
+ PushButton1->setSizePolicy(sizePolicy8);
+
+ gridLayout->addWidget(PushButton1, 0, 1, 1, 1);
+
+ LineEdit4 = new QLineEdit(GroupBox1);
+ LineEdit4->setObjectName(QString::fromUtf8("LineEdit4"));
+
+ gridLayout->addWidget(LineEdit4, 2, 2, 1, 2);
+
+ LineEdit2 = new QLineEdit(GroupBox1);
+ LineEdit2->setObjectName(QString::fromUtf8("LineEdit2"));
+
+ gridLayout->addWidget(LineEdit2, 1, 2, 1, 2);
+
+ TextLabel3 = new QLabel(GroupBox1);
+ TextLabel3->setObjectName(QString::fromUtf8("TextLabel3"));
+ QSizePolicy sizePolicy9(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
+ sizePolicy9.setHorizontalStretch(0);
+ sizePolicy9.setVerticalStretch(0);
+ sizePolicy9.setHeightForWidth(TextLabel3->sizePolicy().hasHeightForWidth());
+ TextLabel3->setSizePolicy(sizePolicy9);
+ TextLabel3->setWordWrap(false);
+
+ gridLayout->addWidget(TextLabel3, 4, 0, 1, 1);
+
+
+ vboxLayout1->addLayout(gridLayout);
+
+
+ vboxLayout->addWidget(GroupBox1);
+
+ QWidget::setTabOrder(PushButton1, LineEdit1);
+ QWidget::setTabOrder(LineEdit1, PushButton2);
+ QWidget::setTabOrder(PushButton2, LineEdit2);
+ QWidget::setTabOrder(LineEdit2, SpinBox1);
+ QWidget::setTabOrder(SpinBox1, CheckButton2);
+
+ retranslateUi(DlgRef_4Sel1Spin2Check_QTD);
+
+ QSize size(261, 198);
+ size = size.expandedTo(DlgRef_4Sel1Spin2Check_QTD->minimumSizeHint());
+ DlgRef_4Sel1Spin2Check_QTD->resize(size);
+
+
+ QMetaObject::connectSlotsByName(DlgRef_4Sel1Spin2Check_QTD);
+ } // setupUi
+
+ void retranslateUi(QWidget *DlgRef_4Sel1Spin2Check_QTD)
+ {
+ DlgRef_4Sel1Spin2Check_QTD->setWindowTitle(QApplication::translate("DlgRef_4Sel1Spin2Check_QTD", "DlgRef_4Sel1Spin2Check_QTD", 0, QApplication::UnicodeUTF8));
+ GroupBox1->setTitle(QString());
+ CheckButton2->setText(QString());
+ PushButton2->setText(QString());
+ TextLabel5->setText(QApplication::translate("DlgRef_4Sel1Spin2Check_QTD", "TL5", 0, QApplication::UnicodeUTF8));
+ TextLabel1->setText(QApplication::translate("DlgRef_4Sel1Spin2Check_QTD", "TL1", 0, QApplication::UnicodeUTF8));
+ CheckButton1->setText(QString());
+ TextLabel2->setText(QApplication::translate("DlgRef_4Sel1Spin2Check_QTD", "TL2", 0, QApplication::UnicodeUTF8));
+ PushButton5->setText(QString());
+ PushButton4->setText(QString());
+ TextLabel4->setText(QApplication::translate("DlgRef_4Sel1Spin2Check_QTD", "TL4", 0, QApplication::UnicodeUTF8));
+ PushButton1->setText(QString());
+ TextLabel3->setText(QApplication::translate("DlgRef_4Sel1Spin2Check_QTD", "TL3", 0, QApplication::UnicodeUTF8));
+ Q_UNUSED(DlgRef_4Sel1Spin2Check_QTD);
+ } // retranslateUi
};
+namespace Ui {
+ class DlgRef_4Sel1Spin2Check_QTD: public Ui_DlgRef_4Sel1Spin2Check_QTD {};
+} // namespace Ui
+
#endif // DLGREF_4SEL1SPIN2CHECK_QTD_H
+++ /dev/null
-// 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 implementation generated from reading ui file 'DlgRef_6Sel_QTD.ui'
-**
-** Created: Tue Aug 24 18:18:57 2004
-** by: The User Interface Compiler (uic)
-**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
-#include "DlgRef_6Sel_QTD.h"
-
-#include <qvariant.h>
-#include <qgroupbox.h>
-#include <qlabel.h>
-#include <qlineedit.h>
-#include <qpushbutton.h>
-#include <qlayout.h>
-#include <qtooltip.h>
-#include <qwhatsthis.h>
-
-/*
- * Constructs a DlgRef_6Sel_QTD which is a child of 'parent', with the
- * name 'name' and widget flags set to 'f'.
- */
-DlgRef_6Sel_QTD::DlgRef_6Sel_QTD( QWidget* parent, const char* name, WFlags fl )
- : QWidget( parent, name, fl )
-{
- if ( !name )
- setName( "DlgRef_6Sel_QTD" );
- resize( 235, 196 );
- setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)5, (QSizePolicy::SizeType)7, 0, 0, sizePolicy().hasHeightForWidth() ) );
- setCaption( trUtf8( "DlgRef_6Sel_QTD" ) );
- DlgRef_6Sel_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "DlgRef_6Sel_QTDLayout");
-
- GroupBox1 = new QGroupBox( this, "GroupBox1" );
- GroupBox1->setTitle( trUtf8( "" ) );
- GroupBox1->setColumnLayout(0, Qt::Vertical );
- GroupBox1->layout()->setSpacing( 6 );
- GroupBox1->layout()->setMargin( 11 );
- GroupBox1Layout = new QGridLayout( GroupBox1->layout() );
- GroupBox1Layout->setAlignment( Qt::AlignTop );
-
- Layout1 = new QGridLayout( 0, 1, 1, 0, 6, "Layout1");
-
- TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
- TextLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel1->sizePolicy().hasHeightForWidth() ) );
- TextLabel1->setText( trUtf8( "TL1" ) );
-
- Layout1->addWidget( TextLabel1, 0, 0 );
-
- TextLabel2 = new QLabel( GroupBox1, "TextLabel2" );
- TextLabel2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel2->sizePolicy().hasHeightForWidth() ) );
- TextLabel2->setText( trUtf8( "TL2" ) );
-
- Layout1->addWidget( TextLabel2, 1, 0 );
-
- TextLabel3 = new QLabel( GroupBox1, "TextLabel3" );
- TextLabel3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel3->sizePolicy().hasHeightForWidth() ) );
- TextLabel3->setText( trUtf8( "TL3" ) );
-
- Layout1->addWidget( TextLabel3, 2, 0 );
-
- TextLabel4 = new QLabel( GroupBox1, "TextLabel4" );
- TextLabel4->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel4->sizePolicy().hasHeightForWidth() ) );
- TextLabel4->setText( trUtf8( "TL4" ) );
-
- Layout1->addWidget( TextLabel4, 3, 0 );
-
- TextLabel5 = new QLabel( GroupBox1, "TextLabel5" );
- TextLabel5->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel5->sizePolicy().hasHeightForWidth() ) );
- TextLabel5->setText( trUtf8( "TL5" ) );
-
- Layout1->addWidget( TextLabel5, 4, 0 );
-
- TextLabel6 = new QLabel( GroupBox1, "TextLabel6" );
- TextLabel6->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel6->sizePolicy().hasHeightForWidth() ) );
- TextLabel6->setText( trUtf8( "TL6" ) );
-
- Layout1->addWidget( TextLabel6, 5, 0 );
-
- PushButton1 = new QPushButton( GroupBox1, "PushButton1" );
- PushButton1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton1->sizePolicy().hasHeightForWidth() ) );
- PushButton1->setText( trUtf8( "" ) );
-
- Layout1->addWidget( PushButton1, 0, 1 );
-
- PushButton2 = new QPushButton( GroupBox1, "PushButton2" );
- PushButton2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton2->sizePolicy().hasHeightForWidth() ) );
- PushButton2->setText( trUtf8( "" ) );
-
- Layout1->addWidget( PushButton2, 1, 1 );
-
- PushButton3 = new QPushButton( GroupBox1, "PushButton3" );
- PushButton3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton3->sizePolicy().hasHeightForWidth() ) );
- PushButton3->setText( trUtf8( "" ) );
-
- Layout1->addWidget( PushButton3, 2, 1 );
-
- PushButton4 = new QPushButton( GroupBox1, "PushButton4" );
- PushButton4->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton4->sizePolicy().hasHeightForWidth() ) );
- PushButton4->setText( trUtf8( "" ) );
-
- Layout1->addWidget( PushButton4, 3, 1 );
-
- PushButton5 = new QPushButton( GroupBox1, "PushButton5" );
- PushButton5->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton5->sizePolicy().hasHeightForWidth() ) );
- PushButton5->setText( trUtf8( "" ) );
-
- Layout1->addWidget( PushButton5, 4, 1 );
-
- PushButton6 = new QPushButton( GroupBox1, "PushButton6" );
- PushButton6->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton6->sizePolicy().hasHeightForWidth() ) );
- PushButton6->setText( trUtf8( "" ) );
-
- Layout1->addWidget( PushButton6, 5, 1 );
-
- LineEdit1 = new QLineEdit( GroupBox1, "LineEdit1" );
-
- Layout1->addWidget( LineEdit1, 0, 2 );
-
- LineEdit2 = new QLineEdit( GroupBox1, "LineEdit2" );
-
- Layout1->addWidget( LineEdit2, 1, 2 );
-
- LineEdit3 = new QLineEdit( GroupBox1, "LineEdit3" );
-
- Layout1->addWidget( LineEdit3, 2, 2 );
-
- LineEdit4 = new QLineEdit( GroupBox1, "LineEdit4" );
-
- Layout1->addWidget( LineEdit4, 3, 2 );
-
- LineEdit5 = new QLineEdit( GroupBox1, "LineEdit5" );
-
- Layout1->addWidget( LineEdit5, 4, 2 );
-
- LineEdit6 = new QLineEdit( GroupBox1, "LineEdit6" );
-
- Layout1->addWidget( LineEdit6, 5, 2 );
-
- GroupBox1Layout->addLayout( Layout1, 0, 0 );
-
- DlgRef_6Sel_QTDLayout->addWidget( GroupBox1, 0, 0 );
-}
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_6Sel_QTD::~DlgRef_6Sel_QTD()
-{
- // no need to delete child widgets, Qt does it all for us
-}
-
-// 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_6Sel_QTD.ui'
+/********************************************************************************
+** Form generated from reading ui file 'DlgRef_6Sel_QTD.ui'
**
-** Created: Tue Aug 24 18:18:28 2004
-** by: The User Interface Compiler (uic)
+** Created: Fri Jun 29 14:56:13 2007
+** by: Qt User Interface Compiler version 4.2.3
**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
+** WARNING! All changes made in this file will be lost when recompiling ui file!
+********************************************************************************/
+
#ifndef DLGREF_6SEL_QTD_H
#define DLGREF_6SEL_QTD_H
-#include "GEOM_DlgRef.hxx"
+#include <QtCore/QVariant>
+#include <QtGui/QAction>
+#include <QtGui/QApplication>
+#include <QtGui/QButtonGroup>
+#include <QtGui/QGridLayout>
+#include <QtGui/QGroupBox>
+#include <QtGui/QLabel>
+#include <QtGui/QLineEdit>
+#include <QtGui/QPushButton>
+#include <QtGui/QWidget>
+#include <Qt3Support/Q3MimeSourceFactory>
+
+class Ui_DlgRef_6Sel_QTD
+{
+public:
+ QGridLayout *gridLayout;
+ QGroupBox *GroupBox1;
+ QGridLayout *gridLayout1;
+ QGridLayout *gridLayout2;
+ QLabel *TextLabel1;
+ QLabel *TextLabel2;
+ QLabel *TextLabel3;
+ QLabel *TextLabel4;
+ QLabel *TextLabel5;
+ QLabel *TextLabel6;
+ QPushButton *PushButton1;
+ QPushButton *PushButton2;
+ QPushButton *PushButton3;
+ QPushButton *PushButton4;
+ QPushButton *PushButton5;
+ QPushButton *PushButton6;
+ QLineEdit *LineEdit1;
+ QLineEdit *LineEdit2;
+ QLineEdit *LineEdit3;
+ QLineEdit *LineEdit4;
+ QLineEdit *LineEdit5;
+ QLineEdit *LineEdit6;
-#include <qvariant.h>
-#include <qwidget.h>
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QGroupBox;
-class QLabel;
-class QLineEdit;
-class QPushButton;
+ void setupUi(QWidget *DlgRef_6Sel_QTD)
+ {
+ DlgRef_6Sel_QTD->setObjectName(QString::fromUtf8("DlgRef_6Sel_QTD"));
+ QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(5), static_cast<QSizePolicy::Policy>(7));
+ sizePolicy.setHorizontalStretch(0);
+ sizePolicy.setVerticalStretch(0);
+ sizePolicy.setHeightForWidth(DlgRef_6Sel_QTD->sizePolicy().hasHeightForWidth());
+ DlgRef_6Sel_QTD->setSizePolicy(sizePolicy);
+ gridLayout = new QGridLayout(DlgRef_6Sel_QTD);
+ gridLayout->setSpacing(6);
+ gridLayout->setMargin(0);
+ gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
+ GroupBox1 = new QGroupBox(DlgRef_6Sel_QTD);
+ GroupBox1->setObjectName(QString::fromUtf8("GroupBox1"));
+ gridLayout1 = new QGridLayout(GroupBox1);
+ gridLayout1->setSpacing(6);
+ gridLayout1->setMargin(11);
+ gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
+ gridLayout2 = new QGridLayout();
+ gridLayout2->setSpacing(6);
+ gridLayout2->setMargin(0);
+ gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
+ TextLabel1 = new QLabel(GroupBox1);
+ TextLabel1->setObjectName(QString::fromUtf8("TextLabel1"));
+ QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
+ sizePolicy1.setHorizontalStretch(0);
+ sizePolicy1.setVerticalStretch(0);
+ sizePolicy1.setHeightForWidth(TextLabel1->sizePolicy().hasHeightForWidth());
+ TextLabel1->setSizePolicy(sizePolicy1);
+ TextLabel1->setWordWrap(false);
-class GEOM_DLGREF_EXPORT DlgRef_6Sel_QTD : public QWidget
-{
- Q_OBJECT
+ gridLayout2->addWidget(TextLabel1, 0, 0, 1, 1);
+
+ TextLabel2 = new QLabel(GroupBox1);
+ TextLabel2->setObjectName(QString::fromUtf8("TextLabel2"));
+ QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
+ sizePolicy2.setHorizontalStretch(0);
+ sizePolicy2.setVerticalStretch(0);
+ sizePolicy2.setHeightForWidth(TextLabel2->sizePolicy().hasHeightForWidth());
+ TextLabel2->setSizePolicy(sizePolicy2);
+ TextLabel2->setWordWrap(false);
+
+ gridLayout2->addWidget(TextLabel2, 1, 0, 1, 1);
+
+ TextLabel3 = new QLabel(GroupBox1);
+ TextLabel3->setObjectName(QString::fromUtf8("TextLabel3"));
+ QSizePolicy sizePolicy3(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
+ sizePolicy3.setHorizontalStretch(0);
+ sizePolicy3.setVerticalStretch(0);
+ sizePolicy3.setHeightForWidth(TextLabel3->sizePolicy().hasHeightForWidth());
+ TextLabel3->setSizePolicy(sizePolicy3);
+ TextLabel3->setWordWrap(false);
+
+ gridLayout2->addWidget(TextLabel3, 2, 0, 1, 1);
+
+ TextLabel4 = new QLabel(GroupBox1);
+ TextLabel4->setObjectName(QString::fromUtf8("TextLabel4"));
+ QSizePolicy sizePolicy4(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
+ sizePolicy4.setHorizontalStretch(0);
+ sizePolicy4.setVerticalStretch(0);
+ sizePolicy4.setHeightForWidth(TextLabel4->sizePolicy().hasHeightForWidth());
+ TextLabel4->setSizePolicy(sizePolicy4);
+ TextLabel4->setWordWrap(false);
+
+ gridLayout2->addWidget(TextLabel4, 3, 0, 1, 1);
+
+ TextLabel5 = new QLabel(GroupBox1);
+ TextLabel5->setObjectName(QString::fromUtf8("TextLabel5"));
+ QSizePolicy sizePolicy5(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
+ sizePolicy5.setHorizontalStretch(0);
+ sizePolicy5.setVerticalStretch(0);
+ sizePolicy5.setHeightForWidth(TextLabel5->sizePolicy().hasHeightForWidth());
+ TextLabel5->setSizePolicy(sizePolicy5);
+ TextLabel5->setWordWrap(false);
+
+ gridLayout2->addWidget(TextLabel5, 4, 0, 1, 1);
+
+ TextLabel6 = new QLabel(GroupBox1);
+ TextLabel6->setObjectName(QString::fromUtf8("TextLabel6"));
+ QSizePolicy sizePolicy6(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
+ sizePolicy6.setHorizontalStretch(0);
+ sizePolicy6.setVerticalStretch(0);
+ sizePolicy6.setHeightForWidth(TextLabel6->sizePolicy().hasHeightForWidth());
+ TextLabel6->setSizePolicy(sizePolicy6);
+ TextLabel6->setWordWrap(false);
+
+ gridLayout2->addWidget(TextLabel6, 5, 0, 1, 1);
+
+ PushButton1 = new QPushButton(GroupBox1);
+ PushButton1->setObjectName(QString::fromUtf8("PushButton1"));
+ QSizePolicy sizePolicy7(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
+ sizePolicy7.setHorizontalStretch(0);
+ sizePolicy7.setVerticalStretch(0);
+ sizePolicy7.setHeightForWidth(PushButton1->sizePolicy().hasHeightForWidth());
+ PushButton1->setSizePolicy(sizePolicy7);
+
+ gridLayout2->addWidget(PushButton1, 0, 1, 1, 1);
+
+ PushButton2 = new QPushButton(GroupBox1);
+ PushButton2->setObjectName(QString::fromUtf8("PushButton2"));
+ QSizePolicy sizePolicy8(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
+ sizePolicy8.setHorizontalStretch(0);
+ sizePolicy8.setVerticalStretch(0);
+ sizePolicy8.setHeightForWidth(PushButton2->sizePolicy().hasHeightForWidth());
+ PushButton2->setSizePolicy(sizePolicy8);
+
+ gridLayout2->addWidget(PushButton2, 1, 1, 1, 1);
+
+ PushButton3 = new QPushButton(GroupBox1);
+ PushButton3->setObjectName(QString::fromUtf8("PushButton3"));
+ QSizePolicy sizePolicy9(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
+ sizePolicy9.setHorizontalStretch(0);
+ sizePolicy9.setVerticalStretch(0);
+ sizePolicy9.setHeightForWidth(PushButton3->sizePolicy().hasHeightForWidth());
+ PushButton3->setSizePolicy(sizePolicy9);
+
+ gridLayout2->addWidget(PushButton3, 2, 1, 1, 1);
+
+ PushButton4 = new QPushButton(GroupBox1);
+ PushButton4->setObjectName(QString::fromUtf8("PushButton4"));
+ QSizePolicy sizePolicy10(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
+ sizePolicy10.setHorizontalStretch(0);
+ sizePolicy10.setVerticalStretch(0);
+ sizePolicy10.setHeightForWidth(PushButton4->sizePolicy().hasHeightForWidth());
+ PushButton4->setSizePolicy(sizePolicy10);
+
+ gridLayout2->addWidget(PushButton4, 3, 1, 1, 1);
+
+ PushButton5 = new QPushButton(GroupBox1);
+ PushButton5->setObjectName(QString::fromUtf8("PushButton5"));
+ QSizePolicy sizePolicy11(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
+ sizePolicy11.setHorizontalStretch(0);
+ sizePolicy11.setVerticalStretch(0);
+ sizePolicy11.setHeightForWidth(PushButton5->sizePolicy().hasHeightForWidth());
+ PushButton5->setSizePolicy(sizePolicy11);
+
+ gridLayout2->addWidget(PushButton5, 4, 1, 1, 1);
+
+ PushButton6 = new QPushButton(GroupBox1);
+ PushButton6->setObjectName(QString::fromUtf8("PushButton6"));
+ QSizePolicy sizePolicy12(static_cast<QSizePolicy::Policy>(0), static_cast<QSizePolicy::Policy>(0));
+ sizePolicy12.setHorizontalStretch(0);
+ sizePolicy12.setVerticalStretch(0);
+ sizePolicy12.setHeightForWidth(PushButton6->sizePolicy().hasHeightForWidth());
+ PushButton6->setSizePolicy(sizePolicy12);
+
+ gridLayout2->addWidget(PushButton6, 5, 1, 1, 1);
+
+ LineEdit1 = new QLineEdit(GroupBox1);
+ LineEdit1->setObjectName(QString::fromUtf8("LineEdit1"));
+
+ gridLayout2->addWidget(LineEdit1, 0, 2, 1, 1);
+
+ LineEdit2 = new QLineEdit(GroupBox1);
+ LineEdit2->setObjectName(QString::fromUtf8("LineEdit2"));
+
+ gridLayout2->addWidget(LineEdit2, 1, 2, 1, 1);
+
+ LineEdit3 = new QLineEdit(GroupBox1);
+ LineEdit3->setObjectName(QString::fromUtf8("LineEdit3"));
+
+ gridLayout2->addWidget(LineEdit3, 2, 2, 1, 1);
+
+ LineEdit4 = new QLineEdit(GroupBox1);
+ LineEdit4->setObjectName(QString::fromUtf8("LineEdit4"));
+
+ gridLayout2->addWidget(LineEdit4, 3, 2, 1, 1);
+
+ LineEdit5 = new QLineEdit(GroupBox1);
+ LineEdit5->setObjectName(QString::fromUtf8("LineEdit5"));
+
+ gridLayout2->addWidget(LineEdit5, 4, 2, 1, 1);
+
+ LineEdit6 = new QLineEdit(GroupBox1);
+ LineEdit6->setObjectName(QString::fromUtf8("LineEdit6"));
+
+ gridLayout2->addWidget(LineEdit6, 5, 2, 1, 1);
+
+
+ gridLayout1->addLayout(gridLayout2, 0, 0, 1, 1);
+
+
+ gridLayout->addWidget(GroupBox1, 0, 0, 1, 1);
+
+
+ retranslateUi(DlgRef_6Sel_QTD);
+
+ QSize size(235, 196);
+ size = size.expandedTo(DlgRef_6Sel_QTD->minimumSizeHint());
+ DlgRef_6Sel_QTD->resize(size);
+
+
+ QMetaObject::connectSlotsByName(DlgRef_6Sel_QTD);
+ } // setupUi
+
+ void retranslateUi(QWidget *DlgRef_6Sel_QTD)
+ {
+ DlgRef_6Sel_QTD->setWindowTitle(QApplication::translate("DlgRef_6Sel_QTD", "DlgRef_6Sel_QTD", 0, QApplication::UnicodeUTF8));
+ GroupBox1->setTitle(QString());
+ TextLabel1->setText(QApplication::translate("DlgRef_6Sel_QTD", "TL1", 0, QApplication::UnicodeUTF8));
+ TextLabel2->setText(QApplication::translate("DlgRef_6Sel_QTD", "TL2", 0, QApplication::UnicodeUTF8));
+ TextLabel3->setText(QApplication::translate("DlgRef_6Sel_QTD", "TL3", 0, QApplication::UnicodeUTF8));
+ TextLabel4->setText(QApplication::translate("DlgRef_6Sel_QTD", "TL4", 0, QApplication::UnicodeUTF8));
+ TextLabel5->setText(QApplication::translate("DlgRef_6Sel_QTD", "TL5", 0, QApplication::UnicodeUTF8));
+ TextLabel6->setText(QApplication::translate("DlgRef_6Sel_QTD", "TL6", 0, QApplication::UnicodeUTF8));
+ PushButton1->setText(QString());
+ PushButton2->setText(QString());
+ PushButton3->setText(QString());
+ PushButton4->setText(QString());
+ PushButton5->setText(QString());
+ PushButton6->setText(QString());
+ Q_UNUSED(DlgRef_6Sel_QTD);
+ } // retranslateUi
-public:
- DlgRef_6Sel_QTD( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
- ~DlgRef_6Sel_QTD();
-
- QGroupBox* GroupBox1;
- QLabel* TextLabel1;
- QLabel* TextLabel2;
- QLabel* TextLabel3;
- QLabel* TextLabel4;
- QLabel* TextLabel5;
- QLabel* TextLabel6;
- QPushButton* PushButton1;
- QPushButton* PushButton2;
- QPushButton* PushButton3;
- QPushButton* PushButton4;
- QPushButton* PushButton5;
- QPushButton* PushButton6;
- QLineEdit* LineEdit1;
- QLineEdit* LineEdit2;
- QLineEdit* LineEdit3;
- QLineEdit* LineEdit4;
- QLineEdit* LineEdit5;
- QLineEdit* LineEdit6;
-
-
-protected:
- QGridLayout* DlgRef_6Sel_QTDLayout;
- QGridLayout* GroupBox1Layout;
- QGridLayout* Layout1;
};
+namespace Ui {
+ class DlgRef_6Sel_QTD: public Ui_DlgRef_6Sel_QTD {};
+} // namespace Ui
+
#endif // DLGREF_6SEL_QTD_H
+++ /dev/null
-// Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
-//
-// This library is free software; you can redistribute it and/or
-// modify it under the terms of the GNU Lesser General Public
-// License as published by the Free Software Foundation; either
-// version 2.1 of the License.
-//
-// This library is distributed in the hope that it will be useful
-// but WITHOUT ANY WARRANTY; without even the implied warranty of
-// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Lesser General Public License for more details.
-//
-// You should have received a copy of the GNU Lesser General Public
-// License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-//
-/****************************************************************************
-** Form implementation generated from reading ui file 'DlgRef_Skeleton_QTD.ui'
-**
-** Created: Fri Mar 17 11:18:06 2006
-** by: The User Interface Compiler ($Id$)
-**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
-
-#include "DlgRef_Skeleton_QTD.h"
-
-#include <qvariant.h>
-#include <qpushbutton.h>
-#include <qgroupbox.h>
-#include <qbuttongroup.h>
-#include <qradiobutton.h>
-#include <qlineedit.h>
-#include <qlabel.h>
-#include <qlayout.h>
-#include <qtooltip.h>
-#include <qwhatsthis.h>
-
-/*
- * Constructs a DlgRef_Skeleton_QTD as a child of 'parent', with the
- * name 'name' and widget flags set to 'f'.
- *
- * The dialog will by default be modeless, unless you set 'modal' to
- * TRUE to construct a modal dialog.
- */
-DlgRef_Skeleton_QTD::DlgRef_Skeleton_QTD( QWidget* parent, const char* name, bool modal, WFlags fl )
- : QDialog( parent, name, modal, fl )
-{
- if ( !name )
- setName( "DlgRef_Skeleton_QTD" );
- setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)5, (QSizePolicy::SizeType)7, 0, 0, sizePolicy().hasHeightForWidth() ) );
- setSizeGripEnabled( TRUE );
- DlgRef_Skeleton_QTDLayout = new QGridLayout( this, 1, 1, 11, 6, "DlgRef_Skeleton_QTDLayout");
-
- Layout1 = new QGridLayout( 0, 1, 1, 0, 6, "Layout1");
-
- GroupMedium = new QGroupBox( this, "GroupMedium" );
- GroupMedium->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)7, 0, 0, GroupMedium->sizePolicy().hasHeightForWidth() ) );
-
- Layout1->addWidget( GroupMedium, 2, 0 );
-
- GroupButtons = new QGroupBox( this, "GroupButtons" );
- GroupButtons->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, GroupButtons->sizePolicy().hasHeightForWidth() ) );
- GroupButtons->setColumnLayout(0, Qt::Vertical );
- GroupButtons->layout()->setSpacing( 6 );
- GroupButtons->layout()->setMargin( 11 );
- GroupButtonsLayout = new QHBoxLayout( GroupButtons->layout() );
- GroupButtonsLayout->setAlignment( Qt::AlignTop );
-
- Layout3 = new QHBoxLayout( 0, 0, 6, "Layout3");
-
- buttonOk = new QPushButton( GroupButtons, "buttonOk" );
- Layout3->addWidget( buttonOk );
-
- buttonApply = new QPushButton( GroupButtons, "buttonApply" );
- Layout3->addWidget( buttonApply );
- Spacer1 = new QSpacerItem( 91, 0, QSizePolicy::Expanding, QSizePolicy::Minimum );
- Layout3->addItem( Spacer1 );
-
- buttonCancel = new QPushButton( GroupButtons, "buttonCancel" );
- Layout3->addWidget( buttonCancel );
-
- buttonHelp = new QPushButton( GroupButtons, "buttonHelp" );
- Layout3->addWidget( buttonHelp );
- GroupButtonsLayout->addLayout( Layout3 );
-
- Layout1->addWidget( GroupButtons, 3, 0 );
-
- GroupConstructors = new QButtonGroup( this, "GroupConstructors" );
- GroupConstructors->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)5, (QSizePolicy::SizeType)0, 0, 0, GroupConstructors->sizePolicy().hasHeightForWidth() ) );
- GroupConstructors->setColumnLayout(0, Qt::Vertical );
- GroupConstructors->layout()->setSpacing( 6 );
- GroupConstructors->layout()->setMargin( 11 );
- GroupConstructorsLayout = new QHBoxLayout( GroupConstructors->layout() );
- GroupConstructorsLayout->setAlignment( Qt::AlignTop );
-
- Layout2 = new QHBoxLayout( 0, 0, 6, "Layout2");
-
- RadioButton1 = new QRadioButton( GroupConstructors, "RadioButton1" );
- Layout2->addWidget( RadioButton1 );
-
- RadioButton2 = new QRadioButton( GroupConstructors, "RadioButton2" );
- Layout2->addWidget( RadioButton2 );
-
- RadioButton3 = new QRadioButton( GroupConstructors, "RadioButton3" );
- Layout2->addWidget( RadioButton3 );
-
- RadioButton4 = new QRadioButton( GroupConstructors, "RadioButton4" );
- Layout2->addWidget( RadioButton4 );
- GroupConstructorsLayout->addLayout( Layout2 );
-
- Layout1->addWidget( GroupConstructors, 0, 0 );
-
- GroupBoxName = new QGroupBox( this, "GroupBoxName" );
- GroupBoxName->setColumnLayout(0, Qt::Vertical );
- GroupBoxName->layout()->setSpacing( 6 );
- GroupBoxName->layout()->setMargin( 11 );
- GroupBoxNameLayout = new QGridLayout( GroupBoxName->layout() );
- GroupBoxNameLayout->setAlignment( Qt::AlignTop );
-
- Layout66 = new QGridLayout( 0, 1, 1, 0, 6, "Layout66");
-
- ResultName = new QLineEdit( GroupBoxName, "ResultName" );
-
- Layout66->addWidget( ResultName, 0, 1 );
-
- NameLabel = new QLabel( GroupBoxName, "NameLabel" );
-
- Layout66->addWidget( NameLabel, 0, 0 );
-
- GroupBoxNameLayout->addLayout( Layout66, 0, 0 );
-
- Layout1->addWidget( GroupBoxName, 1, 0 );
-
- DlgRef_Skeleton_QTDLayout->addLayout( Layout1, 0, 0 );
- languageChange();
- resize( QSize(307, 378).expandedTo(minimumSizeHint()) );
- clearWState( WState_Polished );
-}
-
-/*
- * Destroys the object and frees any allocated resources
- */
-DlgRef_Skeleton_QTD::~DlgRef_Skeleton_QTD()
-{
- // no need to delete child widgets, Qt does it all for us
-}
-
-/*
- * Sets the strings of the subwidgets using the current
- * language.
- */
-void DlgRef_Skeleton_QTD::languageChange()
-{
- setCaption( tr( "DlgRef_Skeleton_QTD" ) );
- GroupMedium->setTitle( QString::null );
- GroupButtons->setTitle( QString::null );
- buttonOk->setText( tr( "&Ok" ) );
- buttonApply->setText( tr( "&Apply" ) );
- buttonCancel->setText( tr( "&Cancel" ) );
- buttonHelp->setText( tr( "&Help" ) );
- GroupConstructors->setTitle( QString::null );
- RadioButton1->setText( QString::null );
- RadioButton2->setText( QString::null );
- RadioButton3->setText( QString::null );
- RadioButton4->setText( QString::null );
- GroupBoxName->setTitle( tr( "Result name" ) );
- NameLabel->setText( tr( "Name" ) );
-}
-
-// 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_Skeleton_QTD.ui'
+/********************************************************************************
+** Form generated from reading ui file 'DlgRef_Skeleton_QTD.ui'
**
-** Created: Fri Mar 17 11:18:06 2006
-** by: The User Interface Compiler ($Id$)
+** Created: Fri Jun 29 11:48:51 2007
+** by: Qt User Interface Compiler version 4.2.3
**
-** WARNING! All changes made in this file will be lost!
-****************************************************************************/
+** WARNING! All changes made in this file will be lost when recompiling ui file!
+********************************************************************************/
#ifndef DLGREF_SKELETON_QTD_H
#define DLGREF_SKELETON_QTD_H
-#include "GEOM_DlgRef.hxx"
+#include <QtCore/QVariant>
+#include <QtGui/QAction>
+#include <QtGui/QApplication>
+#include <QtGui/QButtonGroup>
+#include <QtGui/QDialog>
+#include <QtGui/QGridLayout>
+#include <QtGui/QGroupBox>
+#include <QtGui/QHBoxLayout>
+#include <QtGui/QLabel>
+#include <QtGui/QLineEdit>
+#include <QtGui/QPushButton>
+#include <QtGui/QRadioButton>
+#include <QtGui/QSpacerItem>
+#include <Qt3Support/Q3MimeSourceFactory>
-#include <qvariant.h>
-#include <qdialog.h>
+class Ui_DlgRef_Skeleton_QTD
+{
+public:
+ QGridLayout *gridLayout;
+ QGridLayout *gridLayout1;
+ QGroupBox *GroupMedium;
+ QGroupBox *GroupButtons;
+ QHBoxLayout *hboxLayout;
+ QHBoxLayout *hboxLayout1;
+ QPushButton *buttonOk;
+ QPushButton *buttonApply;
+ QSpacerItem *spacerItem;
+ QPushButton *buttonCancel;
+ QPushButton *buttonHelp;
+ QGroupBox *GroupConstructors;
+ QHBoxLayout *hboxLayout2;
+ QHBoxLayout *hboxLayout3;
+ QRadioButton *RadioButton1;
+ QRadioButton *RadioButton2;
+ QRadioButton *RadioButton3;
+ QRadioButton *RadioButton4;
+ QGroupBox *GroupBoxName;
+ QGridLayout *gridLayout2;
+ QGridLayout *gridLayout3;
+ QLineEdit *ResultName;
+ QLabel *NameLabel;
-class QVBoxLayout;
-class QHBoxLayout;
-class QGridLayout;
-class QSpacerItem;
-class QGroupBox;
-class QPushButton;
-class QButtonGroup;
-class QRadioButton;
-class QLineEdit;
-class QLabel;
+ void setupUi(QDialog *DlgRef_Skeleton_QTD)
+ {
+ DlgRef_Skeleton_QTD->setObjectName(QString::fromUtf8("DlgRef_Skeleton_QTD"));
+ QSizePolicy sizePolicy(static_cast<QSizePolicy::Policy>(5), static_cast<QSizePolicy::Policy>(7));
+ sizePolicy.setHorizontalStretch(0);
+ sizePolicy.setVerticalStretch(0);
+ sizePolicy.setHeightForWidth(DlgRef_Skeleton_QTD->sizePolicy().hasHeightForWidth());
+ DlgRef_Skeleton_QTD->setSizePolicy(sizePolicy);
+ DlgRef_Skeleton_QTD->setSizeGripEnabled(true);
+ gridLayout = new QGridLayout(DlgRef_Skeleton_QTD);
+ gridLayout->setSpacing(6);
+ gridLayout->setMargin(11);
+ gridLayout->setObjectName(QString::fromUtf8("gridLayout"));
+ gridLayout1 = new QGridLayout();
+ gridLayout1->setSpacing(6);
+ gridLayout1->setMargin(0);
+ gridLayout1->setObjectName(QString::fromUtf8("gridLayout1"));
+ GroupMedium = new QGroupBox(DlgRef_Skeleton_QTD);
+ GroupMedium->setObjectName(QString::fromUtf8("GroupMedium"));
+ QSizePolicy sizePolicy1(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(7));
+ sizePolicy1.setHorizontalStretch(0);
+ sizePolicy1.setVerticalStretch(0);
+ sizePolicy1.setHeightForWidth(GroupMedium->sizePolicy().hasHeightForWidth());
+ GroupMedium->setSizePolicy(sizePolicy1);
-class GEOM_DLGREF_EXPORT DlgRef_Skeleton_QTD : public QDialog
-{
- Q_OBJECT
+ gridLayout1->addWidget(GroupMedium, 2, 0, 1, 1);
-public:
- DlgRef_Skeleton_QTD( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
- ~DlgRef_Skeleton_QTD();
-
- QGroupBox* GroupMedium;
- QGroupBox* GroupButtons;
- QPushButton* buttonOk;
- QPushButton* buttonApply;
- QPushButton* buttonCancel;
- QPushButton* buttonHelp;
- QButtonGroup* GroupConstructors;
- QRadioButton* RadioButton1;
- QRadioButton* RadioButton2;
- QRadioButton* RadioButton3;
- QRadioButton* RadioButton4;
- QGroupBox* GroupBoxName;
- QLineEdit* ResultName;
- QLabel* NameLabel;
-
-protected:
- QGridLayout* DlgRef_Skeleton_QTDLayout;
- QGridLayout* Layout1;
- QHBoxLayout* GroupButtonsLayout;
- QHBoxLayout* Layout3;
- QSpacerItem* Spacer1;
- QHBoxLayout* GroupConstructorsLayout;
- QHBoxLayout* Layout2;
- QGridLayout* GroupBoxNameLayout;
- QGridLayout* Layout66;
-
-protected slots:
- virtual void languageChange();
+ GroupButtons = new QGroupBox(DlgRef_Skeleton_QTD);
+ GroupButtons->setObjectName(QString::fromUtf8("GroupButtons"));
+ QSizePolicy sizePolicy2(static_cast<QSizePolicy::Policy>(7), static_cast<QSizePolicy::Policy>(0));
+ sizePolicy2.setHorizontalStretch(0);
+ sizePolicy2.setVerticalStretch(0);
+ sizePolicy2.setHeightForWidth(GroupButtons->sizePolicy().hasHeightForWidth());
+ GroupButtons->setSizePolicy(sizePolicy2);
+ hboxLayout = new QHBoxLayout(GroupButtons);
+ hboxLayout->setSpacing(6);
+ hboxLayout->setMargin(11);
+ hboxLayout->setObjectName(QString::fromUtf8("hboxLayout"));
+ hboxLayout1 = new QHBoxLayout();
+ hboxLayout1->setSpacing(6);
+ hboxLayout1->setMargin(0);
+ hboxLayout1->setObjectName(QString::fromUtf8("hboxLayout1"));
+ buttonOk = new QPushButton(GroupButtons);
+ buttonOk->setObjectName(QString::fromUtf8("buttonOk"));
+
+ hboxLayout1->addWidget(buttonOk);
+
+ buttonApply = new QPushButton(GroupButtons);
+ buttonApply->setObjectName(QString::fromUtf8("buttonApply"));
+
+ hboxLayout1->addWidget(buttonApply);
+
+ spacerItem = new QSpacerItem(91, 0, QSizePolicy::Expanding, QSizePolicy::Minimum);
+
+ hboxLayout1->addItem(spacerItem);
+
+ buttonCancel = new QPushButton(GroupButtons);
+ buttonCancel->setObjectName(QString::fromUtf8("buttonCancel"));
+
+ hboxLayout1->addWidget(buttonCancel);
+
+ buttonHelp = new QPushButton(GroupButtons);
+ buttonHelp->setObjectName(QString::fromUtf8("buttonHelp"));
+
+ hboxLayout1->addWidget(buttonHelp);
+
+
+ hboxLayout->addLayout(hboxLayout1);
+
+
+ gridLayout1->addWidget(GroupButtons, 3, 0, 1, 1);
+
+ GroupConstructors = new QGroupBox(DlgRef_Skeleton_QTD);
+ GroupConstructors->setObjectName(QString::fromUtf8("GroupConstructors"));
+ QSizePolicy sizePolicy3(static_cast<QSizePolicy::Policy>(5), static_cast<QSizePolicy::Policy>(0));
+ sizePolicy3.setHorizontalStretch(0);
+ sizePolicy3.setVerticalStretch(0);
+ sizePolicy3.setHeightForWidth(GroupConstructors->sizePolicy().hasHeightForWidth());
+ GroupConstructors->setSizePolicy(sizePolicy3);
+ hboxLayout2 = new QHBoxLayout(GroupConstructors);
+ hboxLayout2->setSpacing(6);
+ hboxLayout2->setMargin(11);
+ hboxLayout2->setObjectName(QString::fromUtf8("hboxLayout2"));
+ hboxLayout3 = new QHBoxLayout();
+ hboxLayout3->setSpacing(6);
+ hboxLayout3->setMargin(0);
+ hboxLayout3->setObjectName(QString::fromUtf8("hboxLayout3"));
+ RadioButton1 = new QRadioButton(GroupConstructors);
+ RadioButton1->setObjectName(QString::fromUtf8("RadioButton1"));
+
+ hboxLayout3->addWidget(RadioButton1);
+
+ RadioButton2 = new QRadioButton(GroupConstructors);
+ RadioButton2->setObjectName(QString::fromUtf8("RadioButton2"));
+
+ hboxLayout3->addWidget(RadioButton2);
+
+ RadioButton3 = new QRadioButton(GroupConstructors);
+ RadioButton3->setObjectName(QString::fromUtf8("RadioButton3"));
+
+ hboxLayout3->addWidget(RadioButton3);
+
+ RadioButton4 = new QRadioButton(GroupConstructors);
+ RadioButton4->setObjectName(QString::fromUtf8("RadioButton4"));
+
+ hboxLayout3->addWidget(RadioButton4);
+
+
+ hboxLayout2->addLayout(hboxLayout3);
+
+
+ gridLayout1->addWidget(GroupConstructors, 0, 0, 1, 1);
+
+ GroupBoxName = new QGroupBox(DlgRef_Skeleton_QTD);
+ GroupBoxName->setObjectName(QString::fromUtf8("GroupBoxName"));
+ gridLayout2 = new QGridLayout(GroupBoxName);
+ gridLayout2->setSpacing(6);
+ gridLayout2->setMargin(11);
+ gridLayout2->setObjectName(QString::fromUtf8("gridLayout2"));
+ gridLayout3 = new QGridLayout();
+ gridLayout3->setSpacing(6);
+ gridLayout3->setMargin(0);
+ gridLayout3->setObjectName(QString::fromUtf8("gridLayout3"));
+ ResultName = new QLineEdit(GroupBoxName);
+ ResultName->setObjectName(QString::fromUtf8("ResultName"));
+
+ gridLayout3->addWidget(ResultName, 0, 1, 1, 1);
+
+ NameLabel = new QLabel(GroupBoxName);
+ NameLabel->setObjectName(QString::fromUtf8("NameLabel"));
+ NameLabel->setWordWrap(false);
+
+ gridLayout3->addWidget(NameLabel, 0, 0, 1, 1);
+
+
+ gridLayout2->addLayout(gridLayout3, 0, 0, 1, 1);
+
+
+ gridLayout1->addWidget(GroupBoxName, 1, 0, 1, 1);
+
+
+ gridLayout->addLayout(gridLayout1, 0, 0, 1, 1);
+
+
+ retranslateUi(DlgRef_Skeleton_QTD);
+
+ QSize size(307, 378);
+ size = size.expandedTo(DlgRef_Skeleton_QTD->minimumSizeHint());
+ DlgRef_Skeleton_QTD->resize(size);
+
+
+ QMetaObject::connectSlotsByName(DlgRef_Skeleton_QTD);
+ } // setupUi
+
+ void retranslateUi(QDialog *DlgRef_Skeleton_QTD)
+ {
+ DlgRef_Skeleton_QTD->setWindowTitle(QApplication::translate("DlgRef_Skeleton_QTD", "DlgRef_Skeleton_QTD", 0, QApplication::UnicodeUTF8));
+ GroupMedium->setTitle(QString());
+ GroupButtons->setTitle(QString());
+ buttonOk->setText(QApplication::translate("DlgRef_Skeleton_QTD", "&Ok", 0, QApplication::UnicodeUTF8));
+ buttonApply->setText(QApplication::translate("DlgRef_Skeleton_QTD", "&Apply", 0, QApplication::UnicodeUTF8));
+ buttonCancel->setText(QApplication::translate("DlgRef_Skeleton_QTD", "&Cancel", 0, QApplication::UnicodeUTF8));
+ buttonHelp->setText(QApplication::translate("DlgRef_Skeleton_QTD", "&Help", 0, QApplication::UnicodeUTF8));
+ GroupConstructors->setTitle(QString());
+ RadioButton1->setText(QString());
+ RadioButton2->setText(QString());
+ RadioButton3->setText(QString());
+ RadioButton4->setText(QString());
+ GroupBoxName->setTitle(QApplication::translate("DlgRef_Skeleton_QTD", "Result name", 0, QApplication::UnicodeUTF8));
+ NameLabel->setText(QApplication::translate("DlgRef_Skeleton_QTD", "Name", 0, QApplication::UnicodeUTF8));
+ Q_UNUSED(DlgRef_Skeleton_QTD);
+ } // retranslateUi
};
+namespace Ui {
+ class DlgRef_Skeleton_QTD: public Ui_DlgRef_Skeleton_QTD {};
+} // namespace Ui
+
#endif // DLGREF_SKELETON_QTD_H
#include "DlgRef_SpinBox.h"
-#include <qvalidator.h>
-
//=================================================================================
// class : DlgRef_SpinBox()
// purpose : constructor of specific widget accepting floats in double precision.
//=================================================================================
DlgRef_SpinBox::DlgRef_SpinBox(QWidget* parent, const char* name)
- : QtxDblSpinBox(parent, name)
+ : QtxDoubleSpinBox(parent)
{
+ setObjectName( name );
}
//=================================================================================
void DlgRef_SpinBox::SetStep(double newStep)
{
- setLineStep(newStep);
+ setSingleStep(newStep);
}
void DlgRef_SpinBox::RangeStepAndValidator(double min, double max,double step,
unsigned short decimals)
{
- setPrecision(-decimals); // PAL12789. Minus is for using 'g' double->string conversion specifier,
- // see QtxDblSpinBox::mapValueToText( double v )
+ setDecimals(-decimals); // PAL12789. Minus is for using 'g' double->string conversion specifier,
+ // see QtxDoubleSpinBox::mapValueToText( double v )
setRange(min, max);
- setLineStep(step);
- ((QDoubleValidator*)validator())->setRange(min, max, decimals);
+ setSingleStep(step);
}
#include "GEOM_DlgRef.hxx"
-#include "QtxDblSpinBox.h"
+#include "QtxDoubleSpinBox.h"
#define COORD_MIN -1e+15
#define COORD_MAX +1e+15
// class : DlgRef_SpinBox
// purpose : Derivated from QSpinBox class and modified to accept floats
//=================================================================================
-class GEOM_DLGREF_EXPORT DlgRef_SpinBox : public QtxDblSpinBox
+class GEOM_DLGREF_EXPORT DlgRef_SpinBox : public QtxDoubleSpinBox
{
Q_OBJECT
# Sources files
dist_libDlgRef_la_SOURCES = \
- DlgRef_Skeleton_QTD.cxx \
- DlgRef_1Sel_QTD.cxx \
- DlgRef_2Sel_QTD.cxx \
- DlgRef_3Sel_QTD.cxx \
- DlgRef_1Sel1Check_QTD.cxx \
- DlgRef_1Sel3Check_QTD.cxx \
- DlgRef_1Sel1Check1List_QTD.cxx \
- DlgRef_1Sel1Spin_QTD.cxx \
- DlgRef_1Sel2Spin_QTD.cxx \
- DlgRef_1Sel3Spin_QTD.cxx \
- DlgRef_1Sel4Spin_QTD.cxx \
- DlgRef_1Sel5Spin_QTD.cxx \
- DlgRef_2Sel1Spin_QTD.cxx \
- DlgRef_2Sel2Spin_QTD.cxx \
- DlgRef_2Sel3Spin_QTD.cxx \
- DlgRef_1Sel1Spin1Check_QTD.cxx \
- DlgRef_2Sel1Spin2Check_QTD.cxx \
- DlgRef_2Sel2Spin1Check_QTD.cxx \
- DlgRef_2Sel4Spin1Check_QTD.cxx \
- DlgRef_3Sel4Spin2Check_QTD.cxx \
- DlgRef_4Sel1List_QTD.cxx \
- DlgRef_2Sel1List_QTD.cxx \
- DlgRef_1List1Spin1Btn_QTD.cxx \
- DlgRef_4Sel1List1Check_QTD.cxx \
- DlgRef_1Spin_QTD.cxx \
- DlgRef_2Spin_QTD.cxx \
- DlgRef_3Spin_QTD.cxx \
- DlgRef_3Spin1Check_QTD.cxx \
- DlgRef_3Sel3Spin1Check_QTD.cxx \
- DlgRef_4Sel1Spin2Check_QTD.cxx \
DlgRef_SpinBox.cxx \
DlgRef_1Sel1Spin.cxx \
DlgRef_1Sel2Spin.cxx \
DlgRef_3Spin.cxx \
DlgRef_3Spin1Check.cxx \
DlgRef_3Sel1Spin.cxx \
- DlgRef_3Check_QTD.cxx \
- DlgRef_6Sel_QTD.cxx \
- DlgRef_4Sel1Spin2Check.cxx \
- DlgRef_3Sel1Check_QTD.cxx
+ DlgRef_4Sel1Spin2Check.cxx
MOC_FILES = \
- DlgRef_Skeleton_QTD_moc.cxx \
- DlgRef_1Sel_QTD_moc.cxx \
- DlgRef_2Sel_QTD_moc.cxx \
- DlgRef_3Sel_QTD_moc.cxx \
- DlgRef_1Sel1Check_QTD_moc.cxx \
- DlgRef_1Sel3Check_QTD_moc.cxx \
- DlgRef_1Sel1Check1List_QTD_moc.cxx \
- DlgRef_1Sel1Spin_QTD_moc.cxx \
- DlgRef_1Sel2Spin_QTD_moc.cxx \
- DlgRef_1Sel3Spin_QTD_moc.cxx \
- DlgRef_1Sel4Spin_QTD_moc.cxx \
- DlgRef_1Sel5Spin_QTD_moc.cxx \
- DlgRef_2Sel1Spin_QTD_moc.cxx \
- DlgRef_2Sel2Spin_QTD_moc.cxx \
- DlgRef_2Sel3Spin_QTD_moc.cxx \
- DlgRef_1Sel1Spin1Check_QTD_moc.cxx \
- DlgRef_2Sel1Spin2Check_QTD_moc.cxx \
- DlgRef_2Sel2Spin1Check_QTD_moc.cxx \
- DlgRef_2Sel4Spin1Check_QTD_moc.cxx \
- DlgRef_3Sel4Spin2Check_QTD_moc.cxx \
- DlgRef_4Sel1List_QTD_moc.cxx \
- DlgRef_2Sel1List_QTD_moc.cxx \
- DlgRef_1List1Spin1Btn_QTD_moc.cxx \
- DlgRef_4Sel1List1Check_QTD_moc.cxx \
- DlgRef_1Spin_QTD_moc.cxx \
- DlgRef_2Spin_QTD_moc.cxx \
- DlgRef_3Spin_QTD_moc.cxx \
- DlgRef_3Spin1Check_QTD_moc.cxx \
- DlgRef_3Sel3Spin1Check_QTD_moc.cxx \
- DlgRef_4Sel1Spin2Check_QTD_moc.cxx \
DlgRef_SpinBox_moc.cxx \
DlgRef_1Sel1Spin_moc.cxx \
DlgRef_1Sel2Spin_moc.cxx \
DlgRef_3Spin1Check_moc.cxx \
DlgRef_3Sel1Spin_moc.cxx \
DlgRef_1Sel_Ext_moc.cxx \
- DlgRef_3Check_QTD_moc.cxx \
- DlgRef_6Sel_QTD_moc.cxx \
- DlgRef_4Sel1Spin2Check_moc.cxx \
- DlgRef_3Sel1Check_QTD_moc.cxx
+ DlgRef_4Sel1Spin2Check_moc.cxx
# header files
salomeinclude_HEADERS = \
-<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
-<class>DlgRef_1List1Spin1Btn_QTD</class>
-<widget class="QWidget">
- <property name="name">
- <cstring>DlgRef_1List1Spin1Btn_QTD</cstring>
+<ui version="4.0" stdsetdef="1" >
+ <author></author>
+ <comment></comment>
+ <exportmacro></exportmacro>
+ <class>DlgRef_1List1Spin1Btn_QTD</class>
+ <widget class="QWidget" name="DlgRef_1List1Spin1Btn_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>204</width>
+ <height>148</height>
+ </rect>
</property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>204</width>
- <height>148</height>
- </rect>
+ <property name="windowTitle" >
+ <string>DlgRef_3Sel4Spin2Check_QTD</string>
</property>
- <property name="caption">
- <string>DlgRef_3Sel4Spin2Check_QTD</string>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>11</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QGroupBox" row="0" column="0">
- <property name="name">
- <cstring>GroupBox1</cstring>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>11</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>11</number>
</property>
- <property name="title">
- <string></string>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
+ <item row="3" column="1" >
+ <spacer name="Spacer1" >
+ <property name="sizeHint" >
+ <size>
+ <width>0</width>
+ <height>23</height>
+ </size>
+ </property>
+ <property name="sizeType" >
+ <enum>Expanding</enum>
+ </property>
+ <property name="orientation" >
+ <enum>Vertical</enum>
+ </property>
+ </spacer>
+ </item>
+ <item rowspan="4" row="0" column="0" colspan="1" >
+ <widget class="QListView" name="ListView1" />
+ </item>
+ <item row="0" column="1" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="text" >
+ <string>TL1</string>
</property>
- <property name="margin">
- <number>11</number>
+ <property name="wordWrap" >
+ <bool>false</bool>
</property>
- <property name="spacing">
- <number>6</number>
+ </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>
- <spacer row="3" column="1">
- <property name="name">
- <cstring>Spacer1</cstring>
- </property>
- <property name="orientation">
- <enum>Vertical</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>0</width>
- <height>23</height>
- </size>
- </property>
- </spacer>
- <widget class="QListView" row="0" column="0" rowspan="4" colspan="1">
- <property name="name">
- <cstring>ListView1</cstring>
- </property>
- </widget>
- <widget class="QLabel" row="0" column="1">
- <property name="name">
- <cstring>TextLabel1</cstring>
- </property>
- <property name="text">
- <string>TL1</string>
- </property>
- </widget>
- <widget class="QSpinBox" row="1" column="1">
- <property name="name">
- <cstring>SpinBox1</cstring>
- </property>
- </widget>
- <widget class="QPushButton" row="2" column="1">
- <property name="name">
- <cstring>PushButton1</cstring>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- </grid>
+ </widget>
+ </item>
+ </layout>
</widget>
- </grid>
-</widget>
-<layoutdefaults spacing="6" margin="11"/>
-</UI>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+</ui>
-<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
-<class>DlgRef_1Sel1Check1List_QTD</class>
-<widget class="QWidget">
- <property name="name">
- <cstring>DlgRef_1Sel1Check1List_QTD</cstring>
+<ui version="4.0" stdsetdef="1" >
+ <author></author>
+ <comment></comment>
+ <exportmacro></exportmacro>
+ <class>DlgRef_1Sel1Check1List_QTD</class>
+ <widget class="QWidget" name="DlgRef_1Sel1Check1List_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>129</width>
+ <height>104</height>
+ </rect>
</property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>129</width>
- <height>104</height>
- </rect>
+ <property name="windowTitle" >
+ <string>DlgRef_1Sel1Check1List_QTD</string>
</property>
- <property name="caption">
- <string>DlgRef_1Sel1Check1List_QTD</string>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QGroupBox" row="0" column="0">
- <property name="name">
- <cstring>GroupBox1</cstring>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>11</number>
</property>
- <property name="title">
- <string></string>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>11</number>
+ <item row="0" column="0" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
</property>
- <property name="spacing">
- <number>6</number>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <widget class="QLayoutWidget" row="0" column="0">
- <property name="name">
- <cstring>Layout1</cstring>
+ <item row="3" column="2" >
+ <spacer name="Spacer5" >
+ <property name="sizeHint" >
+ <size>
+ <width>0</width>
+ <height>166</height>
+ </size>
+ </property>
+ <property name="sizeType" >
+ <enum>Expanding</enum>
+ </property>
+ <property name="orientation" >
+ <enum>Vertical</enum>
+ </property>
+ </spacer>
+ </item>
+ <item rowspan="1" row="2" column="0" colspan="3" >
+ <widget class="QRadioButton" name="CheckButton1" >
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item rowspan="1" row="1" column="0" colspan="2" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="2" >
+ <widget class="QComboBox" name="ComboBox1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <spacer row="3" column="2">
- <property name="name">
- <cstring>Spacer5</cstring>
- </property>
- <property name="orientation">
- <enum>Vertical</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>0</width>
- <height>166</height>
- </size>
- </property>
- </spacer>
- <widget class="QRadioButton" row="2" column="0" rowspan="1" colspan="3">
- <property name="name">
- <cstring>CheckButton1</cstring>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QLabel" row="1" column="0" rowspan="1" colspan="2">
- <property name="name">
- <cstring>TextLabel2</cstring>
- </property>
- <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>
- </widget>
- <widget class="QComboBox" row="1" column="2">
- <property name="name">
- <cstring>ComboBox1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- <widget class="QLineEdit" row="0" column="2">
- <property name="name">
- <cstring>LineEdit1</cstring>
- </property>
- </widget>
- <widget class="QLabel" row="0" column="0">
- <property name="name">
- <cstring>TextLabel1</cstring>
- </property>
- <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>
- </widget>
- <widget class="QPushButton" row="0" column="1">
- <property name="name">
- <cstring>PushButton1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- </grid>
- </widget>
- </grid>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ </layout>
</widget>
- </grid>
-</widget>
-<layoutdefaults spacing="6" margin="11"/>
-</UI>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+</ui>
-<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
-<class>DlgRef_1Sel1Check_QTD</class>
-<widget class="QWidget">
- <property name="name">
- <cstring>DlgRef_1Sel1Check_QTD</cstring>
+<ui version="4.0" stdsetdef="1" >
+ <author></author>
+ <comment></comment>
+ <exportmacro></exportmacro>
+ <class>DlgRef_1Sel1Check_QTD</class>
+ <widget class="QWidget" name="DlgRef_1Sel1Check_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>382</width>
+ <height>219</height>
+ </rect>
</property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>382</width>
- <height>219</height>
- </rect>
+ <property name="windowTitle" >
+ <string>DlgRef_1Sel1Check_QTD</string>
</property>
- <property name="caption">
- <string>DlgRef_1Sel1Check_QTD</string>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QGroupBox" row="0" column="0">
- <property name="name">
- <cstring>GroupBox1</cstring>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>11</number>
</property>
- <property name="title">
- <string></string>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>11</number>
+ <item row="0" column="0" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
</property>
- <property name="spacing">
- <number>6</number>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <widget class="QLayoutWidget" row="0" column="0">
- <property name="name">
- <cstring>Layout3</cstring>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item rowspan="1" row="1" column="0" colspan="3" >
+ <widget class="QCheckBox" name="CheckButton1" >
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="2" >
+ <spacer name="Spacer5" >
+ <property name="sizeHint" >
+ <size>
+ <width>0</width>
+ <height>16</height>
+ </size>
+ </property>
+ <property name="sizeType" >
+ <enum>Expanding</enum>
+ </property>
+ <property name="orientation" >
+ <enum>Vertical</enum>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QLabel" row="0" column="0">
- <property name="name">
- <cstring>TextLabel1</cstring>
- </property>
- <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>
- </widget>
- <widget class="QPushButton" row="0" column="1">
- <property name="name">
- <cstring>PushButton1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QCheckBox" row="1" column="0" rowspan="1" colspan="3">
- <property name="name">
- <cstring>CheckButton1</cstring>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <spacer row="2" column="2">
- <property name="name">
- <cstring>Spacer5</cstring>
- </property>
- <property name="orientation">
- <enum>Vertical</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>0</width>
- <height>16</height>
- </size>
- </property>
- </spacer>
- <widget class="QLineEdit" row="0" column="2">
- <property name="name">
- <cstring>LineEdit1</cstring>
- </property>
- </widget>
- </grid>
- </widget>
- </grid>
+ </spacer>
+ </item>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ </layout>
+ </item>
+ </layout>
</widget>
- </grid>
-</widget>
-<tabstops>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <tabstops>
<tabstop>PushButton1</tabstop>
<tabstop>LineEdit1</tabstop>
<tabstop>CheckButton1</tabstop>
-</tabstops>
-<layoutdefaults spacing="6" margin="11"/>
-</UI>
+ </tabstops>
+</ui>
-<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
-<class>DlgRef_1Sel1Spin1Check_QTD</class>
-<widget class="QWidget">
- <property name="name">
- <cstring>DlgRef_1Sel1Spin1Check_QTD</cstring>
+<ui version="4.0" stdsetdef="1" >
+ <author></author>
+ <comment></comment>
+ <exportmacro></exportmacro>
+ <class>DlgRef_1Sel1Spin1Check_QTD</class>
+ <widget class="QWidget" name="DlgRef_1Sel1Spin1Check_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>163</width>
+ <height>109</height>
+ </rect>
</property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>163</width>
- <height>109</height>
- </rect>
+ <property name="windowTitle" >
+ <string>DlgRef_1Sel1Spin1Check_QTD</string>
</property>
- <property name="caption">
- <string>DlgRef_1Sel1Spin1Check_QTD</string>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QGroupBox" row="0" column="0">
- <property name="name">
- <cstring>GroupBox1</cstring>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>11</number>
</property>
- <property name="title">
- <string></string>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>11</number>
+ <item row="0" column="0" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
</property>
- <property name="spacing">
- <number>6</number>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <widget class="QLayoutWidget" row="0" column="0">
- <property name="name">
- <cstring>Layout8</cstring>
+ <item rowspan="1" row="1" column="0" colspan="3" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="1" >
+ <widget class="QSpinBox" name="SpinBox1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
</property>
- <property name="margin">
- <number>0</number>
+ <property name="text" >
+ <string>TL2</string>
</property>
- <property name="spacing">
- <number>6</number>
+ <property name="wordWrap" >
+ <bool>false</bool>
</property>
- <widget class="QLayoutWidget" row="1" column="0" rowspan="1" colspan="3">
- <property name="name">
- <cstring>Layout2</cstring>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QSpinBox" row="0" column="1">
- <property name="name">
- <cstring>SpinBox1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- <widget class="QLabel" row="0" column="0">
- <property name="name">
- <cstring>TextLabel2</cstring>
- </property>
- <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>
- </widget>
- </grid>
- </widget>
- <widget class="QLabel" row="0" column="0">
- <property name="name">
- <cstring>TextLabel1</cstring>
- </property>
- <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>
- </widget>
- <widget class="QLineEdit" row="0" column="2">
- <property name="name">
- <cstring>LineEdit1</cstring>
- </property>
- </widget>
- <widget class="QPushButton" row="0" column="1">
- <property name="name">
- <cstring>PushButton1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QCheckBox" row="2" column="0" rowspan="1" colspan="3">
- <property name="name">
- <cstring>CheckButton1</cstring>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <spacer row="3" column="2">
- <property name="name">
- <cstring>Spacer5</cstring>
- </property>
- <property name="orientation">
- <enum>Vertical</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>0</width>
- <height>16</height>
- </size>
- </property>
- </spacer>
- </grid>
- </widget>
- </grid>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item rowspan="1" row="2" column="0" colspan="3" >
+ <widget class="QCheckBox" name="CheckButton1" >
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="2" >
+ <spacer name="Spacer5" >
+ <property name="sizeHint" >
+ <size>
+ <width>0</width>
+ <height>16</height>
+ </size>
+ </property>
+ <property name="sizeType" >
+ <enum>Expanding</enum>
+ </property>
+ <property name="orientation" >
+ <enum>Vertical</enum>
+ </property>
+ </spacer>
+ </item>
+ </layout>
+ </item>
+ </layout>
</widget>
- </grid>
-</widget>
-<tabstops>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <tabstops>
<tabstop>PushButton1</tabstop>
<tabstop>LineEdit1</tabstop>
<tabstop>SpinBox1</tabstop>
<tabstop>CheckButton1</tabstop>
-</tabstops>
-<layoutdefaults spacing="6" margin="11"/>
-</UI>
+ </tabstops>
+</ui>
-<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
-<class>DlgRef_1Sel1Spin_QTD</class>
-<widget class="QWidget">
- <property name="name">
- <cstring>DlgRef_1Sel1Spin_QTD</cstring>
+<ui version="4.0" stdsetdef="1" >
+ <author></author>
+ <comment></comment>
+ <exportmacro></exportmacro>
+ <class>DlgRef_1Sel1Spin_QTD</class>
+ <widget class="QWidget" name="DlgRef_1Sel1Spin_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>129</width>
+ <height>87</height>
+ </rect>
</property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>129</width>
- <height>87</height>
- </rect>
+ <property name="windowTitle" >
+ <string>DlgRef_1Sel1Spin_QTD</string>
</property>
- <property name="caption">
- <string>DlgRef_1Sel1Spin_QTD</string>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QGroupBox" row="0" column="0">
- <property name="name">
- <cstring>GroupBox1</cstring>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>11</number>
</property>
- <property name="title">
- <string></string>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>11</number>
+ <item row="0" column="0" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
</property>
- <property name="spacing">
- <number>6</number>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <widget class="QLayoutWidget" row="0" column="0">
- <property name="name">
- <cstring>Layout1</cstring>
+ <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>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
+ </widget>
+ </item>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ <item rowspan="1" row="1" column="0" colspan="3" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
</property>
- <property name="margin">
- <number>0</number>
+ <property name="wordWrap" >
+ <bool>false</bool>
</property>
- <property name="spacing">
- <number>6</number>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QSpinBox" name="SpinBox1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
</property>
- <widget class="QPushButton" row="0" column="1">
- <property name="name">
- <cstring>PushButton1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QLabel" row="0" column="0">
- <property name="name">
- <cstring>TextLabel1</cstring>
- </property>
- <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>
- </widget>
- <widget class="QLineEdit" row="0" column="2">
- <property name="name">
- <cstring>LineEdit1</cstring>
- </property>
- </widget>
- <widget class="QLayoutWidget" row="1" column="0" rowspan="1" colspan="3">
- <property name="name">
- <cstring>Layout2</cstring>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QLabel" row="0" column="0">
- <property name="name">
- <cstring>TextLabel2</cstring>
- </property>
- <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>
- </widget>
- <widget class="QSpinBox" row="0" column="1">
- <property name="name">
- <cstring>SpinBox1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </grid>
- </widget>
- <spacer row="2" column="2">
- <property name="name">
- <cstring>Spacer7</cstring>
- </property>
- <property name="orientation">
- <enum>Vertical</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>0</width>
- <height>16</height>
- </size>
- </property>
- </spacer>
- </grid>
- </widget>
- </grid>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item row="2" column="2" >
+ <spacer name="Spacer7" >
+ <property name="sizeHint" >
+ <size>
+ <width>0</width>
+ <height>16</height>
+ </size>
+ </property>
+ <property name="sizeType" >
+ <enum>Expanding</enum>
+ </property>
+ <property name="orientation" >
+ <enum>Vertical</enum>
+ </property>
+ </spacer>
+ </item>
+ </layout>
+ </item>
+ </layout>
</widget>
- </grid>
-</widget>
-<layoutdefaults spacing="6" margin="11"/>
-</UI>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+</ui>
-<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
-<class>DlgRef_1Sel2Spin_QTD</class>
-<widget class="QWidget">
- <property name="name">
- <cstring>DlgRef_1Sel2Spin_QTD</cstring>
+<ui version="4.0" stdsetdef="1" >
+ <author></author>
+ <comment></comment>
+ <exportmacro></exportmacro>
+ <class>DlgRef_1Sel2Spin_QTD</class>
+ <widget class="QWidget" name="DlgRef_1Sel2Spin_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>129</width>
+ <height>115</height>
+ </rect>
</property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>129</width>
- <height>115</height>
- </rect>
+ <property name="windowTitle" >
+ <string>DlgRef_1Sel2Spin_QTD</string>
</property>
- <property name="caption">
- <string>DlgRef_1Sel2Spin_QTD</string>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QGroupBox" row="0" column="0">
- <property name="name">
- <cstring>GroupBox1</cstring>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>11</number>
</property>
- <property name="title">
- <string></string>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>11</number>
+ <item row="0" column="0" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
</property>
- <property name="spacing">
- <number>6</number>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <widget class="QLayoutWidget" row="0" column="0">
- <property name="name">
- <cstring>Layout1</cstring>
+ <item rowspan="1" row="1" column="0" colspan="3" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL3</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QSpinBox" name="SpinBox1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
</property>
- <property name="margin">
- <number>0</number>
+ <property name="wordWrap" >
+ <bool>false</bool>
</property>
- <property name="spacing">
- <number>6</number>
+ </widget>
+ </item>
+ <item row="1" column="1" >
+ <widget class="QSpinBox" name="SpinBox2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
</property>
- <widget class="QLayoutWidget" row="1" column="0" rowspan="1" colspan="3">
- <property name="name">
- <cstring>Layout2</cstring>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QLabel" row="1" column="0">
- <property name="name">
- <cstring>TextLabel3</cstring>
- </property>
- <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>
- </widget>
- <widget class="QSpinBox" row="0" column="1">
- <property name="name">
- <cstring>SpinBox1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- <widget class="QLabel" row="0" column="0">
- <property name="name">
- <cstring>TextLabel2</cstring>
- </property>
- <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>
- </widget>
- <widget class="QSpinBox" row="1" column="1">
- <property name="name">
- <cstring>SpinBox2</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </grid>
- </widget>
- <widget class="QLineEdit" row="0" column="2">
- <property name="name">
- <cstring>LineEdit1</cstring>
- </property>
- </widget>
- <spacer row="2" column="2">
- <property name="name">
- <cstring>Spacer7</cstring>
- </property>
- <property name="orientation">
- <enum>Vertical</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>0</width>
- <height>30</height>
- </size>
- </property>
- </spacer>
- <widget class="QPushButton" row="0" column="1">
- <property name="name">
- <cstring>PushButton1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QLabel" row="0" column="0">
- <property name="name">
- <cstring>TextLabel1</cstring>
- </property>
- <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>
- </widget>
- </grid>
- </widget>
- </grid>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ <item row="2" column="2" >
+ <spacer name="Spacer7" >
+ <property name="sizeHint" >
+ <size>
+ <width>0</width>
+ <height>30</height>
+ </size>
+ </property>
+ <property name="sizeType" >
+ <enum>Expanding</enum>
+ </property>
+ <property name="orientation" >
+ <enum>Vertical</enum>
+ </property>
+ </spacer>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ </layout>
</widget>
- </grid>
-</widget>
-<layoutdefaults spacing="6" margin="11"/>
-</UI>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+</ui>
-<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
-<class>DlgRef_1Sel3Check_QTD</class>
-<widget class="QWidget">
- <property name="name">
- <cstring>DlgRef_1Sel3Check_QTD</cstring>
+<ui version="4.0" stdsetdef="1" >
+ <author></author>
+ <comment></comment>
+ <exportmacro></exportmacro>
+ <class>DlgRef_1Sel3Check_QTD</class>
+ <widget class="QWidget" name="DlgRef_1Sel3Check_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>163</width>
+ <height>116</height>
+ </rect>
</property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>163</width>
- <height>116</height>
- </rect>
+ <property name="windowTitle" >
+ <string>DlgRef_1Sel3Check_QTD</string>
</property>
- <property name="caption">
- <string>DlgRef_1Sel3Check_QTD</string>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QGroupBox" row="0" column="0">
- <property name="name">
- <cstring>GroupBox1</cstring>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>11</number>
</property>
- <property name="title">
- <string></string>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>11</number>
+ <item row="0" column="0" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
</property>
- <property name="spacing">
- <number>6</number>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <widget class="QLayoutWidget" row="0" column="0">
- <property name="name">
- <cstring>Layout6</cstring>
+ <item row="4" column="2" >
+ <spacer name="Spacer5" >
+ <property name="sizeHint" >
+ <size>
+ <width>0</width>
+ <height>16</height>
+ </size>
+ </property>
+ <property name="sizeType" >
+ <enum>Expanding</enum>
+ </property>
+ <property name="orientation" >
+ <enum>Vertical</enum>
+ </property>
+ </spacer>
+ </item>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ <item rowspan="1" row="2" column="0" colspan="3" >
+ <widget class="QCheckBox" name="CheckButton2" >
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item rowspan="1" row="1" column="0" colspan="3" >
+ <widget class="QCheckBox" name="CheckButton1" >
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item rowspan="1" row="3" column="0" colspan="3" >
+ <widget class="QCheckBox" name="CheckButton3" >
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <spacer row="4" column="2">
- <property name="name">
- <cstring>Spacer5</cstring>
- </property>
- <property name="orientation">
- <enum>Vertical</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>0</width>
- <height>16</height>
- </size>
- </property>
- </spacer>
- <widget class="QLineEdit" row="0" column="2">
- <property name="name">
- <cstring>LineEdit1</cstring>
- </property>
- </widget>
- <widget class="QCheckBox" row="2" column="0" rowspan="1" colspan="3">
- <property name="name">
- <cstring>CheckButton2</cstring>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QCheckBox" row="1" column="0" rowspan="1" colspan="3">
- <property name="name">
- <cstring>CheckButton1</cstring>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QCheckBox" row="3" column="0" rowspan="1" colspan="3">
- <property name="name">
- <cstring>CheckButton3</cstring>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QPushButton" row="0" column="1">
- <property name="name">
- <cstring>PushButton1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QLabel" row="0" column="0">
- <property name="name">
- <cstring>TextLabel1</cstring>
- </property>
- <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>
- </widget>
- </grid>
- </widget>
- </grid>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ </layout>
</widget>
- </grid>
-</widget>
-<tabstops>
+ </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>
-<layoutdefaults spacing="6" margin="11"/>
-</UI>
+ </tabstops>
+</ui>
-<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
-<class>DlgRef_1Sel3Spin_QTD</class>
-<widget class="QWidget">
- <property name="name">
- <cstring>DlgRef_1Sel3Spin_QTD</cstring>
+<ui version="4.0" stdsetdef="1" >
+ <author></author>
+ <comment></comment>
+ <exportmacro></exportmacro>
+ <class>DlgRef_1Sel3Spin_QTD</class>
+ <widget class="QWidget" name="DlgRef_1Sel3Spin_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>129</width>
+ <height>143</height>
+ </rect>
</property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>129</width>
- <height>143</height>
- </rect>
+ <property name="windowTitle" >
+ <string>DlgRef_1Sel3Spin_QTD</string>
</property>
- <property name="caption">
- <string>DlgRef_1Sel3Spin_QTD</string>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QGroupBox" row="0" column="0">
- <property name="name">
- <cstring>GroupBox1</cstring>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>11</number>
</property>
- <property name="title">
- <string></string>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>11</number>
+ <item row="0" column="0" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
</property>
- <property name="spacing">
- <number>6</number>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <widget class="QLayoutWidget" row="0" column="0">
- <property name="name">
- <cstring>Layout1</cstring>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ <item row="2" column="2" >
+ <spacer name="Spacer6" >
+ <property name="sizeHint" >
+ <size>
+ <width>0</width>
+ <height>150</height>
+ </size>
+ </property>
+ <property name="sizeType" >
+ <enum>Expanding</enum>
+ </property>
+ <property name="orientation" >
+ <enum>Vertical</enum>
+ </property>
+ </spacer>
+ </item>
+ <item rowspan="1" row="1" column="0" colspan="3" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="1" column="1" >
+ <widget class="QSpinBox" name="SpinBox2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL3</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="1" >
+ <widget class="QSpinBox" name="SpinBox3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QSpinBox" name="SpinBox1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="0" >
+ <widget class="QLabel" name="TextLabel4" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL4</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
</property>
- <property name="margin">
- <number>0</number>
+ <property name="text" >
+ <string>TL2</string>
</property>
- <property name="spacing">
- <number>6</number>
+ <property name="wordWrap" >
+ <bool>false</bool>
</property>
- <widget class="QLabel" row="0" column="0">
- <property name="name">
- <cstring>TextLabel1</cstring>
- </property>
- <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>
- </widget>
- <widget class="QPushButton" row="0" column="1">
- <property name="name">
- <cstring>PushButton1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QLineEdit" row="0" column="2">
- <property name="name">
- <cstring>LineEdit1</cstring>
- </property>
- </widget>
- <spacer row="2" column="2">
- <property name="name">
- <cstring>Spacer6</cstring>
- </property>
- <property name="orientation">
- <enum>Vertical</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>0</width>
- <height>150</height>
- </size>
- </property>
- </spacer>
- <widget class="QLayoutWidget" row="1" column="0" rowspan="1" colspan="3">
- <property name="name">
- <cstring>Layout2</cstring>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QSpinBox" row="1" column="1">
- <property name="name">
- <cstring>SpinBox2</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- <widget class="QLabel" row="1" column="0">
- <property name="name">
- <cstring>TextLabel3</cstring>
- </property>
- <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>
- </widget>
- <widget class="QSpinBox" row="2" column="1">
- <property name="name">
- <cstring>SpinBox3</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- <widget class="QSpinBox" row="0" column="1">
- <property name="name">
- <cstring>SpinBox1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- <widget class="QLabel" row="2" column="0">
- <property name="name">
- <cstring>TextLabel4</cstring>
- </property>
- <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>
- </widget>
- <widget class="QLabel" row="0" column="0">
- <property name="name">
- <cstring>TextLabel2</cstring>
- </property>
- <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>
- </widget>
- </grid>
- </widget>
- </grid>
- </widget>
- </grid>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ </layout>
+ </item>
+ </layout>
</widget>
- </grid>
-</widget>
-<layoutdefaults spacing="6" margin="11"/>
-</UI>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+</ui>
-<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
-<class>DlgRef_1Sel4Spin_QTD</class>
-<widget class="QWidget">
- <property name="name">
- <cstring>DlgRef_1Sel4Spin_QTD</cstring>
+<ui version="4.0" stdsetdef="1" >
+ <author></author>
+ <comment></comment>
+ <exportmacro></exportmacro>
+ <class>DlgRef_1Sel4Spin_QTD</class>
+ <widget class="QWidget" name="DlgRef_1Sel4Spin_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>284</width>
+ <height>119</height>
+ </rect>
</property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>284</width>
- <height>119</height>
- </rect>
+ <property name="windowTitle" >
+ <string>DlgRef_1Sel4Spin_QTD</string>
</property>
- <property name="caption">
- <string>DlgRef_1Sel4Spin_QTD</string>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QGroupBox" row="0" column="0">
- <property name="name">
- <cstring>GroupBox1</cstring>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>11</number>
</property>
- <property name="title">
- <string></string>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>11</number>
+ <item row="0" column="0" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
</property>
- <property name="spacing">
- <number>6</number>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <widget class="QLayoutWidget" row="0" column="0">
- <property name="name">
- <cstring>Layout1</cstring>
+ <item row="1" column="0" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="5" >
+ <widget class="QLabel" name="TextLabel5" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL5</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QLabel" name="TextLabel3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL3</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="3" >
+ <widget class="QLabel" name="TextLabel4" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL4</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="6" >
+ <widget class="QSpinBox" name="SpinBox3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="2" >
+ <widget class="QSpinBox" name="SpinBox1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="4" >
+ <widget class="QSpinBox" name="SpinBox2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item row="3" column="0" >
+ <spacer name="Spacer6" >
+ <property name="sizeHint" >
+ <size>
+ <width>0</width>
+ <height>16</height>
+ </size>
+ </property>
+ <property name="sizeType" >
+ <enum>Expanding</enum>
+ </property>
+ <property name="orientation" >
+ <enum>Vertical</enum>
+ </property>
+ </spacer>
+ </item>
+ <item row="2" column="0" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel6" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL6</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QSpinBox" name="SpinBox4" />
+ </item>
+ </layout>
+ </item>
+ <item row="0" column="0" >
+ <layout class="QHBoxLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item>
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
</property>
- <property name="margin">
- <number>0</number>
+ </widget>
+ </item>
+ <item>
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
</property>
- <property name="spacing">
- <number>6</number>
+ <property name="text" >
+ <string/>
</property>
- <widget class="QLayoutWidget" row="1" column="0">
- <property name="name">
- <cstring>Layout3</cstring>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QLabel" row="0" column="5">
- <property name="name">
- <cstring>TextLabel5</cstring>
- </property>
- <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>
- </widget>
- <widget class="QLabel" row="0" column="1">
- <property name="name">
- <cstring>TextLabel3</cstring>
- </property>
- <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>
- </widget>
- <widget class="QLabel" row="0" column="3">
- <property name="name">
- <cstring>TextLabel4</cstring>
- </property>
- <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>
- </widget>
- <widget class="QSpinBox" row="0" column="6">
- <property name="name">
- <cstring>SpinBox3</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- <widget class="QSpinBox" row="0" column="2">
- <property name="name">
- <cstring>SpinBox1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- <widget class="QLabel" row="0" column="0">
- <property name="name">
- <cstring>TextLabel2</cstring>
- </property>
- <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>
- </widget>
- <widget class="QSpinBox" row="0" column="4">
- <property name="name">
- <cstring>SpinBox2</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </grid>
- </widget>
- <spacer row="3" column="0">
- <property name="name">
- <cstring>Spacer6</cstring>
- </property>
- <property name="orientation">
- <enum>Vertical</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>0</width>
- <height>16</height>
- </size>
- </property>
- </spacer>
- <widget class="QLayoutWidget" row="2" column="0">
- <property name="name">
- <cstring>Layout4</cstring>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QLabel" row="0" column="0">
- <property name="name">
- <cstring>TextLabel6</cstring>
- </property>
- <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>
- </widget>
- <widget class="QSpinBox" row="0" column="1">
- <property name="name">
- <cstring>SpinBox4</cstring>
- </property>
- </widget>
- </grid>
- </widget>
- <widget class="QLayoutWidget" row="0" column="0">
- <property name="name">
- <cstring>Layout2</cstring>
- </property>
- <hbox>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QLabel">
- <property name="name">
- <cstring>TextLabel1</cstring>
- </property>
- <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>
- </widget>
- <widget class="QPushButton">
- <property name="name">
- <cstring>PushButton1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QLineEdit">
- <property name="name">
- <cstring>LineEdit1</cstring>
- </property>
- </widget>
- </hbox>
- </widget>
- </grid>
- </widget>
- </grid>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ </layout>
+ </item>
+ </layout>
+ </item>
+ </layout>
</widget>
- </grid>
-</widget>
-<layoutdefaults spacing="6" margin="11"/>
-</UI>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+</ui>
-<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
-<class>DlgRef_1Sel5Spin_QTD</class>
-<widget class="QWidget">
- <property name="name">
- <cstring>DlgRef_1Sel5Spin_QTD</cstring>
+<ui version="4.0" stdsetdef="1" >
+ <author></author>
+ <comment></comment>
+ <exportmacro></exportmacro>
+ <class>DlgRef_1Sel5Spin_QTD</class>
+ <widget class="QWidget" name="DlgRef_1Sel5Spin_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>162</width>
+ <height>143</height>
+ </rect>
</property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>162</width>
- <height>143</height>
- </rect>
+ <property name="windowTitle" >
+ <string>DlgRef_1Sel5Spin_QTD</string>
</property>
- <property name="caption">
- <string>DlgRef_1Sel5Spin_QTD</string>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QGroupBox" row="0" column="0">
- <property name="name">
- <cstring>GroupBox1</cstring>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>11</number>
</property>
- <property name="title">
- <string></string>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>11</number>
+ <item row="0" column="0" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
</property>
- <property name="spacing">
- <number>6</number>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <widget class="QLayoutWidget" row="0" column="0">
- <property name="name">
- <cstring>Layout1</cstring>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item rowspan="1" row="1" column="0" colspan="3" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="3" >
+ <widget class="QSpinBox" name="SpinBox2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="1" >
+ <widget class="QSpinBox" name="SpinBox3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel5" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL5</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="2" >
+ <widget class="QLabel" name="TextLabel3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL3</string>
</property>
- <property name="margin">
- <number>0</number>
+ <property name="wordWrap" >
+ <bool>false</bool>
</property>
- <property name="spacing">
- <number>6</number>
+ </widget>
+ </item>
+ <item row="2" column="0" >
+ <widget class="QLabel" name="TextLabel4" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
</property>
- <widget class="QLabel" row="0" column="0">
- <property name="name">
- <cstring>TextLabel1</cstring>
- </property>
- <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>
- </widget>
- <widget class="QPushButton" row="0" column="1">
- <property name="name">
- <cstring>PushButton1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QLayoutWidget" row="1" column="0" rowspan="1" colspan="3">
- <property name="name">
- <cstring>Layout2</cstring>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QSpinBox" row="0" column="3">
- <property name="name">
- <cstring>SpinBox2</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- <widget class="QSpinBox" row="2" column="1">
- <property name="name">
- <cstring>SpinBox3</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- <widget class="QLabel" row="1" column="0">
- <property name="name">
- <cstring>TextLabel5</cstring>
- </property>
- <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>
- </widget>
- <widget class="QLabel" row="0" column="2">
- <property name="name">
- <cstring>TextLabel3</cstring>
- </property>
- <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>
- </widget>
- <widget class="QLabel" row="2" column="0">
- <property name="name">
- <cstring>TextLabel4</cstring>
- </property>
- <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>
- </widget>
- <widget class="QSpinBox" row="1" column="1">
- <property name="name">
- <cstring>SpinBox4</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- <widget class="QSpinBox" row="0" column="1">
- <property name="name">
- <cstring>SpinBox1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- <widget class="QLabel" row="1" column="2">
- <property name="name">
- <cstring>TextLabel6</cstring>
- </property>
- <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>
- </widget>
- <widget class="QLabel" row="0" column="0">
- <property name="name">
- <cstring>TextLabel2</cstring>
- </property>
- <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>
- </widget>
- <widget class="QSpinBox" row="1" column="3">
- <property name="name">
- <cstring>SpinBox5</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </grid>
- </widget>
- <spacer row="2" column="2">
- <property name="name">
- <cstring>Spacer6</cstring>
- </property>
- <property name="orientation">
- <enum>Vertical</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>0</width>
- <height>120</height>
- </size>
- </property>
- </spacer>
- <widget class="QLineEdit" row="0" column="2">
- <property name="name">
- <cstring>LineEdit1</cstring>
- </property>
- </widget>
- </grid>
- </widget>
- </grid>
+ <property name="text" >
+ <string>TL4</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1" >
+ <widget class="QSpinBox" name="SpinBox4" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QSpinBox" name="SpinBox1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="2" >
+ <widget class="QLabel" name="TextLabel6" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL6</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="3" >
+ <widget class="QSpinBox" name="SpinBox5" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item row="2" column="2" >
+ <spacer name="Spacer6" >
+ <property name="sizeHint" >
+ <size>
+ <width>0</width>
+ <height>120</height>
+ </size>
+ </property>
+ <property name="sizeType" >
+ <enum>Expanding</enum>
+ </property>
+ <property name="orientation" >
+ <enum>Vertical</enum>
+ </property>
+ </spacer>
+ </item>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ </layout>
+ </item>
+ </layout>
</widget>
- </grid>
-</widget>
-<layoutdefaults spacing="6" margin="11"/>
-</UI>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+</ui>
-<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
-<class>DlgRef_1Sel_QTD</class>
-<widget class="QWidget">
- <property name="name">
- <cstring>DlgRef_1Sel_QTD</cstring>
+<ui version="4.0" stdsetdef="1" >
+ <author></author>
+ <comment></comment>
+ <exportmacro></exportmacro>
+ <class>DlgRef_1Sel_QTD</class>
+ <widget class="QWidget" name="DlgRef_1Sel_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>129</width>
+ <height>57</height>
+ </rect>
</property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>129</width>
- <height>57</height>
- </rect>
+ <property name="windowTitle" >
+ <string>DlgRef_1Sel_QTD</string>
</property>
- <property name="caption">
- <string>DlgRef_1Sel_QTD</string>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QGroupBox" row="0" column="0">
- <property name="name">
- <cstring>GroupBox1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>7</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>7</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>11</number>
</property>
- <property name="title">
- <string></string>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>11</number>
+ <item row="0" column="0" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
</property>
- <property name="spacing">
- <number>6</number>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <widget class="QLayoutWidget" row="0" column="0">
- <property name="name">
- <cstring>Layout1</cstring>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="2" >
+ <spacer name="Spacer8" >
+ <property name="sizeHint" >
+ <size>
+ <width>0</width>
+ <height>16</height>
+ </size>
+ </property>
+ <property name="sizeType" >
+ <enum>Expanding</enum>
+ </property>
+ <property name="orientation" >
+ <enum>Vertical</enum>
+ </property>
+ </spacer>
+ </item>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QPushButton" row="0" column="1">
- <property name="name">
- <cstring>PushButton1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <spacer row="1" column="2">
- <property name="name">
- <cstring>Spacer8</cstring>
- </property>
- <property name="orientation">
- <enum>Vertical</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>0</width>
- <height>16</height>
- </size>
- </property>
- </spacer>
- <widget class="QLineEdit" row="0" column="2">
- <property name="name">
- <cstring>LineEdit1</cstring>
- </property>
- </widget>
- <widget class="QLabel" row="0" column="0">
- <property name="name">
- <cstring>TextLabel1</cstring>
- </property>
- <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>
- </widget>
- </grid>
- </widget>
- </grid>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ </layout>
</widget>
- </grid>
-</widget>
-<layoutdefaults spacing="6" margin="11"/>
-</UI>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+</ui>
-<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
-<class>DlgRef_1Spin_QTD</class>
-<widget class="QWidget">
- <property name="name">
- <cstring>DlgRef_1Spin_QTD</cstring>
+<ui version="4.0" stdsetdef="1" >
+ <author></author>
+ <comment></comment>
+ <exportmacro></exportmacro>
+ <class>DlgRef_1Spin_QTD</class>
+ <widget class="QWidget" name="DlgRef_1Spin_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>124</width>
+ <height>55</height>
+ </rect>
</property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>124</width>
- <height>55</height>
- </rect>
+ <property name="windowTitle" >
+ <string>DlgRef_1Spin_QTD</string>
</property>
- <property name="caption">
- <string>DlgRef_1Spin_QTD</string>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QGroupBox" row="0" column="0">
- <property name="name">
- <cstring>GroupBox1</cstring>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>11</number>
</property>
- <property name="title">
- <string></string>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>11</number>
+ <item row="0" column="0" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
</property>
- <property name="spacing">
- <number>6</number>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <widget class="QLayoutWidget" row="0" column="0">
- <property name="name">
- <cstring>Layout1</cstring>
+ <item row="3" column="1" >
+ <spacer name="Spacer1" >
+ <property name="sizeHint" >
+ <size>
+ <width>0</width>
+ <height>16</height>
+ </size>
+ </property>
+ <property name="sizeType" >
+ <enum>Expanding</enum>
+ </property>
+ <property name="orientation" >
+ <enum>Vertical</enum>
+ </property>
+ </spacer>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QSpinBox" name="SpinBox1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <spacer row="3" column="1">
- <property name="name">
- <cstring>Spacer1</cstring>
- </property>
- <property name="orientation">
- <enum>Vertical</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>0</width>
- <height>16</height>
- </size>
- </property>
- </spacer>
- <widget class="QSpinBox" row="0" column="1">
- <property name="name">
- <cstring>SpinBox1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- <widget class="QLabel" row="0" column="0">
- <property name="name">
- <cstring>TextLabel1</cstring>
- </property>
- <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>
- </widget>
- </grid>
- </widget>
- </grid>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ </layout>
</widget>
- </grid>
-</widget>
-<layoutdefaults spacing="6" margin="11"/>
-</UI>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+</ui>
--- /dev/null
+<ui version="4.0" stdsetdef="1" >
+ <author></author>
+ <comment></comment>
+ <exportmacro></exportmacro>
+ <class>DlgRef_2Sel1List_QTD</class>
+ <widget class="QWidget" name="DlgRef_2Sel1List_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>129</width>
+ <height>175</height>
+ </rect>
+ </property>
+ <property name="windowTitle" >
+ <string>DlgRef_2Sel1List_QTD</string>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>11</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="1" column="2" >
+ <widget class="QLineEdit" name="LineEdit2" />
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1" >
+ <widget class="QPushButton" name="PushButton2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="2" >
+ <spacer name="Spacer5" >
+ <property name="sizeHint" >
+ <size>
+ <width>0</width>
+ <height>80</height>
+ </size>
+ </property>
+ <property name="sizeType" >
+ <enum>Expanding</enum>
+ </property>
+ <property name="orientation" >
+ <enum>Vertical</enum>
+ </property>
+ </spacer>
+ </item>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="2" >
+ <widget class="QComboBox" name="ComboBox1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item rowspan="1" row="2" column="0" colspan="2" >
+ <widget class="QLabel" name="TextLabel3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL3</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+</ui>
-<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
-<class>DlgRef_2Sel1Spin2Check_QTD</class>
-<widget class="QWidget">
- <property name="name">
- <cstring>DlgRef_2Sel1Spin2Check_QTD</cstring>
+<ui version="4.0" stdsetdef="1" >
+ <author></author>
+ <comment></comment>
+ <exportmacro></exportmacro>
+ <class>DlgRef_2Sel1Spin2Check_QTD</class>
+ <widget class="QWidget" name="DlgRef_2Sel1Spin2Check_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>256</width>
+ <height>139</height>
+ </rect>
</property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>256</width>
- <height>139</height>
- </rect>
+ <property name="windowTitle" >
+ <string>DlgRef_2Sel1Spin2Check_QTD</string>
</property>
- <property name="caption">
- <string>DlgRef_2Sel1Spin2Check_QTD</string>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QGroupBox" row="0" column="0">
- <property name="name">
- <cstring>GroupBox1</cstring>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>11</number>
</property>
- <property name="title">
- <string></string>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>11</number>
+ <item row="0" column="0" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
</property>
- <property name="spacing">
- <number>6</number>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <widget class="QLayoutWidget" row="0" column="0">
- <property name="name">
- <cstring>Layout1</cstring>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QLabel" row="1" column="0">
- <property name="name">
- <cstring>TextLabel2</cstring>
- </property>
- <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>
- </widget>
- <widget class="QPushButton" row="0" column="1">
- <property name="name">
- <cstring>PushButton1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QLabel" row="2" column="0">
- <property name="name">
- <cstring>TextLabel3</cstring>
- </property>
- <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>
- </widget>
- <widget class="QLabel" row="0" column="0">
- <property name="name">
- <cstring>TextLabel1</cstring>
- </property>
- <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>
- </widget>
- <spacer row="4" column="2">
- <property name="name">
- <cstring>Spacer5</cstring>
- </property>
- <property name="orientation">
- <enum>Vertical</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>0</width>
- <height>316</height>
- </size>
- </property>
- </spacer>
- <widget class="QCheckBox" row="2" column="3">
- <property name="name">
- <cstring>CheckButton2</cstring>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QLineEdit" row="1" column="2" rowspan="1" colspan="2">
- <property name="name">
- <cstring>LineEdit2</cstring>
- </property>
- </widget>
- <widget class="QPushButton" row="1" column="1">
- <property name="name">
- <cstring>PushButton2</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QLineEdit" row="0" column="2" rowspan="1" colspan="2">
- <property name="name">
- <cstring>LineEdit1</cstring>
- </property>
- </widget>
- <widget class="QCheckBox" row="3" column="0" rowspan="1" colspan="4">
- <property name="name">
- <cstring>CheckButton1</cstring>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QSpinBox" row="2" column="2">
- <property name="name">
- <cstring>SpinBox1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </grid>
- </widget>
- </grid>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="0" >
+ <widget class="QLabel" name="TextLabel3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL3</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="4" column="2" >
+ <spacer name="Spacer5" >
+ <property name="sizeHint" >
+ <size>
+ <width>0</width>
+ <height>316</height>
+ </size>
+ </property>
+ <property name="sizeType" >
+ <enum>Expanding</enum>
+ </property>
+ <property name="orientation" >
+ <enum>Vertical</enum>
+ </property>
+ </spacer>
+ </item>
+ <item row="2" column="3" >
+ <widget class="QCheckBox" name="CheckButton2" >
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item rowspan="1" row="1" column="2" colspan="2" >
+ <widget class="QLineEdit" name="LineEdit2" />
+ </item>
+ <item row="1" column="1" >
+ <widget class="QPushButton" name="PushButton2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item rowspan="1" row="0" column="2" colspan="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ <item rowspan="1" row="3" column="0" colspan="4" >
+ <widget class="QCheckBox" name="CheckButton1" >
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="2" >
+ <widget class="QSpinBox" name="SpinBox1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ </layout>
</widget>
- </grid>
-</widget>
-<tabstops>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <tabstops>
<tabstop>PushButton1</tabstop>
<tabstop>LineEdit1</tabstop>
<tabstop>PushButton2</tabstop>
<tabstop>SpinBox1</tabstop>
<tabstop>CheckButton2</tabstop>
<tabstop>CheckButton1</tabstop>
-</tabstops>
-<layoutdefaults spacing="6" margin="11"/>
-</UI>
+ </tabstops>
+</ui>
-<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
-<class>DlgRef_2Sel1Spin_QTD</class>
-<widget class="QWidget">
- <property name="name">
- <cstring>DlgRef_2Sel1Spin_QTD</cstring>
+<ui version="4.0" stdsetdef="1" >
+ <author></author>
+ <comment></comment>
+ <exportmacro></exportmacro>
+ <class>DlgRef_2Sel1Spin_QTD</class>
+ <widget class="QWidget" name="DlgRef_2Sel1Spin_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>163</width>
+ <height>122</height>
+ </rect>
</property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>163</width>
- <height>122</height>
- </rect>
+ <property name="windowTitle" >
+ <string>DlgRef_2Sel1Spin_QTD</string>
</property>
- <property name="caption">
- <string>DlgRef_2Sel1Spin_QTD</string>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QGroupBox" row="0" column="0">
- <property name="name">
- <cstring>GroupBox1</cstring>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>11</number>
</property>
- <property name="title">
- <string></string>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>11</number>
+ <item row="0" column="0" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
</property>
- <property name="spacing">
- <number>6</number>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <widget class="QLayoutWidget" row="0" column="0">
- <property name="name">
- <cstring>Layout1</cstring>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ <item row="1" column="1" >
+ <widget class="QPushButton" name="PushButton2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="2" >
+ <widget class="QLineEdit" name="LineEdit2" />
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="frameShape" >
+ <enum>QFrame::NoFrame</enum>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
+ <property name="frameShadow" >
+ <enum>QFrame::Plain</enum>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item rowspan="1" row="2" column="0" colspan="3" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="1" >
+ <widget class="QSpinBox" name="SpinBox1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
</property>
- <property name="margin">
- <number>0</number>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
</property>
- <property name="spacing">
- <number>6</number>
+ <property name="text" >
+ <string>TL3</string>
</property>
- <widget class="QLineEdit" row="0" column="2">
- <property name="name">
- <cstring>LineEdit1</cstring>
- </property>
- </widget>
- <widget class="QPushButton" row="1" column="1">
- <property name="name">
- <cstring>PushButton2</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QLabel" row="0" column="0">
- <property name="name">
- <cstring>TextLabel1</cstring>
- </property>
- <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>
- </widget>
- <widget class="QLineEdit" row="1" column="2">
- <property name="name">
- <cstring>LineEdit2</cstring>
- </property>
- </widget>
- <widget class="QPushButton" row="0" column="1">
- <property name="name">
- <cstring>PushButton1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QLabel" row="1" column="0">
- <property name="name">
- <cstring>TextLabel2</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="frameShape">
- <enum>NoFrame</enum>
- </property>
- <property name="frameShadow">
- <enum>Plain</enum>
- </property>
- <property name="text">
- <string>TL2</string>
- </property>
- </widget>
- <widget class="QLayoutWidget" row="2" column="0" rowspan="1" colspan="3">
- <property name="name">
- <cstring>Layout2</cstring>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QSpinBox" row="0" column="1">
- <property name="name">
- <cstring>SpinBox1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- <widget class="QLabel" row="0" column="0">
- <property name="name">
- <cstring>TextLabel3</cstring>
- </property>
- <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>
- </widget>
- </grid>
- </widget>
- <spacer row="3" column="2">
- <property name="name">
- <cstring>Spacer5</cstring>
- </property>
- <property name="orientation">
- <enum>Vertical</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>0</width>
- <height>16</height>
- </size>
- </property>
- </spacer>
- </grid>
- </widget>
- </grid>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item row="3" column="2" >
+ <spacer name="Spacer5" >
+ <property name="sizeHint" >
+ <size>
+ <width>0</width>
+ <height>16</height>
+ </size>
+ </property>
+ <property name="sizeType" >
+ <enum>Expanding</enum>
+ </property>
+ <property name="orientation" >
+ <enum>Vertical</enum>
+ </property>
+ </spacer>
+ </item>
+ </layout>
+ </item>
+ </layout>
</widget>
- </grid>
-</widget>
-<tabstops>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <tabstops>
<tabstop>PushButton1</tabstop>
<tabstop>LineEdit1</tabstop>
<tabstop>PushButton2</tabstop>
<tabstop>LineEdit2</tabstop>
<tabstop>SpinBox1</tabstop>
-</tabstops>
-<layoutdefaults spacing="6" margin="11"/>
-</UI>
+ </tabstops>
+</ui>
-<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
-<class>DlgRef_2Sel2Spin1Check_QTD</class>
-<widget class="QWidget">
- <property name="name">
- <cstring>DlgRef_2Sel2Spin1Check_QTD</cstring>
+<ui version="4.0" stdsetdef="1" >
+ <author></author>
+ <comment></comment>
+ <exportmacro></exportmacro>
+ <class>DlgRef_2Sel2Spin1Check_QTD</class>
+ <widget class="QWidget" name="DlgRef_2Sel2Spin1Check_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>163</width>
+ <height>170</height>
+ </rect>
</property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>163</width>
- <height>170</height>
- </rect>
+ <property name="windowTitle" >
+ <string>DlgRef_2Sel2Spin1Check_QTD</string>
</property>
- <property name="caption">
- <string>DlgRef_2Sel2Spin1Check_QTD</string>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QGroupBox" row="0" column="0">
- <property name="name">
- <cstring>GroupBox1</cstring>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>11</number>
</property>
- <property name="title">
- <string></string>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>11</number>
+ <item row="0" column="0" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
</property>
- <property name="spacing">
- <number>6</number>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <widget class="QLayoutWidget" row="0" column="0">
- <property name="name">
- <cstring>Layout1</cstring>
+ <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>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item rowspan="1" row="2" column="0" colspan="3" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="1" >
+ <widget class="QSpinBox" name="SpinBox1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL3</string>
</property>
- <property name="margin">
- <number>0</number>
+ <property name="wordWrap" >
+ <bool>false</bool>
</property>
- <property name="spacing">
- <number>6</number>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel4" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
</property>
- <widget class="QLabel" row="1" column="0">
- <property name="name">
- <cstring>TextLabel2</cstring>
- </property>
- <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>
- </widget>
- <widget class="QLabel" row="0" column="0">
- <property name="name">
- <cstring>TextLabel1</cstring>
- </property>
- <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>
- </widget>
- <widget class="QLayoutWidget" row="2" column="0" rowspan="1" colspan="3">
- <property name="name">
- <cstring>Layout2</cstring>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QSpinBox" row="0" column="1">
- <property name="name">
- <cstring>SpinBox1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- <widget class="QLabel" row="0" column="0">
- <property name="name">
- <cstring>TextLabel3</cstring>
- </property>
- <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>
- </widget>
- <widget class="QLabel" row="1" column="0">
- <property name="name">
- <cstring>TextLabel4</cstring>
- </property>
- <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>
- </widget>
- <widget class="QSpinBox" row="1" column="1">
- <property name="name">
- <cstring>SpinBox2</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </grid>
- </widget>
- <widget class="QLineEdit" row="0" column="2">
- <property name="name">
- <cstring>LineEdit1</cstring>
- </property>
- </widget>
- <spacer row="4" column="2">
- <property name="name">
- <cstring>Spacer1</cstring>
- </property>
- <property name="orientation">
- <enum>Vertical</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>0</width>
- <height>16</height>
- </size>
- </property>
- </spacer>
- <widget class="QCheckBox" row="3" column="0" rowspan="1" colspan="3">
- <property name="name">
- <cstring>CheckButton1</cstring>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QLineEdit" row="1" column="2">
- <property name="name">
- <cstring>LineEdit2</cstring>
- </property>
- </widget>
- <widget class="QPushButton" row="1" column="1">
- <property name="name">
- <cstring>PushButton2</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QPushButton" row="0" column="1">
- <property name="name">
- <cstring>PushButton1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- </grid>
- </widget>
- </grid>
+ <property name="text" >
+ <string>TL4</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1" >
+ <widget class="QSpinBox" name="SpinBox2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ <item row="4" column="2" >
+ <spacer name="Spacer1" >
+ <property name="sizeHint" >
+ <size>
+ <width>0</width>
+ <height>16</height>
+ </size>
+ </property>
+ <property name="sizeType" >
+ <enum>Expanding</enum>
+ </property>
+ <property name="orientation" >
+ <enum>Vertical</enum>
+ </property>
+ </spacer>
+ </item>
+ <item rowspan="1" row="3" column="0" colspan="3" >
+ <widget class="QCheckBox" name="CheckButton1" >
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="2" >
+ <widget class="QLineEdit" name="LineEdit2" />
+ </item>
+ <item row="1" column="1" >
+ <widget class="QPushButton" name="PushButton2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ </layout>
</widget>
- </grid>
-</widget>
-<tabstops>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <tabstops>
<tabstop>PushButton1</tabstop>
<tabstop>LineEdit1</tabstop>
<tabstop>PushButton2</tabstop>
<tabstop>SpinBox1</tabstop>
<tabstop>SpinBox2</tabstop>
<tabstop>CheckButton1</tabstop>
-</tabstops>
-<layoutdefaults spacing="6" margin="11"/>
-</UI>
+ </tabstops>
+</ui>
-<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
-<class>DlgRef_2Sel2Spin_QTD</class>
-<widget class="QWidget">
- <property name="name">
- <cstring>DlgRef_2Sel2Spin_QTD</cstring>
+<ui version="4.0" stdsetdef="1" >
+ <author></author>
+ <comment></comment>
+ <exportmacro></exportmacro>
+ <class>DlgRef_2Sel2Spin_QTD</class>
+ <widget class="QWidget" name="DlgRef_2Sel2Spin_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>129</width>
+ <height>145</height>
+ </rect>
</property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>129</width>
- <height>145</height>
- </rect>
+ <property name="windowTitle" >
+ <string>DlgRef_2Sel2Spin_QTD</string>
</property>
- <property name="caption">
- <string>DlgRef_2Sel2Spin_QTD</string>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QGroupBox" row="0" column="0">
- <property name="name">
- <cstring>GroupBox1</cstring>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>11</number>
</property>
- <property name="title">
- <string></string>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>11</number>
+ <item row="0" column="0" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
</property>
- <property name="spacing">
- <number>6</number>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <widget class="QLayoutWidget" row="0" column="0">
- <property name="name">
- <cstring>Layout1</cstring>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ <item rowspan="1" row="2" column="0" colspan="3" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
+ <item row="1" column="1" >
+ <widget class="QSpinBox" name="SpinBox2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel4" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL4</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
</property>
- <property name="margin">
- <number>0</number>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
</property>
- <property name="spacing">
- <number>6</number>
+ <property name="text" >
+ <string>TL3</string>
</property>
- <widget class="QLineEdit" row="0" column="2">
- <property name="name">
- <cstring>LineEdit1</cstring>
- </property>
- </widget>
- <widget class="QLayoutWidget" row="2" column="0" rowspan="1" colspan="3">
- <property name="name">
- <cstring>Layout2</cstring>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QSpinBox" row="1" column="1">
- <property name="name">
- <cstring>SpinBox2</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- <widget class="QLabel" row="1" column="0">
- <property name="name">
- <cstring>TextLabel4</cstring>
- </property>
- <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>
- </widget>
- <widget class="QLabel" row="0" column="0">
- <property name="name">
- <cstring>TextLabel3</cstring>
- </property>
- <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>
- </widget>
- <widget class="QSpinBox" row="0" column="1">
- <property name="name">
- <cstring>SpinBox1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </grid>
- </widget>
- <widget class="QPushButton" row="1" column="1">
- <property name="name">
- <cstring>PushButton2</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QLabel" row="1" column="0">
- <property name="name">
- <cstring>TextLabel2</cstring>
- </property>
- <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>
- </widget>
- <spacer row="3" column="2">
- <property name="name">
- <cstring>Spacer5</cstring>
- </property>
- <property name="orientation">
- <enum>Vertical</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>0</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- <widget class="QLabel" row="0" column="0">
- <property name="name">
- <cstring>TextLabel1</cstring>
- </property>
- <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>
- </widget>
- <widget class="QPushButton" row="0" column="1">
- <property name="name">
- <cstring>PushButton1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QLineEdit" row="1" column="2">
- <property name="name">
- <cstring>LineEdit2</cstring>
- </property>
- </widget>
- </grid>
- </widget>
- </grid>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QSpinBox" name="SpinBox1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item row="1" column="1" >
+ <widget class="QPushButton" name="PushButton2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="2" >
+ <spacer name="Spacer5" >
+ <property name="sizeHint" >
+ <size>
+ <width>0</width>
+ <height>20</height>
+ </size>
+ </property>
+ <property name="sizeType" >
+ <enum>Expanding</enum>
+ </property>
+ <property name="orientation" >
+ <enum>Vertical</enum>
+ </property>
+ </spacer>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="2" >
+ <widget class="QLineEdit" name="LineEdit2" />
+ </item>
+ </layout>
+ </item>
+ </layout>
</widget>
- </grid>
-</widget>
-<layoutdefaults spacing="6" margin="11"/>
-</UI>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+</ui>
-<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
-<class>DlgRef_2Sel3Spin_QTD</class>
-<widget class="QWidget">
- <property name="name">
- <cstring>DlgRef_2Sel3Spin_QTD</cstring>
+<ui version="4.0" stdsetdef="1" >
+ <author></author>
+ <comment></comment>
+ <exportmacro></exportmacro>
+ <class>DlgRef_2Sel3Spin_QTD</class>
+ <widget class="QWidget" name="DlgRef_2Sel3Spin_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>129</width>
+ <height>173</height>
+ </rect>
</property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>129</width>
- <height>173</height>
- </rect>
+ <property name="windowTitle" >
+ <string>DlgRef_2Sel3Spin_QTD</string>
</property>
- <property name="caption">
- <string>DlgRef_2Sel3Spin_QTD</string>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QGroupBox" row="0" column="0">
- <property name="name">
- <cstring>GroupBox1</cstring>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>11</number>
</property>
- <property name="title">
- <string></string>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>11</number>
+ <item row="0" column="0" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
</property>
- <property name="spacing">
- <number>6</number>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <widget class="QLayoutWidget" row="0" column="0">
- <property name="name">
- <cstring>Layout1</cstring>
+ <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>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
+ </widget>
+ </item>
+ <item rowspan="1" row="2" column="0" colspan="3" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL3</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1" >
+ <widget class="QSpinBox" name="SpinBox2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel4" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
</property>
- <property name="margin">
- <number>0</number>
+ <property name="text" >
+ <string>TL4</string>
</property>
- <property name="spacing">
- <number>6</number>
+ <property name="wordWrap" >
+ <bool>false</bool>
</property>
- <widget class="QLineEdit" row="0" column="2">
- <property name="name">
- <cstring>LineEdit1</cstring>
- </property>
- </widget>
- <widget class="QLabel" row="0" column="0">
- <property name="name">
- <cstring>TextLabel1</cstring>
- </property>
- <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>
- </widget>
- <widget class="QLabel" row="1" column="0">
- <property name="name">
- <cstring>TextLabel2</cstring>
- </property>
- <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>
- </widget>
- <widget class="QLayoutWidget" row="2" column="0" rowspan="1" colspan="3">
- <property name="name">
- <cstring>Layout2</cstring>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QLabel" row="0" column="0">
- <property name="name">
- <cstring>TextLabel3</cstring>
- </property>
- <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>
- </widget>
- <widget class="QSpinBox" row="1" column="1">
- <property name="name">
- <cstring>SpinBox2</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- <widget class="QLabel" row="1" column="0">
- <property name="name">
- <cstring>TextLabel4</cstring>
- </property>
- <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>
- </widget>
- <widget class="QLabel" row="2" column="0">
- <property name="name">
- <cstring>TextLabel5</cstring>
- </property>
- <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>
- </widget>
- <widget class="QSpinBox" row="0" column="1">
- <property name="name">
- <cstring>SpinBox1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- <widget class="QSpinBox" row="2" column="1">
- <property name="name">
- <cstring>SpinBox3</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </grid>
- </widget>
- <widget class="QPushButton" row="0" column="1">
- <property name="name">
- <cstring>PushButton1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <spacer row="3" column="2">
- <property name="name">
- <cstring>Spacer5</cstring>
- </property>
- <property name="orientation">
- <enum>Vertical</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>0</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- <widget class="QLineEdit" row="1" column="2">
- <property name="name">
- <cstring>LineEdit2</cstring>
- </property>
- </widget>
- <widget class="QPushButton" row="1" column="1">
- <property name="name">
- <cstring>PushButton2</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- </grid>
- </widget>
- </grid>
+ </widget>
+ </item>
+ <item row="2" column="0" >
+ <widget class="QLabel" name="TextLabel5" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL4</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QSpinBox" name="SpinBox1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="1" >
+ <widget class="QSpinBox" name="SpinBox3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="2" >
+ <spacer name="Spacer5" >
+ <property name="sizeHint" >
+ <size>
+ <width>0</width>
+ <height>20</height>
+ </size>
+ </property>
+ <property name="sizeType" >
+ <enum>Expanding</enum>
+ </property>
+ <property name="orientation" >
+ <enum>Vertical</enum>
+ </property>
+ </spacer>
+ </item>
+ <item row="1" column="2" >
+ <widget class="QLineEdit" name="LineEdit2" />
+ </item>
+ <item row="1" column="1" >
+ <widget class="QPushButton" name="PushButton2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ </layout>
</widget>
- </grid>
-</widget>
-<layoutdefaults spacing="6" margin="11"/>
-</UI>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+</ui>
-<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
-<class>DlgRef_2Sel4Spin1Check_QTD</class>
-<widget class="QWidget">
- <property name="name">
- <cstring>DlgRef_2Sel4Spin1Check_QTD</cstring>
+<ui version="4.0" stdsetdef="1" >
+ <author></author>
+ <comment></comment>
+ <exportmacro></exportmacro>
+ <class>DlgRef_2Sel4Spin1Check_QTD</class>
+ <widget class="QWidget" name="DlgRef_2Sel4Spin1Check_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>262</width>
+ <height>230</height>
+ </rect>
</property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>262</width>
- <height>230</height>
- </rect>
+ <property name="windowTitle" >
+ <string>DlgRef_2Sel4Spin1Check_QTD</string>
</property>
- <property name="caption">
- <string>DlgRef_2Sel4Spin1Check_QTD</string>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QGroupBox" row="0" column="0">
- <property name="name">
- <cstring>GroupBox1</cstring>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>11</number>
</property>
- <property name="title">
- <string></string>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>11</number>
+ <item row="0" column="0" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
</property>
- <property name="spacing">
- <number>6</number>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <widget class="QLayoutWidget" row="0" column="0">
- <property name="name">
- <cstring>Layout5</cstring>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item rowspan="1" row="3" column="0" colspan="4" >
+ <widget class="QCheckBox" name="CheckButton1" >
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item rowspan="1" row="2" column="0" colspan="3" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL3</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QSpinBox" name="SpinBox1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1" >
+ <widget class="QSpinBox" name="SpinBox2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel4" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL4</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item row="1" column="2" >
+ <widget class="QLineEdit" name="LineEdit2" />
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ <item row="5" column="3" >
+ <spacer name="Spacer1" >
+ <property name="sizeHint" >
+ <size>
+ <width>0</width>
+ <height>16</height>
+ </size>
+ </property>
+ <property name="sizeType" >
+ <enum>Expanding</enum>
+ </property>
+ <property name="orientation" >
+ <enum>Vertical</enum>
+ </property>
+ </spacer>
+ </item>
+ <item row="1" column="1" >
+ <widget class="QPushButton" name="PushButton2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item rowspan="1" row="4" column="0" colspan="3" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="1" column="1" >
+ <widget class="QSpinBox" name="SpinBox4" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel5" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL5</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QSpinBox" name="SpinBox3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel6" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
</property>
- <property name="margin">
- <number>0</number>
+ <property name="text" >
+ <string>TL6</string>
</property>
- <property name="spacing">
- <number>6</number>
+ <property name="wordWrap" >
+ <bool>false</bool>
</property>
- <widget class="QPushButton" row="0" column="1">
- <property name="name">
- <cstring>PushButton1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QCheckBox" row="3" column="0" rowspan="1" colspan="4">
- <property name="name">
- <cstring>CheckButton1</cstring>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QLayoutWidget" row="2" column="0" rowspan="1" colspan="3">
- <property name="name">
- <cstring>Layout2</cstring>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QLabel" row="0" column="0">
- <property name="name">
- <cstring>TextLabel3</cstring>
- </property>
- <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>
- </widget>
- <widget class="QSpinBox" row="0" column="1">
- <property name="name">
- <cstring>SpinBox1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- <widget class="QSpinBox" row="1" column="1">
- <property name="name">
- <cstring>SpinBox2</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- <widget class="QLabel" row="1" column="0">
- <property name="name">
- <cstring>TextLabel4</cstring>
- </property>
- <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>
- </widget>
- </grid>
- </widget>
- <widget class="QLineEdit" row="1" column="2">
- <property name="name">
- <cstring>LineEdit2</cstring>
- </property>
- </widget>
- <widget class="QLabel" row="0" column="0">
- <property name="name">
- <cstring>TextLabel1</cstring>
- </property>
- <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>
- </widget>
- <widget class="QLineEdit" row="0" column="2">
- <property name="name">
- <cstring>LineEdit1</cstring>
- </property>
- </widget>
- <spacer row="5" column="3">
- <property name="name">
- <cstring>Spacer1</cstring>
- </property>
- <property name="orientation">
- <enum>Vertical</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>0</width>
- <height>16</height>
- </size>
- </property>
- </spacer>
- <widget class="QPushButton" row="1" column="1">
- <property name="name">
- <cstring>PushButton2</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QLabel" row="1" column="0">
- <property name="name">
- <cstring>TextLabel2</cstring>
- </property>
- <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>
- </widget>
- <widget class="QLayoutWidget" row="4" column="0" rowspan="1" colspan="3">
- <property name="name">
- <cstring>Layout3</cstring>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QSpinBox" row="1" column="1">
- <property name="name">
- <cstring>SpinBox4</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- <widget class="QLabel" row="0" column="0">
- <property name="name">
- <cstring>TextLabel5</cstring>
- </property>
- <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>
- </widget>
- <widget class="QSpinBox" row="0" column="1">
- <property name="name">
- <cstring>SpinBox3</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- <widget class="QLabel" row="1" column="0">
- <property name="name">
- <cstring>TextLabel6</cstring>
- </property>
- <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>
- </widget>
- </grid>
- </widget>
- </grid>
- </widget>
- </grid>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ </layout>
+ </item>
+ </layout>
</widget>
- </grid>
-</widget>
-<tabstops>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <tabstops>
<tabstop>PushButton1</tabstop>
<tabstop>LineEdit1</tabstop>
<tabstop>PushButton2</tabstop>
<tabstop>CheckButton1</tabstop>
<tabstop>SpinBox3</tabstop>
<tabstop>SpinBox4</tabstop>
-</tabstops>
-<layoutdefaults spacing="6" margin="11"/>
-</UI>
+ </tabstops>
+</ui>
-<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
-<class>DlgRef_2Sel_QTD</class>
-<widget class="QWidget">
- <property name="name">
- <cstring>DlgRef_2Sel_QTD</cstring>
+<ui version="4.0" stdsetdef="1" >
+ <author></author>
+ <comment></comment>
+ <exportmacro></exportmacro>
+ <class>DlgRef_2Sel_QTD</class>
+ <widget class="QWidget" name="DlgRef_2Sel_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>129</width>
+ <height>87</height>
+ </rect>
</property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>129</width>
- <height>87</height>
- </rect>
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>5</hsizetype>
+ <vsizetype>7</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
</property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>5</hsizetype>
- <vsizetype>7</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
+ <property name="windowTitle" >
+ <string>DlgRef_2Sel_QTD</string>
</property>
- <property name="caption">
- <string>DlgRef_2Sel_QTD</string>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QGroupBox" row="0" column="0">
- <property name="name">
- <cstring>GroupBox1</cstring>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>11</number>
</property>
- <property name="title">
- <string></string>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>11</number>
+ <item row="0" column="0" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
</property>
- <property name="spacing">
- <number>6</number>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <widget class="QLayoutWidget" row="0" column="0">
- <property name="name">
- <cstring>Layout1</cstring>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="2" >
+ <spacer name="Spacer3" >
+ <property name="sizeHint" >
+ <size>
+ <width>0</width>
+ <height>16</height>
+ </size>
+ </property>
+ <property name="sizeType" >
+ <enum>Expanding</enum>
+ </property>
+ <property name="orientation" >
+ <enum>Vertical</enum>
+ </property>
+ </spacer>
+ </item>
+ <item row="1" column="2" >
+ <widget class="QLineEdit" name="LineEdit2" />
+ </item>
+ <item row="1" column="1" >
+ <widget class="QPushButton" name="PushButton2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QPushButton" row="0" column="1">
- <property name="name">
- <cstring>PushButton1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <spacer row="2" column="2">
- <property name="name">
- <cstring>Spacer3</cstring>
- </property>
- <property name="orientation">
- <enum>Vertical</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>0</width>
- <height>16</height>
- </size>
- </property>
- </spacer>
- <widget class="QLineEdit" row="1" column="2">
- <property name="name">
- <cstring>LineEdit2</cstring>
- </property>
- </widget>
- <widget class="QPushButton" row="1" column="1">
- <property name="name">
- <cstring>PushButton2</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QLabel" row="0" column="0">
- <property name="name">
- <cstring>TextLabel1</cstring>
- </property>
- <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>
- </widget>
- <widget class="QLabel" row="1" column="0">
- <property name="name">
- <cstring>TextLabel2</cstring>
- </property>
- <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>
- </widget>
- <widget class="QLineEdit" row="0" column="2">
- <property name="name">
- <cstring>LineEdit1</cstring>
- </property>
- </widget>
- </grid>
- </widget>
- </grid>
+ </widget>
+ </item>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ </layout>
+ </item>
+ </layout>
</widget>
- </grid>
-</widget>
-<layoutdefaults spacing="6" margin="11"/>
-</UI>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+</ui>
-<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
-<class>DlgRef_2Spin_QTD</class>
-<widget class="QWidget">
- <property name="name">
- <cstring>DlgRef_2Spin_QTD</cstring>
+<ui version="4.0" stdsetdef="1" >
+ <author></author>
+ <comment></comment>
+ <exportmacro></exportmacro>
+ <class>DlgRef_2Spin_QTD</class>
+ <widget class="QWidget" name="DlgRef_2Spin_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>124</width>
+ <height>83</height>
+ </rect>
</property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>124</width>
- <height>83</height>
- </rect>
+ <property name="windowTitle" >
+ <string>DlgRef_2Spin_QTD</string>
</property>
- <property name="caption">
- <string>DlgRef_2Spin_QTD</string>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QGroupBox" row="0" column="0">
- <property name="name">
- <cstring>GroupBox1</cstring>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>11</number>
</property>
- <property name="title">
- <string></string>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>11</number>
+ <item row="0" column="0" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
</property>
- <property name="spacing">
- <number>6</number>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <widget class="QLayoutWidget" row="0" column="0">
- <property name="name">
- <cstring>Layout1</cstring>
+ <item row="1" column="1" >
+ <widget class="QSpinBox" name="SpinBox2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="1" >
+ <spacer name="Spacer1" >
+ <property name="sizeHint" >
+ <size>
+ <width>0</width>
+ <height>16</height>
+ </size>
+ </property>
+ <property name="sizeType" >
+ <enum>Expanding</enum>
+ </property>
+ <property name="orientation" >
+ <enum>Vertical</enum>
+ </property>
+ </spacer>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QSpinBox" name="SpinBox1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QSpinBox" row="1" column="1">
- <property name="name">
- <cstring>SpinBox2</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- <spacer row="3" column="1">
- <property name="name">
- <cstring>Spacer1</cstring>
- </property>
- <property name="orientation">
- <enum>Vertical</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>0</width>
- <height>16</height>
- </size>
- </property>
- </spacer>
- <widget class="QSpinBox" row="0" column="1">
- <property name="name">
- <cstring>SpinBox1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- <widget class="QLabel" row="0" column="0">
- <property name="name">
- <cstring>TextLabel1</cstring>
- </property>
- <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>
- </widget>
- <widget class="QLabel" row="1" column="0">
- <property name="name">
- <cstring>TextLabel2</cstring>
- </property>
- <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>
- </widget>
- </grid>
- </widget>
- </grid>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ </layout>
</widget>
- </grid>
-</widget>
-<layoutdefaults spacing="6" margin="11"/>
-</UI>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+</ui>
-<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
-<class>DlgRef_3Check_QTD</class>
-<widget class="QWidget">
- <property name="name">
- <cstring>DlgRef_3Check_QTD</cstring>
+<ui version="4.0" stdsetdef="1" >
+ <author></author>
+ <comment></comment>
+ <exportmacro></exportmacro>
+ <class>DlgRef_3Check_QTD</class>
+ <widget class="QWidget" name="DlgRef_3Check_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>135</width>
+ <height>108</height>
+ </rect>
</property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>135</width>
- <height>108</height>
- </rect>
+ <property name="windowTitle" >
+ <string>DlgRef_3Check_QTD</string>
</property>
- <property name="caption">
- <string>DlgRef_3Check_QTD</string>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QButtonGroup" row="0" column="0">
- <property name="name">
- <cstring>GroupBox1</cstring>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QButtonGroup" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>11</number>
</property>
- <property name="title">
- <string></string>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>11</number>
+ <item row="0" column="0" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
</property>
- <property name="spacing">
- <number>6</number>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <widget class="QLayoutWidget" row="0" column="0">
- <property name="name">
- <cstring>Layout1</cstring>
+ <item row="2" column="0" >
+ <widget class="QRadioButton" name="RadioButton3" >
+ <property name="text" >
+ <string>RadioButton3</string>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QRadioButton" name="RadioButton1" >
+ <property name="text" >
+ <string>RadioButton1</string>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QRadioButton" name="RadioButton2" >
+ <property name="text" >
+ <string>RadioButton2</string>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="0" >
+ <spacer name="Spacer1" >
+ <property name="sizeHint" >
+ <size>
+ <width>0</width>
+ <height>91</height>
+ </size>
+ </property>
+ <property name="sizeType" >
+ <enum>Expanding</enum>
+ </property>
+ <property name="orientation" >
+ <enum>Vertical</enum>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QRadioButton" row="2" column="0">
- <property name="name">
- <cstring>RadioButton3</cstring>
- </property>
- <property name="text">
- <string>RadioButton3</string>
- </property>
- </widget>
- <widget class="QRadioButton" row="0" column="0">
- <property name="name">
- <cstring>RadioButton1</cstring>
- </property>
- <property name="text">
- <string>RadioButton1</string>
- </property>
- </widget>
- <widget class="QRadioButton" row="1" column="0">
- <property name="name">
- <cstring>RadioButton2</cstring>
- </property>
- <property name="text">
- <string>RadioButton2</string>
- </property>
- </widget>
- <spacer row="3" column="0">
- <property name="name">
- <cstring>Spacer1</cstring>
- </property>
- <property name="orientation">
- <enum>Vertical</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>0</width>
- <height>91</height>
- </size>
- </property>
- </spacer>
- </grid>
- </widget>
- </grid>
+ </spacer>
+ </item>
+ </layout>
+ </item>
+ </layout>
</widget>
- </grid>
-</widget>
-<tabstops>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <tabstops>
<tabstop>RadioButton1</tabstop>
<tabstop>RadioButton2</tabstop>
<tabstop>RadioButton3</tabstop>
-</tabstops>
-<layoutdefaults spacing="6" margin="11"/>
-</UI>
+ </tabstops>
+</ui>
-<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
-<class>DlgRef_3Sel1Check_QTD</class>
-<widget class="QWidget">
- <property name="name">
- <cstring>DlgRef_3Sel1Check_QTD</cstring>
+<ui version="4.0" stdsetdef="1" >
+ <author></author>
+ <comment></comment>
+ <exportmacro></exportmacro>
+ <class>DlgRef_3Sel1Check_QTD</class>
+ <widget class="QWidget" name="DlgRef_3Sel1Check_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>490</width>
+ <height>878</height>
+ </rect>
</property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>490</width>
- <height>878</height>
- </rect>
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>5</hsizetype>
+ <vsizetype>5</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
</property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>5</hsizetype>
- <vsizetype>5</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
+ <property name="windowTitle" >
+ <string>DlgRef_3Sel3Spin1Check_QTD</string>
</property>
- <property name="caption">
- <string>DlgRef_3Sel3Spin1Check_QTD</string>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QGroupBox" row="0" column="0">
- <property name="name">
- <cstring>GroupBox1</cstring>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>5</hsizetype>
+ <vsizetype>5</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>11</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>5</hsizetype>
- <vsizetype>5</vsizetype>
+ <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="title">
- <string></string>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>11</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QPushButton" row="0" column="1">
- <property name="name">
- <cstring>PushButton1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QLineEdit" row="0" column="2">
- <property name="name">
- <cstring>LineEdit1</cstring>
- </property>
- </widget>
- <widget class="QLabel" row="0" column="0">
- <property name="name">
- <cstring>TextLabel1</cstring>
- </property>
- <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>
- </widget>
- <widget class="QPushButton" row="1" column="1">
- <property name="name">
- <cstring>PushButton2</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QLineEdit" row="1" column="2">
- <property name="name">
- <cstring>LineEdit2</cstring>
- </property>
- </widget>
- <widget class="QLabel" row="1" column="0">
- <property name="name">
- <cstring>TextLabel2</cstring>
- </property>
- <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>
- </widget>
- <widget class="QPushButton" row="2" column="1">
- <property name="name">
- <cstring>PushButton3</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QLineEdit" row="2" column="2">
- <property name="name">
- <cstring>LineEdit3</cstring>
- </property>
- </widget>
- <widget class="QLabel" row="2" column="0">
- <property name="name">
- <cstring>TextLabel3</cstring>
- </property>
- <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>
- </widget>
- <widget class="QRadioButton" row="3" column="0" rowspan="1" colspan="2">
- <property name="name">
- <cstring>radioButton4</cstring>
- </property>
- <property name="text">
- <string>radioButton4</string>
- </property>
- </widget>
- <spacer row="4" column="2">
- <property name="name">
- <cstring>Spacer3</cstring>
- </property>
- <property name="orientation">
- <enum>Vertical</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>16</width>
- <height>721</height>
- </size>
- </property>
- </spacer>
- </grid>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1" >
+ <widget class="QPushButton" name="PushButton2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="2" >
+ <widget class="QLineEdit" name="LineEdit2" />
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="1" >
+ <widget class="QPushButton" name="PushButton3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="2" >
+ <widget class="QLineEdit" name="LineEdit3" />
+ </item>
+ <item row="2" column="0" >
+ <widget class="QLabel" name="TextLabel3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL3</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item rowspan="1" row="3" column="0" colspan="2" >
+ <widget class="QRadioButton" name="radioButton4" >
+ <property name="text" >
+ <string>radioButton4</string>
+ </property>
+ </widget>
+ </item>
+ <item row="4" column="2" >
+ <spacer name="Spacer3" >
+ <property name="sizeHint" >
+ <size>
+ <width>16</width>
+ <height>721</height>
+ </size>
+ </property>
+ <property name="sizeType" >
+ <enum>Expanding</enum>
+ </property>
+ <property name="orientation" >
+ <enum>Vertical</enum>
+ </property>
+ </spacer>
+ </item>
+ </layout>
</widget>
- </grid>
-</widget>
-<tabstops>
+ </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>
-<layoutdefaults spacing="6" margin="11"/>
-</UI>
+ </tabstops>
+</ui>
-<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
-<class>DlgRef_3Sel3Spin1Check_QTD</class>
-<widget class="QWidget">
- <property name="name">
- <cstring>DlgRef_3Sel3Spin1Check_QTD</cstring>
+<ui version="4.0" stdsetdef="1" >
+ <author></author>
+ <comment></comment>
+ <exportmacro></exportmacro>
+ <class>DlgRef_3Sel3Spin1Check_QTD</class>
+ <widget class="QWidget" name="DlgRef_3Sel3Spin1Check_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>380</width>
+ <height>229</height>
+ </rect>
</property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>380</width>
- <height>229</height>
- </rect>
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>5</hsizetype>
+ <vsizetype>5</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
</property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>5</hsizetype>
- <vsizetype>5</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
+ <property name="windowTitle" >
+ <string>DlgRef_3Sel3Spin1Check_QTD</string>
</property>
- <property name="caption">
- <string>DlgRef_3Sel3Spin1Check_QTD</string>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QGroupBox" row="0" column="0">
- <property name="name">
- <cstring>GroupBox1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>5</hsizetype>
- <vsizetype>5</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>5</hsizetype>
+ <vsizetype>5</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>11</number>
</property>
- <property name="title">
- <string></string>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>11</number>
+ <item row="0" column="0" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
</property>
- <property name="spacing">
- <number>6</number>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <widget class="QLayoutWidget" row="0" column="0">
- <property name="name">
- <cstring>Layout1</cstring>
+ <item row="4" column="2" >
+ <widget class="QSpinBox" name="SpinBox_2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="2" >
+ <widget class="QLineEdit" name="LineEdit3" />
+ </item>
+ <item row="5" column="2" >
+ <widget class="QSpinBox" name="SpinBox_3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="0" >
+ <widget class="QLabel" name="TextLabel3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL3</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item rowspan="1" row="6" column="0" colspan="2" >
+ <widget class="QCheckBox" name="CheckBox1" >
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="0" >
+ <widget class="QLabel" name="TextLabel4" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL4</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="2" >
+ <widget class="QLineEdit" name="LineEdit2" />
+ </item>
+ <item row="2" column="1" >
+ <widget class="QPushButton" name="PushButton3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="5" column="0" >
+ <widget class="QLabel" name="TextLabel6" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL6</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="2" >
+ <widget class="QSpinBox" name="SpinBox_1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item row="4" column="0" >
+ <widget class="QLabel" name="TextLabel5" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL5</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ <item row="1" column="1" >
+ <widget class="QPushButton" name="PushButton2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="7" column="2" >
+ <spacer name="Spacer3" >
+ <property name="sizeHint" >
+ <size>
+ <width>0</width>
+ <height>250</height>
+ </size>
+ </property>
+ <property name="sizeType" >
+ <enum>Expanding</enum>
+ </property>
+ <property name="orientation" >
+ <enum>Vertical</enum>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QSpinBox" row="4" column="2">
- <property name="name">
- <cstring>SpinBox_2</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- <widget class="QLineEdit" row="2" column="2">
- <property name="name">
- <cstring>LineEdit3</cstring>
- </property>
- </widget>
- <widget class="QSpinBox" row="5" column="2">
- <property name="name">
- <cstring>SpinBox_3</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- <widget class="QLabel" row="0" column="0">
- <property name="name">
- <cstring>TextLabel1</cstring>
- </property>
- <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>
- </widget>
- <widget class="QLabel" row="2" column="0">
- <property name="name">
- <cstring>TextLabel3</cstring>
- </property>
- <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>
- </widget>
- <widget class="QCheckBox" row="6" column="0" rowspan="1" colspan="2">
- <property name="name">
- <cstring>CheckBox1</cstring>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QPushButton" row="0" column="1">
- <property name="name">
- <cstring>PushButton1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QLabel" row="3" column="0">
- <property name="name">
- <cstring>TextLabel4</cstring>
- </property>
- <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>
- </widget>
- <widget class="QLineEdit" row="1" column="2">
- <property name="name">
- <cstring>LineEdit2</cstring>
- </property>
- </widget>
- <widget class="QPushButton" row="2" column="1">
- <property name="name">
- <cstring>PushButton3</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QLabel" row="5" column="0">
- <property name="name">
- <cstring>TextLabel6</cstring>
- </property>
- <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>
- </widget>
- <widget class="QSpinBox" row="3" column="2">
- <property name="name">
- <cstring>SpinBox_1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- <widget class="QLabel" row="4" column="0">
- <property name="name">
- <cstring>TextLabel5</cstring>
- </property>
- <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>
- </widget>
- <widget class="QLabel" row="1" column="0">
- <property name="name">
- <cstring>TextLabel2</cstring>
- </property>
- <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>
- </widget>
- <widget class="QLineEdit" row="0" column="2">
- <property name="name">
- <cstring>LineEdit1</cstring>
- </property>
- </widget>
- <widget class="QPushButton" row="1" column="1">
- <property name="name">
- <cstring>PushButton2</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <spacer row="7" column="2">
- <property name="name">
- <cstring>Spacer3</cstring>
- </property>
- <property name="orientation">
- <enum>Vertical</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>0</width>
- <height>250</height>
- </size>
- </property>
- </spacer>
- </grid>
- </widget>
- </grid>
+ </spacer>
+ </item>
+ </layout>
+ </item>
+ </layout>
</widget>
- </grid>
-</widget>
-<tabstops>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <tabstops>
<tabstop>PushButton1</tabstop>
<tabstop>LineEdit1</tabstop>
<tabstop>PushButton2</tabstop>
<tabstop>SpinBox_2</tabstop>
<tabstop>SpinBox_3</tabstop>
<tabstop>CheckBox1</tabstop>
-</tabstops>
-<layoutdefaults spacing="6" margin="11"/>
-</UI>
+ </tabstops>
+</ui>
-<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
-<class>DlgRef_3Sel4Spin2Check_QTD</class>
-<widget class="QWidget">
- <property name="name">
- <cstring>DlgRef_3Sel4Spin2Check_QTD</cstring>
+<ui version="4.0" stdsetdef="1" >
+ <author></author>
+ <comment></comment>
+ <exportmacro></exportmacro>
+ <class>DlgRef_3Sel4Spin2Check_QTD</class>
+ <widget class="QWidget" name="DlgRef_3Sel4Spin2Check_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>269</width>
+ <height>281</height>
+ </rect>
</property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>269</width>
- <height>281</height>
- </rect>
+ <property name="windowTitle" >
+ <string>DlgRef_3Sel4Spin2Check_QTD</string>
</property>
- <property name="caption">
- <string>DlgRef_3Sel4Spin2Check_QTD</string>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QGroupBox" row="0" column="0">
- <property name="name">
- <cstring>GroupBox1</cstring>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>11</number>
</property>
- <property name="title">
- <string></string>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>11</number>
+ <item row="0" column="0" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
</property>
- <property name="spacing">
- <number>6</number>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <widget class="QLayoutWidget" row="0" column="0">
- <property name="name">
- <cstring>Layout1</cstring>
+ <item rowspan="1" row="6" column="0" colspan="3" >
+ <widget class="QCheckBox" name="CheckButton2" >
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ <item row="2" column="0" >
+ <widget class="QLabel" name="TextLabel3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL3</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1" >
+ <widget class="QPushButton" name="PushButton2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="2" >
+ <widget class="QLineEdit" name="LineEdit3" />
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item rowspan="1" row="5" column="0" colspan="3" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="1" column="1" >
+ <widget class="QSpinBox" name="SpinBox4" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QSpinBox" name="SpinBox3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel7" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL7</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel6" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL6</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item rowspan="1" row="4" column="0" colspan="3" >
+ <widget class="QCheckBox" name="CheckButton1" >
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="1" >
+ <widget class="QPushButton" name="PushButton3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="7" column="2" >
+ <spacer name="Spacer1" >
+ <property name="sizeHint" >
+ <size>
+ <width>0</width>
+ <height>16</height>
+ </size>
+ </property>
+ <property name="sizeType" >
+ <enum>Expanding</enum>
+ </property>
+ <property name="orientation" >
+ <enum>Vertical</enum>
+ </property>
+ </spacer>
+ </item>
+ <item row="1" column="2" >
+ <widget class="QLineEdit" name="LineEdit2" />
+ </item>
+ <item rowspan="1" row="3" column="0" colspan="3" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel5" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL5</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel4" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL4</string>
</property>
- <property name="margin">
- <number>0</number>
+ <property name="wordWrap" >
+ <bool>false</bool>
</property>
- <property name="spacing">
- <number>6</number>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QSpinBox" name="SpinBox1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
</property>
- <widget class="QCheckBox" row="6" column="0" rowspan="1" colspan="3">
- <property name="name">
- <cstring>CheckButton2</cstring>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QLineEdit" row="0" column="2">
- <property name="name">
- <cstring>LineEdit1</cstring>
- </property>
- </widget>
- <widget class="QLabel" row="2" column="0">
- <property name="name">
- <cstring>TextLabel3</cstring>
- </property>
- <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>
- </widget>
- <widget class="QPushButton" row="1" column="1">
- <property name="name">
- <cstring>PushButton2</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QLineEdit" row="2" column="2">
- <property name="name">
- <cstring>LineEdit3</cstring>
- </property>
- </widget>
- <widget class="QPushButton" row="0" column="1">
- <property name="name">
- <cstring>PushButton1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QLayoutWidget" row="5" column="0" rowspan="1" colspan="3">
- <property name="name">
- <cstring>Layout3</cstring>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QSpinBox" row="1" column="1">
- <property name="name">
- <cstring>SpinBox4</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- <widget class="QSpinBox" row="0" column="1">
- <property name="name">
- <cstring>SpinBox3</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- <widget class="QLabel" row="1" column="0">
- <property name="name">
- <cstring>TextLabel7</cstring>
- </property>
- <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>
- </widget>
- <widget class="QLabel" row="0" column="0">
- <property name="name">
- <cstring>TextLabel6</cstring>
- </property>
- <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>
- </widget>
- </grid>
- </widget>
- <widget class="QCheckBox" row="4" column="0" rowspan="1" colspan="3">
- <property name="name">
- <cstring>CheckButton1</cstring>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QPushButton" row="2" column="1">
- <property name="name">
- <cstring>PushButton3</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QLabel" row="0" column="0">
- <property name="name">
- <cstring>TextLabel1</cstring>
- </property>
- <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>
- </widget>
- <spacer row="7" column="2">
- <property name="name">
- <cstring>Spacer1</cstring>
- </property>
- <property name="orientation">
- <enum>Vertical</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>0</width>
- <height>16</height>
- </size>
- </property>
- </spacer>
- <widget class="QLineEdit" row="1" column="2">
- <property name="name">
- <cstring>LineEdit2</cstring>
- </property>
- </widget>
- <widget class="QLayoutWidget" row="3" column="0" rowspan="1" colspan="3">
- <property name="name">
- <cstring>Layout2</cstring>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QLabel" row="1" column="0">
- <property name="name">
- <cstring>TextLabel5</cstring>
- </property>
- <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>
- </widget>
- <widget class="QLabel" row="0" column="0">
- <property name="name">
- <cstring>TextLabel4</cstring>
- </property>
- <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>
- </widget>
- <widget class="QSpinBox" row="0" column="1">
- <property name="name">
- <cstring>SpinBox1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- <widget class="QSpinBox" row="1" column="1">
- <property name="name">
- <cstring>SpinBox2</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </grid>
- </widget>
- <widget class="QLabel" row="1" column="0">
- <property name="name">
- <cstring>TextLabel2</cstring>
- </property>
- <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>
- </widget>
- </grid>
- </widget>
- </grid>
+ </widget>
+ </item>
+ <item row="1" column="1" >
+ <widget class="QSpinBox" name="SpinBox2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ </layout>
</widget>
- </grid>
-</widget>
-<tabstops>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <tabstops>
<tabstop>PushButton1</tabstop>
<tabstop>LineEdit1</tabstop>
<tabstop>PushButton2</tabstop>
<tabstop>SpinBox3</tabstop>
<tabstop>SpinBox4</tabstop>
<tabstop>CheckButton2</tabstop>
-</tabstops>
-<layoutdefaults spacing="6" margin="11"/>
-</UI>
+ </tabstops>
+</ui>
-<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
-<class>DlgRef_3Sel_QTD</class>
-<widget class="QWidget">
- <property name="name">
- <cstring>DlgRef_3Sel_QTD</cstring>
+<ui version="4.0" stdsetdef="1" >
+ <author></author>
+ <comment></comment>
+ <exportmacro></exportmacro>
+ <class>DlgRef_3Sel_QTD</class>
+ <widget class="QWidget" name="DlgRef_3Sel_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>129</width>
+ <height>117</height>
+ </rect>
</property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>129</width>
- <height>117</height>
- </rect>
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>5</hsizetype>
+ <vsizetype>7</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
</property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>5</hsizetype>
- <vsizetype>7</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
+ <property name="windowTitle" >
+ <string>DlgRef_3Sel_QTD</string>
</property>
- <property name="caption">
- <string>DlgRef_3Sel_QTD</string>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QGroupBox" row="0" column="0">
- <property name="name">
- <cstring>GroupBox1</cstring>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>11</number>
</property>
- <property name="title">
- <string></string>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>11</number>
+ <item row="0" column="0" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
</property>
- <property name="spacing">
- <number>6</number>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <widget class="QLayoutWidget" row="0" column="0">
- <property name="name">
- <cstring>Layout1</cstring>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QLineEdit" row="2" column="2">
- <property name="name">
- <cstring>LineEdit3</cstring>
- </property>
- </widget>
- <widget class="QPushButton" row="0" column="1">
- <property name="name">
- <cstring>PushButton1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QLineEdit" row="1" column="2">
- <property name="name">
- <cstring>LineEdit2</cstring>
- </property>
- </widget>
- <widget class="QLabel" row="0" column="0">
- <property name="name">
- <cstring>TextLabel1</cstring>
- </property>
- <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>
- </widget>
- <widget class="QLabel" row="2" column="0">
- <property name="name">
- <cstring>TextLabel3</cstring>
- </property>
- <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>
- </widget>
- <widget class="QLineEdit" row="0" column="2">
- <property name="name">
- <cstring>LineEdit1</cstring>
- </property>
- </widget>
- <spacer row="3" column="2">
- <property name="name">
- <cstring>Spacer3</cstring>
- </property>
- <property name="orientation">
- <enum>Vertical</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>0</width>
- <height>159</height>
- </size>
- </property>
- </spacer>
- <widget class="QLabel" row="1" column="0">
- <property name="name">
- <cstring>TextLabel2</cstring>
- </property>
- <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>
- </widget>
- <widget class="QPushButton" row="2" column="1">
- <property name="name">
- <cstring>PushButton3</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QPushButton" row="1" column="1">
- <property name="name">
- <cstring>PushButton2</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- </grid>
- </widget>
- </grid>
+ <item row="2" column="2" >
+ <widget class="QLineEdit" name="LineEdit3" />
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="2" >
+ <widget class="QLineEdit" name="LineEdit2" />
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="0" >
+ <widget class="QLabel" name="TextLabel3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL3</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ <item row="3" column="2" >
+ <spacer name="Spacer3" >
+ <property name="sizeHint" >
+ <size>
+ <width>0</width>
+ <height>159</height>
+ </size>
+ </property>
+ <property name="sizeType" >
+ <enum>Expanding</enum>
+ </property>
+ <property name="orientation" >
+ <enum>Vertical</enum>
+ </property>
+ </spacer>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="1" >
+ <widget class="QPushButton" name="PushButton3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1" >
+ <widget class="QPushButton" name="PushButton2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ </layout>
</widget>
- </grid>
-</widget>
-<layoutdefaults spacing="6" margin="11"/>
-</UI>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+</ui>
-<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
-<class>DlgRef_3Spin1Check_QTD</class>
-<widget class="QWidget">
- <property name="name">
- <cstring>DlgRef_3Spin1Check_QTD</cstring>
+<ui version="4.0" stdsetdef="1" >
+ <author></author>
+ <comment></comment>
+ <exportmacro></exportmacro>
+ <class>DlgRef_3Spin1Check_QTD</class>
+ <widget class="QWidget" name="DlgRef_3Spin1Check_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>124</width>
+ <height>130</height>
+ </rect>
</property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>124</width>
- <height>130</height>
- </rect>
+ <property name="windowTitle" >
+ <string>DlgRef_3Spin1Check_QTD</string>
</property>
- <property name="caption">
- <string>DlgRef_3Spin1Check_QTD</string>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QGroupBox" row="0" column="0">
- <property name="name">
- <cstring>GroupBox1</cstring>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>11</number>
</property>
- <property name="title">
- <string></string>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>11</number>
+ <item row="0" column="0" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
</property>
- <property name="spacing">
- <number>6</number>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <widget class="QLayoutWidget" row="0" column="0">
- <property name="name">
- <cstring>Layout1</cstring>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QRadioButton" row="3" column="0" rowspan="1" colspan="2">
- <property name="name">
- <cstring>CheckBox1</cstring>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <spacer row="4" column="1">
- <property name="name">
- <cstring>Spacer1</cstring>
- </property>
- <property name="orientation">
- <enum>Vertical</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>0</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- <widget class="QSpinBox" row="1" column="1">
- <property name="name">
- <cstring>SpinBox2</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- <widget class="QLabel" row="2" column="0">
- <property name="name">
- <cstring>TextLabel3</cstring>
- </property>
- <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>
- </widget>
- <widget class="QSpinBox" row="2" column="1">
- <property name="name">
- <cstring>SpinBox3</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- <widget class="QSpinBox" row="0" column="1">
- <property name="name">
- <cstring>SpinBox1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- <widget class="QLabel" row="0" column="0">
- <property name="name">
- <cstring>TextLabel1</cstring>
- </property>
- <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>
- </widget>
- <widget class="QLabel" row="1" column="0">
- <property name="name">
- <cstring>TextLabel2</cstring>
- </property>
- <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>
- </widget>
- </grid>
- </widget>
- </grid>
+ <item rowspan="1" row="3" column="0" colspan="2" >
+ <widget class="QRadioButton" name="CheckBox1" >
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="4" column="1" >
+ <spacer name="Spacer1" >
+ <property name="sizeHint" >
+ <size>
+ <width>0</width>
+ <height>20</height>
+ </size>
+ </property>
+ <property name="sizeType" >
+ <enum>Expanding</enum>
+ </property>
+ <property name="orientation" >
+ <enum>Vertical</enum>
+ </property>
+ </spacer>
+ </item>
+ <item row="1" column="1" >
+ <widget class="QSpinBox" name="SpinBox2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="0" >
+ <widget class="QLabel" name="TextLabel3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL3</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="1" >
+ <widget class="QSpinBox" name="SpinBox3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QSpinBox" name="SpinBox1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ </layout>
</widget>
- </grid>
-</widget>
-<layoutdefaults spacing="6" margin="11"/>
-</UI>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+</ui>
-<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
-<class>DlgRef_3Spin_QTD</class>
-<widget class="QWidget">
- <property name="name">
- <cstring>DlgRef_3Spin_QTD</cstring>
+<ui version="4.0" stdsetdef="1" >
+ <author></author>
+ <comment></comment>
+ <exportmacro></exportmacro>
+ <class>DlgRef_3Spin_QTD</class>
+ <widget class="QWidget" name="DlgRef_3Spin_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>124</width>
+ <height>111</height>
+ </rect>
</property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>124</width>
- <height>111</height>
- </rect>
+ <property name="windowTitle" >
+ <string>DlgRef_3Spin_QTD</string>
</property>
- <property name="caption">
- <string>DlgRef_3Spin_QTD</string>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QGroupBox" row="0" column="0">
- <property name="name">
- <cstring>GroupBox1</cstring>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>11</number>
</property>
- <property name="title">
- <string></string>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>11</number>
+ <item row="0" column="0" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
</property>
- <property name="spacing">
- <number>6</number>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <widget class="QLayoutWidget" row="0" column="0">
- <property name="name">
- <cstring>Layout1</cstring>
+ <item row="1" column="1" >
+ <widget class="QSpinBox" name="SpinBox2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="1" >
+ <spacer name="Spacer1" >
+ <property name="sizeHint" >
+ <size>
+ <width>0</width>
+ <height>16</height>
+ </size>
+ </property>
+ <property name="sizeType" >
+ <enum>Expanding</enum>
+ </property>
+ <property name="orientation" >
+ <enum>Vertical</enum>
+ </property>
+ </spacer>
+ </item>
+ <item row="2" column="0" >
+ <widget class="QLabel" name="TextLabel3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL3</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QSpinBox" name="SpinBox1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="1" >
+ <widget class="QSpinBox" name="SpinBox3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QSpinBox" row="1" column="1">
- <property name="name">
- <cstring>SpinBox2</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- <spacer row="3" column="1">
- <property name="name">
- <cstring>Spacer1</cstring>
- </property>
- <property name="orientation">
- <enum>Vertical</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>0</width>
- <height>16</height>
- </size>
- </property>
- </spacer>
- <widget class="QLabel" row="2" column="0">
- <property name="name">
- <cstring>TextLabel3</cstring>
- </property>
- <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>
- </widget>
- <widget class="QSpinBox" row="0" column="1">
- <property name="name">
- <cstring>SpinBox1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- <widget class="QSpinBox" row="2" column="1">
- <property name="name">
- <cstring>SpinBox3</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- <widget class="QLabel" row="0" column="0">
- <property name="name">
- <cstring>TextLabel1</cstring>
- </property>
- <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>
- </widget>
- <widget class="QLabel" row="1" column="0">
- <property name="name">
- <cstring>TextLabel2</cstring>
- </property>
- <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>
- </widget>
- </grid>
- </widget>
- </grid>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ </layout>
</widget>
- </grid>
-</widget>
-<layoutdefaults spacing="6" margin="11"/>
-</UI>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+</ui>
--- /dev/null
+<ui version="4.0" stdsetdef="1" >
+ <author></author>
+ <comment></comment>
+ <exportmacro></exportmacro>
+ <class>DlgRef_4Sel1List_QTD</class>
+ <widget class="QWidget" name="DlgRef_4Sel1List_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>129</width>
+ <height>175</height>
+ </rect>
+ </property>
+ <property name="windowTitle" >
+ <string>DlgRef_4Sel1List_QTD</string>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>11</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="1" column="2" >
+ <widget class="QLineEdit" name="LineEdit2" />
+ </item>
+ <item row="4" column="1" >
+ <widget class="QPushButton" name="PushButton4" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="4" column="2" >
+ <widget class="QLineEdit" name="LineEdit4" />
+ </item>
+ <item row="3" column="1" >
+ <widget class="QPushButton" name="PushButton3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1" >
+ <widget class="QPushButton" name="PushButton2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="0" >
+ <widget class="QLabel" name="TextLabel4" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL4</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="6" column="2" >
+ <spacer name="Spacer5" >
+ <property name="sizeHint" >
+ <size>
+ <width>0</width>
+ <height>80</height>
+ </size>
+ </property>
+ <property name="sizeType" >
+ <enum>Expanding</enum>
+ </property>
+ <property name="orientation" >
+ <enum>Vertical</enum>
+ </property>
+ </spacer>
+ </item>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ <item row="4" column="0" >
+ <widget class="QLabel" name="TextLabel5" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL5</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="2" >
+ <widget class="QLineEdit" name="LineEdit3" />
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="2" >
+ <widget class="QComboBox" name="ComboBox1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item rowspan="1" row="2" column="0" colspan="2" >
+ <widget class="QLabel" name="TextLabel3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL3</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item rowspan="1" row="5" column="0" colspan="2" >
+ <widget class="QCheckBox" name="CheckBox1" >
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="5" column="2" >
+ <widget class="QPushButton" name="PushButton5" >
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <tabstops>
+ <tabstop>PushButton1</tabstop>
+ <tabstop>LineEdit1</tabstop>
+ <tabstop>PushButton2</tabstop>
+ <tabstop>LineEdit2</tabstop>
+ <tabstop>ComboBox1</tabstop>
+ <tabstop>CheckBox1</tabstop>
+ <tabstop>PushButton5</tabstop>
+ <tabstop>PushButton3</tabstop>
+ <tabstop>LineEdit3</tabstop>
+ <tabstop>PushButton4</tabstop>
+ <tabstop>LineEdit4</tabstop>
+ </tabstops>
+</ui>
-<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
-<class>DlgRef_4Sel1List_QTD</class>
-<widget class="QWidget">
- <property name="name">
- <cstring>DlgRef_4Sel1List_QTD</cstring>
+<ui version="4.0" stdsetdef="1" >
+ <author></author>
+ <comment></comment>
+ <exportmacro></exportmacro>
+ <class>DlgRef_4Sel1List_QTD</class>
+ <widget class="QWidget" name="DlgRef_4Sel1List_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>129</width>
+ <height>175</height>
+ </rect>
</property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>129</width>
- <height>175</height>
- </rect>
+ <property name="windowTitle" >
+ <string>DlgRef_4Sel1List_QTD</string>
</property>
- <property name="caption">
- <string>DlgRef_4Sel1List_QTD</string>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QGroupBox" row="0" column="0">
- <property name="name">
- <cstring>GroupBox1</cstring>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>11</number>
</property>
- <property name="title">
- <string></string>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>11</number>
+ <item row="0" column="0" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
</property>
- <property name="spacing">
- <number>6</number>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <widget class="QLayoutWidget" row="0" column="0">
- <property name="name">
- <cstring>Layout1</cstring>
+ <item row="1" column="2" >
+ <widget class="QLineEdit" name="LineEdit2" />
+ </item>
+ <item row="4" column="1" >
+ <widget class="QPushButton" name="PushButton4" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="4" column="2" >
+ <widget class="QLineEdit" name="LineEdit4" />
+ </item>
+ <item row="3" column="1" >
+ <widget class="QPushButton" name="PushButton3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1" >
+ <widget class="QPushButton" name="PushButton2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="0" >
+ <widget class="QLabel" name="TextLabel4" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL4</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="5" column="2" >
+ <spacer name="Spacer5" >
+ <property name="sizeHint" >
+ <size>
+ <width>0</width>
+ <height>80</height>
+ </size>
+ </property>
+ <property name="sizeType" >
+ <enum>Expanding</enum>
+ </property>
+ <property name="orientation" >
+ <enum>Vertical</enum>
+ </property>
+ </spacer>
+ </item>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ <item row="4" column="0" >
+ <widget class="QLabel" name="TextLabel5" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL5</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="2" >
+ <widget class="QLineEdit" name="LineEdit3" />
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="2" >
+ <widget class="QComboBox" name="ComboBox1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item rowspan="1" row="2" column="0" colspan="2" >
+ <widget class="QLabel" name="TextLabel3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL3</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QLineEdit" row="1" column="2">
- <property name="name">
- <cstring>LineEdit2</cstring>
- </property>
- </widget>
- <widget class="QPushButton" row="4" column="1">
- <property name="name">
- <cstring>PushButton4</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QPushButton" row="0" column="1">
- <property name="name">
- <cstring>PushButton1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QLineEdit" row="4" column="2">
- <property name="name">
- <cstring>LineEdit4</cstring>
- </property>
- </widget>
- <widget class="QPushButton" row="3" column="1">
- <property name="name">
- <cstring>PushButton3</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QPushButton" row="1" column="1">
- <property name="name">
- <cstring>PushButton2</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QLabel" row="0" column="0">
- <property name="name">
- <cstring>TextLabel1</cstring>
- </property>
- <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>
- </widget>
- <widget class="QLabel" row="3" column="0">
- <property name="name">
- <cstring>TextLabel4</cstring>
- </property>
- <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>
- </widget>
- <spacer row="5" column="2">
- <property name="name">
- <cstring>Spacer5</cstring>
- </property>
- <property name="orientation">
- <enum>Vertical</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>0</width>
- <height>80</height>
- </size>
- </property>
- </spacer>
- <widget class="QLineEdit" row="0" column="2">
- <property name="name">
- <cstring>LineEdit1</cstring>
- </property>
- </widget>
- <widget class="QLabel" row="4" column="0">
- <property name="name">
- <cstring>TextLabel5</cstring>
- </property>
- <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>
- </widget>
- <widget class="QLineEdit" row="3" column="2">
- <property name="name">
- <cstring>LineEdit3</cstring>
- </property>
- </widget>
- <widget class="QLabel" row="1" column="0">
- <property name="name">
- <cstring>TextLabel2</cstring>
- </property>
- <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>
- </widget>
- <widget class="QComboBox" row="2" column="2">
- <property name="name">
- <cstring>ComboBox1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- <widget class="QLabel" row="2" column="0" rowspan="1" colspan="2">
- <property name="name">
- <cstring>TextLabel3</cstring>
- </property>
- <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>
- </widget>
- </grid>
- </widget>
- </grid>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ </layout>
</widget>
- </grid>
-</widget>
-<layoutdefaults spacing="6" margin="11"/>
-</UI>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+</ui>
-<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
-<class>DlgRef_4Sel1Spin2Check_QTD</class>
-<widget class="QWidget">
- <property name="name">
- <cstring>DlgRef_4Sel1Spin2Check_QTD</cstring>
+<ui version="4.0" stdsetdef="1" >
+ <author></author>
+ <comment></comment>
+ <exportmacro></exportmacro>
+ <class>DlgRef_4Sel1Spin2Check_QTD</class>
+ <widget class="QWidget" name="DlgRef_4Sel1Spin2Check_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>261</width>
+ <height>198</height>
+ </rect>
</property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>261</width>
- <height>198</height>
- </rect>
+ <property name="windowTitle" >
+ <string>DlgRef_4Sel1Spin2Check_QTD</string>
</property>
- <property name="caption">
- <string>DlgRef_4Sel1Spin2Check_QTD</string>
- </property>
- <vbox>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QGroupBox">
- <property name="name">
- <cstring>GroupBox1</cstring>
+ <layout class="QVBoxLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item>
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QVBoxLayout" >
+ <property name="margin" >
+ <number>11</number>
</property>
- <property name="title">
- <string></string>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <vbox>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>11</number>
+ <item>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>6</number>
</property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QLayoutWidget">
- <property name="name">
- <cstring>Layout1</cstring>
+ <item row="4" column="3" >
+ <widget class="QCheckBox" name="CheckButton2" >
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1" >
+ <widget class="QPushButton" name="PushButton2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item rowspan="1" row="3" column="2" colspan="2" >
+ <widget class="QLineEdit" name="LineEdit5" />
+ </item>
+ <item row="3" column="0" >
+ <widget class="QLabel" name="TextLabel5" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL5</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item rowspan="1" row="0" column="2" colspan="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ <item row="4" column="2" >
+ <widget class="QSpinBox" name="SpinBox1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ <item rowspan="1" row="5" column="0" colspan="3" >
+ <widget class="QCheckBox" name="CheckButton1" >
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="1" >
+ <widget class="QPushButton" name="PushButton5" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="1" >
+ <widget class="QPushButton" name="PushButton4" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="0" >
+ <widget class="QLabel" name="TextLabel4" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL4</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item rowspan="1" row="2" column="2" colspan="2" >
+ <widget class="QLineEdit" name="LineEdit4" />
+ </item>
+ <item rowspan="1" row="1" column="2" colspan="2" >
+ <widget class="QLineEdit" name="LineEdit2" />
+ </item>
+ <item row="4" column="0" >
+ <widget class="QLabel" name="TextLabel3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL3</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>6</number>
- </property>
- <widget class="QCheckBox" row="4" column="3">
- <property name="name">
- <cstring>CheckButton2</cstring>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QPushButton" row="1" column="1">
- <property name="name">
- <cstring>PushButton2</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QLineEdit" row="3" column="2" rowspan="1" colspan="2">
- <property name="name">
- <cstring>LineEdit5</cstring>
- </property>
- </widget>
- <widget class="QLabel" row="3" column="0">
- <property name="name">
- <cstring>TextLabel5</cstring>
- </property>
- <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>
- </widget>
- <widget class="QLabel" row="0" column="0">
- <property name="name">
- <cstring>TextLabel1</cstring>
- </property>
- <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>
- </widget>
- <widget class="QLineEdit" row="0" column="2" rowspan="1" colspan="2">
- <property name="name">
- <cstring>LineEdit1</cstring>
- </property>
- </widget>
- <widget class="QSpinBox" row="4" column="2">
- <property name="name">
- <cstring>SpinBox1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- <widget class="QCheckBox" row="5" column="0" rowspan="1" colspan="3">
- <property name="name">
- <cstring>CheckButton1</cstring>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QLabel" row="1" column="0">
- <property name="name">
- <cstring>TextLabel2</cstring>
- </property>
- <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>
- </widget>
- <widget class="QPushButton" row="3" column="1">
- <property name="name">
- <cstring>PushButton5</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QPushButton" row="2" column="1">
- <property name="name">
- <cstring>PushButton4</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QLabel" row="2" column="0">
- <property name="name">
- <cstring>TextLabel4</cstring>
- </property>
- <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>
- </widget>
- <widget class="QPushButton" row="0" column="1">
- <property name="name">
- <cstring>PushButton1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QLineEdit" row="2" column="2" rowspan="1" colspan="2">
- <property name="name">
- <cstring>LineEdit4</cstring>
- </property>
- </widget>
- <widget class="QLineEdit" row="1" column="2" rowspan="1" colspan="2">
- <property name="name">
- <cstring>LineEdit2</cstring>
- </property>
- </widget>
- <widget class="QLabel" row="4" column="0">
- <property name="name">
- <cstring>TextLabel3</cstring>
- </property>
- <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>
- </widget>
- </grid>
- </widget>
- </vbox>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ </layout>
</widget>
- </vbox>
-</widget>
-<tabstops>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+ <tabstops>
<tabstop>PushButton1</tabstop>
<tabstop>LineEdit1</tabstop>
<tabstop>PushButton2</tabstop>
<tabstop>LineEdit2</tabstop>
<tabstop>SpinBox1</tabstop>
<tabstop>CheckButton2</tabstop>
-</tabstops>
-<layoutdefaults spacing="6" margin="11"/>
-</UI>
+ </tabstops>
+</ui>
-<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
-<class>DlgRef_6Sel_QTD</class>
-<widget class="QWidget">
- <property name="name">
- <cstring>DlgRef_6Sel_QTD</cstring>
+<ui version="4.0" stdsetdef="1" >
+ <author></author>
+ <comment></comment>
+ <exportmacro></exportmacro>
+ <class>DlgRef_6Sel_QTD</class>
+ <widget class="QWidget" name="DlgRef_6Sel_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>235</width>
+ <height>196</height>
+ </rect>
</property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>235</width>
- <height>196</height>
- </rect>
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>5</hsizetype>
+ <vsizetype>7</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
</property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>5</hsizetype>
- <vsizetype>7</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
+ <property name="windowTitle" >
+ <string>DlgRef_6Sel_QTD</string>
</property>
- <property name="caption">
- <string>DlgRef_6Sel_QTD</string>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QGroupBox" row="0" column="0">
- <property name="name">
- <cstring>GroupBox1</cstring>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupBox1" >
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>11</number>
</property>
- <property name="title">
- <string></string>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>11</number>
+ <item row="0" column="0" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
</property>
- <property name="spacing">
- <number>6</number>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <widget class="QLayoutWidget" row="0" column="0">
- <property name="name">
- <cstring>Layout1</cstring>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="TextLabel1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL1</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QLabel" name="TextLabel2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL2</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="0" >
+ <widget class="QLabel" name="TextLabel3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL3</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="0" >
+ <widget class="QLabel" name="TextLabel4" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL4</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="4" column="0" >
+ <widget class="QLabel" name="TextLabel5" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL5</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="5" column="0" >
+ <widget class="QLabel" name="TextLabel6" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string>TL6</string>
+ </property>
+ <property name="wordWrap" >
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ <item row="0" column="1" >
+ <widget class="QPushButton" name="PushButton1" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="1" column="1" >
+ <widget class="QPushButton" name="PushButton2" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="2" column="1" >
+ <widget class="QPushButton" name="PushButton3" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="1" >
+ <widget class="QPushButton" name="PushButton4" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="4" column="1" >
+ <widget class="QPushButton" name="PushButton5" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="5" column="1" >
+ <widget class="QPushButton" name="PushButton6" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>0</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text" >
+ <string/>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QLabel" row="0" column="0">
- <property name="name">
- <cstring>TextLabel1</cstring>
- </property>
- <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>
- </widget>
- <widget class="QLabel" row="1" column="0">
- <property name="name">
- <cstring>TextLabel2</cstring>
- </property>
- <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>
- </widget>
- <widget class="QLabel" row="2" column="0">
- <property name="name">
- <cstring>TextLabel3</cstring>
- </property>
- <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>
- </widget>
- <widget class="QLabel" row="3" column="0">
- <property name="name">
- <cstring>TextLabel4</cstring>
- </property>
- <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>
- </widget>
- <widget class="QLabel" row="4" column="0">
- <property name="name">
- <cstring>TextLabel5</cstring>
- </property>
- <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>
- </widget>
- <widget class="QLabel" row="5" column="0">
- <property name="name">
- <cstring>TextLabel6</cstring>
- </property>
- <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>
- </widget>
- <widget class="QPushButton" row="0" column="1">
- <property name="name">
- <cstring>PushButton1</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QPushButton" row="1" column="1">
- <property name="name">
- <cstring>PushButton2</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QPushButton" row="2" column="1">
- <property name="name">
- <cstring>PushButton3</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QPushButton" row="3" column="1">
- <property name="name">
- <cstring>PushButton4</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QPushButton" row="4" column="1">
- <property name="name">
- <cstring>PushButton5</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QPushButton" row="5" column="1">
- <property name="name">
- <cstring>PushButton6</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>0</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QLineEdit" row="0" column="2">
- <property name="name">
- <cstring>LineEdit1</cstring>
- </property>
- </widget>
- <widget class="QLineEdit" row="1" column="2">
- <property name="name">
- <cstring>LineEdit2</cstring>
- </property>
- </widget>
- <widget class="QLineEdit" row="2" column="2">
- <property name="name">
- <cstring>LineEdit3</cstring>
- </property>
- </widget>
- <widget class="QLineEdit" row="3" column="2">
- <property name="name">
- <cstring>LineEdit4</cstring>
- </property>
- </widget>
- <widget class="QLineEdit" row="4" column="2">
- <property name="name">
- <cstring>LineEdit5</cstring>
- </property>
- </widget>
- <widget class="QLineEdit" row="5" column="2">
- <property name="name">
- <cstring>LineEdit6</cstring>
- </property>
- </widget>
- </grid>
- </widget>
- </grid>
+ </widget>
+ </item>
+ <item row="0" column="2" >
+ <widget class="QLineEdit" name="LineEdit1" />
+ </item>
+ <item row="1" column="2" >
+ <widget class="QLineEdit" name="LineEdit2" />
+ </item>
+ <item row="2" column="2" >
+ <widget class="QLineEdit" name="LineEdit3" />
+ </item>
+ <item row="3" column="2" >
+ <widget class="QLineEdit" name="LineEdit4" />
+ </item>
+ <item row="4" column="2" >
+ <widget class="QLineEdit" name="LineEdit5" />
+ </item>
+ <item row="5" column="2" >
+ <widget class="QLineEdit" name="LineEdit6" />
+ </item>
+ </layout>
+ </item>
+ </layout>
</widget>
- </grid>
-</widget>
-<layoutdefaults spacing="6" margin="11"/>
-</UI>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+</ui>
-<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
-<class>DlgRef_Skeleton_QTD</class>
-<widget class="QDialog">
- <property name="name">
- <cstring>DlgRef_Skeleton_QTD</cstring>
+<ui version="4.0" stdsetdef="1" >
+ <author></author>
+ <comment></comment>
+ <exportmacro></exportmacro>
+ <class>DlgRef_Skeleton_QTD</class>
+ <widget class="QDialog" name="DlgRef_Skeleton_QTD" >
+ <property name="geometry" >
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>307</width>
+ <height>378</height>
+ </rect>
</property>
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>307</width>
- <height>378</height>
- </rect>
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>5</hsizetype>
+ <vsizetype>7</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
</property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>5</hsizetype>
- <vsizetype>7</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
+ <property name="windowTitle" >
+ <string>DlgRef_Skeleton_QTD</string>
</property>
- <property name="caption">
- <string>DlgRef_Skeleton_QTD</string>
+ <property name="sizeGripEnabled" >
+ <bool>true</bool>
</property>
- <property name="sizeGripEnabled">
- <bool>true</bool>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>11</number>
- </property>
- <property name="spacing">
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>11</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
+ </property>
+ <property name="spacing" >
<number>6</number>
- </property>
- <widget class="QLayoutWidget" row="0" column="0">
- <property name="name">
- <cstring>Layout1</cstring>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
+ </property>
+ <item row="2" column="0" >
+ <widget class="QGroupBox" name="GroupMedium" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>7</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="title" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ <item row="3" column="0" >
+ <widget class="QGroupBox" name="GroupButtons" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>7</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QHBoxLayout" >
+ <property name="margin" >
+ <number>11</number>
</property>
- <property name="spacing">
- <number>6</number>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <widget class="QGroupBox" row="2" column="0">
- <property name="name">
- <cstring>GroupMedium</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>7</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="title">
- <string></string>
- </property>
- </widget>
- <widget class="QGroupBox" row="3" column="0">
- <property name="name">
- <cstring>GroupButtons</cstring>
+ <item>
+ <layout class="QHBoxLayout" >
+ <property name="margin" >
+ <number>0</number>
</property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>7</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <property name="title">
- <string></string>
- </property>
- <hbox>
- <property name="name">
- <cstring>unnamed</cstring>
+ <item>
+ <widget class="QPushButton" name="buttonOk" >
+ <property name="text" >
+ <string>&Ok</string>
</property>
- <property name="margin">
- <number>11</number>
+ </widget>
+ </item>
+ <item>
+ <widget class="QPushButton" name="buttonApply" >
+ <property name="text" >
+ <string>&Apply</string>
</property>
- <property name="spacing">
- <number>6</number>
+ </widget>
+ </item>
+ <item>
+ <spacer name="Spacer1" >
+ <property name="sizeHint" >
+ <size>
+ <width>91</width>
+ <height>0</height>
+ </size>
</property>
- <widget class="QLayoutWidget">
- <property name="name">
- <cstring>Layout3</cstring>
- </property>
- <hbox>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QPushButton">
- <property name="name">
- <cstring>buttonOk</cstring>
- </property>
- <property name="text">
- <string>&Ok</string>
- </property>
- </widget>
- <widget class="QPushButton">
- <property name="name">
- <cstring>buttonApply</cstring>
- </property>
- <property name="text">
- <string>&Apply</string>
- </property>
- </widget>
- <spacer>
- <property name="name">
- <cstring>Spacer1</cstring>
- </property>
- <property name="orientation">
- <enum>Horizontal</enum>
- </property>
- <property name="sizeType">
- <enum>Expanding</enum>
- </property>
- <property name="sizeHint">
- <size>
- <width>91</width>
- <height>0</height>
- </size>
- </property>
- </spacer>
- <widget class="QPushButton">
- <property name="name">
- <cstring>buttonCancel</cstring>
- </property>
- <property name="text">
- <string>&Cancel</string>
- </property>
- </widget>
- <widget class="QPushButton">
- <property name="name">
- <cstring>buttonHelp</cstring>
- </property>
- <property name="text">
- <string>&Help</string>
- </property>
- </widget>
- </hbox>
- </widget>
- </hbox>
- </widget>
- <widget class="QButtonGroup" row="0" column="0">
- <property name="name">
- <cstring>GroupConstructors</cstring>
- </property>
- <property name="sizePolicy">
- <sizepolicy>
- <hsizetype>5</hsizetype>
- <vsizetype>0</vsizetype>
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
+ <property name="sizeType" >
+ <enum>Expanding</enum>
+ </property>
+ <property name="orientation" >
+ <enum>Horizontal</enum>
+ </property>
+ </spacer>
+ </item>
+ <item>
+ <widget class="QPushButton" name="buttonCancel" >
+ <property name="text" >
+ <string>&Cancel</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QPushButton" name="buttonHelp" >
+ <property name="text" >
+ <string>&Help</string>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ <item row="0" column="0" >
+ <widget class="QGroupBox" name="GroupConstructors" >
+ <property name="sizePolicy" >
+ <sizepolicy>
+ <hsizetype>5</hsizetype>
+ <vsizetype>0</vsizetype>
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="title" >
+ <string/>
+ </property>
+ <layout class="QHBoxLayout" >
+ <property name="margin" >
+ <number>11</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item>
+ <layout class="QHBoxLayout" >
+ <property name="margin" >
+ <number>0</number>
</property>
- <property name="title">
- <string></string>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <hbox>
- <property name="name">
- <cstring>unnamed</cstring>
+ <item>
+ <widget class="QRadioButton" name="RadioButton1" >
+ <property name="text" >
+ <string/>
</property>
- <property name="margin">
- <number>11</number>
+ </widget>
+ </item>
+ <item>
+ <widget class="QRadioButton" name="RadioButton2" >
+ <property name="text" >
+ <string/>
</property>
- <property name="spacing">
- <number>6</number>
+ </widget>
+ </item>
+ <item>
+ <widget class="QRadioButton" name="RadioButton3" >
+ <property name="text" >
+ <string/>
</property>
- <widget class="QLayoutWidget">
- <property name="name">
- <cstring>Layout2</cstring>
- </property>
- <hbox>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QRadioButton">
- <property name="name">
- <cstring>RadioButton1</cstring>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QRadioButton">
- <property name="name">
- <cstring>RadioButton2</cstring>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QRadioButton">
- <property name="name">
- <cstring>RadioButton3</cstring>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- <widget class="QRadioButton">
- <property name="name">
- <cstring>RadioButton4</cstring>
- </property>
- <property name="text">
- <string></string>
- </property>
- </widget>
- </hbox>
- </widget>
- </hbox>
- </widget>
- <widget class="QGroupBox" row="1" column="0">
- <property name="name">
- <cstring>GroupBoxName</cstring>
+ </widget>
+ </item>
+ <item>
+ <widget class="QRadioButton" name="RadioButton4" >
+ <property name="text" >
+ <string/>
+ </property>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ <item row="1" column="0" >
+ <widget class="QGroupBox" name="GroupBoxName" >
+ <property name="title" >
+ <string>Result name</string>
+ </property>
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>11</number>
+ </property>
+ <property name="spacing" >
+ <number>6</number>
+ </property>
+ <item row="0" column="0" >
+ <layout class="QGridLayout" >
+ <property name="margin" >
+ <number>0</number>
</property>
- <property name="title">
- <string>Result name</string>
+ <property name="spacing" >
+ <number>6</number>
</property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>11</number>
+ <item row="0" column="1" >
+ <widget class="QLineEdit" name="ResultName" />
+ </item>
+ <item row="0" column="0" >
+ <widget class="QLabel" name="NameLabel" >
+ <property name="text" >
+ <string>Name</string>
</property>
- <property name="spacing">
- <number>6</number>
+ <property name="wordWrap" >
+ <bool>false</bool>
</property>
- <widget class="QLayoutWidget" row="0" column="0">
- <property name="name">
- <cstring>Layout66</cstring>
- </property>
- <grid>
- <property name="name">
- <cstring>unnamed</cstring>
- </property>
- <property name="margin">
- <number>0</number>
- </property>
- <property name="spacing">
- <number>6</number>
- </property>
- <widget class="QLineEdit" row="0" column="1">
- <property name="name">
- <cstring>ResultName</cstring>
- </property>
- </widget>
- <widget class="QLabel" row="0" column="0">
- <property name="name">
- <cstring>NameLabel</cstring>
- </property>
- <property name="text">
- <string>Name</string>
- </property>
- </widget>
- </grid>
- </widget>
- </grid>
- </widget>
- </grid>
- </widget>
- </grid>
-</widget>
-<layoutdefaults spacing="6" margin="11"/>
-</UI>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ </layout>
+ </item>
+ </layout>
+ </widget>
+ <layoutdefault spacing="6" margin="11" />
+ <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
+</ui>
#
#!/bin/sh
-#uic -o DlgRef_Skeleton_QTD.h DlgRef_Skeleton_QTD.ui
-#uic -o DlgRef_Skeleton_QTD.cxx -impl DlgRef_Skeleton_QTD.h DlgRef_Skeleton_QTD.ui
+#uic -o ../../DlgRef_Skeleton_QTD.h ../../UIFiles/DlgRef_Skeleton_QTD.ui
-#uic -o DlgRef_1Sel_QTD.h DlgRef_1Sel_QTD.ui
-#uic -o DlgRef_1Sel_QTD.cxx -impl DlgRef_1Sel_QTD.h DlgRef_1Sel_QTD.ui
+#uic -o ../../DlgRef_1List1Spin1Btn_QTD.h ../../UIFiles/DlgRef_1List1Spin1Btn_QTD.ui
-#uic -o DlgRef_1Sel1Spin_QTD.h DlgRef_1Sel1Spin_QTD.ui
-#uic -o DlgRef_1Sel1Spin_QTD.cxx -impl DlgRef_1Sel1Spin_QTD.h DlgRef_1Sel1Spin_QTD.ui
+#uic -o ../../DlgRef_1Sel_QTD.h ../../UIFiles/DlgRef_1Sel_QTD.ui
-#uic -o DlgRef_1Sel1Spin1Check_QTD.h DlgRef_1Sel1Spin1Check_QTD.ui
-#uic -o DlgRef_1Sel1Spin1Check_QTD.cxx -impl DlgRef_1Sel1Spin1Check_QTD.h DlgRef_1Sel1Spin1Check_QTD.ui
+#uic -o ../../DlgRef_1Sel1Spin_QTD.h ../../UIFiles/DlgRef_1Sel1Spin_QTD.ui
-#uic -o DlgRef_1Sel2Spin_QTD.h DlgRef_1Sel2Spin_QTD.ui
-#uic -o DlgRef_1Sel2Spin_QTD.cxx -impl DlgRef_1Sel2Spin_QTD.h DlgRef_1Sel2Spin_QTD.ui
+#uic -o ../../DlgRef_1Sel1Spin1Check_QTD.h ../../UIFiles/DlgRef_1Sel1Spin1Check_QTD.ui
-#uic -o DlgRef_1Sel3Spin_QTD.h DlgRef_1Sel3Spin_QTD.ui
-#uic -o DlgRef_1Sel3Spin_QTD.cxx -impl DlgRef_1Sel3Spin_QTD.h DlgRef_1Sel3Spin_QTD.ui
+#uic -o ../../DlgRef_1Sel2Spin_QTD.h ../../UIFiles/DlgRef_1Sel2Spin_QTD.ui
-#uic -o DlgRef_1Sel4Spin_QTD.h DlgRef_1Sel4Spin_QTD.ui
-#uic -o DlgRef_1Sel4Spin_QTD.cxx -impl DlgRef_1Sel4Spin_QTD.h DlgRef_1Sel4Spin_QTD.ui
+#uic -o ../../DlgRef_1Sel3Spin_QTD.h ../../UIFiles/DlgRef_1Sel3Spin_QTD.ui
-#uic -o DlgRef_1Sel5Spin_QTD.h DlgRef_1Sel5Spin_QTD.ui
-#uic -o DlgRef_1Sel5Spin_QTD.cxx -impl DlgRef_1Sel5Spin_QTD.h DlgRef_1Sel5Spin_QTD.ui
+#uic -o ../../DlgRef_1Sel4Spin_QTD.h ../../UIFiles/DlgRef_1Sel4Spin_QTD.ui
-#uic -o DlgRef_1Sel1Check_QTD.h DlgRef_1Sel1Check_QTD.ui
-#uic -o DlgRef_1Sel1Check_QTD.cxx -impl DlgRef_1Sel1Check_QTD.h DlgRef_1Sel1Check_QTD.ui
+#uic -o ../../DlgRef_1Sel5Spin_QTD.h ../../UIFiles/DlgRef_1Sel5Spin_QTD.ui
-#uic -o DlgRef_1Sel3Check_QTD.h DlgRef_1Sel3Check_QTD.ui
-#uic -o DlgRef_1Sel3Check_QTD.cxx -impl DlgRef_1Sel3Check_QTD.h DlgRef_1Sel3Check_QTD.ui
+#uic -o ../../DlgRef_1Sel1Check_QTD.h ../../UIFiles/DlgRef_1Sel1Check_QTD.ui
-#uic -o DlgRef_1Sel1Check1List_QTD.h DlgRef_1Sel1Check1List_QTD.ui
-#uic -o DlgRef_1Sel1Check1List_QTD.cxx -impl DlgRef_1Sel1Check1List_QTD.h DlgRef_1Sel1Check1List_QTD.ui
+#uic -o ../../DlgRef_1Sel3Check_QTD.h ../../UIFiles/DlgRef_1Sel3Check_QTD.ui
-#uic -o DlgRef_2Sel_QTD.h DlgRef_2Sel_QTD.ui
-#uic -o DlgRef_2Sel_QTD.cxx -impl DlgRef_2Sel_QTD.h DlgRef_2Sel_QTD.ui
+#uic -o ../../DlgRef_1Sel1Check1List_QTD.h ../../UIFiles/DlgRef_1Sel1Check1List_QTD.ui
-#uic -o DlgRef_2Sel1Spin_QTD.h DlgRef_2Sel1Spin_QTD.ui
-#uic -o DlgRef_2Sel1Spin_QTD.cxx -impl DlgRef_2Sel1Spin_QTD.h DlgRef_2Sel1Spin_QTD.ui
+#uic -o ../../DlgRef_2Sel_QTD.h ../../UIFiles/DlgRef_2Sel_QTD.ui
-#uic -o DlgRef_2Sel1Spin2Check_QTD.h DlgRef_2Sel1Spin2Check_QTD.ui
-#uic -o DlgRef_2Sel1Spin2Check_QTD.cxx -impl DlgRef_2Sel1Spin2Check_QTD.h DlgRef_2Sel1Spin2Check_QTD.ui
+#uic -o ../../DlgRef_2Sel1List_QTD.h ../../UIFiles/DlgRef_2Sel1List_QTD.ui
-#uic -o DlgRef_2Sel2Spin_QTD.h DlgRef_2Sel2Spin_QTD.ui
-#uic -o DlgRef_2Sel2Spin_QTD.cxx -impl DlgRef_2Sel2Spin_QTD.h DlgRef_2Sel2Spin_QTD.ui
+#uic -o ../../DlgRef_2Sel1Spin_QTD.h ../../UIFiles/DlgRef_2Sel1Spin_QTD.ui
-#uic -o DlgRef_2Sel2Spin1Check_QTD.h DlgRef_2Sel2Spin1Check_QTD.ui
-#uic -o DlgRef_2Sel2Spin1Check_QTD.cxx -impl DlgRef_2Sel2Spin1Check_QTD.h DlgRef_2Sel2Spin1Check_QTD.ui
+#uic -o ../../DlgRef_2Sel1Spin2Check_QTD.h ../../UIFiles/DlgRef_2Sel1Spin2Check_QTD.ui
-#uic -o DlgRef_2Sel3Spin_QTD.h DlgRef_2Sel3Spin_QTD.ui
-#uic -o DlgRef_2Sel3Spin_QTD.cxx -impl DlgRef_2Sel3Spin_QTD.h DlgRef_2Sel3Spin_QTD.ui
+#uic -o ../../DlgRef_2Sel2Spin_QTD.h ../../UIFiles/DlgRef_2Sel2Spin_QTD.ui
-#uic -o DlgRef_2Sel4Spin1Check_QTD.h DlgRef_2Sel4Spin1Check_QTD.ui
-#uic -o DlgRef_2Sel4Spin1Check_QTD.cxx -impl DlgRef_2Sel4Spin1Check_QTD.h DlgRef_2Sel4Spin1Check_QTD.ui
+#uic -o ../../DlgRef_2Sel2Spin1Check_QTD.h ../../UIFiles/DlgRef_2Sel2Spin1Check_QTD.ui
-#uic -o DlgRef_4Sel1List_QTD.h DlgRef_4Sel1List_QTD.ui
-#uic -o DlgRef_4Sel1List_QTD.cxx -impl DlgRef_4Sel1List_QTD.h DlgRef_4Sel1List_QTD.ui
+#uic -o ../../DlgRef_2Sel3Spin_QTD.h ../../UIFiles/DlgRef_2Sel3Spin_QTD.ui
-#uic -o DlgRef_3Sel_QTD.h DlgRef_3Sel_QTD.ui
-#uic -o DlgRef_3Sel_QTD.cxx -impl DlgRef_3Sel_QTD.h DlgRef_3Sel_QTD.ui
+#uic -o ../../DlgRef_2Sel4Spin1Check_QTD.h ../../UIFiles/DlgRef_2Sel4Spin1Check_QTD.ui
-#uic -o DlgRef_3Sel4Spin2Check_QTD.h DlgRef_3Sel4Spin2Check_QTD.ui
-#uic -o DlgRef_3Sel4Spin2Check_QTD.cxx -impl DlgRef_3Sel4Spin2Check_QTD.h DlgRef_3Sel4Spin2Check_QTD.ui
+#uic -o ../../DlgRef_4Sel1List_QTD.h ../../UIFiles/DlgRef_4Sel1List_QTD.ui
-#uic -o DlgRef_1Spin_QTD.h DlgRef_1Spin_QTD.ui
-#uic -o DlgRef_1Spin_QTD.cxx -impl DlgRef_1Spin_QTD.h DlgRef_1Spin_QTD.ui
+#uic -o ../../DlgRef_4Sel1List1Check_QTD.h ../../UIFiles/DlgRef_4Sel1List1Check_QTD.ui
-#uic -o DlgRef_2Spin_QTD.h DlgRef_2Spin_QTD.ui
-#uic -o DlgRef_2Spin_QTD.cxx -impl DlgRef_2Spin_QTD.h DlgRef_2Spin_QTD.ui
+#uic -o ../../DlgRef_3Sel_QTD.h ../../UIFiles/DlgRef_3Sel_QTD.ui
-#uic -o DlgRef_3Spin_QTD.h DlgRef_3Spin_QTD.ui
-#uic -o DlgRef_3Spin_QTD.cxx -impl DlgRef_3Spin_QTD.h DlgRef_3Spin_QTD.ui
+#uic -o ../../DlgRef_3Sel1Check_QTD.h ../../UIFiles/DlgRef_3Sel1Check_QTD.ui
-#uic -o DlgRef_3Spin1Check_QTD.h DlgRef_3Spin1Check_QTD.ui
-#uic -o DlgRef_3Spin1Check_QTD.cxx -impl DlgRef_3Spin1Check_QTD.h DlgRef_3Spin1Check_QTD.ui
+#uic -o ../../DlgRef_3Sel4Spin2Check_QTD.h ../../UIFiles/DlgRef_3Sel4Spin2Check_QTD.ui
-#uic -o DlgRef_3Sel3Spin1Check_QTD.h DlgRef_3Sel3Spin1Check_QTD.ui
-#uic -o DlgRef_3Sel3Spin1Check_QTD.cxx -impl DlgRef_3Sel3Spin1Check_QTD.h DlgRef_3Sel3Spin1Check_QTD.ui
+#uic -o ../../DlgRef_1Spin_QTD.h ../../UIFiles/DlgRef_1Spin_QTD.ui
-#uic -o DlgRef_6Sel_QTD.h DlgRef_6Sel_QTD.ui
-#uic -o DlgRef_6Sel_QTD.cxx -impl DlgRef_6Sel_QTD.h DlgRef_6Sel_QTD.ui
+#uic -o ../../DlgRef_2Spin_QTD.h ../../UIFiles/DlgRef_2Spin_QTD.ui
-#uic -o DlgRef_3Check_QTD.h DlgRef_3Check_QTD.ui
-#uic -o DlgRef_3Check_QTD.cxx -impl DlgRef_3Check_QTD.h DlgRef_3Check_QTD.ui
+#uic -o ../../DlgRef_3Spin_QTD.h ../../UIFiles/DlgRef_3Spin_QTD.ui
-uic -o DlgRef_4Sel1Spin2Check_QTD.h DlgRef_4Sel1Spin2Check_QTD.ui
-uic -o DlgRef_4Sel1Spin2Check_QTD.cxx -impl DlgRef_4Sel1Spin2Check_QTD.h DlgRef_4Sel1Spin2Check_QTD.ui
+#uic -o ../../DlgRef_3Spin1Check_QTD.h ../../UIFiles/DlgRef_3Spin1Check_QTD.ui
+
+#uic -o ../../DlgRef_3Sel3Spin1Check_QTD.h ../../UIFiles/DlgRef_3Sel3Spin1Check_QTD.ui
+
+#uic -o ../../DlgRef_6Sel_QTD.h ../../UIFiles/DlgRef_6Sel_QTD.ui
+
+#uic -o ../../DlgRef_3Check_QTD.h ../../UIFiles/DlgRef_3Check_QTD.ui
+
+#uic -o ../../DlgRef_4Sel1Spin2Check_QTD.h ../../UIFiles/DlgRef_4Sel1Spin2Check_QTD.ui
SUBDIRS += GEOMImpl
SUBDIRS += GEOM_I
SUBDIRS += GEOMClient
-#SUBDIRS += DlgRef
+SUBDIRS += DlgRef
#SUBDIRS += GEOMFiltersSelection
#SUBDIRS += GEOMGUI
#SUBDIRS += GEOMBase