pragma Singleton import QtQml 2.2 import Colors 1.0 // ============================================================================= QtObject { property color color: Colors.q property int width: 130 }