emailuis/nmailui/src/nmmessagesearchlistview.cpp
changeset 59 16ed8d08d0b1
parent 54 997a02608b3a
child 65 478bc57ad291
equal deleted inserted replaced
54:997a02608b3a 59:16ed8d08d0b1
   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.