[Development] Rich Text Editor using QML
André Pönitz
apoenitz at t-online.de
Fri Nov 14 20:58:50 CET 2014
On Fri, Nov 14, 2014 at 10:06:32AM +0100, Yann Levreau wrote:
> Hi everybody!
>
> I am starting a new project and I am looking for some advice about what
> kind of Qt/QML controls I should use. The purpose is to develop an rich
> text editor using QML. Basically I am going to develop IDE features.
> Until now I have tried the TextArea QML Control. Using this control I get
> a
>
> QQuickTextDocument and QTextDocument on the C++ side.
>
> Am I in the right direction ? Is there any limitations using this
> control that I should know ? Or maybe there is better way to implement
> this (using QWebView or a simple QTextEdit, ... ).
On the Widget side the proper choice for an text editor base would be
QPlainTextEdit.
Andre'
More information about the Development
mailing list