[Qt-creator] QCompleter with Regular Expresion
Tomaz Canabrava
tcanabrava at kde.org
Fri Jul 31 18:29:41 CEST 2015
On Fri, Jul 31, 2015 at 1:20 PM, Freddy Martinez Garcia <
freddy311082 at gmail.com> wrote:
> Hi guys... can I use regular expressions with QCompleter ???
>
You cant easily do that ( unless you override the model that QCompleter has
), but you can use a QSortFilterProxyModel and a QComboBox with the same
effect.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/qt-creator/attachments/20150731/19d3df07/attachment.html>
More information about the Qt-creator
mailing list