Switch to unified view

a/src/qtgui/guiutils.h b/src/qtgui/guiutils.h
...
...
71
    int mainwidth;
71
    int mainwidth;
72
    int mainheight;
72
    int mainheight;
73
    int pvwidth; // Preview window geom
73
    int pvwidth; // Preview window geom
74
    int pvheight;
74
    int pvheight;
75
    int ssearchTyp;
75
    int ssearchTyp;
76
    bool    useDesktopOpen; // typically xdg-open, instead of mimeview settings
76
    // Use single app (default: xdg-open), instead of per-mime settings
77
    bool useDesktopOpen; 
77
    bool    keepSort;   // Remember sort status between invocations
78
    // Remember sort state between invocations ?
78
    bool    sortActive; // Remembered sort state.
79
    bool keepSort;   
80
    bool sortActive; 
79
    bool    sortDesc;  // ..
81
    bool sortDesc; 
82
    // Abstract preferences. Building abstracts can slow result display
80
    bool queryBuildAbstract;
83
    bool queryBuildAbstract;
81
    bool queryReplaceAbstract;
84
    bool queryReplaceAbstract;
82
    bool startWithAdvSearchOpen;
85
    bool startWithAdvSearchOpen;
83
    // Try to display html if it exists in the internfile stack.
86
    // Try to display html if it exists in the internfile stack.
84
    bool previewHtml;
87
    bool previewHtml;