Details
-
Suggestion
-
Resolution: Out of scope
-
P2: Important
-
4.3.0
-
None
Description
The respective functions in QLineEdit: copy, paste, cut, selectAll etc, are not virtual.
They are however slots, and calling them as slots through QMetaObject::invokeMethod in the QLineEdit code would allow a redeclaration of the slots, and thus a reimplementation of the behavior (i.e. preprocess contents before pasting).