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. TextField input only numbers
Forum Updated to NodeBB v4.3 + New Features

TextField input only numbers

Scheduled Pinned Locked Moved Solved QML and Qt Quick
2 Posts 1 Posters 915 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.
  • M Offline
    M Offline
    Mikeeeeee
    wrote on 21 May 2020, 11:38 last edited by aha_1980
    #1

    Hi!
    How i can input only numbers in TextField?
    It is not works:

    inputMethodHints: Qt.ImhFormattedNumbersOnly
    
    1 Reply Last reply
    0
    • M Offline
      M Offline
      Mikeeeeee
      wrote on 21 May 2020, 11:41 last edited by
      #2

      it is work

      validator: RegExpValidator { regExp: /[0-9A-F]+/ }
      
      1 Reply Last reply
      1

      1/2

      21 May 2020, 11:38

      • 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