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. how to show html code as text in Qtextedit
Forum Updated to NodeBB v4.3 + New Features

how to show html code as text in Qtextedit

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 2 Posters 915 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.
  • U Offline
    U Offline
    UG SEP
    wrote on 14 Jun 2021, 16:03 last edited by
    #1

    Hey, whenever I try to set text as HTML code in Qtextedit it changes that HTML code into HTML code result. So how can I show HTML source code to text edit...
    Thanks in advance
    Example: ui->textedit->settext("<strong>Html code</strong>");
    Output: Html code Expected Output: <strong>Html code</strong>

    J 1 Reply Last reply 14 Jun 2021, 16:11
    0
    • U UG SEP
      14 Jun 2021, 16:03

      Hey, whenever I try to set text as HTML code in Qtextedit it changes that HTML code into HTML code result. So how can I show HTML source code to text edit...
      Thanks in advance
      Example: ui->textedit->settext("<strong>Html code</strong>");
      Output: Html code Expected Output: <strong>Html code</strong>

      J Offline
      J Offline
      JonB
      wrote on 14 Jun 2021, 16:11 last edited by
      #2

      @UG-SEP
      QTextEdit::setAcceptRichText(false) and/or QTextEdit::setPlainText(yourText).

      1 Reply Last reply
      2
      • U Offline
        U Offline
        UG SEP
        wrote on 15 Jun 2021, 01:52 last edited by
        #3

        Thanks a lot, @JonB I haven't think about this function.
        One again thanks

        1 Reply Last reply
        0

        1/3

        14 Jun 2021, 16:03

        • Login

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