Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hey
I have a c++ dll that creates a widget and returns quintptr. Or anything that I want to tbh... How can I cast it to QWidget in my python part of the application?
Regards Dariusz
Meh forgot about shiboken2 sigh shiboken2.wrapInstance(widget_pointer, QWidget) To the rescue!