I need to expose a field in QML with text updated every second (connection status with another program). I think QQmlPropertyMap is perfect for this. I tried to change the value of QQmlPropertyMap from std::thread - it is not updated in QML. Do I need a QThread or something else?