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 location text in TextField?
Forum Updated to NodeBB v4.3 + New Features

How to change location text in TextField?

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
2 Posts 2 Posters 243 Views
  • 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.
  • S Offline
    S Offline
    Subuday
    wrote on last edited by Subuday
    #1

    I have a text in TextField in center of it, but I need it to be in the beginning.
    (Text "Descripe your project here" should be in the beginning of TextField)

    0_1557870100560_Screenshot from 2019-05-15 00-40-45.png

    1 Reply Last reply
    0
    • N Offline
      N Offline
      Nifiro
      wrote on last edited by Nifiro
      #2
      TextField {
          verticalAlignment: TextInput.AlignTop
      }
      
      1 Reply Last reply
      0

      • Login

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