|
|
|
@ -38,17 +38,17 @@ KLC::KLC( TQWidget* parent, const char* name, WFlags fl )
|
|
|
|
|
setName( "KLC" );
|
|
|
|
|
KLCLayout = new TQGridLayout( this, 1, 1, 11, 6, "KLCLayout");
|
|
|
|
|
|
|
|
|
|
tqlayout1 = new TQHBoxLayout( 0, 0, 6, "tqlayout1");
|
|
|
|
|
layout1 = new TQHBoxLayout( 0, 0, 6, "layout1");
|
|
|
|
|
spacer1 = new TQSpacerItem( 371, 26, TQSizePolicy::Expanding, TQSizePolicy::Minimum );
|
|
|
|
|
tqlayout1->addItem( spacer1 );
|
|
|
|
|
layout1->addItem( spacer1 );
|
|
|
|
|
|
|
|
|
|
pushApply = new TQPushButton( this, "pushApply" );
|
|
|
|
|
tqlayout1->addWidget( pushApply );
|
|
|
|
|
layout1->addWidget( pushApply );
|
|
|
|
|
|
|
|
|
|
pushClose = new TQPushButton( this, "pushClose" );
|
|
|
|
|
tqlayout1->addWidget( pushClose );
|
|
|
|
|
layout1->addWidget( pushClose );
|
|
|
|
|
|
|
|
|
|
KLCLayout->addMultiCellLayout( tqlayout1, 2, 2, 0, 1 );
|
|
|
|
|
KLCLayout->addMultiCellLayout( layout1, 2, 2, 0, 1 );
|
|
|
|
|
|
|
|
|
|
listDisabled = new TQListView( this, "listDisabled" );
|
|
|
|
|
listDisabled->addColumn( tr2i18n( "..." ) );
|
|
|
|
|