import QtQuick 2.0 import "singleton" Item { property variant singleton1: SingletonType; }