Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

How to use property change signal if used with setContextProperty()?

$
0
0
What sierdzio said, or you may use a Connections element: Connections {     target: eth0     onIpAddressChanged: text1.text = "ipAddr:" + addr }

Viewing all articles
Browse latest Browse all 4972

Trending Articles