I have made an standalone app inheriting from base class QtGui.QFrame,
QtGui.QFrame
and now i want to add a floating toolbar to it the way I could have in QMainWindow, how should I do it ?
We need some code.