form autocompletion behaviour
Dirk Mueller
mueller at kde.org
Tue Apr 22 20:57:40 BST 2003
read Bug 24806.
I think its wrong to intercept the tab keys by default. See patch.
Please review / comment.
--
Dirk
-------------- next part --------------
Index: kcompletionbox.cpp
===================================================================
RCS file: /home/kde/kdelibs/kdeui/kcompletionbox.cpp,v
retrieving revision 1.70
diff -u -5 -d -p -r1.70 kcompletionbox.cpp
--- kcompletionbox.cpp 13 Apr 2003 05:44:58 -0000 1.70
+++ kcompletionbox.cpp 22 Apr 2003 19:56:16 -0000
@@ -45,11 +45,11 @@ public:
KCompletionBox::KCompletionBox( QWidget *parent, const char *name )
:KListBox( parent, name, WType_Popup )
{
d = new KCompletionBoxPrivate;
d->m_parent = parent;
- d->tabHandling = true;
+ d->tabHandling = false;
d->down_workaround = false;
setColumnMode( 1 );
setLineWidth( 1 );
setFrameStyle( QFrame::Box | QFrame::Plain );
More information about the kde-core-devel
mailing list