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>432</width>
10 <height>443</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 <property name="verticalScrollBarPolicy">
20 <enum>Qt::ScrollBarAlwaysOn</enum>
21 </property>
22 <attribute name="headerDefaultSectionSize">
23 <number>120</number>
24 </attribute>
25 </widget>
26 </item>
27 <item>
28 <layout class="QHBoxLayout" name="horizontalLayout">
29 <item>
30 <widget class="QRadioButton" name="keyboardButton">
31 <property name="text">
32 <string>Keyboard</string>
33 </property>
34 <property name="checked">
35 <bool>true</bool>
36 </property>
37 </widget>
38 </item>
39 <item>
40 <widget class="QRadioButton" name="gamepadButton">
41 <property name="text">
42 <string>Gamepad</string>
43 </property>
44 </widget>
45 </item>
46 <item>
47 <widget class="QPushButton" name="clearButton">
48 <property name="text">
49 <string>Clear</string>
50 </property>
51 </widget>
52 </item>
53 <item>
54 <spacer name="horizontalSpacer_2">
55 <property name="orientation">
56 <enum>Qt::Horizontal</enum>
57 </property>
58 <property name="sizeHint" stdset="0">
59 <size>
60 <width>40</width>
61 <height>20</height>
62 </size>
63 </property>
64 </spacer>
65 </item>
66 <item>
67 <widget class="QGBA::KeyEditor" name="keyEdit">
68 <property name="sizePolicy">
69 <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
70 <horstretch>0</horstretch>
71 <verstretch>0</verstretch>
72 </sizepolicy>
73 </property>
74 </widget>
75 </item>
76 </layout>
77 </item>
78 </layout>
79 </widget>
80 <customwidgets>
81 <customwidget>
82 <class>QGBA::KeyEditor</class>
83 <extends>QLineEdit</extends>
84 <header>KeyEditor.h</header>
85 </customwidget>
86 </customwidgets>
87 <resources/>
88 <connections/>
89</ui>