conductor.py 文件源码

python
阅读 26 收藏 0 点赞 0 评论 0

项目:Laborejo 作者: hilbrichtsoftware 项目源码 文件源码
def __init__(self, parent, positionInSeconds):
            self.__class__.instances.append(self)
            m, s = divmod(positionInSeconds, 60)
            text = "{}:{} min".format(str(int(m)).zfill(2), str(int(s)).zfill(2))
            super().__init__(text)

            marker = QtWidgets.QGraphicsLineItem(0, 0, 0, -10) #vertical marker to connect to the conductor line
            marker.setParentItem(self)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号