forked from qt-creator/qt-creator
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:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user