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 insert image in QTextEdit with smart text wrap?

How to insert image in QTextEdit with smart text wrap?

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 2.3k 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.
  • D Offline
    D Offline
    dfomin
    wrote on last edited by
    #1

    Hello.

    I want to insert image in QTextEdit like this:
    http://dl.dropbox.com/u/6880232/1.png

    QTextDocument::addResource, inserting as html or QTextImageFormat leave empty space between lines:
    http://dl.dropbox.com/u/6880232/2.png

    I tried to implement paintEvent() in QTextEdit with QTextLayout with correct text wrap and draw images manually, but QTextEdit became uneditable.
    How can I implement this task?

    Thanks.

    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