QML - How to change TextField font size
问题 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") } 回答1: You can use the style property to