QLineEdit and QComboBox tasks

Albert Vaca albertvaka at gmail.com
Sat Jun 22 15:34:41 UTC 2013


Hello guys!

There are two tasks in Qt5 Epics [1] to implement replace-on-drop for
URLs on QLineEdit and QComboBox. This is currently present in
KLineEdit and KComboBox, because this behaviour is needed for
KUrlRequester (bug [2]).

We (aacid, apol and me) have been discussing about it and we think
that this behaviour should be implemented using installEventFilter()
on KUrlRequester. This way KUrlRequester could be implemented using a
standard QComboBox without need to patch Qt.

If you agree, I will close those two tasks for Qt and implement this
feature using installEventFilter() in KUrlRequester.

[1] http://community.kde.org/Frameworks/Epics/Contributions_to_Qt5#Contributing_to_Qt_5_epic
[2] https://bugs.kde.org/show_bug.cgi?id=188129

Albert Vaca


More information about the Kde-frameworks-devel mailing list