Morning all !

Due to some limitation on QML TextEdit for my use, i m trying to
extend QML by using QPlainTextEdit with syntax highlighter. (I'm
trying to rewrite KhtEditor (http://khertan.net/khteditor) with QML)
I got a partial success, i ve successfully display my text with syntax
highlighting in QML, but none user interaction is possible. I ve
probably miss something.

I ve register my subclass of QTextEdit and QDeclarativeItem, with
qmlRegisterType
Implemented sizeHint and Paint methods.

So i think i should bind somewhere the event receive by QML to my
QTextEdit, but how ? any advice ?

Thx,
Regards,
-- 
Benoît HERVIER, Khertan Software - http://khertan.net/
_______________________________________________
Qt-qml mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-qml

Reply via email to