PDA

View Full Version : how to display micro(mu) symbol in label



babu198649
7th March 2008, 09:47
hi
i want to display micron(ie. mu symbol ) in label & combobox how to do it.

bender86
7th March 2008, 10:58
ALT+0181 = µ
I'm not familiar with unicode, but I think you can't put it directly in code. You should use a translator.

wysota
7th March 2008, 10:59
Sure you can put it directly. Just make sure you use a proper encoding. QString::fromUtf8() will probably be needed.