Cuma 17 Mart 2006 19:45 tarihinde, Ismail Donmez şunları yazmıştı: 
> Hi all,
>
> I am using khtml in my PyKDE app ( which rocks btw ) , two minor problems
> appear, I have to use stuff like
>
> document = self.htmlPart.document()
> document.getElementsByTagName(DOM.DOMString("input"))
>
> would it be possible to write it like
> document = self.htmlPart.document()
> document.getElementsByTagName("input")
>
> which means a auto-conversion between DOMString & str.

Btw the api has these ctors:

DOMString (const QString &)
DOMString (const char *str)

Regards,
ismail

-- 
An eye for eye will make the whole world blind -- Gandhi

Attachment: pgp7tsFRkS2hR.pgp
Description: PGP signature

_______________________________________________
PyKDE mailing list    [email protected]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to