Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

How to change TextField font size

$
0
0
Hi there, How can I set the font size of a TextField element in QML? wanna change size of the placeholderText and also for the text which the user enters. I tried with a lot of ways without luck! TextField {     id: name_TextField; horizontalAlignment: Text.AlignHCenter;     Layout.preferredWidth: parentCLayer.width * 0.90; Layout.preferredHeight: 50     style: TextFieldStyle {         font.pixelSize: 20  // This doesn't seem to work either     }     placeholderText: qsTr("Your name here") } It tells me that there’s no member called font

Viewing all articles
Browse latest Browse all 4972

Trending Articles