qt - How to detect when a QDockWidget is moved out of a QMainWindow? -


there signal allows user know qdockwidget has been moved inside qmainwindow :

void docklocationchanged(qt::dockwidgetarea area) 

the problem signal not fired when qdockwidget moved out of qmainwindow (either dragging or double-clicking dockwidget's title bar).

is there way detect event, without reimplementing moveevent()?

there floating property purpose, , toplevelchanged signal.


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -