Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(1) | Derive(0) | Import(0)
Common interface for the labelListModel and the boxListModel see concrete implementations for details :param elements: :param parent:
src/i/l/ilastik-HEAD/ilastik/widgets/labelListModel.py ilastik(Download)
def __init__(self, labels=None, parent=None): ListModel.__init__(self,labels, parent) self._labels=self._elements