mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
.. | ||
k3aboutapplication.cpp | ||
k3aboutapplication.h | ||
k3aboutdialog.cpp | ||
k3aboutdialog.h | ||
k3aboutdialog_p.h | ||
k3activelabel.cpp | ||
k3activelabel.h | ||
k3buttonbox.cpp | ||
k3buttonbox.h | ||
k3colordrag.cpp | ||
k3colordrag.h | ||
k3command.cpp | ||
k3command.h | ||
k3dockwidget.cpp | ||
k3dockwidget.h | ||
k3dockwidget_p.h | ||
k3dockwidget_private.cpp | ||
k3dockwidget_private.h | ||
k3iconview.cpp | ||
k3iconview.h | ||
k3iconviewsearchline.cpp | ||
k3iconviewsearchline.h | ||
k3listbox.cpp | ||
k3listbox.h | ||
k3listview.cpp | ||
k3listview.h | ||
k3listviewlineedit.h | ||
k3listviewsearchline.cpp | ||
k3listviewsearchline.h | ||
k3panelapplet.cpp | ||
k3panelapplet.h | ||
k3panelmenu.cpp | ||
k3panelmenu.h | ||
k3passworddialog.cpp | ||
k3passworddialog.h | ||
k3popupmenu.cpp | ||
k3popupmenu.h | ||
k3sconfig.cpp | ||
k3sconfig.h | ||
k3spell.cpp | ||
k3spell.h | ||
k3spelldlg.cpp | ||
k3spelldlg.h | ||
k3spellui.ui | ||
k3syntaxhighlighter.cpp | ||
k3syntaxhighlighter.h | ||
k3textedit.cpp | ||
k3textedit.h | ||
k3wizard.cpp | ||
k3wizard.h | ||
kactivelabel.h | ||
kstdaccel.h | ||
kstdaction.h | ||
kstdguiitem.h | ||
README.kspell |
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.