|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>OllamaRunningModelsDialog</class> |
|
4 <widget class="QDialog" name="OllamaRunningModelsDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>600</width> |
|
10 <height>400</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Running 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>Processor</string> |
|
58 </property> |
|
59 </column> |
|
60 <column> |
|
61 <property name="text"> |
|
62 <string>Expires</string> |
|
63 </property> |
|
64 </column> |
|
65 </widget> |
|
66 </item> |
|
67 <item> |
|
68 <widget class="QDialogButtonBox" name="buttonBox"> |
|
69 <property name="orientation"> |
|
70 <enum>Qt::Horizontal</enum> |
|
71 </property> |
|
72 <property name="standardButtons"> |
|
73 <set>QDialogButtonBox::Close</set> |
|
74 </property> |
|
75 </widget> |
|
76 </item> |
|
77 </layout> |
|
78 </widget> |
|
79 <resources/> |
|
80 <connections> |
|
81 <connection> |
|
82 <sender>buttonBox</sender> |
|
83 <signal>accepted()</signal> |
|
84 <receiver>OllamaRunningModelsDialog</receiver> |
|
85 <slot>accept()</slot> |
|
86 <hints> |
|
87 <hint type="sourcelabel"> |
|
88 <x>248</x> |
|
89 <y>254</y> |
|
90 </hint> |
|
91 <hint type="destinationlabel"> |
|
92 <x>157</x> |
|
93 <y>274</y> |
|
94 </hint> |
|
95 </hints> |
|
96 </connection> |
|
97 <connection> |
|
98 <sender>buttonBox</sender> |
|
99 <signal>rejected()</signal> |
|
100 <receiver>OllamaRunningModelsDialog</receiver> |
|
101 <slot>reject()</slot> |
|
102 <hints> |
|
103 <hint type="sourcelabel"> |
|
104 <x>316</x> |
|
105 <y>260</y> |
|
106 </hint> |
|
107 <hint type="destinationlabel"> |
|
108 <x>286</x> |
|
109 <y>274</y> |
|
110 </hint> |
|
111 </hints> |
|
112 </connection> |
|
113 </connections> |
|
114 </ui> |