mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-05 04:12:15 +02:00
[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:
parent
168b573e36
commit
1c935b6b5a
4 changed files with 60 additions and 24 deletions
11
meshroom/ui/qml/GraphEditor/GraphEditorSettings.qml
Normal file
11
meshroom/ui/qml/GraphEditor/GraphEditorSettings.qml
Normal 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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue