Hi i trying set logoimage into cell of QtableWidget<div><br></div><div>all code runs ok but can't see the image in the table</div><div><br></div><div>i try with .gif and .png files</div><div><br></div><div>any idea?</div>

<div><br></div><div>heres the code:</div><div><br></div><div>./airlines/ (many logosfiles in ABC.gif and ABC.png)</div><div>if exist show up ifnot just say the code of aircraft</div><div><br></div><div><div>            code_airline = row[0][:3]</div>

<div>            airlineCodePath = './airlines/%s.png' % code_airline</div><div>            try:</div><div>                if os.path.exists(airlineCodePath) is True:</div><div>                    image = QtGui.QIcon(QtGui.QPixmap(airlineCodePath))</div>

<div>                    airline = QtGui.QTableWidgetItem(image)</div><div>                    airline.setIcon(image)</div><div>                    col_airline = QtGui.QTableWidgetItem(airline, 0)</div><div>                    self.ui.PILOT_FullList.Seti(startrow, 1, code_airline)    </div>

<div>                else:</div><div>                    code_airline = '-'</div><div>                    col_airline = QtGui.QTableWidgetItem(code_airline, 0)</div><div>                    self.ui.PILOT_FullList.setItem(startrow, 0, col_airline)   </div>

<div>            except:</div><div>                pass         </div><div><br></div>thanxs any way by all</div><div><br></div><div><br>-- <br><font color="#888888"><font color="#888888">Antonio Pe</font><span><font color="#888888">ñ</font></span><font color="#888888">a</font><span></span><br>

<font color="#888888">Secure email with PGP 0x8B021001 available at <a href="http://pgp.mit.edu" target="_blank">http://pgp.mit.edu</a><br></font></font><font color="#888888">
<font color="#888888">Fingerprint: 74E6 2974 B090 366D CE71  7BB2 6476 FA09 8B02 1001</font></font><br>
</div>