KoRnKloWn
May 25th, 2013, 11:11 PM
I'm working on an app using Qml, I have a MainView, it has a Column on the left hand side, and a PageStack right next to it, now, the PageStack isn't working as expected, there's no header or toolbar being added (I have titles for my pages, so a header should be displayed, right???), and the PageStack is overlapping the Column even though I have `anchors.left: myColumn.right` in the PageStack. I also have the model and delegate for a GridView inside the MainView (I wouldn't think those would effect it at all, but I'm quite unfamilliar with Qml). So, is the PageStack supposed to be by itself in a MainView? Is that maybe the reason it's not working? Should I have something like a Rectangle be the root component, and then have the MainView next to the Column?
Any help is greately appreciated, thank you.
Any help is greately appreciated, thank you.