I' ve got a problem with my app. i'm beginner in Qt so I tried to make a cryptograph. Everything works fine but there is a problem with all polish characters (ó,ę,ź,ż,ą). I mean that there are squares visible not a text (QplainText).
UPDATED: problem was connected with propriate encoding, .toLatin method sometimes do not supports national characters, to provide your app having ó,ę etc. You have to change method from latin to unicode or encode on your own . This post is for all people who have problem with it. Sadly all qt forums say only about the latin method which was not good in my case