[ui] GraphEditor: show/hide advanced Attributes

* use SortFilterModels to filter out  advanced attributes when hidden
* add GraphEditorSettings with persistent settings related to the GraphEditor
This commit is contained in:
Yann Lanthony 2018-12-13 21:05:50 +01:00
parent 168b573e36
commit 1c935b6b5a
4 changed files with 60 additions and 24 deletions

View file

@ -0,0 +1,11 @@
pragma Singleton
import Qt.labs.settings 1.0
/**
* Persistent Settings related to the GraphEditor module.
*/
Settings {
category: 'GraphEditor'
property bool showAdvancedAttributes: false
}