OllamaInterface/Ui_OllamaWidget.py

changeset 68
ca2e671f894e
parent 64
03ccfd615e7c
equal deleted inserted replaced
67:3c2bcbf7eeaf 68:ca2e671f894e
1 # Form implementation generated from reading ui file 'OllamaInterface/OllamaWidget.ui' 1 # Form implementation generated from reading ui file 'OllamaInterface/OllamaWidget.ui'
2 # 2 #
3 # Created by: PyQt6 UI code generator 6.8.0.dev2411221125 3 # Created by: PyQt6 UI code generator 6.9.0
4 # 4 #
5 # WARNING: Any manual changes made to this file will be lost when pyuic6 is 5 # WARNING: Any manual changes made to this file will be lost when pyuic6 is
6 # run again. Do not edit this file unless you know what you are doing. 6 # run again. Do not edit this file unless you know what you are doing.
7 7
8 8
98 _translate = QtCore.QCoreApplication.translate 98 _translate = QtCore.QCoreApplication.translate
99 self.reloadModelsButton.setToolTip(_translate("OllamaWidget", "Press to reload the models list and update the \'ollama\' version information.")) 99 self.reloadModelsButton.setToolTip(_translate("OllamaWidget", "Press to reload the models list and update the \'ollama\' version information."))
100 self.modelComboBox.setToolTip(_translate("OllamaWidget", "Select the model for the chat.")) 100 self.modelComboBox.setToolTip(_translate("OllamaWidget", "Select the model for the chat."))
101 self.newChatButton.setToolTip(_translate("OllamaWidget", "Press to start a new chat.")) 101 self.newChatButton.setToolTip(_translate("OllamaWidget", "Press to start a new chat."))
102 self.messageEdit.setToolTip(_translate("OllamaWidget", "Enter the message to be sent to the \'ollama\' server.")) 102 self.messageEdit.setToolTip(_translate("OllamaWidget", "Enter the message to be sent to the \'ollama\' server."))
103 self.messageEdit.setPlaceholderText(_translate("OllamaWidget", "Enter Message")) 103 self.messageEdit.setPlaceholderText(_translate("OllamaWidget", "Enter Message and press \'Ctrl-Return\' to send it or use the send button."))
104 self.sendButton.setToolTip(_translate("OllamaWidget", "Press to send the message of the current chat to the \'ollama\' server.")) 104 self.sendButton.setToolTip(_translate("OllamaWidget", "Press to send the message of the current chat to the \'ollama\' server."))
105 from eric7.EricWidgets.EricToolButton import EricToolButton 105 from eric7.EricWidgets.EricToolButton import EricToolButton

eric ide

mercurial