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. SetExtraSelections in QGraphicsTextItem
Forum Updated to NodeBB v4.3 + New Features

SetExtraSelections in QGraphicsTextItem

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 944 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.
  • M Offline
    M Offline
    mkuettler
    wrote on last edited by
    #1

    Hello,

    I want to implement a text search for a QGraphicsTextItem. I have no problem with the search itself, but I have not yet found a good way to highlight the search results.
    QTextEdit has the handy function setExtraSelections that would be perfect for this purpose. As QTextEdit just delegates the call to QTextControl::setExtraSelections, I see no reason why this feature should not be available in QGraphicsTextItem. Unfortunately QGraphicsTextItem makes a lot of features of QTextControl inaccessible to the user, including this one.
    I considered using QTextLayout::setAdditionalFormats but this would mess with syntax highlighting.

    I would appreciate any comments or suggestions to this problem.

    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