PySide Bugzilla Closed for New Bugs

PySide is now a Qt Add-on and uses the Qt Project's JIRA Bug Tracker instead of this Bugzilla instance. This Bugzilla is left for reference purposes.

Bug 359 - QTableWidgetItem is missing the setBackgroundColor() function
: QTableWidgetItem is missing the setBackgroundColor() function
Status: CLOSED INVALID
Product: PySide
Classification: Unclassified
Component: QtGui
: 0.4.1
: PC MS Windows XP/Vista/7
: P3 major
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2010-09-15 11:47 EEST by Lee Smith
Modified: 2010-10-13 13:52 EEST (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lee Smith 2010-09-15 11:47:05 EEST
QtGui.QTableWidgetItem appear to be missing the setBackgroundColor() function:

AttributeError: 'PySide.QtGui.QTableWidgetItem' object has no attribute
'setBackgroundColor'
Comment 1 Hugo Parente Lima 2010-09-15 11:59:55 EEST
This function is deprecated in Qt, and we don't create bindings for functions
deprecated before Qt4.5.

As the Qt documentation says, use setBackground method instead.