|
|
@ -48,6 +48,13 @@ KomposeFullscreenWidget::KomposeFullscreenWidget( int displayType, KomposeLayout
|
|
|
|
setBackgroundMode( TQt::FixedPixmap );
|
|
|
|
setBackgroundMode( TQt::FixedPixmap );
|
|
|
|
// setBackgroundPixmap(*(KomposeGlobal::instance()->getDesktopBgPixmap()));
|
|
|
|
// setBackgroundPixmap(*(KomposeGlobal::instance()->getDesktopBgPixmap()));
|
|
|
|
rootpix = new KRootPixmap (this);
|
|
|
|
rootpix = new KRootPixmap (this);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Background blur -- exactly like done in Kicker
|
|
|
|
|
|
|
|
if (KomposeSettings::instance()->getBlurBackground())
|
|
|
|
|
|
|
|
rootpix->setBlurEffect(0.0, 4.0);
|
|
|
|
|
|
|
|
else
|
|
|
|
|
|
|
|
rootpix->setBlurEffect(0.0, 0.0);
|
|
|
|
|
|
|
|
|
|
|
|
rootpix->start();
|
|
|
|
rootpix->start();
|
|
|
|
initMenu();
|
|
|
|
initMenu();
|
|
|
|
initView();
|
|
|
|
initView();
|
|
|
|