Quote:
Originally Posted by BetterRed
Qt permitting, if I could give the text box keyboard focus from the keyboard it'd be another nail in the mouse's coffin. BR
|
NV uses 2 QTextEdit widgets (for Plain and Markdown), and 1 QTextBrowser widget (for HTML). The latter inherits from the former.
2 of the above are always hidden and disabled. Which is current is based on the value indicated in the radio-button for format-type.
The "focus in read-only" problem is a QTextEdit design issue. I am toying with it to see what loopholes exist in it that are accessible only programmatically.
DaltonST