Skip to content

1.0.0.b4

Pre-release
Pre-release
Compare
Choose a tag to compare
@mottosso mottosso released this 17 May 14:48
· 557 commits to master since this release

Added support for baseinstance to QtCompat.loadUi().

QtCompat.loadUi(uifile="my.ui", baseinstance=QtWidgets.QWidget)

This feature mimics the functionality (warts and all) of PyQt5.uic.loadUi found here.

Thanks to @dgovil for this feature!