For example, I want to set icon for each listwidgetitem, but the icon is located at http://www.test.com/test.jpg , how can I use this image?
Can I put the image url in qrc file and use :imagename to access it? or Can I use QIcon icon(" http://www.test.com/test.jpg ") ?