|
a/src/qtgui/guiutils.h |
|
b/src/qtgui/guiutils.h |
|
... |
|
... |
43 |
bool ssearchOnWS;
|
43 |
bool ssearchOnWS;
|
44 |
bool ssearchNoComplete;
|
44 |
bool ssearchNoComplete;
|
45 |
bool ssearchAsYouType;
|
45 |
bool ssearchAsYouType;
|
46 |
// Decide if we display the doc category filter control as a
|
46 |
// Decide if we display the doc category filter control as a
|
47 |
// toolbar+combobox or as a button group under simple search
|
47 |
// toolbar+combobox or as a button group under simple search
|
48 |
bool catgToolBar;
|
48 |
enum FilterCtlStyle {FCS_BT, FCS_CMB, FCS_MN};
|
|
|
49 |
int filterCtlStyle;
|
49 |
int respagesize;
|
50 |
int respagesize;
|
50 |
int maxhltextmbs;
|
51 |
int maxhltextmbs;
|
51 |
QString reslistfontfamily;
|
52 |
QString reslistfontfamily;
|
52 |
QString qtermcolor; // Color for query terms in reslist and preview
|
53 |
QString qtermcolor; // Color for query terms in reslist and preview
|
53 |
int reslistfontsize;
|
54 |
int reslistfontsize;
|