def __init__( self, app ):
self.app = app
self.debugLog = self.app.debug_options.debugLogTableModel
super().__init__()
self.scm_project_tree_node = None
self.all_files = []
self.all_included_files = None
self.__brush_is_cached = QtGui.QBrush( QtGui.QColor( 255, 0, 255 ) )
self.__brush_is_changed = QtGui.QBrush( QtGui.QColor( 0, 0, 255 ) )
self.__brush_is_uncontrolled = QtGui.QBrush( QtGui.QColor( 0, 128, 0 ) )
评论列表
文章目录