void QListWidget::itemDoubleClicked ( QListWidgetItem * item ) [signal]
This signal is emitted with the specified item when a mouse button is double clicked on an item in the widget.
把这个信号和右边部件中的槽连接起来;
右边部件中可以搞一个全局的Layout的对象,在槽函数中新创建一个按钮,然后加入到这个Layout中,即可实现。或者用代码重设它的坐标。