Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
4.3.4
-
None
Description
Eliding text in a QLabel do not render rich text like "<b>foo</b>" as bold.
Please add a method for automatic eliding of rich text.
myLabel->setText(fm.elidedText( "This_is_a_very_long <b>text</b>.", Qt::ElideMiddle, 100));
This should return "text" as bold.