]> git.sesse.net Git - nageru/blob - ui_input_mapping.ui
Fix an issue where the mixer lagging too much behind CEF would cause us to display...
[nageru] / ui_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     </widget>
40    </item>
41    <item>
42     <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="0,0,0,0,1,0,0,1,0">
43      <item>
44       <widget class="QPushButton" name="add_button">
45        <property name="sizePolicy">
46         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
47          <horstretch>0</horstretch>
48          <verstretch>0</verstretch>
49         </sizepolicy>
50        </property>
51        <property name="maximumSize">
52         <size>
53          <width>30</width>
54          <height>30</height>
55         </size>
56        </property>
57        <property name="text">
58         <string/>
59        </property>
60        <property name="icon">
61         <iconset theme="list-add">
62          <normaloff>.</normaloff>.</iconset>
63        </property>
64       </widget>
65      </item>
66      <item>
67       <widget class="QPushButton" name="remove_button">
68        <property name="sizePolicy">
69         <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
70          <horstretch>0</horstretch>
71          <verstretch>0</verstretch>
72         </sizepolicy>
73        </property>
74        <property name="maximumSize">
75         <size>
76          <width>30</width>
77          <height>30</height>
78         </size>
79        </property>
80        <property name="text">
81         <string/>
82        </property>
83        <property name="icon">
84         <iconset theme="list-remove">
85          <normaloff>.</normaloff>.</iconset>
86        </property>
87       </widget>
88      </item>
89      <item>
90       <widget class="QPushButton" name="up_button">
91        <property name="maximumSize">
92         <size>
93          <width>30</width>
94          <height>30</height>
95         </size>
96        </property>
97        <property name="text">
98         <string/>
99        </property>
100        <property name="icon">
101         <iconset theme="go-up">
102          <normaloff>.</normaloff>.</iconset>
103        </property>
104       </widget>
105      </item>
106      <item>
107       <widget class="QPushButton" name="down_button">
108        <property name="maximumSize">
109         <size>
110          <width>30</width>
111          <height>30</height>
112         </size>
113        </property>
114        <property name="text">
115         <string/>
116        </property>
117        <property name="icon">
118         <iconset theme="go-down">
119          <normaloff>.</normaloff>.</iconset>
120        </property>
121       </widget>
122      </item>
123      <item>
124       <spacer name="horizontalSpacer_2">
125        <property name="orientation">
126         <enum>Qt::Horizontal</enum>
127        </property>
128        <property name="sizeHint" stdset="0">
129         <size>
130          <width>40</width>
131          <height>20</height>
132         </size>
133        </property>
134       </spacer>
135      </item>
136      <item>
137       <widget class="QPushButton" name="save_button">
138        <property name="text">
139         <string>&amp;Save…</string>
140        </property>
141       </widget>
142      </item>
143      <item>
144       <widget class="QPushButton" name="load_button">
145        <property name="text">
146         <string>&amp;Load…</string>
147        </property>
148       </widget>
149      </item>
150      <item>
151       <spacer name="horizontalSpacer">
152        <property name="orientation">
153         <enum>Qt::Horizontal</enum>
154        </property>
155        <property name="sizeHint" stdset="0">
156         <size>
157          <width>40</width>
158          <height>20</height>
159         </size>
160        </property>
161       </spacer>
162      </item>
163      <item>
164       <widget class="QDialogButtonBox" name="ok_cancel_buttons">
165        <property name="orientation">
166         <enum>Qt::Horizontal</enum>
167        </property>
168        <property name="standardButtons">
169         <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
170        </property>
171       </widget>
172      </item>
173     </layout>
174    </item>
175   </layout>
176  </widget>
177  <resources/>
178  <connections/>
179 </ui>