all repos — mgba @ 13e1f988c981f6663f6b1d59bdbf4d61036ed5e4

mGBA Game Boy Advance Emulator

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

  1<?xml version="1.0" encoding="UTF-8"?>
  2<ui version="4.0">
  3 <class>MapView</class>
  4 <widget class="QWidget" name="MapView">
  5  <property name="geometry">
  6   <rect>
  7    <x>0</x>
  8    <y>0</y>
  9    <width>498</width>
 10    <height>335</height>
 11   </rect>
 12  </property>
 13  <property name="windowTitle">
 14   <string>Maps</string>
 15  </property>
 16  <layout class="QGridLayout" name="gridLayout">
 17   <item row="0" column="1" rowspan="4">
 18    <widget class="QScrollArea" name="scrollArea">
 19     <property name="widgetResizable">
 20      <bool>true</bool>
 21     </property>
 22     <property name="alignment">
 23      <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
 24     </property>
 25     <widget class="QWidget" name="scrollAreaWidgetContents">
 26      <property name="geometry">
 27       <rect>
 28        <x>0</x>
 29        <y>0</y>
 30        <width>314</width>
 31        <height>309</height>
 32       </rect>
 33      </property>
 34      <layout class="QVBoxLayout" name="verticalLayout">
 35       <item>
 36        <widget class="QLabel" name="map">
 37         <property name="text">
 38          <string/>
 39         </property>
 40        </widget>
 41       </item>
 42      </layout>
 43     </widget>
 44    </widget>
 45   </item>
 46   <item row="2" column="0">
 47    <widget class="QGBA::AssetTile" name="tile"/>
 48   </item>
 49   <item row="3" column="0">
 50    <spacer name="verticalSpacer">
 51     <property name="orientation">
 52      <enum>Qt::Vertical</enum>
 53     </property>
 54     <property name="sizeHint" stdset="0">
 55      <size>
 56       <width>0</width>
 57       <height>0</height>
 58      </size>
 59     </property>
 60    </spacer>
 61   </item>
 62   <item row="1" column="0">
 63    <layout class="QHBoxLayout" name="horizontalLayout_4">
 64     <item>
 65      <widget class="QSpinBox" name="magnification">
 66       <property name="sizePolicy">
 67        <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 68         <horstretch>0</horstretch>
 69         <verstretch>0</verstretch>
 70        </sizepolicy>
 71       </property>
 72       <property name="suffix">
 73        <string>×</string>
 74       </property>
 75       <property name="minimum">
 76        <number>1</number>
 77       </property>
 78       <property name="maximum">
 79        <number>4</number>
 80       </property>
 81      </widget>
 82     </item>
 83     <item>
 84      <widget class="QLabel" name="label_2">
 85       <property name="text">
 86        <string>Magnification</string>
 87       </property>
 88      </widget>
 89     </item>
 90    </layout>
 91   </item>
 92   <item row="0" column="0">
 93    <layout class="QVBoxLayout" name="bgLayout"/>
 94   </item>
 95  </layout>
 96 </widget>
 97 <customwidgets>
 98  <customwidget>
 99   <class>QGBA::AssetTile</class>
100   <extends>QGroupBox</extends>
101   <header>AssetTile.h</header>
102   <container>1</container>
103  </customwidget>
104 </customwidgets>
105 <resources/>
106 <connections/>
107</ui>