Meshroom/meshroom/ui
Yann Lanthony 4a60e24c2e [ui] GraphEditor: Improve node selected status logic
Instead of connecting to onSelectionChanged, use ItemSelectionModel.hasSelection
property, that can be use for direct bindings with the same behavior.
https://doc.qt.io/qt-6/qml-qtqml-models-itemselectionmodel.html#hasSelection-prop
2024-12-06 10:47:20 +01:00
..
components [ui] Utils: add SelectionBox and DelegateSelectionBox 2024-12-06 10:12:11 +01:00
img [img] Remove incorrect sRGB profile from UiO logo 2024-10-02 15:56:45 +02:00
qml [ui] GraphEditor: Improve node selected status logic 2024-12-06 10:47:20 +01:00
__init__.py [doc] sphinx documentation setup 2022-10-11 09:59:33 +02:00
__main__.py [qt6] Use exec() instead of deprecated exec_() in __main__.py 2024-11-07 18:08:56 +01:00
app.py [qt6][ui] Limit useless calls to recentProjectFiles when opening dialogs 2024-11-21 11:19:38 +00:00
commands.py [ui] Graph: Updating the way how color gets set on the selected nodes 2024-11-28 09:28:36 +05:30
graph.py [ui] Graph: cleanup unused function 2024-12-06 10:14:50 +01:00
palette.py [qt6] Replace all PySide2/shiboken2 imports by PySide6/shiboken6 2024-11-07 18:08:54 +01:00
reconstruction.py Merge pull request #2533 from alicevision/dev/anamorphicFocal 2024-11-28 18:28:55 +01:00
utils.py [qt6] Replace all PySide2/shiboken2 imports by PySide6/shiboken6 2024-11-07 18:08:54 +01:00