OllamaInterface/OllamaHistoryWidget.ui

Mon, 07 Apr 2025 18:22:30 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 07 Apr 2025 18:22:30 +0200
changeset 69
eb9340034f26
parent 21
22245a10b118
permissions
-rw-r--r--

Created global tag <release-10.1.8>.

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>OllamaHistoryWidget</class>
 <widget class="QWidget" name="OllamaHistoryWidget">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>400</width>
    <height>25</height>
   </rect>
  </property>
  <layout class="QHBoxLayout" name="horizontalLayout">
   <property name="leftMargin">
    <number>0</number>
   </property>
   <property name="topMargin">
    <number>0</number>
   </property>
   <property name="rightMargin">
    <number>0</number>
   </property>
   <property name="bottomMargin">
    <number>0</number>
   </property>
   <item>
    <widget class="QLineEdit" name="titleEdit">
     <property name="readOnly">
      <bool>true</bool>
     </property>
    </widget>
   </item>
   <item>
    <widget class="QLineEdit" name="modelEdit">
     <property name="maximumSize">
      <size>
       <width>100</width>
       <height>16777215</height>
      </size>
     </property>
     <property name="readOnly">
      <bool>true</bool>
     </property>
    </widget>
   </item>
   <item>
    <widget class="QToolButton" name="newChatButton">
     <property name="toolTip">
      <string>Press to start a new chat based on the current history or switch to an already opened chat.</string>
     </property>
    </widget>
   </item>
   <item>
    <widget class="QToolButton" name="editButton">
     <property name="toolTip">
      <string>Press to edit the chat title.</string>
     </property>
    </widget>
   </item>
   <item>
    <widget class="QToolButton" name="viewButton">
     <property name="toolTip">
      <string>Press to view the current chat history in a separate window.</string>
     </property>
    </widget>
   </item>
   <item>
    <widget class="QToolButton" name="deleteButton">
     <property name="toolTip">
      <string>Press to delete this chat history.</string>
     </property>
    </widget>
   </item>
  </layout>
 </widget>
 <tabstops>
  <tabstop>titleEdit</tabstop>
  <tabstop>modelEdit</tabstop>
  <tabstop>newChatButton</tabstop>
  <tabstop>editButton</tabstop>
  <tabstop>viewButton</tabstop>
  <tabstop>deleteButton</tabstop>
 </tabstops>
 <resources/>
 <connections/>
</ui>

eric ide

mercurial