[PyQt] Missing update after model change

Pavel Roskin proski at gnu.org
Mon Jan 26 21:48:47 GMT 2015


Maybe you should use super(Model, self) instead of super()
At least it should make Python 2 happy. Not sure about Python 3.

Pavel


More information about the PyQt mailing list