[webkit-qt] Frame render doesn't support content rendering not clipped to viewport.
Tony Zhang
tony.zhang at completetv.com
Thu Jan 20 19:48:20 PST 2011
Hi All,
In main.cpp we set organizationName value;
QApplication app(argc, argv);
app.setOrganizationName("NJC");
Is there any way to get the organizationName value for the user?
Best Regards,
Tony Zhang
-----Original Message-----
From: webkit-qt-bounces at lists.webkit.org [mailto:webkit-qt-bounces at lists.webkit.org] On Behalf Of Benjamin Poulain
Sent: 2011年1月19日 19:39
To: webkit-qt at lists.webkit.org
Subject: Re: [webkit-qt] Frame render doesn't support content rendering not clipped to viewport.
On 01/19/2011 09:51 AM, ext Simon Hausmann wrote:
>> QWebElement::render would be good if it get clipping region to avoid traversing full render tree in case of partial render.
>> Might be parameter enabling paint of all layers would be useful also.
>
> Yeah, so why not add an overload to QWebElement?
>
> void QWebElement::render(QPainter* painter, const QRect& clipRect);
That is a good idea.
It addresses my previous concerns.
cheers,
Benjamin
_______________________________________________
webkit-qt mailing list
webkit-qt at lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
More information about the webkit-qt
mailing list