91 OllamaWidget.setTabOrder(self.messageEdit, self.sendButton) |
91 OllamaWidget.setTabOrder(self.messageEdit, self.sendButton) |
92 OllamaWidget.setTabOrder(self.sendButton, self.ollamaMenuButton) |
92 OllamaWidget.setTabOrder(self.sendButton, self.ollamaMenuButton) |
93 |
93 |
94 def retranslateUi(self, OllamaWidget): |
94 def retranslateUi(self, OllamaWidget): |
95 _translate = QtCore.QCoreApplication.translate |
95 _translate = QtCore.QCoreApplication.translate |
|
96 self.reloadModelsButton.setToolTip(_translate("OllamaWidget", "Press to reload the models list and update the \'ollama\' version information.")) |
96 self.reloadModelsButton.setStatusTip(_translate("OllamaWidget", "Select to reload the list of selectable models.")) |
97 self.reloadModelsButton.setStatusTip(_translate("OllamaWidget", "Select to reload the list of selectable models.")) |
97 self.modelComboBox.setStatusTip(_translate("OllamaWidget", "Select the model for the chat.")) |
98 self.modelComboBox.setStatusTip(_translate("OllamaWidget", "Select the model for the chat.")) |
98 self.newChatButton.setToolTip(_translate("OllamaWidget", "Press to start a new chat.")) |
99 self.newChatButton.setToolTip(_translate("OllamaWidget", "Press to start a new chat.")) |
99 self.messageEdit.setToolTip(_translate("OllamaWidget", "Enter the message to be sent to the \'ollama\' server.")) |
100 self.messageEdit.setToolTip(_translate("OllamaWidget", "Enter the message to be sent to the \'ollama\' server.")) |
100 self.messageEdit.setPlaceholderText(_translate("OllamaWidget", "Enter Message")) |
101 self.messageEdit.setPlaceholderText(_translate("OllamaWidget", "Enter Message")) |