Just use QString::fromLocal8Bit() when setting the characters.
Qt Code:
To copy to clipboard, switch view to plain text mode
Just use QString::fromLocal8Bit() when setting the characters.
Qt Code:
To copy to clipboard, switch view to plain text mode
this is interesting: i just realised this is happening.
i took this directly from within the designer window.. it appears that if i close the designer and restart it the greek characters don't even appear in the .ui.h file!
i asure you when i type the characters they appear fine... but for some unknown reason when i restarted the pc just now everything that i have typed in greek appears like ??? (exception to this is the text on the buttons which when i open a project in the designer it appears fine)
charGRArray2a="????2";
charGRArray2A="???2";
charGRArray3a="????3?";
charGRArray3A="???3?";
charGRArray4a="?????4";
charGRArray4A="???4";
charGRArray5a="???5";
charGRArray5A="???5";
charGRArray6a="????6";
charGRArray6A="???6";
charGRArray7a="????7$";
charGRArray7A="???7$";
charGRArray8a="????8";
charGRArray8A="???8";
charGRArray9a="????9";
charGRArray9A="???9";
just to make sure:
i have copied all the fonts i found in my ntfs (winXP) partition and installed them both in administrator mode and in personal mode... i mean i think and i hope and i believe i have adequate number of fonts...! or don't i?
nass
Bookmarks