Meshroom/meshroom/ui/qml/GraphEditor
Candice Bentéjac 6fdbf66607 [GraphEditor] AttributeEditor: fix dynamic setting of attributes' height
By setting the height on the "onLoaded" event, no height update was
possible unless the component was unloaded (which happens when "active"
gets set to false) first and then reloaded (which happens when "active"
gets set to true). If an attribute was to be hidden (by unchecking the
"advanced attributes" checkbox, for example), its content was effectively
hidden, but as its height was not being updated, a blank block remained
in its place.

Similarly, for attributes that are filled with a lot of content after
being initialized (ChoiceParams, for example), the height was set once
at the attribute's initialization but never updated afterwards.
2023-07-04 12:04:15 +02:00
..
AttributeEditor.qml [GraphEditor] AttributeEditor: fix dynamic setting of attributes' height 2023-07-04 12:04:15 +02:00
AttributeItemDelegate.qml [qml] Optimize QML files and fix syntax warnings 2023-07-04 12:04:14 +02:00
AttributePin.qml [qml] Optimize QML files and fix syntax warnings 2023-07-04 12:04:14 +02:00
ChunksListView.qml [qml] Qt5.15: Upgrade all QtQuick modules 2023-07-03 12:11:29 +02:00
common.js Create TaskManager with a task overview 2019-11-29 11:34:10 +01:00
CompatibilityBadge.qml [qml] Qt5.15: Upgrade all QtQuick modules 2023-07-03 12:11:29 +02:00
CompatibilityManager.qml [GraphEditor] Prevent accessing null objects 2023-07-03 12:11:36 +02:00
Edge.qml [qml] Optimize QML files and fix syntax warnings 2023-07-04 12:04:14 +02:00
GraphEditor.qml [qml] Optimize QML files and fix syntax warnings 2023-07-04 12:04:14 +02:00
GraphEditorSettings.qml [ui] GraphEditor: consistent readOnly mode when computing 2019-01-07 15:39:47 +01:00
Node.qml [qml] Optimize QML files and fix syntax warnings 2023-07-04 12:04:14 +02:00
NodeChunks.qml [qml] Qt5.15: Upgrade all QtQuick modules 2023-07-03 12:11:29 +02:00
NodeDocumentation.qml [qml] Qt5.15: Upgrade all QtQuick modules 2023-07-03 12:11:29 +02:00
NodeEditor.qml [qml] Qt5.15: Upgrade all QtQuick modules 2023-07-03 12:11:29 +02:00
NodeLog.qml [qml] Qt5.15: Upgrade all QtQuick modules 2023-07-03 12:11:29 +02:00
NodeStatistics.qml [qml] Qt5.15: Upgrade all QtQuick modules 2023-07-03 12:11:29 +02:00
NodeStatus.qml [qml] Qt5.15: Upgrade all QtQuick modules 2023-07-03 12:11:29 +02:00
qmldir Create TaskManager with a task overview 2019-11-29 11:34:10 +01:00
StatViewer.qml [qml] Qt5.15: Upgrade all remaining modules 2023-07-03 12:11:32 +02:00
TaskManager.qml [qml] Optimize QML files and fix syntax warnings 2023-07-04 12:04:14 +02:00