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

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

Latest revision as of 18:52, 30 June 2014

QPixmap pm;
pm = loader->loadIcon("myicon", KIcon::User);