Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(18) | Call(4) | Derive(4) | Import(10)
src/i/l/ilastik-HEAD/ilastik/widgets/labelListView.py ilastik(Download)
from PyQt4 import uic from labelListModel import LabelListModel, Label from listView import ListView
class LabelListView(ListView): def __init__(self, parent = None): super(LabelListView, self).__init__(parent=parent)
src/i/l/ilastik-HEAD/ilastik/widgets/boxListView.py ilastik(Download)
from PyQt4 import uic from labelListModel import LabelListModel, Label from listView import ListView
class BoxListView(ListView): signalSaveAllBoxesToCSV=pyqtSignal(str) def __init__(self, parent = None):