Results 1 to 4 of 4

Thread: Downloading multiple files using QNetworkAccessManager

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Dec 2007
    Posts
    628
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows
    Thanks
    3
    Thanked 89 Times in 87 Posts

    Default Re: Downloading multiple files using QNetworkAccessManager

    Quote Originally Posted by aurorius View Post
    Qt Code:
    1. class Download : public QRunnable, public QObject
    To copy to clipboard, switch view to plain text mode 
    Change this line as :
    Qt Code:
    1. class Download : public QObject, public QRunnable
    To copy to clipboard, switch view to plain text mode 

  2. The following user says thank you to yogeshgokul for this useful post:

    aurorius (6th August 2009)

Similar Threads

  1. loging to multiple files using Log4Qt
    By zhongzhu in forum Qt Programming
    Replies: 0
    Last Post: 17th June 2009, 10:07
  2. Open multiple files with one program instance
    By Ginsengelf in forum Qt Programming
    Replies: 6
    Last Post: 16th March 2009, 14:08
  3. Select multiple files from QFileDialog
    By jiveaxe in forum Qt Programming
    Replies: 6
    Last Post: 16th February 2009, 14:57
  4. Multiple project files in a single directory
    By jogeshwarakundi in forum Qt for Embedded and Mobile
    Replies: 5
    Last Post: 17th July 2008, 07:03
  5. Error: Using Multiple files
    By 3nc31 in forum Qt Programming
    Replies: 1
    Last Post: 22nd November 2007, 09:23

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.