mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-23 19:47:39 +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
|
@ -12,6 +12,7 @@ import Utils 1.0
|
|||
/**
|
||||
* ImageMetadataView displays a JSON model representing an image's metadata as a ListView.
|
||||
*/
|
||||
|
||||
FloatingPane {
|
||||
id: root
|
||||
|
||||
|
@ -94,7 +95,7 @@ FloatingPane {
|
|||
entry["raw"] = entry["group"] + ":" + entry["key"] + "=" + entry["value"]
|
||||
entries.push(entry)
|
||||
}
|
||||
// reset the model with prepared data (limit to one update event)
|
||||
// Reset the model with prepared data (limit to one update event)
|
||||
metadataModel.append(entries)
|
||||
coordinates = getGPSCoordinates(metadata)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue