Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.4.0
-
None
Description
QTextLayout does not always calculate the length of a text line accurately.
When given two nearly identical strings like
"12 Leads at 25 mm/s"
"12 Leads at 25 MM/s"
the length is calculated to be the same for both even though a difference is visual to the eye. This causes a problem in QTableView when resizing to content.