[Qt-qml] Basic rich text editing in QML

Gregory Schlomoff gregory.schlomoff at gmail.com
Fri Jun 24 11:51:43 CEST 2011


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt.nokia.com/pipermail/qt-qml/attachments/20110624/92aa8627/attachment.html 


More information about the Qt-qml mailing list