On Tuesday, March 22, 2011 09:28:39 am ext 周鹏 wrote:
> Hi,all!
>
> In my program, i have download some type of resource(such as js
> file,imgs) in memory,so, i don't need QNetworkAccessManager to download
> some external resource. I hava extend QNetworkAccessManager class and
> override it's v
On Tuesday, March 15, 2011 10:19:15 am ext 周鹏 wrote:
> 1) I don't need QNetworkAccessManager to download anything, how to shutdown
> it?
> 2) When a page need to load some external resource, how to get the
> url?
You need to override QNetworkAccessManager::createRequest().
This function is calle
Interesting thing:
http://www.google.com/images?q=nokia
This displays in an awesome new format in Firefox but still in the old format
with Qt 4.7 demo browser.
Maybe we can do something to be also one of the better supported browsers
there. Maybe not if Google decides it on User Agent. :)
I ha
There are no threads except the DNS lookup threads and those should be cheap
and exit themselves after some time.
Your webpage loading issue must have some other cause.
On Wednesday, July 14, 2010 07:03:59 pm ext İsmail Dönmez wrote:
> Hi all;
>
> I have a small browser widget based on QWebView
ext İsmail Dönmez wrote:
Hi all;
When I buid WebKit from source with debug enabled the QtWebKitd4.dll
file is ~60mb which is huge. If you build WebKit inside Qt the debug
dll size is ~20mb or so. Any idea what causes this big size change?
P.S: I am building with Visual Studio 2005
Check the
ext Nathan Osman wrote:
I am using Qt 4.5 on Windows and have a webkit control on my main
window. When I try to put some HTML into the control that references
an image, the image does not display. I even tried using an absolute
path. What am I doing wrong?
You are using Qt 4.5 instead of 4.6.2
Hm.
Andreas, Benjamin: Could this be related to synchronous XMLHttp where we
currently have problems with?
Markus
ext Carter, Nathan wrote:
I spent a lot of time today trying to make a small, reproducible example that
behaves differently on Mac/*nix versus Windows. But my problem is that i