QTreeView Filter
General and Desktop
4
Posts
4
Posters
3.4k
Views
1
Watching
-
Hello all,
Is it possible to filter a child node only, without showing its parents?
Example (strings used):Parent("okay")
-Child("cool")
Parent("cool")
-Child("cool")In my case, I want to match the strings "cool" for example, It would only show that first Child("cool"), and the second parent("cool"), and its Child("cool"), but not the parent of the first node because it doesn't match the string?
Thanks in advance.