QTextEdit
jabza opened this issue · 0 comments
jabza commented
QPlainTextEdit is useful but rather limited, such as text alignment not being supported.
Would it be possible to expose QTextEdit in react-nodegui?
Or, is there a way to use .appendHtml() within QPlainTextEdit, this could help with a basic level of text styling.
Update
I was able to get around this problem by using Text element wrapped with a ScrollContainer - don't know why I didn't think of this earlier, but it works great if editing isn't actually required. I'll close this issue.