Пример #1
0
 def showContextMenu(self, transactions, col):
     TransactionOLV.showContextMenu(self, transactions, col, removeOnly=True)
Пример #2
0
 def showContextMenu(self, transactions, col):
     TransactionOLV.showContextMenu(self,
                                    transactions,
                                    col,
                                    removeOnly=True)
Пример #3
0
 def __init__(self, *args, **kwargs):
     TransactionOLV.__init__(self, *args, **kwargs)
     self.SetEmptyListMsg(_('Select file and click "Preview"'))
Пример #4
0
 def __init__(self, *args, **kwargs):
     TransactionOLV.__init__(self, *args, **kwargs)
     self.SetEmptyListMsg(_('Select file and click "Preview"'))