Preferences: Set up infrastructure for a filter widget.

Add filter widget, use a special QSortFilterProxyModel +
StandardItemModel, add a slot selecting the page.
Add matches() to IOptionsPage.
This commit is contained in:
Friedemann Kleint
2009-11-19 17:47:13 +01:00
parent d49dc172ad
commit 9a7729ebdc
7 changed files with 304 additions and 102 deletions

View File

@@ -42,5 +42,6 @@
\o trCategory() is the translated category
\o apply() is called to store the settings. It should detect if any changes have been
made and store those.
\o matches() is used for the options dialog search filter.
\endlist
*/