How to set currentIndex of SwipeView to currentIndex of TabBar “by reference” after going to specific page?
I'm getting started with QtQuick Controls 2.0. I have experience with C++ and a small amount of experience with Qt, but I have not worked with QML before. I have a TabBar and a SwipeView that are linked to each other. What I mean by this is that when you select a page on the TabBar , the SwipeView goes to that page. When you swipe to a page from the SwipeView , the TabBar updates itself to reflect that. As a learning exercise, I decided to create a button that would send the user to the second page. The issue is that I can't seem to find a way to do so without messing up the link between the