Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
what is way to represent large string in fixed width label ?
-
i need to represent large string name like below
if string name is "1234567890" then in label i need to show"123456...."
If anyone know how to represent large string like above then let me know
-
@Qt-embedded-developer
https://itqna.net/questions/14614/it-possible-use-elide-qlabel
https://doc.qt.io/qt-5/qtwidgets-widgets-elidedlabel-example.html
https://wiki.qt.io/Elided_Label
-
@Qt-embedded-developer
https://itqna.net/questions/14614/it-possible-use-elide-qlabel
https://doc.qt.io/qt-5/qtwidgets-widgets-elidedlabel-example.html
https://wiki.qt.io/Elided_Label
-
@JonB Thank you !