PDA

View Full Version : QWebView without network



Nekak
4th September 2012, 22:31
Hi everyone.

I have a problem, my application reads html files from the device memory, but if I have no network access opens the files, is there any way to use a QWebView and view files without "access" to the network for open?

ChrisW67
5th September 2012, 00:19
Use a file:// URL to open a local file?

Nekak
5th September 2012, 00:30
When i have network the file is shown.
When i don't have network the file is never shown.

I can open a local file with the path, but i can't see it.

ChrisW67
5th September 2012, 04:06
Here is the only suggestion I have given the available information: The HTML in the local file references materials from network locations

If you want serious help then you'll have to post a minimum, complete, compilable example that demonstrates the problem.

Nekak
5th September 2012, 15:11
Thanks, I will seek information about it.