Например мне на две кнопочки нужны картинки простеньких стрелочек влево и вправо, и еще картиночка печати документа нужна, каторая красиво смотриться в QPrintPreviewDialog...
Спасибо!!!
О стрелочках:C++ (Qt)
arrowType : Qt::ArrowType
This property holds whether the button displays an arrow instead of a normal icon.
This displays an arrow as the icon for the QToolButton.
By default, this property is set to Qt::NoArrow.
C++ (Qt)
enum Qt::ArrowType
Constant Value
Qt::NoArrow 0
Qt::UpArrow 1
Qt::DownArrow 2
Qt::LeftArrow 3
Qt::RightArrow 4
О стандартных иконках:
Посмотрите здесь, но иконки печати документа там, вроде, нету.
C++ (Qt)
enum QStyle::StandardPixmap