We bake cookies in your browser for a better experience. Using this site means that you consent. Read More
import QtQuick 2.0 import example.ivi.climate.simulation 1.0 QtObject { property var climatecontrol : ClimateControlSimulation { id: climatecontrol } }