Hi all,

I want to insert a lineEdit and a pushButton into one cell. When pushButton is clicked, the calling slot will set a text to the lineEdit. I can use setCellWidget() method of QTableWidget. But it takes one widget. So i need a widget which contains multiple widgets. Do you have any idae to implement this problem?

Thanks,