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. I am trying to call multiple qml item in swipeview but its not working?

I am trying to call multiple qml item in swipeview but its not working?

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 529 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.
  • S Offline
    S Offline
    Shwetha
    wrote on last edited by
    #1

    SwipeView {
    id: swipeView
    anchors.fill: parent

        currentIndex: tabBar.currentIndex
    
        Network{
        }
        Battery{
        }
    }
    

    i am trying to execute this but i am getting errors
    1)qml/QtQuick/Controls.2/SwipeView.qml:49:18: QML ListView: possible QQuickItem::polish() loop
    2)qml/QtQuick/Controls.2/SwipeView.qml:49:18: QML ListView: ListView called polish() inside updatePolish() of ListView
    but i just call either Network/Battery page its working fine how to fix this issue?

    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