|
a/src/qtgui/guiutils.h |
|
b/src/qtgui/guiutils.h |
|
... |
|
... |
58 |
|
58 |
|
59 |
/** Holder for preferences (gets saved to user Qt prefs) */
|
59 |
/** Holder for preferences (gets saved to user Qt prefs) */
|
60 |
class PrefsPack {
|
60 |
class PrefsPack {
|
61 |
public:
|
61 |
public:
|
62 |
bool autoSearchOnWS;
|
62 |
bool autoSearchOnWS;
|
|
|
63 |
// Decide if we display the doc category filter control as a
|
|
|
64 |
// toolbar+combobox or as a button group under simple search
|
|
|
65 |
bool catgToolBar;
|
63 |
int respagesize;
|
66 |
int respagesize;
|
64 |
int maxhltextmbs;
|
67 |
int maxhltextmbs;
|
65 |
QString reslistfontfamily;
|
68 |
QString reslistfontfamily;
|
66 |
QString qtermcolor; // Color for query terms in reslist and preview
|
69 |
QString qtermcolor; // Color for query terms in reslist and preview
|
67 |
int reslistfontsize;
|
70 |
int reslistfontsize;
|