Quantcast
Channel: QtWebEngine
Viewing all articles
Browse latest Browse all 13965

change size of items in QListWidget

$
0
0
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” ???**

Viewing all articles
Browse latest Browse all 13965

Trending Articles