Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. How to change TextField font size
Forum Updated to NodeBB v4.3 + New Features

How to change TextField font size

Scheduled Pinned Locked Moved QML and Qt Quick
2 Posts 2 Posters 2.2k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Alaa Elrifaie
    wrote on 27 Jul 2014, 02:42 last edited by
    #1

    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

    1 Reply Last reply
    0
    • P Offline
      P Offline
      p3c0
      Moderators
      wrote on 27 Jul 2014, 11:43 last edited by
      #2

      Hi,

      Move it under TextField instead of style.

      157

      1 Reply Last reply
      0

      1/2

      27 Jul 2014, 02:42

      • Login

      • Login or register to search.
      1 out of 2
      • First post
        1/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved