|
a/src/qtgui/guiutils.cpp |
|
b/src/qtgui/guiutils.cpp |
1 |
#ifndef lint
|
1 |
#ifndef lint
|
2 |
static char rcsid[] = "@(#$Id: guiutils.cpp,v 1.21 2006-09-23 07:39:55 dockes Exp $ (C) 2005 Jean-Francois Dockes";
|
2 |
static char rcsid[] = "@(#$Id: guiutils.cpp,v 1.22 2006-10-30 12:59:44 dockes Exp $ (C) 2005 Jean-Francois Dockes";
|
3 |
#endif
|
3 |
#endif
|
4 |
/*
|
4 |
/*
|
5 |
* This program is free software; you can redistribute it and/or modify
|
5 |
* This program is free software; you can redistribute it and/or modify
|
6 |
* it under the terms of the GNU General Public License as published by
|
6 |
* it under the terms of the GNU General Public License as published by
|
7 |
* the Free Software Foundation; either version 2 of the License, or
|
7 |
* the Free Software Foundation; either version 2 of the License, or
|
|
... |
|
... |
171 |
|
171 |
|
172 |
SETTING_RW(prefs.sortWidth, "/Recoll/prefs/query/sortWidth",
|
172 |
SETTING_RW(prefs.sortWidth, "/Recoll/prefs/query/sortWidth",
|
173 |
Num, 100);
|
173 |
Num, 100);
|
174 |
SETTING_RW(prefs.sortSpec, "/Recoll/prefs/query/sortSpec",
|
174 |
SETTING_RW(prefs.sortSpec, "/Recoll/prefs/query/sortSpec",
|
175 |
Num, 0);
|
175 |
Num, 0);
|
|
|
176 |
SETTING_RW(prefs.termMatchType, "/Recoll/prefs/query/termMatchType",
|
|
|
177 |
Num, 0);
|
176 |
|
178 |
|
177 |
// Ssearch combobox history list
|
179 |
// Ssearch combobox history list
|
178 |
if (writing) {
|
180 |
if (writing) {
|
179 |
settings.writeEntry("/Recoll/prefs/query/ssearchHistory",
|
181 |
settings.writeEntry("/Recoll/prefs/query/ssearchHistory",
|
180 |
prefs.ssearchHistory);
|
182 |
prefs.ssearchHistory);
|