Issue with setHorizontalScrollBarPolicy in MDI area.
Unsolved
General and Desktop
-
step for getting error
- run the code and maximized the window and clicked on tile button
-here you will not see the Scrollbar.
2)now Minimized the window
now you can see the scrollbar.
3)Maximized the window
now you can see the scrollbar. but if you click on tile button then again it will disappear.
- run the code and maximized the window and clicked on tile button
-
Hi
Tried to run the code in
Qt5.10 on win 10 and didn't see a scrollbar at all.You could try newest Qt and see if any difference.
-
Thank you mrjj for support. Here I found the another way to setup the widget into MDI area. http://blog.qt.io/blog/2013/04/29/how-to-tile-widgets-in-a-multiple-document-interface-application/
-
So that fixes the scrollbar issue ?
-
ok super.
Its good to see someone still using MDI in 2018 :)