Patview incrementCurrentIndex
-
-
Hi, just guessing but maybe you need a processEvents() wedged in, say like this:
myPathView.incrementCurrentIndex(); qApp->processEvents(); myPathView.incrementCurrentIndex();@hskoglund said in Patview incrementCurrentIndex:
qApp->processEvents();
@hskoglund : But Calling qApp->processEvents(); explicitly is not a suggested by Qt Best Practices.
-
@hskoglund said in Patview incrementCurrentIndex:
qApp->processEvents();
@hskoglund : But Calling qApp->processEvents(); explicitly is not a suggested by Qt Best Practices.