Results 1 to 2 of 2

Thread: QTextEdit html parsing trouble

  1. #1
    Join Date
    Jan 2008
    Posts
    4
    Qt products
    Qt4
    Platforms
    Windows

    Default QTextEdit html parsing trouble

    How i can merge HTML table cells ?
    When i write next code, in my HTML page:

    Qt Code:
    1. ...
    2. <td colspan=2>
    3. </td>
    4. ...
    To copy to clipboard, switch view to plain text mode 
    or
    Qt Code:
    1. ...
    2. <td rowspan=2>
    3. </td>
    4. ...
    To copy to clipboard, switch view to plain text mode 
    etc

    This not to have effect. :/

    This feature not present in QT 4.3.2?

  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: QTextEdit html parsing trouble

    Works for me with Qt 4.3.2:
    Attached Images Attached Images
    J-P Nurmi

Similar Threads

  1. Parsing HTML
    By stevey in forum Qt Programming
    Replies: 2
    Last Post: 1st December 2006, 20:01
  2. HTML Parsing
    By awalesminfo in forum Qt Programming
    Replies: 3
    Last Post: 19th March 2006, 11:31
  3. Trouble parsing using simple QRegExp
    By johnny_sparx in forum Qt Programming
    Replies: 4
    Last Post: 24th February 2006, 00:42
  4. QTextEdit produces incorrect html
    By ccf_h in forum Qt Programming
    Replies: 5
    Last Post: 8th February 2006, 15:18
  5. [Qt 4.1]using html in QTextEdit from designer
    By patcito in forum Qt Programming
    Replies: 5
    Last Post: 16th January 2006, 22:36

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.