Hello everyone,<br><br>I&#39;ve recently started in the PyQT4 world. I come from PyGTK so there are some things I&#39;m already used to.<br><br>One of the things I&#39;ve used to do, is to lookup icons by name in the current system icon theme. I investigated a bit, and I was glad to find the QIcon.fromTheme() method (too bad it&#39;s still not integrated in QTDesigner :( ).<br>
<br>However, in PyGTK you have some additional parameters to set the size of the icon to look up, and wether you want it to be SVG or not (which is quite useful especially if you want to show a big icon in special circumstances). I&#39;ve searched but I couldn&#39;t find any info regarding these two points, so my questions are:<br>
-Does QT provide such features and PyQT4 is lacking? Or should this enquiry be taken to the QT crew?<br>-If there are not indeed such parameters to specify, how does PyQT4/QT know which icon size is the one I want? Based on the size of the widget where the icon goes? And what happens if that widget is resized?<br>
<br>Thanks for your time (my first post on this list, hope to stay for a long time as I&#39;m thinking of replacing PyGTK with PyQt4 for my projects :)<br><br>Cheers,<br>Juan Manuel Santos<br>