Results 1 to 6 of 6

Thread: Help text color in TextEdit

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2007
    Posts
    16
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: Help text color in TextEdit

    Can anyone help me on this problem?

  2. #2
    Join Date
    Jun 2006
    Location
    Vietnam
    Posts
    59
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    17

    Default Re: Help text color in TextEdit

    I also have same problem.
    Last edited by vql; 21st March 2008 at 17:00.

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

    Default Re: Help text color in TextEdit

    Quote Originally Posted by vql View Post
    I also have same problem.

    QTextEdit not parse HTML <font tag> !

    to understand QTextEdit html tag load this
    http://www.qt-apps.org/content/show....?content=59493
    or export html from
    http://www.qt-apps.org/content/show....?content=67552


    Qt Code:
    1. <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px;
    2. margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;">
    3. <span style=" font-weight:600; color:#ff0000;"> error on red and bold</span>
    4. </p>
    To copy to clipboard, switch view to plain text mode 
    Last edited by jacek; 26th March 2008 at 12:43. Reason: wrapped too long line

Similar Threads

  1. Unhandled exception in qatomic
    By NewGuy in forum Qt Programming
    Replies: 14
    Last Post: 23rd July 2013, 09:49
  2. Problem pasting text into a QTextEdit
    By Spockmeat in forum Qt Programming
    Replies: 8
    Last Post: 14th March 2009, 14:36
  3. QTextEdit slow to insert text
    By thomaspu in forum Qt Programming
    Replies: 4
    Last Post: 10th January 2008, 12:05
  4. Editable text in QGraphicsView
    By wysota in forum Qt Programming
    Replies: 8
    Last Post: 24th February 2007, 15:30
  5. visible text of textedit
    By regix in forum Qt Programming
    Replies: 3
    Last Post: 26th June 2006, 09:02

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
  •  
Qt is a trademark of The Qt Company.