Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
I am trying to call multiple qml item in swipeview but its not working?
-
SwipeView {
id: swipeView
anchors.fill: parentcurrentIndex: 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?