Hello QtGeeks
I'm working on a project that needs to acchieve drag and drop effect from one QListWidget(based on QToolBox) to another(Same QListWidget, just another tab).
In order to make this happen, I believe I have to realize a mouseover effect that allows the tab under the mouse to extend automatically. But as far as I know, tabs on QToolBox extend only by clicking. I dug hard on the documentation/style sheet/qt center database for possible solutions. But not yet get it . I know someone raised similar questions before, but i didn't see any solutiosn. I've been stuck on this for a few days.
Someone, Anyone, please help !