|
a/src/qtgui/guiutils.cpp |
|
b/src/qtgui/guiutils.cpp |
|
... |
|
... |
102 |
Bool, false);
|
102 |
Bool, false);
|
103 |
SETTING_RW(prefs.ssearchNoComplete,
|
103 |
SETTING_RW(prefs.ssearchNoComplete,
|
104 |
"/Recoll/prefs/ssearch/noComplete", Bool, false);
|
104 |
"/Recoll/prefs/ssearch/noComplete", Bool, false);
|
105 |
SETTING_RW(prefs.ssearchAsYouType,
|
105 |
SETTING_RW(prefs.ssearchAsYouType,
|
106 |
"/Recoll/prefs/ssearch/asYouType", Bool, false);
|
106 |
"/Recoll/prefs/ssearch/asYouType", Bool, false);
|
107 |
SETTING_RW(prefs.catgToolBar, "/Recoll/prefs/catgToolBar", Bool, false);
|
107 |
SETTING_RW(prefs.filterCtlStyle, "/Recoll/prefs/filterCtlStyle", Int, 0);
|
108 |
SETTING_RW(prefs.ssearchAutoPhrase,
|
108 |
SETTING_RW(prefs.ssearchAutoPhrase,
|
109 |
"/Recoll/prefs/ssearchAutoPhrase", Bool, true);
|
109 |
"/Recoll/prefs/ssearchAutoPhrase", Bool, true);
|
110 |
SETTING_RW(prefs.ssearchAutoPhraseThreshPC,
|
110 |
SETTING_RW(prefs.ssearchAutoPhraseThreshPC,
|
111 |
"/Recoll/prefs/ssearchAutoPhraseThreshPC", Double, 2.0);
|
111 |
"/Recoll/prefs/ssearchAutoPhraseThreshPC", Double, 2.0);
|
112 |
SETTING_RW(prefs.respagesize, "/Recoll/prefs/reslist/pagelen", Int, 8);
|
112 |
SETTING_RW(prefs.respagesize, "/Recoll/prefs/reslist/pagelen", Int, 8);
|