Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

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

    QML and Qt Quick
    1
    1
    301
    Loading More Posts
    • 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
      Shwetha last edited by

      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 Reply Quote 0
      • First post
        Last post