Is it possible to set QLineEdits
in QtJambi
to show unicode text?
I need to display unicode subscript characters in a QLineEdit
, though just setting the text of the QLineEdit
results in aesthetic error ( A strange line character; |
).
I've read that this can be achieved by setting encoding parameters of a QString
, but now I'm having trouble even creating a new string from my Java inbuilt equivalent.
I can't seem to even make any QString
.
Has anybody any experience on the matter?
Thanks!