Home
last modified time | relevance | path

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

/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dsmpstylewidget.h87 void slotNumbering(bool isOn);
H A Dsmpstylewidget.cpp507 connect(numBox, SIGNAL(toggled(bool)), this, SLOT(slotNumbering(bool))); in show()
1149 void SMPStyleWidget::slotNumbering(bool isOn) in slotNumbering() function in SMPStyleWidget
1236 connect(numBox, SIGNAL(toggled(bool)), this, SLOT(slotNumbering(bool))); in connectPESignals()
1244 disconnect(numBox, SIGNAL(toggled(bool)), this, SLOT(slotNumbering(bool))); in disconnectPESignals()