Code review comment for lp:~ahayzen/music-app/add-manual-tests-001

Revision history for this message
Nicholas Skaggs (nskaggs) wrote :

Leaving a note on how the images would have to be embedded. We would have to change the job type, as well as package the images and reference them.

use qml type of job
include $your_file.png in the 'data' dir of the provider
reference it as Qt.resolvedUrl("$your_file.png")

« Back to merge proposal