[josm-dev] ewmsplugin - webkit-image bug
Robert Scott
lists at humanleg.org.uk
Wed Dec 17 15:21:59 GMT 2008
On Wednesday 17 December 2008 11:32, Dirk Stöcker wrote:
> Hmpf, you are too far north and the image height is larger than your
> screen size. I found no way to tell Qt that it has a 2000x2000 virtual
> screen yet (Theoretically it would be enough to tell it the
> Yahoo-Javascript). It always adds the scrollbars, when size is > your
> physical screen solution.
>
> Help welcome. My request in Qt mailinglist was not answered.
your_qwebview.page()->setViewportSize ( const QSize & ) ?
and if all else fails,
your_qwebview.page()->mainFrame()->setScrollBarPolicy ( orientation , policy )
(...sorry I can't test this right now.)
robert.
More information about the josm-dev
mailing list