How to display front characters in QLineEdit in case of long text
Unsolved
Mobile and Embedded
-
Dear All,
I have one situation. There is one QLineEdit widget. When ever I call setText with long text then only the last characters are visible in the QLIneEdit. Is there any way of displaying the front characters without using setCursorPosition(0).Please provide your inputs over this.
Thanks
-
Hi,
I'm not aware of such an option in QLineEdit, except using the home method