kaneryu
kaneryu
The changes implemented to `factory` since this discussion has seemed to fix this issue.
Lots of progress was made with release 4.5.0, I'll be completing what's left in 4.6.0
Pushed back to 4.7.0
Maintainer here, there was an issue with deployment that will be fixed later today. The version that's in the repo right now is version 4.5.0, so you can download directly...
bump, I still have the same issue on latest version of pyside and mypy, with the third party type stubs
The property cannot be replaced with the builtins.property. It is almost the same, with the addition that it is also a Qt property, which the builtin property does not do....
That seems like a good idea, but how would we make it work with a situation like this? ```py @Property(bool, notify=playingStatusChanged) def isPlaying(self): return self._playingStatus == PlayingStatus.PLAYING ``` This is...
Will be added later (very low priority)