|
a/src/qtgui/guiutils.h |
|
b/src/qtgui/guiutils.h |
|
... |
|
... |
48 |
// Result list format string
|
48 |
// Result list format string
|
49 |
QString reslistformat;
|
49 |
QString reslistformat;
|
50 |
string creslistformat;
|
50 |
string creslistformat;
|
51 |
// Abstract snippet separator
|
51 |
// Abstract snippet separator
|
52 |
QString abssep;
|
52 |
QString abssep;
|
|
|
53 |
QString stylesheetFile;
|
53 |
QString queryStemLang;
|
54 |
QString queryStemLang;
|
54 |
int mainwidth;
|
55 |
int mainwidth;
|
55 |
int mainheight;
|
56 |
int mainheight;
|
56 |
int pvwidth; // Preview window geom
|
57 |
int pvwidth; // Preview window geom
|
57 |
int pvheight;
|
58 |
int pvheight;
|
|
... |
|
... |
134 |
|
135 |
|
135 |
extern QString g_stringAllStem, g_stringNoStem;
|
136 |
extern QString g_stringAllStem, g_stringNoStem;
|
136 |
|
137 |
|
137 |
/** Specialized version of the qt file dialog. Can't use getOpenFile()
|
138 |
/** Specialized version of the qt file dialog. Can't use getOpenFile()
|
138 |
etc. cause they hide dot files... */
|
139 |
etc. cause they hide dot files... */
|
139 |
extern QString myGetFileName(bool isdir, QString caption = QString());
|
140 |
extern QString myGetFileName(bool isdir, QString caption = QString(),
|
|
|
141 |
bool filenosave = false);
|
140 |
|
142 |
|
141 |
#endif /* _GUIUTILS_H_INCLUDED_ */
|
143 |
#endif /* _GUIUTILS_H_INCLUDED_ */
|