pragma Singleton import QtQuick 2.7 import Common 1.0 // ============================================================================= QtObject { property color color: Colors.k property int width: 130 }