how to access the parameter passed via Url in Qt4
how to access the parameter passed via Url in Qt4
Use the QUrl class to access the individual parts of a given URL.
yesraaj (22nd February 2007)
i think qftp class is not a part of open source....
is that true ....
i cannot find any header file with Qftp name .....
A quote from QtNetwork Module docs:
Rerun qmake after adding the above line to the .pro file. After that "#include <QFtp>" works.Applications that use Qt's networking classes need to be configured to be built against the QtNetwork module. The following declaration in a qmake project file ensures that an application is compiled and linked appropriately:
QT += network
This line is necessary because only the QtCore and QtGui modules are used in the default build process.
J-P Nurmi
yesraaj (22nd February 2007)
Bookmarks