gui types

yan seiner yan at seiner.com
Mon Jan 23 20:22:46 CET 2006


Luciano Montanaro wrote:

>Ok. They are always disabled in the kiosk module.
>
>See mainwindow_kiosk.cc
>
>If you want to keep them, commenting the
>
>    v->document()->view()->setVScrollBarMode( QScrollView::AlwaysOff );
>    v->document()->view()->setHScrollBarMode( QScrollView::AlwaysOff );
>  
>

Thanks!  It's a huge ball of code.....

FWIW, to get scroll bars to display in kiosk mode, you have to change 
the view to Auto:

konq-embed/src/mainwindow_kiosk.cc:    
v->document()->view()->setVScrollBarMode( QScrollView::Auto );
konq-embed/src/mainwindow_kiosk.cc:    
v->document()->view()->setHScrollBarMode( QScrollView::AlwaysOff );

Hopefully that will help someone else in the same boat....

Now it works perfectly....

:-)

--Yan


More information about the konq-e mailing list