def scaleView(self, scaleFactor):
factor = self.matrix().scale(scaleFactor, scaleFactor).mapRect(QtCore.QRectF(0, 0, 1, 1)).width()
if factor < 0.07 or factor > 100:
return
self.scale(scaleFactor, scaleFactor)
del factor
communityDetectionEngine.py 文件源码
python
阅读 35
收藏 0
点赞 0
评论 0
评论列表
文章目录