Results 1 to 4 of 4

Thread: how to do autocomplete with qt

  1. #1
    Join Date
    Jun 2010
    Posts
    38
    Thanks
    3
    Qt products
    Qt4
    Platforms
    Windows

    Question how to do autocomplete with qt

    Now I am doing a editor with Qt, I want realize a function just like auto complete.

    so how to realize this?

  2. #2
    Join Date
    Jun 2010
    Posts
    23
    Thanked 5 Times in 5 Posts
    Qt products
    Qt4 Qt/Embedded Qt Jambi
    Platforms
    Unix/X11 Windows Maemo/MeeGo

    Default Re: how to do autocomplete with qt

    Hey,

    did you have made some thoughts about that problem? You would not learn enough, if we would code it for you. So explain how you would start to solve that problem.

  3. #3
    Join Date
    Oct 2006
    Location
    New Delhi, India
    Posts
    2,467
    Thanks
    8
    Thanked 334 Times in 317 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: how to do autocomplete with qt

    Have a look at QCompleter

  4. #4
    Join Date
    Jun 2010
    Location
    Hangzhou, China
    Posts
    10
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: how to do autocomplete with qt

    Using QReg to match your database that stores your whole words, find it and show them.
    That was my solution ago.

Similar Threads

  1. Autocomplete of Qwt classes in Qt Creator
    By Cotlone in forum Newbie
    Replies: 0
    Last Post: 9th June 2010, 08:36
  2. QComboBox autocomplete
    By aekilic in forum Qt Programming
    Replies: 14
    Last Post: 13th May 2009, 15:23

Tags for this Thread

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.