I saw in the readme file this line of code: my_widget.attributes['background-image'] = "url('/my_resources:image.png')" It made me hopeful that I could add an image to my window "easily". All of my ...