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