class Dialog


Module kdeui
Namespace Sonnet
Class Dialog
Inherits KDialog
Spellcheck dialog

Sonnet.Dialog = dlg=new Sonnet.Dialog(new Sonnet.BackgroundChecker(
this), this);
//connect signals
...
dlg->setBuffer( someText );
dlg->show();

You can change buffer inside a slot connected to done() signal and spellcheck will continue with new data automatically.



methods