Warning, /education/kstars/kstars/kstarslite/qml/modules/KSLabel.qml is written in an unsupported language. File is not indexed.

0001 import QtQuick 2.6
0002 import QtQuick.Controls 2.0
0003 import "../constants/" 1.0
0004 
0005 Label {
0006     color: Num.sysPalette.text
0007 }