mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 16:28:51 +02:00
[qt6][qml] Clean-up code and harmonize comments
This commit is contained in:
parent
b12d1fed06
commit
5a0b1c0c95
85 changed files with 575 additions and 538 deletions
|
@ -7,6 +7,7 @@ import Utils 1.0
|
|||
* FeaturesViewer displays the extracted feature points of a View.
|
||||
* Requires QtAliceVision plugin.
|
||||
*/
|
||||
|
||||
Repeater {
|
||||
id: root
|
||||
|
||||
|
@ -60,7 +61,7 @@ Repeater {
|
|||
|
||||
model: root.describerTypes
|
||||
|
||||
// instantiate one FeaturesViewer by describer type
|
||||
// Instantiate one FeaturesViewer by describer type
|
||||
delegate: AliceVision.FeaturesViewer {
|
||||
readonly property int colorIndex: (index + colorOffset) % root.colors.length
|
||||
property int colorOffset: 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue