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: [email protected] 
[mailto:[email protected]] On Behalf Of Benjamin Poulain
Sent: 2011年1月19日 19:39
To: [email protected]
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
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
_______________________________________________
webkit-qt mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt

Reply via email to