I may be a lughead, but I can not seem to figure out the proper direction to take with what I am trying to accomplish. Basically I have a QTableWidget with some data in cells as follows:

----------------------
ID | name | phone #|
----------------------
|*tool* | e-mail |
----------------------
ID | name | phone #|
----------------------
|*tool* | e-mail |
----------------------
repeat....

I have the table widget working properly to display my data how I want, but in the *tool* cells I would like to put some buttons/icons that someone could click to spawn a popup about the person shown in the table.

I created a widget UI file from designer, and I have read docs about setCellWidget(). I am still at a loss however about how to use the UI file (my small toolbar) with setCellWidget(), and then connecting slots to the signals that the toolbar generates.

I have made lots of dialog popups, and my main window with UI files and designer, just not quite sure how to place it within many cells in a table.