How to show a Page over ApplicationWindow header and footer with Qt 6.9?
-
Hi all
In my app I show a Page item over the full ApplicationWindow by parent the Page to contentItem.parent. By using this trick I can show the page also over ApplicationWindow header and footer by showing a "new" header and footer from Page item itself. However this trick doesn't work anymore with new Qt version 6.9. The Page is showed but always under ApplicationWindow header and footer there are always on top. I read about the introduction of SafeArea but also knowing it I can not find a way to have same result of "old" Qt. Is there someone who know the "new" way to show a Page full over ApplicationWindow?
Thank you