[PyQt] KAboutData() broken when using PyQt 4.4
Jim Bublitz
jbublitz at nwinternet.com
Sat Jun 14 18:37:07 BST 2008
On Friday 13 June 2008 08:19, Adeodato Simó wrote:
> * Jim Bublitz [Fri, 13 Jun 2008 07:50:31 -0700]:
> > PyKDE3 or PyKDE4?
>
> Er, PyKDE4 (since I said I was using PyQt 4.4...)
But you're trying to use KDE3 syntax.
There is no KAboutData ctor that takes only a char string (or QString). Look
at the PyKDE4 docs or:
http://api.kde.org/4.0-api/kdelibs-apidocs/kdecore/html/classKAboutData.html
There are examples in PyKDE4 that demonstrate KAboutData (in fact every
example uses KAboutData)
Jim
More information about the PyQt
mailing list