Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(2) | Derive(0) | Import(0)
src/i/l/ilastik-HEAD/ilastik/widgets/labelListModel.py ilastik(Download)
def __init__(self, name, color, parent = None, pmapColor=None): ListElement.__init__(self, name,parent) self._brushColor = color if pmapColor is None: self._pmapColor = color
src/i/l/ilastik-HEAD/ilastik/widgets/boxListModel.py ilastik(Download)
def __init__(self, name, color, density=0.0, fontsize=12, linewidth=2, fontcolor=QColor(255,255,255), parent = None): ListElement.__init__(self, name, parent) self._density = density self._color = color