boundingRect().width() выдаёт теже результаты, что и width(). Что-то намутили с описанием width(). В одном месте сказано:
whereas width() returns the DISTANCE to where the next string should be drawn
в другом
width() return the width of a string in pixels (or points, for a printer)
В целом, по данным методам написано следующее:
The string functions include width(), to return the width of a string in pixels (or points, for a printer), boundingRect(), to return a rectangle large enough to contain the rendered string, and size(), to return the size of that rectangle.
В чём всеже различие между width() и boundingRect().width()?