how to access the parameter passed via Url in Qt4
Printable View
how to access the parameter passed via Url in Qt4
Use the QUrl class to access the individual parts of a given URL.
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.Quote:
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.