63 def on_historyList_itemDoubleClicked(self, item): |
63 def on_historyList_itemDoubleClicked(self, item): |
64 """ |
64 """ |
65 Private slot to handle a double click of an item. |
65 Private slot to handle a double click of an item. |
66 |
66 |
67 @param item reference to the item that was double clicked |
67 @param item reference to the item that was double clicked |
68 (QListWidgetItem) |
68 @type QListWidgetItem |
69 """ |
69 """ |
70 self.on_executeButton_clicked() |
70 self.on_executeButton_clicked() |
71 |
71 |
72 @pyqtSlot() |
72 @pyqtSlot() |
73 def on_deleteButton_clicked(self): |
73 def on_deleteButton_clicked(self): |