Hi guys!<br><br>There is a problem when i export the .ui file to .py (which never happened before). Using Designer i&#39;ve set an icon to a button.<br>The exported file does not include the path of the icon/resource having this as result:<br>
<br><div style="margin-left: 40px;">self.applyButton = QtGui.QPushButton(self.centralwidget)<br>self.applyButton.setGeometry(QtCore.QRect(722,584,90,26))<br>self.applyButton.setFocusPolicy(QtCore.Qt.StrongFocus)<br>self.applyButton.setIcon(QtGui.QIcon(&quot;&quot;&quot;<br>
&quot;&quot;&quot;))<br clear="all"></div><br>A bug in PyQt? cause only happens with QIcon, in the case of setting a pixmaps, there is no problem in the exported file:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; self.emptyPagePixmap = QtGui.QLabel(self.emptyPage)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; self.emptyPagePixmap.setGeometry(QtCore.QRect(10,52,150,128))<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; self.emptyPagePixmap.setPixmap(QtGui.QPixmap(&quot;:/Pixmaps/pixmaps/emptyPage.png&quot;))<br><br>Any tip? Cheers.<br><br>-- <br>Gustavo A. Díaz<br>
GDNet Projects<br><a href="http://www.gdnet.com.ar">www.gdnet.com.ar</a>