qwebview with autocompleter
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
Re: qwebview with autocompleter
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