import QtQuick 2.3

Text {
    color: "white"; 
    style: Text.Outline;
    styleColor: "black";
    font.pixelSize: 12;
}