Label.qml 113 bytes
import QtQuick 2.0
Text {
    id: label
    font.pixelSize: 11
    color: pal.text
    SystemPalette {id:pal}