I want to embed youtube
functionality in my Qt
GUI Application.
I've checked the youtubeview example of Qt
but it does not work, because (I believe&assume) they used the Youtube Data API v2
and URLs are not valid anymore.
Is it feasible to do this in Qt
? Could someone provide a minimal sample code for Qt
, (if possible for QML
)?