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">
17 <property name="margin">
18 <number>0</number>
19 </property>
20 <item row="0" column="0">
21 <widget class="QTableView" name="listing">
22 <property name="editTriggers">
23 <set>QAbstractItemView::NoEditTriggers</set>
24 </property>
25 <property name="alternatingRowColors">
26 <bool>true</bool>
27 </property>
28 <property name="selectionBehavior">
29 <enum>QAbstractItemView::SelectRows</enum>
30 </property>
31 <property name="showGrid">
32 <bool>false</bool>
33 </property>
34 <attribute name="horizontalHeaderStretchLastSection">
35 <bool>true</bool>
36 </attribute>
37 <attribute name="verticalHeaderVisible">
38 <bool>false</bool>
39 </attribute>
40 <attribute name="verticalHeaderDefaultSectionSize">
41 <number>20</number>
42 </attribute>
43 <attribute name="verticalHeaderMinimumSectionSize">
44 <number>0</number>
45 </attribute>
46 </widget>
47 </item>
48 </layout>
49 </widget>
50 <resources/>
51 <connections/>
52</ui>