/**************************************************************************** ** Form implementation generated from reading ui file './kspanelclegendcinterf.ui' ** ** Created: śro mar 20 18:52:51 2002 ** by: The User Interface Compiler (uic) ** ** WARNING! All changes made in this file will be lost! ****************************************************************************/ #include "kspanelclegendcinterf.h" #include #include #include #include #include #include #include #include "kspanel.h" /* * Constructs a KSPanelCLegendCInterf which is a child of 'parent', with the * name 'name'.' */ KSPanelCLegendCInterf::KSPanelCLegendCInterf( QWidget* parent, const char* name ) : KSPanel( parent, name ) { if ( !name ) setName( "KSPanelCLegendCInterf" ); resize( 500, 140 ); setCaption( trUtf8( "KSPanelForm" ) ); KSPanelCLegendCInterfLayout = new QHBoxLayout( this, 1, 1, "KSPanelCLegendCInterfLayout"); Frame3 = new QFrame( this, "Frame3" ); Frame3->setFrameShape( QFrame::StyledPanel ); Frame3->setFrameShadow( QFrame::Raised ); Frame3Layout = new QGridLayout( Frame3, 1, 1, 10, 1, "Frame3Layout"); QSpacerItem* spacer = new QSpacerItem( 20, 20, QSizePolicy::Minimum, QSizePolicy::Expanding ); Frame3Layout->addItem( spacer, 2, 0 ); columns = new QSpinBox( Frame3, "columns" ); columns->setMaxValue( 99 ); columns->setMinValue( 1 ); Frame3Layout->addWidget( columns, 1, 1 ); QLabel_10 = new QLabel( Frame3, "QLabel_10" ); QLabel_10->setText( trUtf8( "Legend columns" ) ); Frame3Layout->addWidget( QLabel_10, 1, 0 ); TextLabel1 = new QLabel( Frame3, "TextLabel1" ); TextLabel1->setMinimumSize( QSize( 0, 25 ) ); QFont TextLabel1_font( TextLabel1->font() ); TextLabel1_font.setBold( TRUE ); TextLabel1_font.setUnderline( TRUE ); TextLabel1->setFont( TextLabel1_font ); TextLabel1->setText( trUtf8( "Legend" ) ); Frame3Layout->addWidget( TextLabel1, 0, 0 ); KSPanelCLegendCInterfLayout->addWidget( Frame3 ); Frame4 = new QFrame( this, "Frame4" ); Frame4->setFrameShape( QFrame::StyledPanel ); Frame4->setFrameShadow( QFrame::Raised ); KSPanelCLegendCInterfLayout->addWidget( Frame4 ); Frame5 = new QFrame( this, "Frame5" ); Frame5->setFrameShape( QFrame::StyledPanel ); Frame5->setFrameShadow( QFrame::Raised ); KSPanelCLegendCInterfLayout->addWidget( Frame5 ); } /* * Destroys the object and frees any allocated resources */ KSPanelCLegendCInterf::~KSPanelCLegendCInterf() { // no need to delete child widgets, Qt does it all for us } #include "kspanelclegendcinterf.moc"