]> git.sesse.net Git - nageru/blob - futatabi/midi_mapping.ui
Set CEF autoplay policy to be more lenient.
[nageru] / futatabi / midi_mapping.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MIDIMappingDialog</class>
4  <widget class="QDialog" name="MIDIMappingDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>879</width>
10     <height>583</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>MIDI controller setup</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout">
17    <item>
18     <widget class="QTreeWidget" name="treeWidget">
19      <column>
20       <property name="text">
21        <string notr="true">1</string>
22       </property>
23      </column>
24     </widget>
25    </item>
26    <item>
27     <widget class="QLabel" name="label_3">
28      <property name="text">
29       <string>Add or change a mapping by clicking in the cell, then moving the corresponding control on your MIDI device.</string>
30      </property>
31     </widget>
32    </item>
33    <item>
34     <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="0,0,1,0">
35      <item>
36       <widget class="QPushButton" name="save_button">
37        <property name="text">
38         <string>&amp;Save…</string>
39        </property>
40       </widget>
41      </item>
42      <item>
43       <widget class="QPushButton" name="load_button">
44        <property name="text">
45         <string>&amp;Load…</string>
46        </property>
47       </widget>
48      </item>
49      <item>
50       <spacer name="horizontalSpacer">
51        <property name="orientation">
52         <enum>Qt::Horizontal</enum>
53        </property>
54        <property name="sizeHint" stdset="0">
55         <size>
56          <width>40</width>
57          <height>20</height>
58         </size>
59        </property>
60       </spacer>
61      </item>
62      <item>
63       <widget class="QDialogButtonBox" name="ok_cancel_buttons">
64        <property name="orientation">
65         <enum>Qt::Horizontal</enum>
66        </property>
67        <property name="standardButtons">
68         <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
69        </property>
70       </widget>
71      </item>
72     </layout>
73    </item>
74   </layout>
75  </widget>
76  <resources/>
77  <connections/>
78 </ui>