Thanks Phil... is there a list of unsupported functions/non-implementable Qt functions. I know there's a general 'this is how PyQt differs from Qt' page, but considering the PyQt docs are converted from the Qt docs, it is confusing when certain functions do not exist when they're documented as such. Thanks! -Nate
-----Original Message----- From: Phil Thompson [mailto:[email protected]] Sent: Thursday, June 04, 2009 1:18 PM To: Nate Reid Cc: [email protected] Subject: Re: [PyQt] QSettings.registerFormat unavailable in PyQt4? 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
