|
|
@ -379,7 +379,7 @@ class GuiChord(GuiItem): |
|
|
|
|
|
|
|
stemPen = QtGui.QPen(QtCore.Qt.SolidLine) |
|
|
|
stemPen.setCapStyle(QtCore.Qt.RoundCap) |
|
|
|
stemPen.setWidth(1.5) |
|
|
|
stemPen.setWidth(2) |
|
|
|
|
|
|
|
flags = { #QGraphicsItems can only be used once so we have to save a class constructor here instead of an instance. |
|
|
|
1024 : lambda: QtSvg.QGraphicsSvgItem(":svg/flag1024.svg"), #TODO |
|
|
|