[PyQt] Make Qt available to PyQt

Phil Thompson phil at riverbankcomputing.com
Fri Jul 29 23:41:59 BST 2016


On 29 Jul 2016, at 9:30 pm, John Ofarrell <john.ofarrell at ansys.com> wrote:
> 
> Hi
> I have an old c++ Qt Project that I would like to make available to Python. I was wondering if you could point me in the right direction as to how to do this. I tried using the sip help that was on you website http://pyqt.sourceforge.net/Docs/sip4/using.html however this provides incomplete help as I am using qt-4.8.6 and pyqtconfig was removed after 4.10. I have also been able to find very little help online. Is this possible to do under the current PyQt system? 

The specific information that pyqtconfig provided (ie. the -t and -x flags to pass to sip) are available as PyQt4.QtCore.PYQT_CONFIGURATION['sip_flags'].

Phil


More information about the PyQt mailing list