Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
4.4.0
-
None
Description
QPlainTextEdit->document()->size().height() returns the number of lines in the text edit so it would be useful to have some other method that will give users access to the pixel size.
Also in case of the plain text edit it does not make sense to have size() return a QSizeF since it will count the integer number of lines.