You can always make the widget emit similar signal. But you shouldn't flood the view full of item widgets. The whole point of item views is to get rid of expensive widgets and replace them with light items. Just add the widgets to a layout and place it inside a QScrollArea if you really need to use widgets.





Reply With Quote
Bookmarks