[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdeutils/okteta/program/oktetakakao/controllers/view/libbytearraylineedit
From:       Friedrich W. H. Kossebau <kossebau () kde ! org>
Date:       2008-04-30 20:16:53
Message-ID: 1209586613.815088.12425.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 802834 by kossebau:

fixed: focus the lineedit when doing a search, by setting the editline as proxy for \
the wrapper

Thanks for the report, Carlo.
BUG:161394


 M  +1 -0      kbytearraylineedit.cpp  


--- trunk/KDE/kdeutils/okteta/program/oktetakakao/controllers/view/libbytearraylineedit/kbytearraylineedit.cpp \
#802833:802834 @@ -59,6 +59,7 @@
     widget->connect( mFormatComboBox, SIGNAL(activated(int)), \
SLOT(onFormatChanged(int)) );  
     mDataEdit = new KLineEdit( widget );
+    widget->setFocusProxy( mDataEdit );
     widget->connect( mDataEdit, SIGNAL(textChanged(const QString&)), \
                SLOT(onDataChanged(const QString&)) );
     mValidator = new KByteArrayValidator( mDataEdit, KHECore::CharCoding );
     mDataEdit->setValidator( mValidator );


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic