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

Forums

OverviewFelgo 3 Support (Qt 5) › v2.8.2 leftBarItem: NavigationBarRow no longer works

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #13180

    Per

    In Vplay v2.8.1 the following works fine, but in v2.8.2 only the 1st item in NavigationBarRow is shown. The 2nd item is not shown.

    Bug? I tested on mac and android.

    Page {
        id: detailPage
    
        leftBarItem: NavigationBarRow {
            IconButtonBarItem {
               icon: IconType.angleleft
               iconSize: 40
               showItem: showItemAlways
               onClicked: {
                   console.log("back clicked");
                   navigationStack.pop()
               }
             }
            IconButtonBarItem {
                icon: IconType.cog
                iconSize: 40
                title: "settings"
                showItem: showItemAlways
                onClicked: drawer2.toggle()
            }
        }
    
    ...

     

     

    #13186

    Günther
    Felgo Team

    Hi Per!

    Yes, we currently have the issue that the default back button replaces the custom leftBarItem, this will be fixed shortly in a small update.

    Best,
    Günther

Viewing 2 posts - 1 through 2 (of 2 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