import QtQuick 1.0 import UserTypes 1.0 Rectangle { width: 200 height: 200 color: "#ff0000" TestClass { } }