]> git.sesse.net Git - nageru/blob - nageru/input_mapping.ui
Support delaying audio sources selectively.
[nageru] / nageru / input_mapping.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>InputMappingDialog</class>
4  <widget class="QDialog" name="InputMappingDialog">
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>Input mapping</string>
15   </property>
16   <layout class="QVBoxLayout" name="verticalLayout_2">
17    <item>
18     <widget class="QTableWidget" name="table">
19      <column>
20       <property name="text">
21        <string/>
22       </property>
23      </column>
24      <column>
25       <property name="text">
26        <string>Device</string>
27       </property>
28      </column>
29      <column>
30       <property name="text">
31        <string>Left input</string>
32       </property>
33      </column>
34      <column>
35       <property name="text">
36        <string>Right input</string>
37       </property>
38      </column>
39      <column>
40       <property name="text">
41        <string>Extra delay to add (ms)</string>
42       </property>
43      </column>
44     </widget>
45    </item>
46    <item>
47     <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="0,0,0,0,1,0,0,1,0">
48      <item>
49       <widget class="QPushButton" name="add_button">
50        <property name="sizePolicy">
51         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
52          <horstretch>0</horstretch>
53          <verstretch>0</verstretch>
54         </sizepolicy>
55        </property>
56        <property name="maximumSize">
57         <size>
58          <width>30</width>
59          <height>30</height>
60         </size>
61        </property>
62        <property name="text">
63         <string/>
64        </property>
65        <property name="icon">
66         <iconset theme="list-add">
67          <normaloff>.</normaloff>.</iconset>
68        </property>
69       </widget>
70      </item>
71      <item>
72       <widget class="QPushButton" name="remove_button">
73        <property name="sizePolicy">
74         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
75          <horstretch>0</horstretch>
76          <verstretch>0</verstretch>
77         </sizepolicy>
78        </property>
79        <property name="maximumSize">
80         <size>
81          <width>30</width>
82          <height>30</height>
83         </size>
84        </property>
85        <property name="text">
86         <string/>
87        </property>
88        <property name="icon">
89         <iconset theme="list-remove">
90          <normaloff>.</normaloff>.</iconset>
91        </property>
92       </widget>
93      </item>
94      <item>
95       <widget class="QPushButton" name="up_button">
96        <property name="maximumSize">
97         <size>
98          <width>30</width>
99          <height>30</height>
100         </size>
101        </property>
102        <property name="text">
103         <string/>
104        </property>
105        <property name="icon">
106         <iconset theme="go-up">
107          <normaloff>.</normaloff>.</iconset>
108        </property>
109       </widget>
110      </item>
111      <item>
112       <widget class="QPushButton" name="down_button">
113        <property name="maximumSize">
114         <size>
115          <width>30</width>
116          <height>30</height>
117         </size>
118        </property>
119        <property name="text">
120         <string/>
121        </property>
122        <property name="icon">
123         <iconset theme="go-down">
124          <normaloff>.</normaloff>.</iconset>
125        </property>
126       </widget>
127      </item>
128      <item>
129       <spacer name="horizontalSpacer_2">
130        <property name="orientation">
131         <enum>Qt::Horizontal</enum>
132        </property>
133        <property name="sizeHint" stdset="0">
134         <size>
135          <width>40</width>
136          <height>20</height>
137         </size>
138        </property>
139       </spacer>
140      </item>
141      <item>
142       <widget class="QPushButton" name="save_button">
143        <property name="text">
144         <string>&amp;Save…</string>
145        </property>
146       </widget>
147      </item>
148      <item>
149       <widget class="QPushButton" name="load_button">
150        <property name="text">
151         <string>&amp;Load…</string>
152        </property>
153       </widget>
154      </item>
155      <item>
156       <spacer name="horizontalSpacer">
157        <property name="orientation">
158         <enum>Qt::Horizontal</enum>
159        </property>
160        <property name="sizeHint" stdset="0">
161         <size>
162          <width>40</width>
163          <height>20</height>
164         </size>
165        </property>
166       </spacer>
167      </item>
168      <item>
169       <widget class="QDialogButtonBox" name="ok_cancel_buttons">
170        <property name="orientation">
171         <enum>Qt::Horizontal</enum>
172        </property>
173        <property name="standardButtons">
174         <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
175        </property>
176       </widget>
177      </item>
178     </layout>
179    </item>
180   </layout>
181  </widget>
182  <resources/>
183  <connections/>
184 </ui>