Commit graph

6 commits

Author SHA1 Message Date
Candice Bentéjac
02383c68b3 [ui] Check that objects accessed by QML properties are not null before accessing them
Some QML properties access exposed Python objects that may or may not
be null upon their access. When these objects are accessed while null,
QML issues "TypeError" warnings. These warnings have no functional
impact as QML correctly handles trying to access null objects, but can
spam the logs.

This commit aims at fixing all these warnings by checking that the
Python objects are not null before being accessed.
2022-12-06 11:04:50 +01:00
Fabien Castan
ec67c772fa [ui] new generic way to manage "active" nodes per node type 2020-07-07 22:05:53 +02:00
Fabien Castan
b777f5ffc8 [ui] ImageGallery: add an entry in the menu to define the selected view as the center image 2020-06-30 22:10:11 +02:00
Yann Lanthony
d2d8090b5b [ui] ImageGallery: add menu + advanced option to show view IDs 2019-01-22 17:53:09 +01:00
Yann Lanthony
663a5d679d [ui] ImageGallery: introduce IntrinsicsIndicator
New IntrinsicsIndicator component that displays the initialization mode of each Viewpoint's intrinsic with explanatory tooltip.
2019-01-22 15:57:30 +01:00
Yann Lanthony
c595d8d664 [ui] move ImageGallery into a dedicated module 2019-01-21 10:55:17 +01:00
Renamed from meshroom/ui/qml/ImageDelegate.qml (Browse further)