Open in Web IDE
Quickly and easily edit multiple files in your project.
Edit
Edit this file only.
import QtQuick 2.0
Text {
id: label
font.pixelSize: 11
color: pal.text
SystemPalette {id:pal}
}