I want to align the text items in the listwidget to center of the widget.Is that possible without using QlistWidgetItem/Delegates.I am adding all the items from a QList into the QListWidget using addItems() method.Any other options???