[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdemultimedia/krec
From:       Arnold Krille <arnold () arnoldarts ! de>
Date:       2003-09-24 10:53:30
[Download RAW message or body]

CVS commit by akrille: 

Some layout fixes...


  M +8 -7      krecconfigure.cpp   1.10


--- kdemultimedia/krec/krecconfigure.cpp  #1.9:1.10
@@ -50,5 +50,5 @@ KRecConfigGeneral::KRecConfigGeneral( QW
 
         _layout->addSpacing( 10 );
-        _display_title = new QLabel( "<qt><b>" + i18n( "Timedisplay related \
settings" ) + "</b></qt>", this ); +        _display_title = new QLabel( i18n( \
"<qt><b>Timedisplay related settings</b></qt>" ), this );  _layout->addWidget( \
_display_title, -100 );  
@@ -84,5 +84,5 @@ KRecConfigGeneral::KRecConfigGeneral( QW
 
         _layout->addSpacing( 10 );
-        _other_title = new QLabel( "<qt><b>" + i18n( "Miscellaneous settings" ) + \
"</b></qt>", this ); +        _other_title = new QLabel( i18n( "<qt><b>Miscellaneous \
settings</b></qt>" ), this );  _layout->addWidget( _other_title );
 
@@ -90,10 +90,11 @@ KRecConfigGeneral::KRecConfigGeneral( QW
         connect( _tipofday, SIGNAL( toggled( bool ) ), this, SLOT( tipofdaychanged( \
bool ) ) );  _layout->addWidget( _tipofday );
-        QBoxLayout* _tmp = new QBoxLayout( _layout, QBoxLayout::LeftToRight );
-        _enableAllMessages = new KPushButton( i18n( "Reenable all hidden messages." \
), this ); +        QBoxLayout* _tmplayout = new QBoxLayout( this, \
QBoxLayout::LeftToRight ); +        _enableAllMessages = new KPushButton( i18n( \
                "Enable All Hidden Messages" ), this );
         connect( _enableAllMessages, SIGNAL( clicked() ), this, SLOT( \
                enableallmessagesclicked() ) );
-        _tmp->addWidget( _enableAllMessages );
-        _tmp->addStretch( 100 );
-        _layout->addLayout( _tmp );
+        _tmplayout->addWidget( _enableAllMessages );
+        QLabel* _tmplbl = new QLabel( i18n( "<qt><i>All messages with the \"Don't \
show this message again\" option are shown again after selecting this \
button.</i></qt>" ), this ); +        _tmplayout->addWidget( _tmplbl );
+        _layout->addLayout( _tmplayout );
 
         _layout->addStretch( 100 );


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic