Greetings
How do I put a non ascii character on a PyQt pushButton? I have tried things like txt = u"\u03a0" (Should be a Greek sigma symbol) but all it shows is the literal string u\03a0.
I am using png images at present. They are OK but I would rather use characters if at all possible.
I am using python 2.6 on Linux Suse 11.2
Thank you in advance
Regards
Graham Benney
How do I put a non ascii character on a PyQt pushButton? I have tried things like txt = u"\u03a0" (Should be a Greek sigma symbol) but all it shows is the literal string u\03a0.
I am using png images at present. They are OK but I would rather use characters if at all possible.
I am using python 2.6 on Linux Suse 11.2
Thank you in advance
Regards
Graham Benney
Comment