ApplicationWindow { id: window CppObject { onXChanged: textField.text = x } ... TabView { GridLayout { ... TextField { id: textField } } }}