diff -r 7dd1b9cd3150 -r 6e8af43d537d OllamaInterface/OllamaWidget.ui --- a/OllamaInterface/OllamaWidget.ui Mon Aug 05 18:37:16 2024 +0200 +++ b/OllamaInterface/OllamaWidget.ui Tue Aug 06 18:18:39 2024 +0200 @@ -109,7 +109,7 @@ <x>0</x> <y>0</y> <width>533</width> - <height>674</height> + <height>641</height> </rect> </property> </widget> @@ -124,6 +124,30 @@ </widget> </widget> </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_3"> + <item> + <widget class="QLineEdit" name="messageEdit"> + <property name="toolTip"> + <string>Enter the message to be sent to the 'ollama' server.</string> + </property> + <property name="placeholderText"> + <string>Enter Message</string> + </property> + </widget> + </item> + <item> + <widget class="QToolButton" name="sendButton"> + <property name="enabled"> + <bool>false</bool> + </property> + <property name="toolTip"> + <string>Press to send the message of the current chat to the 'ollama' server.</string> + </property> + </widget> + </item> + </layout> + </item> </layout> </widget> <customwidgets> @@ -138,6 +162,8 @@ <tabstop>newChatButton</tabstop> <tabstop>reloadModelsButton</tabstop> <tabstop>historyScrollArea</tabstop> + <tabstop>messageEdit</tabstop> + <tabstop>sendButton</tabstop> <tabstop>ollamaMenuButton</tabstop> </tabstops> <resources/>