mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 00:38:41 +02:00
[ui] Viewer: Use MFeatures to manage feature information & update FeaturesViewer
This commit is contained in:
parent
d3cb164316
commit
f44a9eda94
4 changed files with 194 additions and 47 deletions
7
meshroom/ui/qml/Viewer/MFeatures.qml
Normal file
7
meshroom/ui/qml/Viewer/MFeatures.qml
Normal file
|
@ -0,0 +1,7 @@
|
|||
import QtQuick 2.11
|
||||
import AliceVision 1.0 as AliceVision
|
||||
|
||||
// Data from the View / Features.
|
||||
AliceVision.MFeatures {
|
||||
id: root
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue