Results 1 to 4 of 4

Thread: SmartClient

  1. #1
    Join Date
    Feb 2007
    Posts
    9
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    6

    Arrow SmartClient

    how to access the parameter passed via Url in Qt4

  2. #2
    Join Date
    Jan 2006
    Location
    Alingsås, Sweden
    Posts
    437
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    3
    Thanked 39 Times in 39 Posts

    Default Re: SmartClient

    Use the QUrl class to access the individual parts of a given URL.

  3. The following user says thank you to e8johan for this useful post:

    yesraaj (22nd February 2007)

  4. #3
    Join Date
    Feb 2007
    Posts
    9
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    6

    Default Re: SmartClient

    i think qftp class is not a part of open source....
    is that true ....
    i cannot find any header file with Qftp name .....

  5. #4
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts

    Default Re: SmartClient

    A quote from QtNetwork Module docs:
    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.
    Rerun qmake after adding the above line to the .pro file. After that "#include <QFtp>" works.
    J-P Nurmi

  6. The following user says thank you to jpn for this useful post:

    yesraaj (22nd February 2007)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.