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