mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-04 18:37:20 +02:00
[ui] Add the notion of Node Documentation
This commit is contained in:
parent
2ebcf19382
commit
0e606eef4e
4 changed files with 55 additions and 0 deletions
|
@ -148,6 +148,12 @@ Panel {
|
|||
chunkCurrentIndex: m.chunkCurrentIndex
|
||||
onChangeCurrentChunk: { m.chunkCurrentIndex = chunkIndex }
|
||||
}
|
||||
|
||||
NodeDocumentation {
|
||||
id: nodeDocumentation
|
||||
Layout.fillWidth: true
|
||||
node: root.node
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -185,6 +191,12 @@ Panel {
|
|||
leftPadding: 8
|
||||
rightPadding: leftPadding
|
||||
}
|
||||
TabButton {
|
||||
text: "Documentation"
|
||||
width: implicitWidth
|
||||
leftPadding: 8
|
||||
rightPadding: leftPadding
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue