Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to change the input to TextField in Qml
QtWS25 Last Chance

How to change the input to TextField in Qml

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 1 Posters 314 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.
  • F Offline
    F Offline
    FVKamlesh
    wrote on last edited by
    #1

    Hello Everyone
    I have two applications where one application is the Qt 5.9 browser and the other is a c++ named pipe writer.
    The scenario is that the

    1. "pipewriter" will read a input from keyboard , mask it ( mask is needed as actual keyboard is of different hardware ), and write the masked character to the named pipe.
    2. "the browser" has a thread (pthread) that reads the named pipe and gets the character.
      I am stuck in this step
      "The character read in step 2 needs to be displayed on the "addressbar" of the browser."
    1 Reply Last reply
    0
    • F Offline
      F Offline
      FVKamlesh
      wrote on last edited by
      #2

      Somehow I managed to get the character and converted it into a URI. The URI was taken as a slot input to the addressbar and that solved my issue.

      1 Reply Last reply
      1

      • Login

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