42 OllamaHistoryWidget.setTabOrder(self.newChatButton, self.editButton) |
42 OllamaHistoryWidget.setTabOrder(self.newChatButton, self.editButton) |
43 OllamaHistoryWidget.setTabOrder(self.editButton, self.deleteButton) |
43 OllamaHistoryWidget.setTabOrder(self.editButton, self.deleteButton) |
44 |
44 |
45 def retranslateUi(self, OllamaHistoryWidget): |
45 def retranslateUi(self, OllamaHistoryWidget): |
46 _translate = QtCore.QCoreApplication.translate |
46 _translate = QtCore.QCoreApplication.translate |
47 self.newChatButton.setToolTip(_translate("OllamaHistoryWidget", "Press to start a new chat based on the current history.")) |
47 self.newChatButton.setToolTip(_translate("OllamaHistoryWidget", "Press to start a new chat based on the current history or switch to an already opened chat.")) |
48 self.editButton.setToolTip(_translate("OllamaHistoryWidget", "Press to edit the chat title.")) |
48 self.editButton.setToolTip(_translate("OllamaHistoryWidget", "Press to edit the chat title.")) |
49 self.deleteButton.setToolTip(_translate("OllamaHistoryWidget", "Press to delete this chat history.")) |
49 self.deleteButton.setToolTip(_translate("OllamaHistoryWidget", "Press to delete this chat history.")) |