Kstars

data/qml/whatisinteresting/DetailsItem.qml
1import QtQuick 2.5
2
3Text {
4 width: 164
5 height: 21
6 color: "#ffffff"
7 anchors.left: parent.left
8 anchors.leftMargin: 8
9 font{
10 pixelSize: 13
11 family: "Cantarell"
12 }
13 verticalAlignment: Text.AlignVCenter
14}
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:19:03 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.