Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved How to change the input to TextField in Qml

    General and Desktop
    1
    2
    176
    Loading More Posts
    • 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
      FVKamlesh last edited by

      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 Reply Quote 0
      • F
        FVKamlesh last edited by

        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 Reply Quote 1
        • First post
          Last post