Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Highlighting search
Qt 6.11 is out! See what's new in the release blog

Highlighting search

Scheduled Pinned Locked Moved Qt Creator and other tools
3 Posts 2 Posters 1.8k 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.
  • D Offline
    D Offline
    dvillalobos
    wrote on last edited by
    #1

    Hi all,

    I want to know how can I highlight a text like Qt Creator does when is searching text. When I search text I can see a border arround the text and a yellow background, how can I reproduce it in my app.

    Regards

    David

    1 Reply Last reply
    0
    • L Offline
      L Offline
      leon.anavi
      wrote on last edited by
      #2

      [quote author="David Villalobos" date="1343065146"]Hi all,

      I want to know how can I highlight a text like Qt Creator does when is searching text. When I search text I can see a border arround the text and a yellow background, how can I reproduce it in my app.
      [/quote]

      What component do you use to store and display the text? If you are using QLabel or another widget the easiest way to change the background is using a "style sheet":http://qt-project.org/doc/qt-4.8/qwidget.html#styleSheet-prop.

      http://anavi.org/

      1 Reply Last reply
      0
      • D Offline
        D Offline
        dvillalobos
        wrote on last edited by
        #3

        Hi Leon,

        Thanks for your reply. This is what I need: when you search text in Qt Creator, the found text is sorrunded by a frame and the background color turns to yellow, that is the behavoir I need to implement.

        I use QTextDocument.

        Regards

        David

        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