|
a/src/doc/user/usermanual.sgml |
|
b/src/doc/user/usermanual.sgml |
|
... |
|
... |
622 |
<chapter id="rcl.search">
|
622 |
<chapter id="rcl.search">
|
623 |
<title>Searching with the Qt graphical user interface</title>
|
623 |
<title>Searching with the Qt graphical user interface</title>
|
624 |
|
624 |
|
625 |
<para>The <command>recoll</command> program provides the main user
|
625 |
<para>The <command>recoll</command> program provides the main user
|
626 |
interface for searching. It is based on the
|
626 |
interface for searching. It is based on the
|
627 |
<application>QT</application> library.</para>
|
627 |
<application>Qt</application> library.</para>
|
628 |
|
628 |
|
629 |
<para><command>recoll</command> has two search modes:</para>
|
629 |
<para><command>recoll</command> has two search modes:</para>
|
630 |
<itemizedlist>
|
630 |
<itemizedlist>
|
631 |
<listitem><para>Simple search (the default, on the main screen) has
|
631 |
<listitem><para>Simple search (the default, on the main screen) has
|
632 |
a single entry field where you can enter multiple words.</para>
|
632 |
a single entry field where you can enter multiple words.</para>
|
|
... |
|
... |
1560 |
</listitem>
|
1560 |
</listitem>
|
1561 |
|
1561 |
|
1562 |
<listitem><para><guilabel>Highlight color for query
|
1562 |
<listitem><para><guilabel>Highlight color for query
|
1563 |
terms</guilabel>: Terms from the user query are highlighted in
|
1563 |
terms</guilabel>: Terms from the user query are highlighted in
|
1564 |
the result list samples and the preview window. The color can
|
1564 |
the result list samples and the preview window. The color can
|
1565 |
be chosen here. Any QT color string should work (ie
|
1565 |
be chosen here. Any Qt color string should work (ie
|
1566 |
<literal>red</literal>, <literal>#ff0000</literal>). The
|
1566 |
<literal>red</literal>, <literal>#ff0000</literal>). The
|
1567 |
default is <literal>blue</literal>.</para>
|
1567 |
default is <literal>blue</literal>.</para>
|
1568 |
</listitem>
|
1568 |
</listitem>
|
1569 |
|
1569 |
|
1570 |
<listitem><para><guilabel>Result list font</guilabel>: There is
|
1570 |
<listitem><para><guilabel>Result list font</guilabel>: There is
|
1571 |
quite a lot of information shown in the result list, and you
|
1571 |
quite a lot of information shown in the result list, and you
|
1572 |
may want to customize the font and/or font size. The rest of
|
1572 |
may want to customize the font and/or font size. The rest of
|
1573 |
the fonts used by &RCL; are determined by your generic QT
|
1573 |
the fonts used by &RCL; are determined by your generic Qt
|
1574 |
config (try the <command>qtconfig</command> command).</para>
|
1574 |
config (try the <command>qtconfig</command> command).</para>
|
1575 |
</listitem>
|
1575 |
</listitem>
|
1576 |
|
1576 |
|
1577 |
<listitem><anchor id="rcl.search.custom.resultpara">
|
1577 |
<listitem><anchor id="rcl.search.custom.resultpara">
|
1578 |
<para><guilabel>Result paragraph format string</guilabel>:
|
1578 |
<para><guilabel>Result paragraph format string</guilabel>:
|
|
... |
|
... |
1828 |
<para>The &RCL; KIO slave allows performing a &RCL; search
|
1828 |
<para>The &RCL; KIO slave allows performing a &RCL; search
|
1829 |
by entering an appropriate URL in a KDE open dialog, or with an
|
1829 |
by entering an appropriate URL in a KDE open dialog, or with an
|
1830 |
HTML-based interface displayed in
|
1830 |
HTML-based interface displayed in
|
1831 |
<command>Konqueror</command>.</para>
|
1831 |
<command>Konqueror</command>.</para>
|
1832 |
|
1832 |
|
1833 |
<para>The HTML-based interface is similar to the QT-based
|
1833 |
<para>The HTML-based interface is similar to the Qt-based
|
1834 |
interface, but slightly less powerful for now. Its advantage is
|
1834 |
interface, but slightly less powerful for now. Its advantage is
|
1835 |
that you can perform your search while staying fully within the
|
1835 |
that you can perform your search while staying fully within the
|
1836 |
KDE framework: drag and drop from the result list works normally
|
1836 |
KDE framework: drag and drop from the result list works normally
|
1837 |
and you have your normal choice of applications for opening
|
1837 |
and you have your normal choice of applications for opening
|
1838 |
files.</para>
|
1838 |
files.</para>
|
|
... |
|
... |
2823 |
<title>Configuration overview</title>
|
2823 |
<title>Configuration overview</title>
|
2824 |
|
2824 |
|
2825 |
<para>Most of the parameters specific to the
|
2825 |
<para>Most of the parameters specific to the
|
2826 |
<command>recoll</command> GUI are set through the
|
2826 |
<command>recoll</command> GUI are set through the
|
2827 |
<guilabel>Preferences</guilabel> menu and stored in the
|
2827 |
<guilabel>Preferences</guilabel> menu and stored in the
|
2828 |
standard QT place (<filename>$HOME/.qt/recollrc</filename>).
|
2828 |
standard Qt place (<filename>$HOME/.qt/recollrc</filename>).
|
2829 |
You probably do not want to edit this by hand.</para>
|
2829 |
You probably do not want to edit this by hand.</para>
|
2830 |
|
2830 |
|
2831 |
<para>&RCL; indexing options are set inside text configuration
|
2831 |
<para>&RCL; indexing options are set inside text configuration
|
2832 |
files located in a configuration directory. There can be
|
2832 |
files located in a configuration directory. There can be
|
2833 |
several such directories, each of which define the parameters
|
2833 |
several such directories, each of which define the parameters
|