Qt 6.11 is out! See what's new in the release
blog
Text height of QTextEdit is 1 pixel?
-
I've found an odd problem with Qt5.
When I do this in my QTextEdit subclass:document()->size();... I get back a size that has the correct width but the height is 1.
Is that a bug or a feature? -
Hi,
With only that line it's impossible to say.
Please provide a complete minimal compilable example that shows this behavior.