1 /****************************************************************************
2 ** Form implementation generated from reading ui file 'DlgRef_3Check_QTD.ui'
4 ** Created: Tue Aug 24 11:27:47 2004
5 ** by: The User Interface Compiler (uic)
7 ** WARNING! All changes made in this file will be lost!
8 ****************************************************************************/
9 #include "DlgRef_3Check_QTD.h"
12 #include <qbuttongroup.h>
13 #include <qpushbutton.h>
14 #include <qradiobutton.h>
17 #include <qwhatsthis.h>
20 * Constructs a DlgRef_3Check_QTD which is a child of 'parent', with the
21 * name 'name' and widget flags set to 'f'.
23 DlgRef_3Check_QTD::DlgRef_3Check_QTD( QWidget* parent, const char* name, WFlags fl )
24 : QWidget( parent, name, fl )
27 setName( "DlgRef_3Check_QTD" );
29 setCaption( trUtf8( "DlgRef_3Check_QTD" ) );
30 DlgRef_3Check_QTDLayout = new QGridLayout( this, 1, 1, 0, 6, "DlgRef_3Check_QTDLayout");
32 GroupBox1 = new QButtonGroup( this, "GroupBox1" );
33 GroupBox1->setTitle( trUtf8( "" ) );
34 GroupBox1->setColumnLayout(0, Qt::Vertical );
35 GroupBox1->layout()->setSpacing( 6 );
36 GroupBox1->layout()->setMargin( 11 );
37 GroupBox1Layout = new QGridLayout( GroupBox1->layout() );
38 GroupBox1Layout->setAlignment( Qt::AlignTop );
40 Layout1 = new QGridLayout( 0, 1, 1, 0, 6, "Layout1");
42 RadioButton3 = new QRadioButton( GroupBox1, "RadioButton3" );
43 RadioButton3->setText( trUtf8( "RadioButton3" ) );
45 Layout1->addWidget( RadioButton3, 2, 0 );
47 RadioButton1 = new QRadioButton( GroupBox1, "RadioButton1" );
48 RadioButton1->setText( trUtf8( "RadioButton1" ) );
50 Layout1->addWidget( RadioButton1, 0, 0 );
52 RadioButton2 = new QRadioButton( GroupBox1, "RadioButton2" );
53 RadioButton2->setText( trUtf8( "RadioButton2" ) );
55 Layout1->addWidget( RadioButton2, 1, 0 );
56 QSpacerItem* spacer = new QSpacerItem( 0, 91, QSizePolicy::Minimum, QSizePolicy::Expanding );
57 Layout1->addItem( spacer, 3, 0 );
59 GroupBox1Layout->addLayout( Layout1, 0, 0 );
61 DlgRef_3Check_QTDLayout->addWidget( GroupBox1, 0, 0 );
64 setTabOrder( RadioButton1, RadioButton2 );
65 setTabOrder( RadioButton2, RadioButton3 );
69 * Destroys the object and frees any allocated resources
71 DlgRef_3Check_QTD::~DlgRef_3Check_QTD()
73 // no need to delete child widgets, Qt does it all for us