mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Expose machines API to QML
Contributes to CL-1331
This commit is contained in:
parent
03fd9da417
commit
b3276777b7
4 changed files with 31 additions and 25 deletions
|
|
@ -62,7 +62,7 @@ class CuraAPI(QObject):
|
|||
def backups(self) -> "Backups":
|
||||
return self._backups
|
||||
|
||||
@property
|
||||
@pyqtProperty(QObject)
|
||||
def machines(self) -> "Machines":
|
||||
return self._machines
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue