mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 08:48:40 +02:00
[ui] new EdgeMouseArea QtQuick Component
QtQuick components providing mouse interaction for edges (cubic splines)
This commit is contained in:
parent
23541db54d
commit
af53dd4ae7
3 changed files with 219 additions and 0 deletions
6
meshroom/ui/components/__init__.py
Executable file
6
meshroom/ui/components/__init__.py
Executable file
|
@ -0,0 +1,6 @@
|
|||
|
||||
def registerTypes():
|
||||
from PySide2.QtQml import qmlRegisterType
|
||||
from meshroom.ui.components.edge import EdgeMouseArea
|
||||
|
||||
qmlRegisterType(EdgeMouseArea, "GraphEditor", 1, 0, "EdgeMouseArea")
|
Loading…
Add table
Add a link
Reference in a new issue