[PyKDE] Comparing QStrings

Fredrik Juhlin laz at strakt.com
Tue Jul 2 09:53:01 BST 2002


On Tue, 2002-07-02 at 09:19, jblazi wrote:
> How can I compare two QStrings? Have I to apply str() to 
> both?
I speak out of semi-ignorance, I don't know if the comparing functions
for QString have been included since I looked a month back. Unless they
have, you should apply unicode() to them, rather than str().

//Fredrik




More information about the PyQt mailing list