]> git.sesse.net Git - nageru/blob - ui_input_mapping.ui
If a dead device comes back, put it into the right slot.
[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,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       <spacer name="horizontalSpacer_2">
91        <property name="orientation">
92         <enum>Qt::Horizontal</enum>
93        </property>
94        <property name="sizeHint" stdset="0">
95         <size>
96          <width>40</width>
97          <height>20</height>
98         </size>
99        </property>
100       </spacer>
101      </item>
102      <item>
103       <widget class="QPushButton" name="up_button">
104        <property name="maximumSize">
105         <size>
106          <width>30</width>
107          <height>30</height>
108         </size>
109        </property>
110        <property name="text">
111         <string/>
112        </property>
113        <property name="icon">
114         <iconset theme="go-up">
115          <normaloff>.</normaloff>.</iconset>
116        </property>
117       </widget>
118      </item>
119      <item>
120       <widget class="QPushButton" name="down_button">
121        <property name="maximumSize">
122         <size>
123          <width>30</width>
124          <height>30</height>
125         </size>
126        </property>
127        <property name="text">
128         <string/>
129        </property>
130        <property name="icon">
131         <iconset theme="go-down">
132          <normaloff>.</normaloff>.</iconset>
133        </property>
134       </widget>
135      </item>
136      <item>
137       <spacer name="horizontalSpacer">
138        <property name="orientation">
139         <enum>Qt::Horizontal</enum>
140        </property>
141        <property name="sizeHint" stdset="0">
142         <size>
143          <width>40</width>
144          <height>20</height>
145         </size>
146        </property>
147       </spacer>
148      </item>
149      <item>
150       <widget class="QDialogButtonBox" name="ok_cancel_buttons">
151        <property name="orientation">
152         <enum>Qt::Horizontal</enum>
153        </property>
154        <property name="standardButtons">
155         <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
156        </property>
157       </widget>
158      </item>
159     </layout>
160    </item>
161   </layout>
162  </widget>
163  <resources/>
164  <connections/>
165 </ui>