Home
last modified time | relevance | path

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

/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dhyask.cpp80 addToExceptionListText = new QLabel(this); in HyAsk()
81 addToExceptionListText->setText( tr("Add to the\nException List")); in HyAsk()
82 hboxLayout1->addWidget(addToExceptionListText); in HyAsk()
86 addToExceptionListText->setEnabled(false); in HyAsk()
148 addToExceptionListText->setEnabled(true); in Check()
H A Dhyask.h41 QLabel *addToExceptionListText; variable