On Thu, 4 Jun 2009 13:00:23 -0700, Nate Reid <[email protected]> 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 _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
