mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-27 21:01:11 -07:00
Use pyqtProperty instead of slot to bind backend
This commit is contained in:
parent
9db320bf35
commit
cac561600e
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ Item {
|
|||
|
||||
property real progress: UM.Backend.progress
|
||||
property int backendState: UM.Backend.state
|
||||
property var backend: CuraApplication.getBackend() || "undefined"
|
||||
property var backend: CuraApplication.backend
|
||||
property bool activity: CuraApplication.platformActivity
|
||||
|
||||
property alias buttonRowWidth: saveRow.width
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue