Results 1 to 17 of 17

Thread: [QT 5.0] Downloading from a URL then saving to client-defined path/filename?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #12
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: [QT 5.0] Downloading from a URL then saving to client-defined path/filename?

    Specify the class or object name the the style is to apply to, something like one of these:
    Qt Code:
    1. setStyleSheet("QMainWindow { background-image: url(C:/Users/David/desktop/bg.png); } "
    2.  
    3. setStyleSheet("QMainWindow#objectname { background-image: url(C:/Users/David/desktop/bg.png); } "
    To copy to clipboard, switch view to plain text mode 

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

    Salads (22nd January 2013)

Similar Threads

  1. Downloading a file and saving in a path
    By StarRocks in forum Qt Programming
    Replies: 19
    Last Post: 3rd January 2013, 06:43
  2. Replies: 6
    Last Post: 3rd December 2012, 07:26
  3. Full path and filename of a Qt Plugin at runtime
    By be-noix in forum Qt Programming
    Replies: 2
    Last Post: 8th August 2011, 15:38
  4. Replies: 8
    Last Post: 17th October 2009, 08:10
  5. Replies: 2
    Last Post: 19th May 2009, 09:30

Tags for this Thread

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.