[ui] Viewer2D: notion of feature/match provider nodes for features viewer

This commit is contained in:
Loïc Vital 2023-05-10 17:17:58 +02:00
parent 8d68f17410
commit 2bf1a5f809
3 changed files with 70 additions and 29 deletions

View file

@ -22,6 +22,11 @@ FloatingPane {
ColumnLayout {
// Header
RowLayout {
// Node used to read features
Label {
text: _reconstruction ? _reconstruction.activeNodes.get("featureProvider").node.label : ""
Layout.fillWidth: true
}
// Settings menu
Loader {
active: root.pluginStatus === Loader.Ready