mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
17 lines
854 B
Text
17 lines
854 B
Text
K3Spell, by David Sweet
|
|
----------------------
|
|
K3Spell provides an interface to ASpell and International ISpell 3.1. You
|
|
should use it like a UI widget to provide spellchecking in your application.
|
|
See kspell.h and http://www.chaos.umd.edu/~dsweet/KDE/KSpell for
|
|
documentation.
|
|
|
|
Settings
|
|
--------
|
|
A configuration dialog/widget is also provided. This class (K3SpellConfig) acts
|
|
not only as a widget allowing the user to set K3Spell preferences, but also
|
|
as a data abstraction class allowing you to get and set the preferences from
|
|
within your program. You can pass an instance of K3SpellConfig to K3Spell
|
|
and the spellchecker will run with the appropriate preference settings. The
|
|
preferences, when saved (see kspelldlg.h) are saved globally. If needed,
|
|
you can read them with K3SpellDlg and set and use application-specific
|
|
spellchecking settings.
|