QSpellcheckerDialogBase config.h qt_helpers.h QDialog name QSpellcheckerDialogBase geometry 0 0 323 389 caption Spellchecker sizeGripEnabled true margin 11 spacing 6 QLabel name TextLabel2 text Suggestions: buddy suggestionsLB QPushButton name replacePB text &Replace toolTip Replace word with current choice QPushButton name addPB text A&dd toolTip Add the word to your personal dictionary QPushButton name ignorePB text &Ignore toolTip Ignore this word QPushButton name replacePB_3 text I&gnore All toolTip Ignore this word throughout this session name Spacer6 orientation Horizontal sizeType Expanding sizeHint 20 20 QPushButton name closePB text &Close QProgressBar name spellcheckPR toolTip How far spellchecking has got QListBox name suggestionsLB toolTip Suggestions name Spacer10 orientation Vertical sizeType Expanding sizeHint 20 20 QLabel name TextLabel1 text Replacement: buddy replaceCO QLineEdit name wordED toolTip Current word QLabel name TextLabel3 text Unknown word: buddy wordED QComboBox name replaceCO sizePolicy 3 0 focusPolicy StrongFocus editable true insertionPolicy AtTop autoCompletion true duplicatesEnabled false toolTip Replace with selected word replaceCO highlighted(const QString&) QSpellcheckerDialogBase replaceChanged(const QString &) replacePB clicked() QSpellcheckerDialogBase replaceClicked() ignorePB clicked() QSpellcheckerDialogBase ignoreClicked() replacePB_3 clicked() QSpellcheckerDialogBase acceptClicked() addPB clicked() QSpellcheckerDialogBase addClicked() suggestionsLB doubleClicked(QListBoxItem*) QSpellcheckerDialogBase replaceClicked() suggestionsLB highlighted(const QString&) QSpellcheckerDialogBase suggestionChanged(const QString &) acceptClicked() addClicked() ignoreClicked() optionsClicked() replaceChanged(const QString &) replaceClicked() suggestionChanged(const QString &) wordED replaceCO suggestionsLB replacePB ignorePB replacePB_3 addPB closePB