Results 1 to 3 of 3

Thread: Does Qt have 'search as you type' functionality?

  1. #1

    Question Does Qt have 'search as you type' functionality?

    In Google Chrome if I open the find box (command-F) and start typing, all matches to the entered string will light up as I type. This is obviously extremely useful for finding things quickly in a body of text.

    In my Qt application I have a QTableView that I'd like to add this functionality to. Is that possible?

  2. #2
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Wiki edits
    5

    Default Re: Does Qt have 'search as you type' functionality?

    Sure it is possible, you just have to code it. Alter the model as you type and provide a specialized delegate to visualize the search process.

  3. #3
    Join Date
    Aug 2009
    Location
    Belgium
    Posts
    310
    Thanks
    10
    Thanked 31 Times in 25 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Does Qt have 'search as you type' functionality?


Similar Threads

  1. DockWidget functionality
    By rexxster in forum Newbie
    Replies: 1
    Last Post: 21st July 2011, 08:29
  2. how to mimic this functionality with Qt
    By javimoya in forum Qt Programming
    Replies: 9
    Last Post: 28th December 2010, 04:51
  3. Tab functionality on Webpage
    By Fetch in forum Newbie
    Replies: 0
    Last Post: 29th November 2010, 19:01
  4. Playbutton functionality
    By uchennaanyanwu in forum Qt Programming
    Replies: 5
    Last Post: 31st July 2008, 22:29
  5. spy++ like functionality with Qt / X11
    By bpetty in forum Newbie
    Replies: 3
    Last Post: 24th April 2007, 22:10

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.