OllamaInterface/OllamaDetailedModelsDialog.ui

changeset 8
3118d16e526e
equal deleted inserted replaced
7:eb1dec15b2f0 8:3118d16e526e
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>OllamaDetailedModelsDialog</class>
4 <widget class="QDialog" name="OllamaDetailedModelsDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>500</width>
10 <height>400</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Available Models</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QVBoxLayout" name="verticalLayout">
20 <item>
21 <widget class="QTreeWidget" name="modelsList">
22 <property name="editTriggers">
23 <set>QAbstractItemView::NoEditTriggers</set>
24 </property>
25 <property name="alternatingRowColors">
26 <bool>true</bool>
27 </property>
28 <property name="selectionMode">
29 <enum>QAbstractItemView::NoSelection</enum>
30 </property>
31 <property name="rootIsDecorated">
32 <bool>false</bool>
33 </property>
34 <property name="itemsExpandable">
35 <bool>false</bool>
36 </property>
37 <property name="sortingEnabled">
38 <bool>true</bool>
39 </property>
40 <column>
41 <property name="text">
42 <string>Name</string>
43 </property>
44 </column>
45 <column>
46 <property name="text">
47 <string>ID</string>
48 </property>
49 </column>
50 <column>
51 <property name="text">
52 <string>Size</string>
53 </property>
54 </column>
55 <column>
56 <property name="text">
57 <string>Modified At</string>
58 </property>
59 </column>
60 </widget>
61 </item>
62 <item>
63 <widget class="QDialogButtonBox" name="buttonBox">
64 <property name="orientation">
65 <enum>Qt::Horizontal</enum>
66 </property>
67 <property name="standardButtons">
68 <set>QDialogButtonBox::Close</set>
69 </property>
70 </widget>
71 </item>
72 </layout>
73 </widget>
74 <resources/>
75 <connections>
76 <connection>
77 <sender>buttonBox</sender>
78 <signal>accepted()</signal>
79 <receiver>OllamaDetailedModelsDialog</receiver>
80 <slot>accept()</slot>
81 <hints>
82 <hint type="sourcelabel">
83 <x>248</x>
84 <y>254</y>
85 </hint>
86 <hint type="destinationlabel">
87 <x>157</x>
88 <y>274</y>
89 </hint>
90 </hints>
91 </connection>
92 <connection>
93 <sender>buttonBox</sender>
94 <signal>rejected()</signal>
95 <receiver>OllamaDetailedModelsDialog</receiver>
96 <slot>reject()</slot>
97 <hints>
98 <hint type="sourcelabel">
99 <x>316</x>
100 <y>260</y>
101 </hint>
102 <hint type="destinationlabel">
103 <x>286</x>
104 <y>274</y>
105 </hint>
106 </hints>
107 </connection>
108 </connections>
109 </ui>

eric ide

mercurial