Use pyqtProperty instead of slot to bind backend

This commit is contained in:
ChrisTerBeke 2017-12-14 15:44:11 +01:00
parent 9db320bf35
commit cac561600e

View File

@ -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