Home
last modified time | relevance | path

Searched refs:spellDictComboAction (Results 1 – 1 of 1) sorted by relevance

/dports/net-im/ktp-text-ui/ktp-text-ui-21.12.3/app/
H A Dchat-window.cpp885 QWidgetAction *spellDictComboAction = new QWidgetAction(this); in setupCustomActions() local
886 spellDictComboAction->setDefaultWidget(m_spellDictCombo); in setupCustomActions()
887 spellDictComboAction->defaultWidget()->setFocusPolicy(Qt::ClickFocus); in setupCustomActions()
888 spellDictComboAction->setIcon(QIcon::fromTheme(QStringLiteral("tools-check-spelling"))); in setupCustomActions()
889 spellDictComboAction->setIconText(i18n("Choose Spelling Language")); in setupCustomActions()
925 actionCollection()->addAction(QLatin1String("language"), spellDictComboAction); in setupCustomActions()