Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
4.1.4
Description
QAbstractItemViewPrivate::editor() calls selectAll() on the editor if it is a QLineEdit, causing all the text in the QLineEdit to be selected when it is opened. Since this is not part of the public API, this makes it very hard to change the behavior.
It would be nice if it was made easier to change this behavior.