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.
Bookmarks