1、先定义一个槽函数void slotclicked(); 然后再源文件中实现,写自己想要实现的代码。2、new button 后连接信号和槽,connect(button,SIGNAL(clicked()),this,SLOT(slotclicked()));