why the clipboard be occupy when use textinput control in QML
Unsolved
QML and Qt Quick
-
hi, I just learned to use QML development.
I used the TextInput control in QML of Qt 5.6.0, but I found a problem: when using this control, the program takes up the clipboard at the same time.
This way, when other programs call the clipboard, they will indicate that the clipboard is occupied.
Did anyone else have this problem? How do I set the TextInput control free of the clipboard?
thank you. -
Hm, I've never seen such problem with clipboard and TextInput. What OS are you on? Which other applications have you tried?
-
-
Hm, but if you just use Ctrl+C and Ctrl+V normally in other apps (including Excel), it does work, right?
Weird, weird.