Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. (CLOSED!) HTML parser in QTextDocument
Forum Updated to NodeBB v4.3 + New Features

(CLOSED!) HTML parser in QTextDocument

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 666 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    Jan-Willem
    wrote on last edited by
    #1

    Hi there,

    QTextDocument has a private class QTextHtmlParser where the contents of the html source is changed to whatever is needed to put the rich text contents on the screen.

    I want to change some values in the parser, for example Html_ul:
    @listStyle = QTextListFormat::ListDisc;@

    to
    @listStyle = QTextListFormat();@

    I have tried to rebuild QTextDocument, first without making extra changes, just changing names as to make it different from the original QTextDocument, but I can't seem to build QTextDocument without changing a lot of other classes.

    Is there a way to implement new parser in QTextDocument?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved