I've searched a method into QT5 Docs and I couldn't find anything regarding a function that can get me all the elements within the StackWidget.
I have a StackWidget which contains the pages for my application, but so far the only way I found in order to be able to change that the page is this function setCurrentIndex
which needs to take an index of that specific page. Is the anyway a function or something which cand return the name of the elements from that stackWidget
or a way in which I can use the name of that object in order to change the page, not the index.