diff -r 3c2bcbf7eeaf -r ca2e671f894e OllamaInterface/Ui_OllamaWidget.py --- a/OllamaInterface/Ui_OllamaWidget.py Tue Dec 10 15:48:48 2024 +0100 +++ b/OllamaInterface/Ui_OllamaWidget.py Mon Apr 07 18:22:14 2025 +0200 @@ -1,6 +1,6 @@ # Form implementation generated from reading ui file 'OllamaInterface/OllamaWidget.ui' # -# Created by: PyQt6 UI code generator 6.8.0.dev2411221125 +# Created by: PyQt6 UI code generator 6.9.0 # # WARNING: Any manual changes made to this file will be lost when pyuic6 is # run again. Do not edit this file unless you know what you are doing. @@ -100,6 +100,6 @@ self.modelComboBox.setToolTip(_translate("OllamaWidget", "Select the model for the chat.")) self.newChatButton.setToolTip(_translate("OllamaWidget", "Press to start a new chat.")) self.messageEdit.setToolTip(_translate("OllamaWidget", "Enter the message to be sent to the \'ollama\' server.")) - self.messageEdit.setPlaceholderText(_translate("OllamaWidget", "Enter Message")) + self.messageEdit.setPlaceholderText(_translate("OllamaWidget", "Enter Message and press \'Ctrl-Return\' to send it or use the send button.")) self.sendButton.setToolTip(_translate("OllamaWidget", "Press to send the message of the current chat to the \'ollama\' server.")) from eric7.EricWidgets.EricToolButton import EricToolButton