Thanks.
I tried you code, thinking maybe the item initializtion played a part in it, but it stays exatly the same... hmm....
Qt Code:
  1. uiLarge.listPort->setViewMode(QListView::ListMode);
  2. uiLarge.listPort->addItem(QString("ttyS0"));
  3. uiLarge.listPort->addItem(QString("ttyS1"));
  4. uiLarge.listPort->addItem(QString("ttyS2"));
  5. uiLarge.listPort->addItem(QString("ttyS3"));
  6. uiLarge.listPort->addItem(QString("ttyS4"));
To copy to clipboard, switch view to plain text mode 
It looks EXACTLY the same as before for me...
I hate such situations...

Thanks though!

The only difference is that my list is initializes in an ui faile...
Is there an propery in designer that might change this?