原因:连接了信号currentRowChanged(int)和槽,当选中其中的一行时,在调用Clear函数就会报错。 解决方法:不连接currentRowChanged(int)信号和槽,改为连接itemClicked()和槽。