Reputation: 738
I mean to set border: 0 px
of every cell.
Upvotes: 0
Views: 232
Reputation: 807
You can either use setShowGrid or setGridStyle with Qt::NoPen on your QTableView/Widget. These properties can also be directly set in QtDesigner.
Upvotes: 1