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. Text editor with inline QTextFrame based on QTextDocument/QTextEdit (with Unicode)
Forum Updated to NodeBB v4.3 + New Features

Text editor with inline QTextFrame based on QTextDocument/QTextEdit (with Unicode)

Scheduled Pinned Locked Moved General and Desktop
2 Posts 1 Posters 856 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.
  • N Offline
    N Offline
    NikitaDevNet
    wrote on last edited by
    #1

    Is there a text editor like QTextEdit with inline QTextFrame based on QTextDocument/QTextEdit (with Unicode)?

    In Html/Css is possible so:
    @
    <p><cite >aaa<br>bbb<br>cc<br>dddd</cite><cite >eee<br>ff<br>ggg<br>h</cite><cite >aaa<br>bbb<br>cc<br>dddd</cite></p>
    @

    Will display
    @
    aaa eee aaa
    bbb ff bbb
    cc ggg cc
    dddd h dddd
    @

    Each block behaves as a single word in line of text by size changing of window.

    I'm looking for a similar solution for Qt. Without support of such Html/CSS construction may be, with is better. With such a text editing.

    Please without the use of WebKit.

    Regards.

    1 Reply Last reply
    0
    • N Offline
      N Offline
      NikitaDevNet
      wrote on last edited by
      #2

      Similar question:
      http://stackoverflow.com/questions/12041341/qt-several-qtextblock-inline

      And without solutions.

      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