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' _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
