hi
i have a QListWidget which has some items here is my code
*QListWidget *mailList=new QListWidget();
mailList->insertItem(0,“item 0”);
mailList->insertItem(1,“item 1”);
mailList->insertItem(2,“item 2”);*
how can i change the size of “item 0” ???**
↧