def mouseDoubleClickEvent(self, event):
if event.button() == Qt.LeftButton:
if self._selected is not None:
glyphRecord = self._glyphRecords[self._selected]
self.glyphActivated.emit(glyphRecord.glyph)
else:
super(GlyphLineWidget, self).mouseDoubleClickEvent(event)
评论列表
文章目录