Warning, /education/kstars/kstars/data/qml/whatisinteresting/DetailsItem.qml is written in an unsupported language. File is not indexed.

0001 import QtQuick 2.5
0002 
0003 Text {
0004     width: 164
0005     height: 21
0006     color: "#ffffff"
0007     anchors.left: parent.left
0008     anchors.leftMargin: 8
0009     font{
0010         pixelSize: 13
0011         family: "Cantarell"
0012     }
0013     verticalAlignment: Text.AlignVCenter
0014 }