Paste some text that copied to clip board(android os) inside a textfield
-
How to paste a string inside text field that copied in clipboard(android os)..
This is my need that i want to copy a piece of text from email that I copied easily from browser or some other applications, now i need to paste in inside the application's user-name or some other fields. I tried TextField::copy () methods that is not working for me. Is there any other components other than text field that supports copy, cut and paste actions. -
Hi,
Is QClipboard what you are looking for ?
-
Thanks for replying, the actual i need is i want to copy a piece to text from browser or some other app, that i got by default long press and copied that piece of text to clipboard. The above i mentioned done automatically.
But here is i'm looking for in my application i need to paste the piece of text.- once i long pressed the text field that i'm having,
- It needs to show paste option.
- There by when i just press that paste option that copied content will automatically pasted in to required field.