Qt 6.11 is out! See what's new in the release
blog
Order of QDockWidgets in Qt Designer
-
Hi,
I am currently trying to use QDockWidgets for the first time. I managed to create a MainWindow containing all the dock widgets I want. What I however not get managed, is to reorder the dock widgets in the designer. Once the application runs, reordering by the user is no problem, but I cannot figure out how to change the order of the QDockWidgets in the design phase.
So, any tips how this is done?Regards