Translations:Development/Architecture/KDE3/Icon Loader/9/pt-br: Difference between revisions

From KDE TechBase
(Created page with "<syntaxhighlight lang="cpp-qt"> QPixmap loadIcon( QString name, int group, int size=0, int state=KIcon::DefaultState, QString *path_store=...")
 
(No difference)

Latest revision as of 19:02, 29 June 2014

QPixmap loadIcon( QString name, int group, int size=0,
                  int state=KIcon::DefaultState, 
                  QString *path_store=0L, bool canReturnNull=false);