PDA

View Full Version : qwebview with autocompleter



blackhawk
23rd March 2013, 10:42
Hi all, I’m new to qt, I’m using a qtextedit with an autocompleter with a pop-list of string, now I need to use the same autocompleter on a qwebview, but I would like to know if there is a way to retrieve the cursor information for selecting text, move the cursor etc… that I’m using on the qtextedit

thanks

blackhawk
26th March 2013, 08:38
Now the problem is that I don't know how set the popup position. Is there a way to retrieve from a qwebview the current cursor position ?

thanks