|
|
|
@ -73,7 +73,7 @@ void MyDirPlugin::drawInterface( TQWidget* w, TQVBoxLayout* l )
|
|
|
|
|
|
|
|
|
|
groupNumber = new TQGroupBox( w );
|
|
|
|
|
groupNumber->setTitle( i18n( "&Options" ) );
|
|
|
|
|
groupNumber->setColumnLayout(0, Qt::Vertical );
|
|
|
|
|
groupNumber->setColumnLayout(0, TQt::Vertical );
|
|
|
|
|
groupNumber->layout()->setSpacing( 6 );
|
|
|
|
|
groupNumber->layout()->setMargin( 11 );
|
|
|
|
|
groupNumberLayout = new TQHBoxLayout( groupNumber->layout() );
|
|
|
|
@ -103,7 +103,7 @@ void MyDirPlugin::drawInterface( TQWidget* w, TQVBoxLayout* l )
|
|
|
|
|
|
|
|
|
|
groupOutput = new TQGroupBox( w );
|
|
|
|
|
groupOutput->setTitle( i18n( "Output &Directory" ) );
|
|
|
|
|
groupOutput->setColumnLayout(0, Qt::Vertical );
|
|
|
|
|
groupOutput->setColumnLayout(0, TQt::Vertical );
|
|
|
|
|
groupOutput->layout()->setSpacing( 6 );
|
|
|
|
|
groupOutput->layout()->setMargin( 11 );
|
|
|
|
|
groupOutputLayout = new TQHBoxLayout( groupOutput->layout() );
|
|
|
|
|