...... это конец конструктора MainWindow onstart.singleShot( 0, this, SLOT(started()) );}void MainWindow::started(){ qDebug() << "reset"; schemeChanged( false );}// сюда попадает при сдвиге скролловvoid MainWindow::sceneViewportChange(int){ schemeChanged( true ); qDebug() << "set";}
onstart.singleShot( 1, this, SLOT(started()) );