One possibilty seems to be in using a QItemDelegate which "bypasses" the Hildon style:
# delegate which overrides Hildon style
delegate = QtGui.QItemDelegate()...
Type: Posts; User: bartenst; Keyword(s):
One possibilty seems to be in using a QItemDelegate which "bypasses" the Hildon style:
# delegate which overrides Hildon style
delegate = QtGui.QItemDelegate()...
Dear rkurvakat,
I am having a similar problem. I am using a QTableWidget and want some cells with different background colors. I tried the following:
...
item = QTableWidgetItem("")...