[Qt-creator] QCompleter with Regular Expresion

Diego Iastrubni diegoiast at gmail.com
Sun Aug 2 12:05:20 CEST 2015


>
> On Fri, Jul 31, 2015 at 3:09 PM, Freddy Martinez Garcia <
> freddy311082 at gmail.com> 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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qt-creator/attachments/20150802/b0fba9aa/attachment.html>


More information about the Qt-creator mailing list