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="sizePolicy">
6 <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
7 <horstretch>0</horstretch>
8 <verstretch>0</verstretch>
9 </sizepolicy>
10 </property>
11 <property name="windowTitle">
12 <string>AssetTile</string>
13 </property>
14 <property name="title">
15 <string/>
16 </property>
17 <layout class="QVBoxLayout" name="verticalLayout">
18 <item alignment="Qt::AlignHCenter">
19 <widget class="QGBA::Swatch" name="preview" native="true">
20 <property name="minimumSize">
21 <size>
22 <width>87</width>
23 <height>87</height>
24 </size>
25 </property>
26 </widget>
27 </item>
28 <item>
29 <layout class="QHBoxLayout" name="horizontalLayout">
30 <item>
31 <widget class="QLabel" name="label">
32 <property name="text">
33 <string>Tile #</string>
34 </property>
35 </widget>
36 </item>
37 <item>
38 <widget class="QLabel" name="tileId">
39 <property name="text">
40 <string>0</string>
41 </property>
42 <property name="alignment">
43 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
44 </property>
45 </widget>
46 </item>
47 </layout>
48 </item>
49 <item>
50 <layout class="QHBoxLayout" name="horizontalLayout_2">
51 <item>
52 <widget class="QLabel" name="label_3">
53 <property name="text">
54 <string>Address</string>
55 </property>
56 </widget>
57 </item>
58 <item>
59 <widget class="QLabel" name="address">
60 <property name="text">
61 <string>0x06000000</string>
62 </property>
63 <property name="alignment">
64 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
65 </property>
66 </widget>
67 </item>
68 </layout>
69 </item>
70 <item>
71 <widget class="Line" name="line">
72 <property name="orientation">
73 <enum>Qt::Horizontal</enum>
74 </property>
75 </widget>
76 </item>
77 <item alignment="Qt::AlignHCenter">
78 <widget class="QGBA::Swatch" name="color" native="true">
79 <property name="sizePolicy">
80 <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
81 <horstretch>0</horstretch>
82 <verstretch>0</verstretch>
83 </sizepolicy>
84 </property>
85 <property name="minimumSize">
86 <size>
87 <width>50</width>
88 <height>50</height>
89 </size>
90 </property>
91 </widget>
92 </item>
93 <item>
94 <layout class="QHBoxLayout" name="horizontalLayout_3">
95 <item>
96 <layout class="QVBoxLayout" name="verticalLayout_9">
97 <item>
98 <widget class="QLabel" name="label_4">
99 <property name="text">
100 <string>Red</string>
101 </property>
102 </widget>
103 </item>
104 <item>
105 <widget class="QLabel" name="label_5">
106 <property name="text">
107 <string>Green</string>
108 </property>
109 </widget>
110 </item>
111 <item>
112 <widget class="QLabel" name="label_6">
113 <property name="text">
114 <string>Blue</string>
115 </property>
116 </widget>
117 </item>
118 </layout>
119 </item>
120 <item>
121 <layout class="QVBoxLayout" name="verticalLayout_10">
122 <property name="leftMargin">
123 <number>8</number>
124 </property>
125 <item>
126 <widget class="QLabel" name="r">
127 <property name="text">
128 <string>0x00 (00)</string>
129 </property>
130 </widget>
131 </item>
132 <item>
133 <widget class="QLabel" name="g">
134 <property name="text">
135 <string>0x00 (00)</string>
136 </property>
137 </widget>
138 </item>
139 <item>
140 <widget class="QLabel" name="b">
141 <property name="text">
142 <string>0x00 (00)</string>
143 </property>
144 </widget>
145 </item>
146 </layout>
147 </item>
148 </layout>
149 </item>
150 </layout>
151 </widget>
152 <customwidgets>
153 <customwidget>
154 <class>QGBA::Swatch</class>
155 <extends>QWidget</extends>
156 <header>Swatch.h</header>
157 <container>1</container>
158 </customwidget>
159 </customwidgets>
160 <resources/>
161 <connections/>
162</ui>