Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[modules/geom.git] / src / MeasureGUI / MeasureGUI_Skeleton_QTD.cxx
1 // Copyright (C) 2005  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
2 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
3 //
4 // This library is free software; you can redistribute it and/or
5 // modify it under the terms of the GNU Lesser General Public
6 // License as published by the Free Software Foundation; either
7 // version 2.1 of the License.
8 //
9 // This library is distributed in the hope that it will be useful
10 // but WITHOUT ANY WARRANTY; without even the implied warranty of
11 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12 // Lesser General Public License for more details.
13 //
14 // You should have received a copy of the GNU Lesser General Public
15 // License along with this library; if not, write to the Free Software
16 // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
17 //
18 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
19 //
20 /****************************************************************************
21 ** Form implementation generated from reading ui file 'MeasureGUI_Skeleton_QTD.ui'
22 **
23 ** Created: Tue Mar 13 14:20:24 2007
24 **      by: The User Interface Compiler ($Id$)
25 **
26 ** WARNING! All changes made in this file will be lost!
27 ****************************************************************************/
28
29 #include "MeasureGUI_Skeleton_QTD.h"
30
31 #include <qvariant.h>
32 #include <qpushbutton.h>
33 #include <qgroupbox.h>
34 #include <qbuttongroup.h>
35 #include <qradiobutton.h>
36 #include <qlayout.h>
37 #include <qtooltip.h>
38 #include <qwhatsthis.h>
39
40 /*
41  *  Constructs a MeasureGUI_Skeleton_QTD as a child of 'parent', with the
42  *  name 'name' and widget flags set to 'f'.
43  *
44  *  The dialog will by default be modeless, unless you set 'modal' to
45  *  TRUE to construct a modal dialog.
46  */
47 MeasureGUI_Skeleton_QTD::MeasureGUI_Skeleton_QTD( QWidget* parent, const char* name, bool modal, WFlags fl )
48     : QDialog( parent, name, modal, fl )
49 {
50     if ( !name )
51         setName( "MeasureGUI_Skeleton_QTD" );
52     setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)5, (QSizePolicy::SizeType)7, 0, 0, sizePolicy().hasHeightForWidth() ) );
53     setSizeGripEnabled( TRUE );
54     MeasureGUI_Skeleton_QTDLayout = new QGridLayout( this, 1, 1, 11, 6, "MeasureGUI_Skeleton_QTDLayout"); 
55
56     Layout1 = new QGridLayout( 0, 1, 1, 0, 6, "Layout1"); 
57
58     GroupButtons = new QGroupBox( this, "GroupButtons" );
59     GroupButtons->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)7, (QSizePolicy::SizeType)0, 0, 0, GroupButtons->sizePolicy().hasHeightForWidth() ) );
60     GroupButtons->setColumnLayout(0, Qt::Vertical );
61     GroupButtons->layout()->setSpacing( 6 );
62     GroupButtons->layout()->setMargin( 11 );
63     GroupButtonsLayout = new QGridLayout( GroupButtons->layout() );
64     GroupButtonsLayout->setAlignment( Qt::AlignTop );
65
66     Layout3 = new QGridLayout( 0, 1, 1, 0, 6, "Layout3"); 
67     Spacer1 = new QSpacerItem( 120, 0, QSizePolicy::Expanding, QSizePolicy::Minimum );
68     Layout3->addItem( Spacer1, 0, 1 );
69
70     buttonClose = new QPushButton( GroupButtons, "buttonClose" );
71
72     Layout3->addWidget( buttonClose, 0, 0 );
73
74     buttonHelp = new QPushButton( GroupButtons, "buttonHelp" );
75
76     Layout3->addWidget( buttonHelp, 0, 2 );
77
78     GroupButtonsLayout->addLayout( Layout3, 0, 0 );
79
80     Layout1->addWidget( GroupButtons, 2, 0 );
81
82     GroupConstructors = new QButtonGroup( this, "GroupConstructors" );
83     GroupConstructors->setSizePolicy( QSizePolicy( (QSizePolicy::SizeType)5, (QSizePolicy::SizeType)0, 0, 0, GroupConstructors->sizePolicy().hasHeightForWidth() ) );
84     GroupConstructors->setColumnLayout(0, Qt::Vertical );
85     GroupConstructors->layout()->setSpacing( 6 );
86     GroupConstructors->layout()->setMargin( 11 );
87     GroupConstructorsLayout = new QGridLayout( GroupConstructors->layout() );
88     GroupConstructorsLayout->setAlignment( Qt::AlignTop );
89
90     Layout2 = new QHBoxLayout( 0, 0, 6, "Layout2"); 
91
92     RadioButton1 = new QRadioButton( GroupConstructors, "RadioButton1" );
93     Layout2->addWidget( RadioButton1 );
94
95     GroupConstructorsLayout->addLayout( Layout2, 0, 0 );
96
97     Layout1->addWidget( GroupConstructors, 0, 0 );
98
99     MeasureGUI_Skeleton_QTDLayout->addLayout( Layout1, 0, 0 );
100     languageChange();
101     resize( QSize(228, 266).expandedTo(minimumSizeHint()) );
102     clearWState( WState_Polished );
103 }
104
105 /*
106  *  Destroys the object and frees any allocated resources
107  */
108 MeasureGUI_Skeleton_QTD::~MeasureGUI_Skeleton_QTD()
109 {
110     // no need to delete child widgets, Qt does it all for us
111 }
112
113 /*
114  *  Sets the strings of the subwidgets using the current
115  *  language.
116  */
117 void MeasureGUI_Skeleton_QTD::languageChange()
118 {
119 }
120