Switch to side-by-side view

--- a/src/qtgui/guiutils.h
+++ b/src/qtgui/guiutils.h
@@ -90,6 +90,7 @@
     bool startWithAdvSearchOpen;
     // Try to display html if it exists in the internfile stack.
     bool previewHtml;
+    bool previewActiveLinks;
     // Use <pre> tag to display highlighted text/plain inside html (else
     // we use <br> at end of lines, which lets textedit wrap lines).
     enum PlainPre {PP_BR, PP_PRE, PP_PREWRAP};