|
a/src/qtgui/guiutils.h |
|
b/src/qtgui/guiutils.h |
|
... |
|
... |
15 |
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
15 |
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
16 |
*/
|
16 |
*/
|
17 |
#ifndef _GUIUTILS_H_INCLUDED_
|
17 |
#ifndef _GUIUTILS_H_INCLUDED_
|
18 |
#define _GUIUTILS_H_INCLUDED_
|
18 |
#define _GUIUTILS_H_INCLUDED_
|
19 |
/*
|
19 |
/*
|
20 |
* @(#$Id: guiutils.h,v 1.2 2006-01-30 11:15:27 dockes Exp $ (C) 2005 Jean-Francois Dockes
|
20 |
* @(#$Id: guiutils.h,v 1.3 2006-03-29 17:31:55 dockes Exp $ (C) 2005 Jean-Francois Dockes
|
21 |
* jean-francois.dockes@wanadoo.fr
|
21 |
* jean-francois.dockes@wanadoo.fr
|
22 |
*
|
22 |
*
|
23 |
* This program is free software; you can redistribute it and/or modify
|
23 |
* This program is free software; you can redistribute it and/or modify
|
24 |
* it under the terms of the GNU General Public License as published by
|
24 |
* it under the terms of the GNU General Public License as published by
|
25 |
* the Free Software Foundation; either version 2 of the License, or
|
25 |
* the Free Software Foundation; either version 2 of the License, or
|
|
... |
|
... |
50 |
QString reslistfontfamily;
|
50 |
QString reslistfontfamily;
|
51 |
int reslistfontsize;
|
51 |
int reslistfontsize;
|
52 |
QString queryStemLang;
|
52 |
QString queryStemLang;
|
53 |
int mainwidth;
|
53 |
int mainwidth;
|
54 |
int mainheight;
|
54 |
int mainheight;
|
55 |
bool ssall;
|
55 |
int ssearchTyp;
|
56 |
QString htmlBrowser;
|
56 |
QString htmlBrowser;
|
57 |
bool queryBuildAbstract;
|
57 |
bool queryBuildAbstract;
|
58 |
bool queryReplaceAbstract;
|
58 |
bool queryReplaceAbstract;
|
59 |
PrefsPack() :
|
59 |
PrefsPack() :
|
60 |
showicons(true),
|
60 |
showicons(true),
|
61 |
respagesize(8),
|
61 |
respagesize(8),
|
62 |
reslistfontsize(10),
|
62 |
reslistfontsize(10),
|
63 |
ssall(false),
|
63 |
ssearchTyp(0),
|
64 |
queryBuildAbstract(true),
|
64 |
queryBuildAbstract(true),
|
65 |
queryReplaceAbstract(false)
|
65 |
queryReplaceAbstract(false)
|
66 |
{
|
66 |
{
|
67 |
}
|
67 |
}
|
68 |
};
|
68 |
};
|