Hello All,

I move to version 4.4.3 and now cannot get QLabel to display in the table 
widget.  Other Widgets such as QComboBox and QTextEdit work fine, QLabel no 
longer displays and was working fine in previous versions.
Any thoughts or suggestions would be helpful.

Example code
itm2 = QtGui.QLabel()
itm2.setAlignment(QtCore.Qt.AlignCenter)
itm2.setText('Test')
self.tableWidgetQTSetMap.setCellWidget(0,0,itm2)

Thanks,
Andrew


*************************

Dr. D. Andrew Carr
CARC 295 UNCC
9201 University City Blvd
Charlotte NC 28223
704-687-7494 (office)
704-687-6610 (fax)

_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to