PDA

View Full Version : [python wrap] using a cpp opensource widget with pyqut



nkint
15th September 2010, 22:28
hi
i need some terminal emulator for pyqt
i found some widget,
qterm and qtermiwidget both on sourceforge
but i need to wrape them in python using pyqt..
someone know if there is a solution? and in case not.. can advice me best way to do it?

ChrisW67
15th September 2010, 23:15
I assume that you could use SIP (http://riverbankcomputing.co.uk/software/sip/intro) to provide Python bindings for your third-party widgets.