Re: [Interest] Macro support with QTextEdit.

2016-01-09 Thread william.croc...@analog.com
How do I this using a QTextEdit widget in HTML mode with QTextCursor etc. Okay. I have made some progress using the QTextObjectInterface. Next series of questions: - If a QTextCursor spans one of my inline objects and some aspect of the font is changed, how does my object get notified. - My

[Interest] 5.5/5.6 QMLEngine management

2016-01-09 Thread mark diener
Hello List: I have a couple of core QMLEngine questions: Basic Code Snippet: QQmlEngine geng ; QQmlComponent gcomp() gcomp.setData( ByteArrayofQML , QUrl() ) ; gcomp.create() -> Show the QML in the QML Engine if (gcomp.isError() == false) -> we have visible QML! 1) How does one cause all