Salome HOME
Update copyright information
[modules/geom.git] / src / DlgRef / DlgRef_3Sel1Check_QTD.cxx
1 //  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
2 //
3 //  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 //  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5 //
6 //  This library is free software; you can redistribute it and/or
7 //  modify it under the terms of the GNU Lesser General Public
8 //  License as published by the Free Software Foundation; either
9 //  version 2.1 of the License.
10 //
11 //  This library is distributed in the hope that it will be useful,
12 //  but WITHOUT ANY WARRANTY; without even the implied warranty of
13 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 //  Lesser General Public License for more details.
15 //
16 //  You should have received a copy of the GNU Lesser General Public
17 //  License along with this library; if not, write to the Free Software
18 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
19 //
20 //  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 //
22 /****************************************************************************
23 ** Form implementation generated from reading ui file 'DlgRef_3Sel1Check_QTD.ui'
24 **
25 ** Created: Tue Nov 18 12:14:50 2008
26 **      by: The User Interface Compiler ($Id$)
27 **
28 ** WARNING! All changes made in this file will be lost!
29 ****************************************************************************/
30
31 #include "DlgRef_3Sel1Check_QTD.h"
32
33 #include <qvariant.h>
34 #include <qpushbutton.h>
35 #include <qgroupbox.h>
36 #include <qlineedit.h>
37 #include <qlabel.h>
38 #include <qcheckbox.h>
39 #include <qlayout.h>
40 #include <qtooltip.h>
41 #include <qwhatsthis.h>
42
43 /*
44  *  Constructs a DlgRef_3Sel1Check_QTD as a child of 'parent', with the
45  *  name 'name' and widget flags set to 'f'.
46  */
47 DlgRef_3Sel1Check_QTD::DlgRef_3Sel1Check_QTD( QWidget* parent, const char* name, WFlags fl )
48     : QWidget( parent, name, fl )
49 {
50     if ( !name )
51         setName( "DlgRef_3Sel1Check_QTD" );
52     setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)5, (QSizePolicy::SizeType)5, 0, 0, sizePolicy().hasHeightForWidth() ) );
53     DlgRef_3Sel1Check_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "DlgRef_3Sel1Check_QTDLayout"); 
54
55     GroupBox1 = new QGroupBox( this, "GroupBox1" );
56     GroupBox1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)5, (QSizePolicy::SizeType)5, 0, 0, GroupBox1->sizePolicy().hasHeightForWidth() ) );
57     GroupBox1->setColumnLayout(0, Qt::Vertical );
58     GroupBox1->layout()->setSpacing( 6 );
59     GroupBox1->layout()->setMargin( 11 );
60     GroupBox1Layout = new QGridLayout( GroupBox1->layout() );
61     GroupBox1Layout->setAlignment( Qt::AlignTop );
62
63     PushButton1 = new QPushButton( GroupBox1, "PushButton1" );
64     PushButton1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton1->sizePolicy().hasHeightForWidth() ) );
65
66     GroupBox1Layout->addWidget( PushButton1, 0, 1 );
67
68     LineEdit1 = new QLineEdit( GroupBox1, "LineEdit1" );
69
70     GroupBox1Layout->addWidget( LineEdit1, 0, 2 );
71
72     TextLabel1 = new QLabel( GroupBox1, "TextLabel1" );
73     TextLabel1->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel1->sizePolicy().hasHeightForWidth() ) );
74
75     GroupBox1Layout->addWidget( TextLabel1, 0, 0 );
76
77     PushButton2 = new QPushButton( GroupBox1, "PushButton2" );
78     PushButton2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton2->sizePolicy().hasHeightForWidth() ) );
79
80     GroupBox1Layout->addWidget( PushButton2, 1, 1 );
81
82     LineEdit2 = new QLineEdit( GroupBox1, "LineEdit2" );
83
84     GroupBox1Layout->addWidget( LineEdit2, 1, 2 );
85
86     TextLabel2 = new QLabel( GroupBox1, "TextLabel2" );
87     TextLabel2->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel2->sizePolicy().hasHeightForWidth() ) );
88
89     GroupBox1Layout->addWidget( TextLabel2, 1, 0 );
90
91     PushButton3 = new QPushButton( GroupBox1, "PushButton3" );
92     PushButton3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, PushButton3->sizePolicy().hasHeightForWidth() ) );
93
94     GroupBox1Layout->addWidget( PushButton3, 2, 1 );
95
96     LineEdit3 = new QLineEdit( GroupBox1, "LineEdit3" );
97
98     GroupBox1Layout->addWidget( LineEdit3, 2, 2 );
99
100     TextLabel3 = new QLabel( GroupBox1, "TextLabel3" );
101     TextLabel3->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)0, (QSizePolicy::SizeType)0, 0, 0, TextLabel3->sizePolicy().hasHeightForWidth() ) );
102
103     GroupBox1Layout->addWidget( TextLabel3, 2, 0 );
104     Spacer3 = new QSpacerItem( 16, 721, QSizePolicy::Minimum, QSizePolicy::Expanding );
105     GroupBox1Layout->addItem( Spacer3, 4, 2 );
106
107     CheckButton1 = new QCheckBox( GroupBox1, "CheckButton1" );
108
109     GroupBox1Layout->addMultiCellWidget( CheckButton1, 3, 3, 0, 2 );
110
111     DlgRef_3Sel1Check_QTDLayout->addWidget( GroupBox1, 0, 0 );
112     languageChange();
113     resize( QSize(311, 299).expandedTo(minimumSizeHint()) );
114     clearWState( WState_Polished );
115
116     // tab order
117     setTabOrder( PushButton1, LineEdit1 );
118     setTabOrder( LineEdit1, PushButton2 );
119     setTabOrder( PushButton2, LineEdit2 );
120     setTabOrder( LineEdit2, PushButton3 );
121     setTabOrder( PushButton3, LineEdit3 );
122 }
123
124 /*
125  *  Destroys the object and frees any allocated resources
126  */
127 DlgRef_3Sel1Check_QTD::~DlgRef_3Sel1Check_QTD()
128 {
129     // no need to delete child widgets, Qt does it all for us
130 }
131
132 /*
133  *  Sets the strings of the subwidgets using the current
134  *  language.
135  */
136 void DlgRef_3Sel1Check_QTD::languageChange()
137 {
138     setCaption( tr( "DlgRef_3Sel3Spin1Check_QTD" ) );
139     GroupBox1->setTitle( QString::null );
140     PushButton1->setText( QString::null );
141     TextLabel1->setText( tr( "TL1" ) );
142     PushButton2->setText( QString::null );
143     TextLabel2->setText( tr( "TL2" ) );
144     PushButton3->setText( QString::null );
145     TextLabel3->setText( tr( "TL3" ) );
146     CheckButton1->setText( tr( "CheckButton1" ) );
147 }
148