PDA

View Full Version : Standard buttons/icons?



MTK358
24th June 2010, 18:58
Does Qt have any predefined standard buttons/icons like GTK+?

If so, how do I access them?

tbscope
24th June 2010, 19:04
http://doc.qt.nokia.com/4.6/qdialogbuttonbox.html

Ginsengelf
25th June 2010, 08:05
Hi, you can get a bunch of icons via QStyle::standardIcon.

Ginsengelf

MTK358
27th June 2010, 18:24
But for example in Qt Designer, how do I assign standard icons to widgets?