[Solved]show popup of selectable list
General and Desktop
5
Posts
4
Posters
1.5k
Views
1
Watching
-
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.