How to programmatically capture QDockWidget state
-
wrote on 30 Jul 2013, 02:52 last edited by
Hi, sorry if this seems like a simple question but i'm in a bit of a rush.
Can anybody give me a clue how to capture programmatically whether a QDockWidget object is docked or not. In other words, answer the question, is it presently docked or not. I was expecting to find a method called something like isDocked. But I don't see anything like that.
Any feedback is much appreciated.
Thanks.
-
wrote on 30 Jul 2013, 02:58 last edited by
isFloating()
-
wrote on 30 Jul 2013, 15:41 last edited by
Really? Ok let me try that out.
Thanks much.
1/3