Hello!
I created the MainWindow project and added:
MainWindow.h
I wrote in the constructor of the MainWindow:
Code:
startTimer( 2000 );
I wrote:
How to stop this timer here:
Code:
void MainWindow::on_startTransmissionButton_clicked() { }
P.S. I cannot find timerEvent in the Qt's documentation
