I'm making a little app for applying various filters on an image using Qt and C++.
My question is, is it possible to add multiple widgets on a QDockWidget ? As i want to add buttons for re-applying the last 5 filters on the dock.
Here is an example of what i want to achieve.