Searched refs:slotUpdateRView (Results 1 – 2 of 2) sorted by relevance
171 void slotUpdateRView();
190 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