On Sun, 4 Nov 2012 17:52:47 +0530, abhilash pp <afil...@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
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to