When I call:
Code:
my_dockwidget->setFloating( true );
Nothing happens. I can't see the widget in my QMainWindow or floating.
But if I do this:
Then it pops up.Code:
my_dockwidget->setFloating( false ); my_dockwidget->setFloating( true );
Is this a bug in Qt?
In the case where it doesn't pop up, I cout'ed the isVisible() isFloat() parameters and both were true!