I want to be able to use Rich Text in the QTableWidgetItems, but that's not allowed. I'm thinking I am going to have to use a delegate, but I'm not sure on all the steps I'd have to take to just put a QLabel (my guess on what I'd do) into a subclass of QTableWidgetItem. If anyone has some examples or a good explanation of what I need to do, that would be great.