Issue with setHorizontalScrollBarPolicy in MDI area.
-
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.
-
@Yash001
Hi
That is fine, it was just to check if there was a bug with redrawing and it had been fixed later
or its something completely different.
Do you run the app in XP/win 7 or is this on win 10 ? -
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 ?
-
@mrjj Yes it is fix. sorry for late reply. I remove the default function "tileSubWindows()" and create another function using http://blog.qt.io/blog/2013/04/29/how-to-tile-widgets-in-a-multiple-document-interface-application/.
-
ok super.
Its good to see someone still using MDI in 2018 :) -
@Yash001
DockWidgets. Else not so much.
11/13