How to change the input to TextField in Qml
Unsolved
General and Desktop
-
wrote on 23 May 2018, 05:06 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- "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.
- "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."
-
wrote on 12 Jun 2018, 06:11 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.