mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 16:58:24 +02:00
[ui] minor comments update
This commit is contained in:
parent
49c03bc239
commit
5650903252
1 changed files with 2 additions and 2 deletions
|
@ -10,13 +10,13 @@ import Utils 1.0
|
|||
Repeater {
|
||||
id: root
|
||||
|
||||
/// ViewID to display the features of
|
||||
/// ViewID to display the features of a specific view
|
||||
property int viewId
|
||||
/// SfMData to display the data of SfM
|
||||
property var sfmData
|
||||
/// Folder containing the features files
|
||||
property string featureFolder
|
||||
/// Folder containing the matches files
|
||||
/// Tracks object loading all the matches files
|
||||
property var tracks
|
||||
/// The list of describer types to load
|
||||
property alias describerTypes: root.model
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue