Using Element fontfor TextField
TextField font, QML font. font TextField, , . , TextField, .
TextField {
font.pointSize: 20
font.bold: true
font.family: "Times New Roman"
textColor: "red"
}


style TextField
TextField, TextFieldStyle style TextField. TextFieldStyle font, IDE , , , QTCREATORBUG-11186. , font :
TextField {
style: TextFieldStyle {
background: Rectangle {
color: "red"
radius: 10
}
font {
bold: true
pointSize: 22
}
textColor: "white"
}
}
, # 11186 , , , font TextFieldStyle null; - Qt/QML .
: http://wiki.qt.io/Qml_Styling