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. _______________________________________________ josm-dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/josm-dev
