难道QDialog里面有设置限制QPushButton的信号槽处理
connect(ui->pushButton_3, SIGNAL(clickced()), this, SLOT(test()));
connect(ui->pushButton_2, SIGNAL(clickced()), this, SLOT(cancel()));
connect(ui->pushButton, SIGNAL(clicked()), this, SLOT(select()));
这三个只有ui->pushButton的可以触发,看上去很简单,但是是怎么回事呢
求解答。
------解决思路----------------------
你太粗心了,clickced是啥信号?