Switch to unified view

a/src/qtgui/guiutils.h b/src/qtgui/guiutils.h
...
...
74
    bool startWithAdvSearchOpen;
74
    bool startWithAdvSearchOpen;
75
    // Try to display html if it exists in the internfile stack.
75
    // Try to display html if it exists in the internfile stack.
76
    bool previewHtml;
76
    bool previewHtml;
77
    // Use <pre> tag to display highlighted text/plain inside html (else
77
    // Use <pre> tag to display highlighted text/plain inside html (else
78
    // we use <br> at end of lines, which lets textedit wrap lines).
78
    // we use <br> at end of lines, which lets textedit wrap lines).
79
    enum PlainPre {PP_BR, PP_PRE, PP_PREWRAP};
79
    bool previewPlainPre; 
80
    int  previewPlainPre; 
80
    bool collapseDuplicates;
81
    bool collapseDuplicates;
81
    bool showResultsAsTable;
82
    bool showResultsAsTable;
82
83
83
    // Extra query indexes. This are stored in the history file, not qt prefs
84
    // Extra query indexes. This are stored in the history file, not qt prefs
84
    list<string> allExtraDbs;
85
    list<string> allExtraDbs;