|
|
|
@ -106,7 +106,7 @@ TBarcodeDlg::TBarcodeDlg(TQWidget *parent, const char *name )
|
|
|
|
|
TQVBoxLayout* layout = new TQVBoxLayout( this, 6, 6 );
|
|
|
|
|
|
|
|
|
|
TQGroupBox* gb = new TQGroupBox( i18n("TBarcode"), this );
|
|
|
|
|
gb->setColumnLayout(0, Qt::Vertical );
|
|
|
|
|
gb->setColumnLayout(0, TQt::Vertical );
|
|
|
|
|
gb->layout()->setSpacing( 6 );
|
|
|
|
|
gb->layout()->setMargin( 11 );
|
|
|
|
|
gb->setEnabled( Barkode::haveTBarcode() || Barkode::haveTBarcode2() );
|
|
|
|
@ -252,7 +252,7 @@ PDF417BarcodeDlg::PDF417BarcodeDlg(TQWidget *parent, const char *name )
|
|
|
|
|
TQVBoxLayout* layout = new TQVBoxLayout( this, 6, 6 );
|
|
|
|
|
|
|
|
|
|
TQGroupBox* gpdf = new TQGroupBox( i18n("PDF417"), this );
|
|
|
|
|
gpdf->setColumnLayout(0, Qt::Vertical );
|
|
|
|
|
gpdf->setColumnLayout(0, TQt::Vertical );
|
|
|
|
|
gpdf->layout()->setSpacing( 6 );
|
|
|
|
|
gpdf->layout()->setMargin( 11 );
|
|
|
|
|
gpdf->setEnabled( Barkode::haveTBarcode() || Barkode::havePDFBarcode() );
|
|
|
|
@ -360,7 +360,7 @@ SequenceDlg::SequenceDlg( TQWidget *parent, const char *name )
|
|
|
|
|
TQVBoxLayout* main = new TQVBoxLayout( this, 6, 6 );
|
|
|
|
|
|
|
|
|
|
TQButtonGroup* group = new TQButtonGroup( i18n("Sequence"), this );
|
|
|
|
|
group->setColumnLayout(0, Qt::Vertical );
|
|
|
|
|
group->setColumnLayout(0, TQt::Vertical );
|
|
|
|
|
group->layout()->setSpacing( 6 );
|
|
|
|
|
group->layout()->setMargin( 11 );
|
|
|
|
|
TQVBoxLayout* layout = new TQVBoxLayout( group->layout() );
|
|
|
|
@ -438,7 +438,7 @@ ColorDlg::ColorDlg(TQWidget *parent, const char *name)
|
|
|
|
|
: TQVBox( parent, name )
|
|
|
|
|
{
|
|
|
|
|
TQGroupBox* gb = new TQGroupBox( i18n("Colors"), this );
|
|
|
|
|
gb->setColumnLayout(0, Qt::Vertical );
|
|
|
|
|
gb->setColumnLayout(0, TQt::Vertical );
|
|
|
|
|
gb->layout()->setSpacing( 6 );
|
|
|
|
|
gb->layout()->setMargin( 11 );
|
|
|
|
|
gb->setEnabled( Barkode::havePurePostscriptBarcode() );
|
|
|
|
|