Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Swipeview is not showing screen when used with stackview
Forum Updated to NodeBB v4.3 + New Features

Swipeview is not showing screen when used with stackview

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 318 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    bhupi012
    wrote on last edited by bhupi012
    #1

    Hi
    I am implementing stackview in my application.

    SwipeView {
    id: swipeView
    anchors.fill: parent
    currentIndex: showfooter.currentIndex

        DashboardListView{
        id:dashboard
        }
    
        Settings{
        id:setting
        }
    
        Cart{
        id:cart
        }
    

    }

    StackView {
    id: stackView

    initialItem: Pane {
    id: pane
    }
    }

    When i am loading some other screen(like SightDescription.qml) from DashboardListView using push method and after that try to change the screen from footer its navigating screen acutally but not showing screen on the application window because stackview pushed screen ovelapped it . Is their any setting i need to do to resolve this I read stackview's and swipeview's documentation but did not find anything to restrict this behavior.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved