src/platform/qt/LibraryView.ui (view raw)
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>LibraryView</class>
4 <widget class="QWidget" name="LibraryView">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>300</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Library</string>
15 </property>
16 <layout class="QGridLayout" name="gridLayout">
17 <item row="0" column="0">
18 <widget class="QTableView" name="listing">
19 <property name="editTriggers">
20 <set>QAbstractItemView::NoEditTriggers</set>
21 </property>
22 <property name="alternatingRowColors">
23 <bool>true</bool>
24 </property>
25 <property name="selectionBehavior">
26 <enum>QAbstractItemView::SelectRows</enum>
27 </property>
28 <property name="showGrid">
29 <bool>false</bool>
30 </property>
31 <attribute name="horizontalHeaderStretchLastSection">
32 <bool>true</bool>
33 </attribute>
34 <attribute name="verticalHeaderVisible">
35 <bool>false</bool>
36 </attribute>
37 <attribute name="verticalHeaderMinimumSectionSize">
38 <number>0</number>
39 </attribute>
40 </widget>
41 </item>
42 </layout>
43 </widget>
44 <resources/>
45 <connections/>
46</ui>