aboutsummaryrefslogtreecommitdiffstats
path: root/Lib/defconQt/groupsView.py
diff options
context:
space:
mode:
authorAdrien Tétar2015-07-01 10:13:38 +0200
committerAdrien Tétar2015-07-01 10:13:38 +0200
commit2cb5646c5c49258398ad346bd1a975c6b9c79bd6 (patch)
treea66794ab0e9a5b532239c8e9d7a8548344de67d9 /Lib/defconQt/groupsView.py
parentf61fceb21c8d4657f9394517cf6fb65523161e47 (diff)
downloadtrufont-2cb5646c5c49258398ad346bd1a975c6b9c79bd6.tar.bz2
spaceCenter: show active letter bbox, allow opening glyphView, showMetrics, verticalFlip, proportional scrolling, enforce int spacing values in the widget, nits
Diffstat (limited to 'Lib/defconQt/groupsView.py')
-rw-r--r--Lib/defconQt/groupsView.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/defconQt/groupsView.py b/Lib/defconQt/groupsView.py
index dae9b42..75b7b10 100644
--- a/Lib/defconQt/groupsView.py
+++ b/Lib/defconQt/groupsView.py
@@ -6,6 +6,7 @@ from PyQt5.QtWidgets import *
class GroupListWidget(QListWidget):
def __init__(self, groupNames, parent=None):
super(GroupListWidget, self).__init__(parent)
+ #self.setAlternatingRowColors(True)
self.setSelectionMode(QAbstractItemView.SingleSelection)
self.setSortingEnabled(True)