def __init__( self, app ):
self.app = app
self.debugLog = self.app.debug_options.debugLogLogHistory
super().__init__()
self.all_commit_nodes = []
self.all_tags_by_id = {}
self.all_unpushed_commit_ids = set()
self.__brush_is_tag = QtGui.QBrush( QtGui.QColor( 0, 0, 255 ) )
self.__brush_is_unpushed = QtGui.QBrush( QtGui.QColor( 192, 0, 192 ) )
wb_git_log_history_view.py 文件源码
python
阅读 30
收藏 0
点赞 0
评论 0
评论列表
文章目录