|
|
@ -138,7 +138,7 @@ PropertyRotation::PropertyRotation( TQWidget* parent )
|
|
|
|
: PropertyWidget( parent )
|
|
|
|
: PropertyWidget( parent )
|
|
|
|
{
|
|
|
|
{
|
|
|
|
TQLabel* label = new TQLabel( i18n("&Rotation:"), this );
|
|
|
|
TQLabel* label = new TQLabel( i18n("&Rotation:"), this );
|
|
|
|
comboRotation = new KComboBox( FALSE, this );
|
|
|
|
comboRotation = new KComboBox( false, this );
|
|
|
|
label->setBuddy( comboRotation );
|
|
|
|
label->setBuddy( comboRotation );
|
|
|
|
|
|
|
|
|
|
|
|
comboRotation->insertItem( i18n("0") );
|
|
|
|
comboRotation->insertItem( i18n("0") );
|
|
|
@ -211,7 +211,7 @@ PropertyBarcode::PropertyBarcode( TokenProvider* token, TQWidget* parent )
|
|
|
|
TQLabel* TextLabel1 = new TQLabel( this, "TextLabel1" );
|
|
|
|
TQLabel* TextLabel1 = new TQLabel( this, "TextLabel1" );
|
|
|
|
TextLabel1->setText( i18n( "Barcode Settings:" ) );
|
|
|
|
TextLabel1->setText( i18n( "Barcode Settings:" ) );
|
|
|
|
|
|
|
|
|
|
|
|
comboComplex = new KComboBox( FALSE, this );
|
|
|
|
comboComplex = new KComboBox( false, this );
|
|
|
|
if( SqlTables::isConnected() )
|
|
|
|
if( SqlTables::isConnected() )
|
|
|
|
{
|
|
|
|
{
|
|
|
|
TQSqlQuery* query = new TQSqlQuery("select encoding_type from barcode_basic group by encoding_type");
|
|
|
|
TQSqlQuery* query = new TQSqlQuery("select encoding_type from barcode_basic group by encoding_type");
|
|
|
@ -464,7 +464,7 @@ PropertyImage::PropertyImage( TokenProvider* token, TQWidget* parent )
|
|
|
|
: PropertyWidget( parent ), m_token( token )
|
|
|
|
: PropertyWidget( parent ), m_token( token )
|
|
|
|
{
|
|
|
|
{
|
|
|
|
TQLabel* label = new TQLabel( i18n("&Rotation:"), this );
|
|
|
|
TQLabel* label = new TQLabel( i18n("&Rotation:"), this );
|
|
|
|
comboRotation = new KComboBox( FALSE, this );
|
|
|
|
comboRotation = new KComboBox( false, this );
|
|
|
|
label->setBuddy( comboRotation );
|
|
|
|
label->setBuddy( comboRotation );
|
|
|
|
|
|
|
|
|
|
|
|
TQVButtonGroup* groupFile = new TQVButtonGroup( i18n("&Image"), this );
|
|
|
|
TQVButtonGroup* groupFile = new TQVButtonGroup( i18n("&Image"), this );
|
|
|
|