Mon, 07 Apr 2025 18:22:30 +0200
Created global tag <release-10.1.8>.
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>OllamaChatWidget</class> <widget class="QWidget" name="OllamaChatWidget"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>598</width> <height>514</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QLabel" name="headerLabel"> <property name="text"> <string notr="true">Chat Header</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> </layout> </item> <item> <widget class="QScrollArea" name="chatMessagesScrollArea"> <property name="horizontalScrollBarPolicy"> <enum>Qt::ScrollBarAlwaysOff</enum> </property> <property name="widgetResizable"> <bool>true</bool> </property> <widget class="QWidget" name="chatMessagesWidget"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>578</width> <height>466</height> </rect> </property> </widget> </widget> </item> </layout> </widget> <resources/> <connections/> </ui>