OllamaInterface/Ui_OllamaHistoryWidget.py

changeset 12
cf507e6f12d7
parent 5
6e8af43d537d
child 21
22245a10b118
equal deleted inserted replaced
11:3641ea6b55d5 12:cf507e6f12d7
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."))

eric ide

mercurial