Hello guys,<br><br>I&#39;m trying to adding a theme icon to a PushButton object, but I&#39;m stuck with it.<br>I&#39;ve tried some combinations such as:<br><br>pb = new PushButton()<br>pb.icon = new QIcon(&quot;system-search&quot;)<br>
<br>or<br><br>pb.image = &quot;system-search&quot;<br><br>but seems it doesn&#39;t work. However, if I do<br><br>iw = new IconWidget()<br>iw.setIcon(&quot;system-search&quot;)<br>pb.icon = iw.icon<br><br>it works O.o . Any ideas/hints ?<br>
<br>I&#39;ve also noticed that radio buttons are not mutually exclusive :)<br>Cheers!<br><br>Diego<br>