I have an application with start and stop buttons for the thread.
How can I make the thread start without pushing the start button?
I want the application to startup at boot time.


void Dialog:n_pushButton_clicked()
{
mThread->start();
mThread->Stop = false;
ui->running->setText("Startad");
}