[PyQt] QSettings.registerFormat unavailable in PyQt4?

Phil Thompson phil at riverbankcomputing.com
Thu Jun 4 21:18:18 BST 2009


On Thu, 4 Jun 2009 13:00:23 -0700, Nate Reid <nreid at imagemoversdigital.com>
wrote:
> According to QT's docs, this function has been available since Qt 4.1. 
I'm
> Python 2.5.4 on Windows32, and am using PyQt 4.4.3 built against Qt
4.5.1,
> and this function is not available in the QtCore.QSettings class.

It can't be wrapped because of the nature of the function pointer arguments
- bad API design.

Phil


More information about the PyQt mailing list