Bug 156313

Summary: KTreeWidgetSearchLine steals return key from KLineEdit without mentioning in the docs
Product: [Frameworks and Libraries] kdelibs Reporter: Adeodato Simó <dato>
Component: kdeuiAssignee: kdelibs bugs <kdelibs-bugs>
Status: CONFIRMED ---    
Severity: normal    
Priority: NOR    
Version: SVN   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In:

Description Adeodato Simó 2008-01-21 16:17:56 UTC
KTreeWidgetSearchLine docs say that event() is reimplemented "for internal 
reaons" and that "API is not affected". However, this re-implementation steals 
the handling of the Return key from KLineEdit, meaning that the 
returnPressed() signal will not be emitted when using a KTreeWidgetSearchLine.

I think this should be mentioned somewhere, if not a switch provided to 
disable.
Comment 1 Tom Albers 2009-05-25 22:50:56 UTC
(removing myself from the cc list, as i've nothing to do with that class, i'm author of the proxy search line class, but not this one).