Switch to unified view
a/src/qtgui/guiutils.h | b/src/qtgui/guiutils.h | ||
---|---|---|---|
... |
... |
||
66 | QString queryStemLang; |
66 | QString queryStemLang; |
67 | int mainwidth; |
67 | int mainwidth; |
68 | int mainheight; |
68 | int mainheight; |
69 | int pvwidth; // Preview window geom |
69 | int pvwidth; // Preview window geom |
70 | int pvheight; |
70 | int pvheight; |
71 | int toolArea; // Area for "tools" toolbar |
||
72 | int resArea; // Area for "results" toolbar |
||
71 | int ssearchTyp; |
73 | int ssearchTyp; |
72 | // Use single app (default: xdg-open), instead of per-mime settings |
74 | // Use single app (default: xdg-open), instead of per-mime settings |
73 | bool useDesktopOpen; |
75 | bool useDesktopOpen; |
74 | // Remember sort state between invocations ? |
76 | // Remember sort state between invocations ? |
75 | bool keepSort; |
77 | bool keepSort; |