Docking window to right of the screen
General and Desktop
2
Posts
2
Posters
609
Views
-
Is there a way into Qt to have a window take up the right half of the screen or to support docking the window to specific portions like how you can drag and dock in ubuntu and windows?
-
Is there a way into Qt to have a window take up the right half of the screen or to support docking the window to specific portions like how you can drag and dock in ubuntu and windows?
@Akito_Kami How is it related to Qt? This is done by the window manager and should work with a Qt app in the same way as with any other app (just tried on Ubuntu and it works). Or do you want to do it inside your Qt app (MDI)?