[Qt-qml] Basic rich text editing in QML

Cornelius Hald hald at icandy.de
Fri Jun 24 11:58:29 CEST 2011


No, nothing yet unfortunately. I'm seeing that khertan (Bernoit) here on
the list is trying to do the same. He's trying to include QPlainTextEdit
in QML. But so far he has no working solution either.

Conny


On Fri, 2011-06-24 at 11:51 +0200, Gregory Schlomoff wrote:
> Did you get any answer on that? I'm interested too
> 
> On Thu, Jun 23, 2011 at 7:06 PM, Cornelius Hald <hald at icandy.de>
> wrote:
>         Hi guys,
>         
>         I'm trying to do basic rich text editing in QML. Basically I'd
>         like to
>         do a simple text editor where you, for example, can select
>         text and mark
>         it as bold or italic.
>         
>         So far I've looked at TextEdit, but it looks like I have to
>         copy the
>         value of the 'text' property, add markup, and write it back.
>         That
>         doesn't really look like a solution.
>         
>         Is there maybe another text widget in one of the 'components'
>         projects?
>         I couldn't find one so far.
>         
>         Also I've heard there might come a more feature-full text
>         widget in QML
>         2.0. Is that true? Is there some code already available?
>         
>         I'm also willing to use some C++, so would it make sense to
>         inherit
>         TextEdit and build on top of that? Or build on top of anything
>         else?
>         
>         I'm looking forward to your suggestions.
>         
>         Thanks!
>         Conny
>         
>         
>         _______________________________________________
>         Qt-qml mailing list
>         Qt-qml at qt.nokia.com
>         http://lists.qt.nokia.com/mailman/listinfo/qt-qml
> 
> 
> 
> -- 
> Gregory Schlomoff
> http://www.gregschlom.com
> 




More information about the Qt-qml mailing list