Switch to side-by-side view

--- a/src/qtgui/rclmain_w.cpp
+++ b/src/qtgui/rclmain_w.cpp
@@ -1340,6 +1340,10 @@
             resList->resultPageFirst();
             return true;
         } 
+    } else if (event->type() == QEvent::Show)  {
+	LOGDEB2(("RclMain::eventFilter: Show\n"));
+	// move the focus to the search entry on show
+	sSearch->queryText->setFocus();
     }
     return false;
 }