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