|
|
|
|
@ -1764,6 +1764,7 @@ AppearancePageColorsTab::AppearancePageColorsTab( QWidget * parent, const char * |
|
|
|
|
mCloseToQuotaThreshold = new QSpinBox( 0, 100, 1, this ); |
|
|
|
|
connect( mCloseToQuotaThreshold, SIGNAL( valueChanged( int ) ), |
|
|
|
|
this, SLOT( slotEmitChanged( void ) ) ); |
|
|
|
|
mCloseToQuotaThreshold->setEnabled( false ); |
|
|
|
|
mCloseToQuotaThreshold->setSuffix( i18n("%")); |
|
|
|
|
hbox->addWidget( mCloseToQuotaThreshold ); |
|
|
|
|
hbox->addWidget( new QWidget(this), 2 ); |
|
|
|
|
@ -1775,6 +1776,8 @@ AppearancePageColorsTab::AppearancePageColorsTab( QWidget * parent, const char * |
|
|
|
|
mRecycleColorCheck, SLOT(setEnabled(bool)) ); |
|
|
|
|
connect( mCustomColorCheck, SIGNAL(toggled(bool)), |
|
|
|
|
l, SLOT(setEnabled(bool)) ); |
|
|
|
|
connect( mCustomColorCheck, SIGNAL(toggled(bool)), |
|
|
|
|
mCloseToQuotaThreshold, SLOT(setEnabled(bool)) ); |
|
|
|
|
|
|
|
|
|
connect( mCustomColorCheck, SIGNAL( stateChanged( int ) ), |
|
|
|
|
this, SLOT( slotEmitChanged( void ) ) ); |
|
|
|
|
|