[Solved]show popup of selectable list
-
As I understood you want a widget which consists list of QPushButtons.
If yes, "this":http://stackoverflow.com/questions/17555967/creating-a-list-of-qpushbuttons may be a solution for you.
-
You can use QTableView or you can build your own widget with QGridView.