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. QML TextField event "is in editing"

QML TextField event "is in editing"

Scheduled Pinned Locked Moved Solved QML and Qt Quick
4 Posts 2 Posters 910 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.
  • DropNodD Offline
    DropNodD Offline
    DropNod
    wrote on last edited by
    #1

    Hi, i'm beginner in Qt and i create an application.
    I would like to know if there is a TextField event "is being edited".

    Thank you in advance for your answers =)

    ODБOïO 1 Reply Last reply
    0
    • DropNodD DropNod

      Hi, i'm beginner in Qt and i create an application.
      I would like to know if there is a TextField event "is being edited".

      Thank you in advance for your answers =)

      ODБOïO Offline
      ODБOïO Offline
      ODБOï
      wrote on last edited by ODБOï
      #2

      hi @DropNod
      see focus and textChanged

       TextField{
              text: "the text"
              onTextChanged: console.log("txt changed")
              onFocusChanged: if (focus)console.log("focused ")
          }
      
      1 Reply Last reply
      0
      • DropNodD Offline
        DropNodD Offline
        DropNod
        wrote on last edited by
        #3

        "OnFusChanged" event works ! Thanks for your answer !

        ODБOïO 1 Reply Last reply
        0
        • DropNodD DropNod

          "OnFusChanged" event works ! Thanks for your answer !

          ODБOïO Offline
          ODБOïO Offline
          ODБOï
          wrote on last edited by
          #4

          :) onFocusChanged

          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