Hi,
I have an image.source which have as input even a QUrl from C++, even a String from javascript.
So I need to convert the later to url type to make it works, then I need 2 things:
- check if input is url type or string
- create an url (need something like QUrl.fromLocalFile)
thanks for help
Jimmy