pragma Singleton import QtQuick 2.7 import Common 1.0 // ============================================================================= QtObject { property color backgroundColor: Colors.g property color color: Colors.k property int arrowSize: 8 property int delay: 500 property int fontSize: 9 property int margins: 8 property int padding: 4 property int radius: 4 }