pragma Singleton import QtQuick 2.7 import Common 1.0 // =================================================================== QtObject { property color backgroundColor: '#6B7A86' property color color: '#FFFFFF' property int arrowSize: 8 property int delay: 500 property int fontSize: 9 property int margins: 8 property int padding: 4 property int radius: 4 }