Skip to content

QtWS: Early Bird Tickets Available!

  • 0 Votes
    2 Posts
    312 Views
    M

    I have figured this out, by using states and setting the parent. It's not particularly fluid but it works

    StateGroup { id: stateGroup states: [ State { name: "landscape" when: root.width >= 400 PropertyChanges { target: issueDetails parent: issueDetailsSplitViewContainer } PropertyChanges { target: issueDetailsSplitViewContainer visible: true } PropertyChanges { target: issueDetailsDrawer visible: false position: 0 } }, State { name: "portrait" when: root.width < 400 PropertyChanges { target: issueDetails parent: issueDetailsDrawerContainer } PropertyChanges { target: issueDetailsSplitViewContainer visible: false } } ] }
  • Remove Drawer Overlay

    Unsolved QML and Qt Quick
    1
    0 Votes
    1 Posts
    265 Views
    No one has replied
  • 0 Votes
    1 Posts
    839 Views
    No one has replied