> > On Fri, Jul 31, 2015 at 3:09 PM, Freddy Martinez Garcia < > [email protected]> wrote: > >> I can't use combobox because the lineedit is used for searching... >> > > It's doable ( I have something like this in my particular software if you > wanna take a look ) - I had to create this because QCompleter doesn't deal > with QRegExp. > > (also, if it's desirable, we could add a new CompletionMode on QCompleter > - QCompleter::RegExpCompletion ) > > Actually - this is not enough. I need more flexibility for my project. RegEx is very limiting. I want fuzzy search, and my own fuzzy search.
Direction - can you implement sublime's searcg (control+p) using QCompleter?
_______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
