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

From KDE TechBase
(Created page with "<syntaxhighlight lang="cpp-qt"> QPixmap icon; icon = loader->loadIcon("kfind", KIcon::Desktop); </syntaxhighlight>")
 
(No difference)

Latest revision as of 19:48, 29 June 2014

QPixmap icon;
icon = loader->loadIcon("kfind", KIcon::Desktop);