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

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

Latest revision as of 18:31, 30 June 2014

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