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

From KDE TechBase
Revision as of 18:31, 30 June 2014 by Aracele (talk | contribs) (Created page with "<syntaxhighlight lang="cpp-qt"> QPixmap pm; pm = loader->loadIcon("kfind", KIcon::Desktop); </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
QPixmap pm;
pm = loader->loadIcon("kfind", KIcon::Desktop);