mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-19 18:39:09 +08:00
Use pyqtProperty instead of slot to bind backend
This commit is contained in:
parent
9db320bf35
commit
cac561600e
@ -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…
x
Reference in New Issue
Block a user