]> git.sesse.net Git - nageru/blob - ui_midi_mapping.ui
Support audio-only FFmpeg inputs. Somewhat wonky, though.
[nageru] / ui_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,0,1,0">
35      <item>
36       <widget class="QPushButton" name="guess_bus_button">
37        <property name="text">
38         <string>Guess &amp;bus</string>
39        </property>
40       </widget>
41      </item>
42      <item>
43       <widget class="QPushButton" name="guess_group_button">
44        <property name="text">
45         <string>Guess &amp;group</string>
46        </property>
47       </widget>
48      </item>
49      <item>
50       <spacer name="horizontalSpacer_2">
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="QPushButton" name="save_button">
64        <property name="text">
65         <string>&amp;Save…</string>
66        </property>
67       </widget>
68      </item>
69      <item>
70       <widget class="QPushButton" name="load_button">
71        <property name="text">
72         <string>&amp;Load…</string>
73        </property>
74       </widget>
75      </item>
76      <item>
77       <spacer name="horizontalSpacer">
78        <property name="orientation">
79         <enum>Qt::Horizontal</enum>
80        </property>
81        <property name="sizeHint" stdset="0">
82         <size>
83          <width>40</width>
84          <height>20</height>
85         </size>
86        </property>
87       </spacer>
88      </item>
89      <item>
90       <widget class="QDialogButtonBox" name="ok_cancel_buttons">
91        <property name="orientation">
92         <enum>Qt::Horizontal</enum>
93        </property>
94        <property name="standardButtons">
95         <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
96        </property>
97       </widget>
98      </item>
99     </layout>
100    </item>
101   </layout>
102  </widget>
103  <resources/>
104  <connections/>
105 </ui>