
Originally Posted by
john_god
I can tell you that in the function gpsUpdate2() you're assing values, so the binding are broke
I think you are incorrect on that.. the 'gpsUpdate2' function is IN my main.qml, where the variables reside. The BINDINGS are in MainWin.qml, which is loaded via StackView.
The variables are declared in main.qml:
property string statusGlowColor: "limegreen"
property bool statusGlowVisible: false
property int statusGlowOpacity: 100
property bool statusAnimationRunning: false
property string statusGlowColor: "limegreen"
property bool statusGlowVisible: false
property int statusGlowOpacity: 100
property bool statusAnimationRunning: false
To copy to clipboard, switch view to plain text mode
Bookmarks