Revision: 6010
Author: ek.kato
Date: Fri Sep 25 09:11:50 2009
Log: * qt4/switcher/qt4.cpp (UimImSwitcher::createGUI) : Don't enable
an input method context for the view.
http://code.google.com/p/uim/source/detail?r=6010
Modified:
/trunk/qt4/switcher/qt4.cpp
=======================================
--- /trunk/qt4/switcher/qt4.cpp Fri Sep 25 08:52:02 2009
+++ /trunk/qt4/switcher/qt4.cpp Fri Sep 25 09:11:50 2009
@@ -108,6 +108,7 @@
<< _( "InputMethodName" ) << _( "Language" ) << _( "Description" )
);
listview->setShowGrid( false );
listview->horizontalHeader()->setStretchLastSection( true );
+ listview->setAttribute( Qt::WA_InputMethodEnabled, false );
/* radio buttons for the switcher coverage */
wholeButton = new QRadioButton( _( "whole desktop" ) );