Results 1 to 7 of 7

Thread: [duplicate] Qt stock items ?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    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: [duplicate] Qt stock items ?

    The available stock icons can be accessed directly through QStyle::standardIcon() and the StandardPixmap enum. You can apply these images to any button or other place taking an icon in code but not from Designer. The QDialogButtonBox draws from these for OK, Cancel etc. They are provided by the style, so there is no one set of images.
    Last edited by ChrisW67; 24th March 2014 at 00:11.

Similar Threads

  1. How to iterate through GraphicsScene items using items()
    By MercyYuen in forum Qt Programming
    Replies: 5
    Last Post: 10th October 2012, 15:51
  2. Replies: 1
    Last Post: 24th January 2012, 20:53
  3. Replies: 2
    Last Post: 20th August 2010, 05:18
  4. Read live stock quoted from a website using qt4 c++?
    By abghosh in forum Qt Programming
    Replies: 4
    Last Post: 21st February 2010, 03:08
  5. Stock Icons
    By wswartzendruber in forum Newbie
    Replies: 2
    Last Post: 14th February 2009, 09:31

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.