问题
I can't find any way to put a line between items in my list. Am I missing something?
回答1:
A style sheet would be easiest, for example:
myListWidget->setStyleSheet( "QListWidget::item { border-bottom: 1px solid black; }" );
You'll want to look at some of the style sheet documentation
来源:https://stackoverflow.com/questions/7780411/qt-qlistwidget-separator-line-between-items