Learn what Felgo offers to help your business succeed. Start your free evaluation today! Felgo for Your Business

Forums

OverviewFelgo 3 Support (Qt 5) › PageController

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #18702

    Nicola

    Hi,

    where i can find a full example for the PageController (as move between different page)?

    Nicola

     

    #18704

    Nicola

    I resolved in this way

    SwipeView {
            id: view
    
            currentIndex: 0
            anchors.fill: parent
    
            Item {
                id: firstPage
            }
            Item {
                id: secondPage
            }
            Item {
                id: thirdPage
            }
        }
    
        VP.PageControl {
            pages: 3
            anchors.bottom: parent.bottom
            currentPage: view.currentIndex
        }

     

    #18714

    Alex
    Felgo Team

    Hi Nicola,

    we will add an example for the PageControl, thanks for pointing this out.

    Cheers,
    Alex

Viewing 3 posts - 1 through 3 (of 3 total)

RSS feed for this thread

You must be logged in to reply to this topic.

Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded