all repos — mgba @ 536dc8f7ab9ec2512b90505a30eb14a4c0a6b4f6

mGBA Game Boy Advance Emulator

src/platform/qt/AssetTile.ui (view raw)

 1<?xml version="1.0" encoding="UTF-8"?>
 2<ui version="4.0">
 3 <class>AssetTile</class>
 4  <widget class="QGroupBox" name="AssetTile">
 5   <property name="geometry">
 6    <rect>
 7     <x>120</x>
 8     <y>50</y>
 9     <width>160</width>
10     <height>168</height>
11    </rect>
12   </property>
13  <property name="windowTitle">
14   <string>AssetTile</string>
15  </property>
16   <property name="sizePolicy">
17    <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
18     <horstretch>0</horstretch>
19     <verstretch>0</verstretch>
20    </sizepolicy>
21   </property>
22   <property name="maximumSize">
23    <size>
24     <width>170</width>
25     <height>192</height>
26    </size>
27   </property>
28   <property name="title">
29    <string/>
30   </property>
31   <layout class="QVBoxLayout" name="verticalLayout_2">
32    <item>
33     <widget class="QGBA::Swatch" name="preview" native="true">
34      <property name="minimumSize">
35       <size>
36        <width>87</width>
37        <height>87</height>
38       </size>
39      </property>
40     </widget>
41    </item>
42    <item>
43     <layout class="QHBoxLayout" name="horizontalLayout">
44      <item>
45       <widget class="QLabel" name="label">
46        <property name="text">
47         <string>Tile #</string>
48        </property>
49       </widget>
50      </item>
51      <item>
52       <widget class="QLabel" name="tileId">
53        <property name="text">
54         <string>0</string>
55        </property>
56        <property name="alignment">
57         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
58        </property>
59       </widget>
60      </item>
61     </layout>
62    </item>
63    <item>
64     <layout class="QHBoxLayout" name="horizontalLayout_2">
65      <item>
66       <widget class="QLabel" name="label_3">
67        <property name="text">
68         <string>Address</string>
69        </property>
70       </widget>
71      </item>
72      <item>
73       <widget class="QLabel" name="address">
74        <property name="text">
75         <string>0x06000000</string>
76        </property>
77        <property name="alignment">
78         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
79        </property>
80       </widget>
81      </item>
82     </layout>
83    </item>
84   </layout>
85 </widget>
86 <customwidgets>
87  <customwidget>
88   <class>QGBA::Swatch</class>
89   <extends>QWidget</extends>
90   <header>Swatch.h</header>
91   <container>1</container>
92  </customwidget>
93 </customwidgets>
94 <resources/>
95 <connections/>
96</ui>