Switch to unified view

a/src/qtgui/guiutils.h b/src/qtgui/guiutils.h
...
...
37
#endif
37
#endif
38
38
39
/** Holder for preferences (gets saved to user Qt prefs) */
39
/** Holder for preferences (gets saved to user Qt prefs) */
40
class PrefsPack {
40
class PrefsPack {
41
 public:
41
 public:
42
    // Simple search entry behaviour
42
    bool autoSearchOnWS;
43
    bool ssearchOnWS;
44
    bool ssearchNoComplete;
45
    bool ssearchAsYouType;
43
    // Decide if we display the doc category filter control as a
46
    // Decide if we display the doc category filter control as a
44
    // toolbar+combobox or as a button group under simple search
47
    // toolbar+combobox or as a button group under simple search
45
    bool catgToolBar;
48
    bool catgToolBar;
46
    int respagesize;
49
    int respagesize;
47
    int maxhltextmbs;
50
    int maxhltextmbs;