emailuis/nmailui/src/nmmessagesearchlistview.cpp
changeset 56 15bc1d5d6267
parent 49 00c7ae862740
child 62 a8c646b56683
equal deleted inserted replaced
51:d845db10c0d4 56:15bc1d5d6267
   671             searchStrings.append(mLineEdit->text());
   671             searchStrings.append(mLineEdit->text());
   672         }
   672         }
   673 
   673 
   674         mUiEngine.search(mStartParam->mailboxId(), searchStrings);
   674         mUiEngine.search(mStartParam->mailboxId(), searchStrings);
   675 
   675 
       
   676         // Hide the virtual keyboard
       
   677         QInputContext *ic = qApp->inputContext();
       
   678         if (ic) {
       
   679             QEvent *closeEvent = new QEvent(QEvent::CloseSoftwareInputPanel);
       
   680             ic->filterEvent(closeEvent);
       
   681             delete closeEvent;
       
   682         }
       
   683         
   676         // Hide the "no messages" label if visible and dim the search input.
   684         // Hide the "no messages" label if visible and dim the search input.
   677         noMessagesLabelVisibility(false);
   685         noMessagesLabelVisibility(false);
   678         setSearchInputMode(NmDimmedMode);
   686         setSearchInputMode(NmDimmedMode);
   679 
   687 
   680         // Display the info label.
   688         // Display the info label.