handle event from clipboard
Unsolved
General and Desktop
-
Hi, I have a QtextEdit.
When I write the characters into the textEdit block I save them into a QString thanks to the code:QString s=event->text()
But I want to ignore the "not printable characters". For example, I don't want to convert into text the event corresponding to "Control" or "Fn" or "Alt".
How can I do this? -
Hi,
Why not use the plain text property of QTextEdit ?
-
I'm sorry, but in which sense can I do this?
-
You might want to give more details about what you are trying to achieve. We may not be on the same line currently.