You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

103 lines
3.7 KiB

/****************************************************************************
** Form implementation generated from reading ui file './ksmpanelrefinterf.ui'
**
** Created: śro mar 20 18:52:45 2002
** by: The User Interface Compiler (uic)
**
** WARNING! All changes made in this file will be lost!
****************************************************************************/
#include "ksmpanelrefinterf.h"
#include <qvariant.h>
#include <qcheckbox.h>
#include <qframe.h>
#include <qlabel.h>
#include <qlineedit.h>
#include <qpushbutton.h>
#include <qlayout.h>
#include <qtooltip.h>
#include <qwhatsthis.h>
#include "ksmpanel.h"
/*
* Constructs a KSMPanelRefInterf which is a child of 'parent', with the
* name 'name'.'
*/
KSMPanelRefInterf::KSMPanelRefInterf( QWidget* parent, const char* name )
: KSMPanel( parent, name )
{
if ( !name )
setName( "KSMPanelRefInterf" );
resize( 500, 140 );
setCaption( trUtf8( "KSMPanelForm" ) );
KSMPanelRefInterfLayout = new QHBoxLayout( this, 2, 2, "KSMPanelRefInterfLayout");
Frame4 = new QFrame( this, "Frame4" );
Frame4->setMinimumSize( QSize( 175, 0 ) );
Frame4->setFrameShape( QFrame::StyledPanel );
Frame4->setFrameShadow( QFrame::Raised );
matrixColTo = new QLineEdit( Frame4, "matrixColTo" );
matrixColTo->setGeometry( QRect( 120, 35, 45, 22 ) );
QToolTip::add( matrixColTo, trUtf8( "To column ( -1 max available ) " ) );
matrixRowTo = new QLineEdit( Frame4, "matrixRowTo" );
matrixRowTo->setGeometry( QRect( 120, 10, 45, 22 ) );
QToolTip::add( matrixRowTo, trUtf8( "To row ( -1 max available ) " ) );
matrixRowStep = new QLineEdit( Frame4, "matrixRowStep" );
matrixRowStep->setGeometry( QRect( 95, 10, 25, 22 ) );
QToolTip::add( matrixRowStep, trUtf8( "Step" ) );
matrixColStep = new QLineEdit( Frame4, "matrixColStep" );
matrixColStep->setGeometry( QRect( 95, 35, 25, 22 ) );
QToolTip::add( matrixColStep, trUtf8( "Step" ) );
matrixColFrom = new QLineEdit( Frame4, "matrixColFrom" );
matrixColFrom->setGeometry( QRect( 50, 35, 45, 22 ) );
QToolTip::add( matrixColFrom, trUtf8( "From column" ) );
matrixRowFrom = new QLineEdit( Frame4, "matrixRowFrom" );
matrixRowFrom->setGeometry( QRect( 50, 10, 45, 22 ) );
matrixRowFrom->setText( trUtf8( "" ) );
QToolTip::add( matrixRowFrom, trUtf8( "From row" ) );
TextLabel3 = new QLabel( Frame4, "TextLabel3" );
TextLabel3->setGeometry( QRect( 10, 30, 40, 30 ) );
TextLabel3->setText( trUtf8( "Cols" ) );
TextLabel2 = new QLabel( Frame4, "TextLabel2" );
TextLabel2->setGeometry( QRect( 10, 10, 40, 25 ) );
TextLabel2->setText( trUtf8( "Rows" ) );
matrixTransposition = new QCheckBox( Frame4, "matrixTransposition" );
matrixTransposition->setGeometry( QRect( 50, 65, 90, 18 ) );
matrixTransposition->setText( trUtf8( "Transposition" ) );
KSMPanelRefInterfLayout->addWidget( Frame4 );
channelListPlace = new QFrame( this, "channelListPlace" );
channelListPlace->setFrameShape( QFrame::NoFrame );
channelListPlace->setFrameShadow( QFrame::Raised );
KSMPanelRefInterfLayout->addWidget( channelListPlace );
Frame5 = new QFrame( this, "Frame5" );
Frame5->setFrameShape( QFrame::StyledPanel );
Frame5->setFrameShadow( QFrame::Raised );
buttonApply = new QPushButton( Frame5, "buttonApply" );
buttonApply->setGeometry( QRect( 10, 10, 94, 27 ) );
buttonApply->setText( trUtf8( "Apply" ) );
buttonApply->setDefault( TRUE );
KSMPanelRefInterfLayout->addWidget( Frame5 );
}
/*
* Destroys the object and frees any allocated resources
*/
KSMPanelRefInterf::~KSMPanelRefInterf()
{
// no need to delete child widgets, Qt does it all for us
}
#include "ksmpanelrefinterf.moc"