Skip to content
Snippets Groups Projects
Commit deb43b4c authored by Eike Ziller's avatar Eike Ziller
Browse files

Preferences: Add default implementation for filtering


The default "matches" method now takes the widget and looks for all
child labels, checkboxes, push buttons and group boxes.
Because of that, the former "createWidget" method
can be called multiple times without creating a new widget
(-->widget()), and the "finished" method must ensure that the created
widget gets deleted, since not all widgets that were created are added
to the UI anymore.

Change-Id: Ia231c7c78dd8819146668e6447d36d22e7836904
Reviewed-by: default avatarEike Ziller <eike.ziller@digia.com>
parent ea1a9248
No related branches found
No related tags found
No related merge requests found
Showing
with 206 additions and 252 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment