As MrD. suggested, you have to do this:
disconnect(ui->spinBox, SIGNAL(valueChanged (int)), 0, 0);
You may read the QObject Class Reference for more info about this.
As MrD. suggested, you have to do this:
disconnect(ui->spinBox, SIGNAL(valueChanged (int)), 0, 0);
You may read the QObject Class Reference for more info about this.
If you want to block all signals of particular control use function.
basslo (13th July 2012)
But you can also perform your task through disconnect also.
Heavy Metal Rules. For those about to rock, we salute you.
HIT THANKS IF I HELPED.
Bookmarks