|
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.17 2006-11-21 08:47:51 dockes Exp $ (C) 2005 Jean-Francois Dockes
|
20 |
* @(#$Id: guiutils.h,v 1.18 2006-11-30 13:38:44 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
|
|
... |
|
... |
69 |
// Result list format string
|
69 |
// Result list format string
|
70 |
QString reslistformat;
|
70 |
QString reslistformat;
|
71 |
QString queryStemLang;
|
71 |
QString queryStemLang;
|
72 |
int mainwidth;
|
72 |
int mainwidth;
|
73 |
int mainheight;
|
73 |
int mainheight;
|
|
|
74 |
int pvwidth; // Preview window geom
|
|
|
75 |
int pvheight;
|
74 |
int ssearchTyp;
|
76 |
int ssearchTyp;
|
75 |
QString htmlBrowser;
|
77 |
QString htmlBrowser;
|
76 |
bool queryBuildAbstract;
|
78 |
bool queryBuildAbstract;
|
77 |
bool queryReplaceAbstract;
|
79 |
bool queryReplaceAbstract;
|
78 |
bool startWithAdvSearchOpen;
|
80 |
bool startWithAdvSearchOpen;
|