I'm using Qt Designer (4.8.1), on multiple monitors. I like to undock some of Designer's widgets/panels (ie, Object Inspector, Widget Box) and put them on one screen, while I have the main design area on another. If I switch to another program that takes up one screen (like my code editor, or QtAssistant), Designer hides its undocked panels. Is there any way to change that? Eg, so I can pull up Assistant over the main Designer window, but still see (Designer's) Object Inspector.
I could probably get used to it, but I'd rather fix it. More importantly, if this is standard Qt behavior, I'll need to know how to correct/change it in my own programs (I haven't used dockWidgets yet, but I plan to).