<div class="gmail_quote">On Mon, Oct 31, 2011 at 10:02 AM, Marco Martin <span dir="ltr"><<a href="mailto:notmart@gmail.com">notmart@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div><div></div><div class="h5">On Sunday 30 October 2011, Mark wrote:<br>
> Hi,<br>
><br>
> I'm curently using PlasmaComponents.Button but it seems to miss a quite<br>
> important feature. I can't use system icons!<br>
> Icon paths can be set though...<br>
><br>
> I wouldn't mind implementing this if it it's oke with you all. Just one<br>
> question: How can i currently get just any icon in QML from the installed<br>
> theme?<br>
><br>
> I'm kinda fearing that functionality is not even existing yet (in core?).<br>
> If it isn't then i will implement that as well, but a pointer to the plasma<br>
> class for getting an icon would be nice :) If it's<br>
> <a href="http://api.kde.org/4.x-api/kdelibs-apidocs/kdeui/html/classKIconLoader.html" target="_blank">http://api.kde.org/4.x-api/kdelibs-apidocs/kdeui/html/classKIconLoader.html</a><br>
> .. Is there also a function that "just" tries to find the icon name you<br>
> give it? The function KIconLoader::loadIcon needs a few parameters. I<br>
> could be looking at the wrong class for all i know ;)<br>
<br>
</div></div>as a commit of 1-2 days ago it should (have to make it work without the<br>
qscript engine hack as well, so outside of plasma)<br>
something like Button { icon: "konqueror"}<br>
should load the system one<br>
<font color="#888888"><a href="https://mail.kde.org/mailman/listinfo/plasma-devel" target="_blank"></a></font></blockquote><br>Awesome! Guess i need to update then ;)</div><br>