Quote:
Originally Posted by kovidgoyal
You should be able to return None instead of NONE in both PyQt4 and PyQt5
|
Yep, that works, thanks.
Unrelated issue:
Anybody know the correct replacement for self.setTextColor(Qt.darkGray) on a QTableWidgetItem descendent?
I've tryed setting the color on the current QBrush with self.foreground().setColor(Qt.darkGray), but it's not working.