예제 #1
0
파일: qlogtable.py 프로젝트: tcsgmrt/taurus
 def __init__(self, parent=None, designMode=False,
              with_filter_widget=LoggingToolBar,
              with_selection_widget=True, with_refresh_widget=True,
              perspective=None, proxy=None):
     QBaseTableWidget.__init__(self, parent=parent, designMode=designMode,
                               with_filter_widget=with_filter_widget,
                               with_selection_widget=False, with_refresh_widget=False,
                               perspective=perspective, proxy=proxy)
예제 #2
0
파일: qlogtable.py 프로젝트: cmft/taurus
 def __init__(self, parent=None, designMode=False,
              with_filter_widget=LoggingToolBar,
              with_selection_widget=True, with_refresh_widget=True,
              perspective=None, proxy=None):
     QBaseTableWidget.__init__(self, parent=parent, designMode=designMode,
                               with_filter_widget=with_filter_widget,
                               with_selection_widget=False, with_refresh_widget=False,
                               perspective=perspective, proxy=proxy)