mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 00:38:41 +02:00
The SfmStatsView and SfmGlobalStats components used to be loaded once and for all with "Component.onCompleted". With the upgrade to Qt 5.14, it is needed to load and explicitly unload the component (by resetting its source) for the statistics to always be correctly displayed. Otherwise, they can be loaded and viewed only once per session; after being shown for the first time, they are set to null and never reloaded. This commit uses the same type of loading/unloading as all the other components in the 2D Viewer. |
||
---|---|---|
.. | ||
CameraResponseGraph.qml | ||
CircleGizmo.qml | ||
ColorCheckerEntity.qml | ||
ColorCheckerPane.qml | ||
ColorCheckerViewer.qml | ||
FeaturesInfoOverlay.qml | ||
FeaturesViewer.qml | ||
FloatImage.qml | ||
HdrImageToolbar.qml | ||
ImageMetadataView.qml | ||
LensDistortionToolbar.qml | ||
MFeatures.qml | ||
MSfMData.qml | ||
MTracks.qml | ||
PanoramaToolbar.qml | ||
PanoramaViewer.qml | ||
qmldir | ||
SfmGlobalStats.qml | ||
SfmStatsView.qml | ||
TestAliceVisionPlugin.qml | ||
Viewer2D.qml |