all repos — mgba @ f5a7c53b6e1e29113e742a71b93e4faf8c6b6d71

mGBA Game Boy Advance Emulator

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="verticalHeaderMinimumSectionSize">
41      <number>0</number>
42     </attribute>
43    </widget>
44   </item>
45  </layout>
46 </widget>
47 <resources/>
48 <connections/>
49</ui>