This is probably an easy fix, but I'm trying to create a gantt chart type display using QTableWidget. I've already created the custom paint delegate, and have the items painting appropriately, which I thought would be the hard part, but I cannot find a way to remove the default cell bordering. The border isn't overly striking, but the app would look much better with no border visible at all. Is this specified in the QTableWidget class, QTableWidgetItem, or is this something that would need to be specified in the overridden paint method?
Thanks
Re: QTableWidget and Cell Borders
2009-12-15, 14:25#2