Does this help?
Qt Code:
connect(this->ui->pb_inc, SIGNAL(clicked()), this, SLOT(inc()),Qt::UniqueConnection); connect(this->ui->pb_dec, SIGNAL(clicked()), this, SLOT(dec()),Qt::UniqueConnection);To copy to clipboard, switch view to plain text mode
Bookmarks