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