added alternate table color
This commit is contained in:
parent
1aa38f59d6
commit
c798e60300
1 changed files with 1 additions and 0 deletions
|
@ -155,6 +155,7 @@ class List(QtGui.QTableWidget):
|
|||
self.app = container
|
||||
self.itemSelectionChanged.connect(self.rowSelected)
|
||||
self.setShowGrid(False)
|
||||
self.setAlternatingRowColors(True)
|
||||
|
||||
def initHeader(self):
|
||||
self.clear()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue