PDA

View Full Version : How to do superscripts and subscripts in a QLineEdit?



aarunt1
10th March 2010, 11:49
I know how to do superscripts and subscripts in a QTextEdit but I can't figure out how to do them in QLineEdit because the class doesn't contain a mergeCurrentCharFormat() function like QTextEdit does. Please help. Thanks