On Thu Jun 18 14:12:48 BST 2009, piotr malinski wrote: > QtSoftware has in the add-ons catalog qtbrowserplugin package. I wonder if > this framework could get Python API and the possibility to write the > plugins in Python? > > http://www.qtsoftware.com/products/appdev/add-on-products/catalog/4/Utiliti >es/qtbrowserplugin
I haven't looked at it closely, but have you though about wrapping the QtNPBindable class and creating a generic plugin like the one for Qt Designer that is supplied with PyQt? I know you've made bindings for other C++ widgets before: http://www.rkblog.rk.edu.pl/w/p/making-pyqt4-widgets-sip/ :-) David _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
