PDA

View Full Version : Advanced 'wizard-style' filtering widget?



Dwarf007
3rd March 2015, 10:13
Using the Qt example 'customsortfiltermodel' - in order not to have to re-invent the wheel, I was wondering whether there is already an existing qt widget existing for advanced filtering on tables, which would allow doing combined queries for each of the associated table colums like on the following screenshot:
10985
The first selection would allow to choose any of the table's columns.
The second selection would allow to choose conditions like: "contains", "does not contain", "begins with", "ends with", "is", "isn't" etc.
The third input is for free text.

Santosh Reddy
3rd March 2015, 11:01
I don't think anything like that is readily available.