Exemplo n.º 1
0
 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)
Exemplo n.º 2
0
 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)