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