qt报错:No such signal QPushButton 解决办法: connect(ui-rButton, SIGNAL(clickeed()), this, SLOT(onClicked()));
customContextMenuRequested(const QPoint & pos);是树自带的信号 不需要定义,直接继承使用