Add Item to QTreeWidget
Unsolved
General and Desktop
-
Hello,
I have string like this -> nickname1,nickname2,nickname3,nickname4,nickname4
and I have picture url like this -> sitename.com/picture.pngand I have QTreeWidget. I want add this nicknames to QTreeWidget with icon ( sitename.com/picture.png).
How can I do this ?
NOTE:!! I getting this nicknames from url. There more than100 nickname and always changing. -
Have you tried with QTreeWidgetItem ? Did you check setIcon function of QTreeWIdgetitem ?
Give us the exact picture on what you are planning. It helps.Links provided are broken.