def __init__(self, x, y):
ViewPort.__init__(self, x, y)
QtCore.QObject.__init__(self)
self.__current_layer = None
self.currentLayerChanged.connect(self.changed)
self.__show_images = True
self.__draw_other_layers = True
self.layer_permute = 0
评论列表
文章目录