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

Forums

OverviewFelgo 3 Support (Qt 5) › is there a way to 'reuse' images on a list model?

Tagged: 

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

    jrrobles79

    I have a list model view an on the delegate I have an Image that loads the user avatar, I have notice that sometimes this is a bit slow, is there a way to cache the loaded images and just call it again what is need it?

     delegate: CheckPointRow {                  
                        width: parent.width                   
                        msgOwnerUsername:taskFullDetail.username_owner
    ...
    ...
    
    //on CheckPointRow component:
    onMsgOwnerUsernameChanged:{
          avatar.source = viewHelper.getAvatarUserImage(msgOwnerUsername) //get an valid image url if not get a default image
    }
    
    Image{
    id: avatar
    source: ""
    }
    
    

     

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