[PyQt] How to use QDeclarativeExtensionPlugin ?
Phil Thompson
phil at riverbankcomputing.com
Sun Nov 11 14:09:47 GMT 2012
On Sun, 4 Nov 2012 17:52:47 +0530, abhilash pp <afilash at gmail.com> wrote:
> Hi,
> Could you please show me how to write code in Python using
> 'QDeclarativeExtensionPlugin' to get 'qmlRegisterType' functionality to
> register a custom Qwidget ?
> Regards,
> afilash
It's not possible to support qmlRegisterType() without using undocumented
Qt internals because it is template based.
Phil
More information about the PyQt
mailing list