View Single Post
Old 04-08-2023, 09:07 AM   #1000
DaltonST
Deviser
DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.DaltonST ought to be getting tired of karma fortunes by now.
 
DaltonST's Avatar
 
Posts: 2,265
Karma: 2090983
Join Date: Aug 2013
Location: Texas
Device: none
Quote:
Originally Posted by BetterRed View Post
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
DaltonST is offline   Reply With Quote