Results 1 to 3 of 3

Thread: Rich edit control

  1. #1
    Join Date
    Apr 2008
    Posts
    17
    Thanks
    4

    Default Rich edit control

    Hi,

    Do you know if there are any add on or external control that allow rich edit text in Qt? I mean, I know you have QTextEditor. With it, you can do rich edit, but you have to code everything. I wonder if there are a control that has buttons to have bold, italics, to justify, to align...

    Thanks a lot

  2. #2
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: Rich edit control

    J-P Nurmi

  3. The following user says thank you to jpn for this useful post:

    Sparhawk (23rd May 2008)

  4. #3
    Join Date
    May 2006
    Posts
    788
    Thanks
    49
    Thanked 48 Times in 46 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Rich edit control

    Quote Originally Posted by Sparhawk View Post
    Hi,
    Do you know if there are any add on or external control that allow rich edit text in Qt? I mean, I know you have QTextEditor. With it, you can do rich edit, but you have to code everything. I wonder if there are a control that has buttons to have bold, italics, to justify, to align...
    Thanks a lot
    QGraphicsTextItem , QTextEdit or QTextBrowser work on a Big private class named QTextControl
    if You like to implement your own tag <div> <object>
    have a look on :
    Not QTextControl edit:
    http://www.qt-apps.org/content/show....?content=80234
    ObjectReplacementCharacter <object>
    http://trolltech.com/developer/knowl...-05.5300306332
    On ObjectReplacementCharacter you can add any extra tag and draw <object> as image ... and QAbstractTextDocumentLayout is not a private class... is like a paintdevice ...

    for simple edit QwwRichTextEdit http://www.wysota.eu.org/wwwidgets/ is Ok..

Similar Threads

  1. Replies: 6
    Last Post: 3rd February 2006, 09:48

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.