all repos — mgba @ d15c4f4bfb2ee7fcb920a391812b72e746353208

mGBA Game Boy Advance Emulator

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

  1<?xml version="1.0" encoding="UTF-8"?>
  2<ui version="4.0">
  3 <class>ShortcutView</class>
  4 <widget class="QWidget" name="ShortcutView">
  5  <property name="geometry">
  6   <rect>
  7    <x>0</x>
  8    <y>0</y>
  9    <width>300</width>
 10    <height>400</height>
 11   </rect>
 12  </property>
 13  <property name="windowTitle">
 14   <string>Edit Shortcuts</string>
 15  </property>
 16  <layout class="QVBoxLayout" name="verticalLayout">
 17   <item>
 18    <widget class="QTreeView" name="shortcutTable">
 19     <attribute name="headerDefaultSectionSize">
 20      <number>120</number>
 21     </attribute>
 22    </widget>
 23   </item>
 24   <item>
 25    <layout class="QHBoxLayout" name="horizontalLayout_2">
 26     <item>
 27      <spacer name="horizontalSpacer_4">
 28       <property name="orientation">
 29        <enum>Qt::Horizontal</enum>
 30       </property>
 31       <property name="sizeHint" stdset="0">
 32        <size>
 33         <width>40</width>
 34         <height>20</height>
 35        </size>
 36       </property>
 37      </spacer>
 38     </item>
 39     <item>
 40      <widget class="QKeySequenceEdit" name="keySequenceEdit"/>
 41     </item>
 42     <item>
 43      <spacer name="horizontalSpacer_5">
 44       <property name="orientation">
 45        <enum>Qt::Horizontal</enum>
 46       </property>
 47       <property name="sizeHint" stdset="0">
 48        <size>
 49         <width>40</width>
 50         <height>20</height>
 51        </size>
 52       </property>
 53      </spacer>
 54     </item>
 55    </layout>
 56   </item>
 57   <item>
 58    <layout class="QHBoxLayout" name="horizontalLayout">
 59     <item>
 60      <spacer name="horizontalSpacer">
 61       <property name="orientation">
 62        <enum>Qt::Horizontal</enum>
 63       </property>
 64       <property name="sizeHint" stdset="0">
 65        <size>
 66         <width>40</width>
 67         <height>20</height>
 68        </size>
 69       </property>
 70      </spacer>
 71     </item>
 72     <item>
 73      <widget class="QRadioButton" name="radioButton">
 74       <property name="text">
 75        <string>Keyboard</string>
 76       </property>
 77       <property name="checked">
 78        <bool>true</bool>
 79       </property>
 80      </widget>
 81     </item>
 82     <item>
 83      <spacer name="horizontalSpacer_3">
 84       <property name="orientation">
 85        <enum>Qt::Horizontal</enum>
 86       </property>
 87       <property name="sizeHint" stdset="0">
 88        <size>
 89         <width>40</width>
 90         <height>20</height>
 91        </size>
 92       </property>
 93      </spacer>
 94     </item>
 95     <item>
 96      <widget class="QRadioButton" name="radioButton_2">
 97       <property name="enabled">
 98        <bool>false</bool>
 99       </property>
100       <property name="text">
101        <string>Gamepad</string>
102       </property>
103      </widget>
104     </item>
105     <item>
106      <spacer name="horizontalSpacer_2">
107       <property name="orientation">
108        <enum>Qt::Horizontal</enum>
109       </property>
110       <property name="sizeHint" stdset="0">
111        <size>
112         <width>40</width>
113         <height>20</height>
114        </size>
115       </property>
116      </spacer>
117     </item>
118    </layout>
119   </item>
120  </layout>
121 </widget>
122 <resources/>
123 <connections/>
124</ui>