ui: keyboard input direct to searchbar

typing is directed to the searchbar
This commit is contained in:
Andreas Stallinger
2015-03-18 17:01:38 +01:00
parent ac090dd624
commit 416756b1c7
+1
View File
@@ -44,6 +44,7 @@ QtSmartSearchBox::QtSmartSearchBox(QWidget* parent)
, m_shiftKeyDown(false)
, m_mousePressed(false)
{
grabKeyboard();
m_highlightRect = new QWidget(this);
m_highlightRect->setGeometry(0, 0, 0, 0);
m_highlightRect->setObjectName("search_box_highlight");