[Qt-interest] does qt has some default icons?

alessandro.portale at nokia.com alessandro.portale at nokia.com
Sun Oct 24 15:23:44 CEST 2010


The Qt styles provide standard icons for help, save and many more situations.

Get a pointer to the current style:
  http://doc.qt.nokia.com/latest/qapplication.html#style

Chose an icon from this enum:
  http://doc.qt.nokia.com/latest/qstyle.html#StandardPixmap-enum

Get the icon (as QPixmap) from the style:
  http://doc.qt.nokia.com/latest/qstyle.html#standardIcon
________________________________________
From: qt-interest-bounces at trolltech.com [qt-interest-bounces at trolltech.com] On Behalf Of ext 机械唯物主义 : linjunhalida [linjunhalida at gmail.com]
Sent: Sunday, October 24, 2010 13:59
To: qt-interest at trolltech.com
Subject: [Qt-interest] does qt has some default icons?

How can I get some default icon, like help, save icons?




More information about the Qt-interest-old mailing list