Meshroom/meshroom/ui/qml/Viewer
Candice Bentéjac 15f963a9b5 [Viewer] Viewer2D: Load and unload SfmStats components explicitly
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.
2023-02-27 19:21:18 +01:00
..
CameraResponseGraph.qml
CircleGizmo.qml
ColorCheckerEntity.qml Fix various typos in the source code 2022-01-22 07:39:05 -05:00
ColorCheckerPane.qml [ui] ColorCheckerViewer: ux improve & remove irrelevant qml includes 2021-04-21 19:01:52 +02:00
ColorCheckerViewer.qml [ui] ColorCheckerViewer: add comment 2021-04-26 15:32:58 +02:00
FeaturesInfoOverlay.qml [ui] FeaturesViewer: make time window spinbox editable 2023-02-13 18:28:58 +01:00
FeaturesViewer.qml [ui] display track endpoints option in features viewer 2023-02-13 18:01:45 +01:00
FloatImage.qml [Panorama Viewer] Adjust comments and increments 2021-09-14 18:07:34 +02:00
HdrImageToolbar.qml [Panorama Viewer] Disable color picker inside HdrToolbar for Panorama 2021-09-14 18:07:17 +02:00
ImageMetadataView.qml [ui] more flexible filtering mechanism + filter with viewIds 2022-11-18 10:03:03 +01:00
LensDistortionToolbar.qml [Panorama Viewer] fix surface grid bug when downscale 2021-09-14 18:07:14 +02:00
MFeatures.qml [ui] Viewer: Use MFeatures to manage feature information & update FeaturesViewer 2021-06-09 18:19:54 +02:00
MSfMData.qml
MTracks.qml
PanoramaToolbar.qml [Panorama Viewer] Change default and max values for subdivisions 2021-09-14 18:07:31 +02:00
PanoramaViewer.qml [ui] PanoramaViewer: change the way the user interact with the panorama widget 2022-11-03 01:40:42 +01:00
qmldir
SfmGlobalStats.qml
SfmStatsView.qml
TestAliceVisionPlugin.qml
Viewer2D.qml [Viewer] Viewer2D: Load and unload SfmStats components explicitly 2023-02-27 19:21:18 +01:00