Home
last modified time | relevance | path

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

/dports/x11-fonts/fontmatrix/fontmatrix-0.9.100/src/
H A Dsamplewidget.h171 void slotUpdateRView();
H A Dsamplewidget.cpp190 connect ( ui->loremView_FT, SIGNAL(pleaseUpdateMe()), this, SLOT(slotUpdateRView())); in createConnections()
238 disconnect ( ui->loremView_FT, SIGNAL(pleaseUpdateMe()), this, SLOT(slotUpdateRView())); in removeConnections()
716 void SampleWidget::slotUpdateRView() in slotUpdateRView() function in SampleWidget