looks like I'm trying to do more like a download manager using QNetworkAccessManager. Trying to a give a simple browser QT application a download file functionality. Like trying to combine the Qt/examples/network/http or the Qt/examples/network/downloadmanager program with the Qt/examples/webkit/fancybrowser program. I have some extensive php MySQL pages that saves a data array as a file called test.xls But the Qt program that is using a Qwebview to display all of this needs connection signal/slots to save a .xls file type. I see that doesn't work with the fancy browser example, but it works with the http program (even though it warns not to use that way of doing it) It does work with the Aurora Demo, but that's just an executeable demo.
Bookmarks