How to change the input to TextField in Qml
Unsolved
General and Desktop
-
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."