connect(ui->horizontalSlider, SIGNAL(valueChanged(int)),this, SLOT(counterChanged(int)));
connect(ui->ResetButton,SIGNAL(clicked()), this, SLOT(SetSliderValue()));
connect(ui->PlayButton,SIGNAL(clicked()), this, SLOT(animate()));
connect(ui->horizontalSlider, SIGNAL(valueChanged(int)),this, SLOT(counterChanged(int)));
connect(ui->ResetButton,SIGNAL(clicked()), this, SLOT(SetSliderValue()));
connect(ui->PlayButton,SIGNAL(clicked()), this, SLOT(animate()));
To copy to clipboard, switch view to plain text mode
Bookmarks