[PyQt] QDesktopServices::setUrlHandler does not have the right
types
Erick Tryzelaar
idadesub at users.sourceforge.net
Thu Oct 9 03:41:51 BST 2008
On Sun, Oct 5, 2008 at 6:57 AM, Phil Thompson
<phil at riverbankcomputing.com> wrote:
> This will be fixed in tonight's snapshot. You should be able to use either
> ("foo", o, "openUrl") or ("foo", o.openUrl).
Thanks Phil! Did you also add support to do:
QMetaObject.invokeMethod(o.openUrl, ...)
The commit message didn't mention it.
More information about the PyQt
mailing list