import QtQuick 2.0 Item { Component.onCompleted: { console.log("Component"); console.log("Created"); } }