[Solved] How to create a QListView with QPushButton
-
Hi guys,
i wanna create a QListView, in which list item is my custom QWidget, for example, i wanna display some text and add some button in each list item.
i know how to display custom content , such as text, in a delegate. and i know how to add a editor into delegate. but i didn't find any way to add a QWidget into delegate.
any guy can help me? -