Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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.