Hi,

I did a search about htis but i didn't find something useful (mybe wrong keyword)...

How can i use the default icon set of the operating system...

I mean, i have a toolbar and a toolbutton called "New" now i want to set there the default new icon of the current platform...

How to do this?

Like in wxWidgets:
Qt Code:
  1. toolbar->Append(wxID_NEW, wxT("&New"));
To copy to clipboard, switch view to plain text mode 

thanks