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

YouTube Video Player App

 import Felgo 4.0
 import QtQuick 2.0

 Item {
   property string targetUrl: ""
   property alias source: image.source

   width: dp(36)
   height: width
   visible: targetUrl !== ""

   Image {
     id: image
     width: parent.width
     height: width / sourceSize.width * sourceSize.height
     anchors.verticalCenter: parent.verticalCenter
     source: "../../assets/spotify.png"
   }

   MouseArea {
     anchors.fill: parent
Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded