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. QTextEdit with Html margin Problem

QTextEdit with Html margin Problem

Scheduled Pinned Locked Moved Unsolved General and Desktop
1 Posts 1 Posters 368 Views
  • 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.
  • _ Offline
    _ Offline
    _whoiam_
    wrote on last edited by
    #1

    I have a QTextEdit and I want to append some incomming messages.

    it looks like this

    historyText->append("<div style=\"color: red;\"><b>" + time + "</b></div><div style=\"margin-left: 10px;\">bla</div>");
    

    but every time I append more than one line I get something like this

    Screenshot

    I dont know why the margin is applied to the bold secton too

    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