PDA

View Full Version : how to do autocomplete with qt



wookoon
11th June 2010, 07:33
Now I am doing a editor with Qt, I want realize a function just like auto complete.

so how to realize this?

CeeKey
11th June 2010, 07:42
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.

aamer4yu
11th June 2010, 07:47
Have a look at QCompleter

oliverliu.hz
19th March 2011, 06:13
Using QReg to match your database that stores your whole words, find it and show them.
That was my solution ago.