Hello Friends.
How can I modify the size of my icon in my QListWidgetItem. I have an png with 128*128
Code:
QStringList myStringList2; myStringList2 <<"test"; customerList->addItem(testItem); testItem->setBackground(brush); }
but my icon is quit little and i don´t know why??
Have you some ideas