On Sun, 4 Nov 2012 17:52:47 +0530, abhilash pp <[email protected]> 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 [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
