I am developing my own widget which is a kind of tree view, and I am facing a little problem : my items are QPushButtons, they are in a QFrame, which is in a scrollArea. When I deploy my items, scroll bars don't appear and I can't use my scroll wheel. I have tried to change the size of my QFrame dynamically but it doesn't work. I have search on the net but I did not found any real good answer.
If someone has a clue to resolve the problem, I am interested !
Thanks !