KDAB / GammaRay

GammaRay is a tool to poke around in a Qt-application and also to manipulate the application to some extent.
https://www.kdab.com/gammaray
Other
1.6k stars 282 forks source link

Widgets and models: enable recursive filtering and keeping children #997

Closed dfaure-kdab closed 2 months ago

dfaure-kdab commented 3 months ago

This makes it a lot easier to find a widget or a model in the tree, and still see all of its children.

Maybe this should be generalized to all trees with a filter lineedit?

Waqar144 commented 2 months ago

Maybe this should be generalized to all trees with a filter lineedit?

Yes, would be a good idea.

dfaure-kdab commented 2 months ago

Maybe this should be generalized to all trees with a filter lineedit?

Yes, would be a good idea.

Done, please review.