the setCompletionColumn allocates the column where the search is performed. I want to set QCompleter to search in all columns of a query, not only in the default one, or the setCompletionColumn? Is it possible?
thank you.
AFAIK, out of the box, no. But you could for example use a proxy model that would transform your table model in a one column model usable by QCompleter