10 lines
156 B
QML
10 lines
156 B
QML
import Qt 4.7
|
|
|
|
Text {
|
|
id: headerTitle
|
|
text: "Name"
|
|
color: "white"
|
|
font.weight: Font.Bold
|
|
height: parent.height
|
|
verticalAlignment: Text.AlignVCenter
|
|
}
|