'Adding bullets to items in a QTableWidgetItem

I have a QTableWidget and one of the columns can be text or lists. I use QTableWidgetItem for the list cells, and I would like to have the lists stand out by using bullets # 7-10 • ◘ ○ ◙

So the items would look like

  ○ Cow
  ○ Dog


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source