Home
last modified time | relevance | path

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

/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dhyask.cpp77 addToExceptionList = new QCheckBox(this); in HyAsk()
78 addToExceptionList->setToolTip(tr("Add edited hyphen to local hyphenation dictionary list")); in HyAsk()
79 hboxLayout1->addWidget(addToExceptionList); in HyAsk()
85 addToExceptionList->setEnabled(false); in HyAsk()
87 addToExceptionList->setChecked(false); in HyAsk()
147 addToExceptionList->setEnabled(true); in Check()
H A Dhyask.h39 QCheckBox *addToExceptionList; variable
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dhyphenator.cpp301 if (dia->addToExceptionList->isChecked()) in slotHyphenate()