I'm using QwwRichTextEdit in my software but I have a small problem:
When I resize my window and not all the ToolBar buttons are visible I get an extension button as the last item in the toolbar (ok).
If the contents of my document doesn't fit the window I get scrollBars (ok).
But if both happen together - extension button for the toolbar and scrollbar for the document - the extension button is hidden under the scrollbar and I can access all the buttons only if I resize the window (effectively removing the extension button).
I would like the vertical scrollbar to not reach all the way to the top of the QwwRichTextEdit widget but just under the toolbar. Is this possible?
Bookmarks