121 <verstretch>0</verstretch> |
121 <verstretch>0</verstretch> |
122 </sizepolicy> |
122 </sizepolicy> |
123 </property> |
123 </property> |
124 </widget> |
124 </widget> |
125 </widget> |
125 </widget> |
|
126 </item> |
|
127 <item> |
|
128 <layout class="QHBoxLayout" name="horizontalLayout_3"> |
|
129 <item> |
|
130 <widget class="QLineEdit" name="messageEdit"> |
|
131 <property name="toolTip"> |
|
132 <string>Enter the message to be sent to the 'ollama' server.</string> |
|
133 </property> |
|
134 <property name="placeholderText"> |
|
135 <string>Enter Message</string> |
|
136 </property> |
|
137 </widget> |
|
138 </item> |
|
139 <item> |
|
140 <widget class="QToolButton" name="sendButton"> |
|
141 <property name="enabled"> |
|
142 <bool>false</bool> |
|
143 </property> |
|
144 <property name="toolTip"> |
|
145 <string>Press to send the message of the current chat to the 'ollama' server.</string> |
|
146 </property> |
|
147 </widget> |
|
148 </item> |
|
149 </layout> |
126 </item> |
150 </item> |
127 </layout> |
151 </layout> |
128 </widget> |
152 </widget> |
129 <customwidgets> |
153 <customwidgets> |
130 <customwidget> |
154 <customwidget> |
136 <tabstops> |
160 <tabstops> |
137 <tabstop>modelComboBox</tabstop> |
161 <tabstop>modelComboBox</tabstop> |
138 <tabstop>newChatButton</tabstop> |
162 <tabstop>newChatButton</tabstop> |
139 <tabstop>reloadModelsButton</tabstop> |
163 <tabstop>reloadModelsButton</tabstop> |
140 <tabstop>historyScrollArea</tabstop> |
164 <tabstop>historyScrollArea</tabstop> |
|
165 <tabstop>messageEdit</tabstop> |
|
166 <tabstop>sendButton</tabstop> |
141 <tabstop>ollamaMenuButton</tabstop> |
167 <tabstop>ollamaMenuButton</tabstop> |
142 </tabstops> |
168 </tabstops> |
143 <resources/> |
169 <resources/> |
144 <connections/> |
170 <connections/> |
145 </ui> |
171 </ui> |