|
a/src/qtgui/rclmain_w.cpp |
|
b/src/qtgui/rclmain_w.cpp |
1 |
#ifndef lint
|
1 |
#ifndef lint
|
2 |
static char rcsid[] = "@(#$Id: rclmain_w.cpp,v 1.3 2006-10-15 13:07:45 dockes Exp $ (C) 2005 J.F.Dockes";
|
2 |
static char rcsid[] = "@(#$Id: rclmain_w.cpp,v 1.4 2006-10-30 12:59:44 dockes Exp $ (C) 2005 J.F.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
|
|
... |
|
... |
81 |
{
|
81 |
{
|
82 |
curPreview = 0;
|
82 |
curPreview = 0;
|
83 |
asearchform = 0;
|
83 |
asearchform = 0;
|
84 |
sortform = 0;
|
84 |
sortform = 0;
|
85 |
uiprefs = 0;
|
85 |
uiprefs = 0;
|
|
|
86 |
spellform = 0;
|
86 |
m_searchId = 0;
|
87 |
m_searchId = 0;
|
87 |
// Set the focus to the search terms entry:
|
88 |
// Set the focus to the search terms entry:
|
88 |
sSearch->queryText->setFocus();
|
89 |
sSearch->queryText->setFocus();
|
89 |
|
90 |
|
90 |
// Set result list font according to user preferences.
|
91 |
// Set result list font according to user preferences.
|