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

Forums

OverviewFelgo 3 Support (Qt 5) › How to show AppFlickable navigation dots?

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #18893

    Niyazi

    Hi,

    In my app I use AppFlickable components. I add Text item in my below example and show as dots “…..”

    I need some animation or something that when user moves from left to right the my dots animates. Same to right to left movement of AppFlickable components.

     

    Item {
        id: myWeatherItem
        anchors.horizontalCenter: parent.horizontalCenter
        anchors.verticalCenter: parent.verticalCenter
    
        Text {
            id: myDot
            anchors.bottom: parent.bottom
            anchors.horizontalCenter: parent.horizontalCenter
            font.pixelSize: sp(30)
            font.bold: true
            color: "white"
            text: "....."
        } //Text
    
    
    
        AppFlickable {
            id: myFlickable
            anchors.fill: parent
            flickableDirection: Flickable.HorizontalFlick
    
       } // AppFlickable
    
    } // Item

     

Viewing 1 post (of 1 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