wb_git_log_history_view.py 文件源码

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

项目:scm-workbench 作者: barry-scott 项目源码 文件源码
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 ) )
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号