ApplicationWindow footer width controlled

267 Views Asked by At

I'm using ApplicationWindow in main.qml, and using StackLayout to call all the qml windows and navigate through them as needed (e.g. pageOne, pageTwo, ...).

As shown in the image below, I created a vertical TabBar which is always present regardless of which qml window/page is called. I want to create a footer in ApplicationWindow to view data as app current version. I want to control the footer width to be anchored left of TabBar, but the footer width fills the total width of the ApplicationWindow and pushing the TabBar up, causing undesired design.

Is there a way to cotrol ApplicationWindow footer width and anchoring it to TabBar? any suggestions are welcome.

enter image description here


enter image description here

1

There are 1 best solutions below

0
On

Just ignore ApplicationWindow's footer (if not set it will become zero height) and make your Footer part of the contentItem's layout.