]> git.sesse.net Git - kdenlive/blob - src/widgets/configjogshuttle_ui.ui
0c2dafaadf9f192629d9778a5d0edcbf6c7fcd3c
[kdenlive] / src / widgets / configjogshuttle_ui.ui
1 <ui version="4.0" >
2  <class>ConfigJogShuttle_UI</class>
3  <widget class="QWidget" name="ConfigJogShuttle_UI" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>299</width>
9     <height>260</height>
10    </rect>
11   </property>
12   <layout class="QGridLayout" name="gridLayout" >
13    <item row="0" column="0" colspan="2" >
14     <widget class="QCheckBox" name="kcfg_enableshuttle" >
15      <property name="text" >
16       <string>Enable Jog Shuttle device</string>
17      </property>
18     </widget>
19    </item>
20    <item row="1" column="0" >
21     <widget class="QLabel" name="label" >
22      <property name="text" >
23       <string>Device path</string>
24      </property>
25     </widget>
26    </item>
27    <item row="1" column="1" >
28     <widget class="KLineEdit" name="kcfg_shuttledevice" >
29      <property name="text" >
30       <string>/dev/input/event1</string>
31      </property>
32     </widget>
33    </item>
34    <item row="2" column="0" >
35     <widget class="QLabel" name="label_2" >
36      <property name="text" >
37       <string>Button 1</string>
38      </property>
39     </widget>
40    </item>
41    <item row="2" column="1" >
42     <widget class="KComboBox" name="kcfg_shuttle1" />
43    </item>
44    <item row="3" column="0" >
45     <widget class="QLabel" name="label_4" >
46      <property name="text" >
47       <string>Button 2</string>
48      </property>
49     </widget>
50    </item>
51    <item row="3" column="1" >
52     <widget class="KComboBox" name="kcfg_shuttle2" />
53    </item>
54    <item row="4" column="0" >
55     <widget class="QLabel" name="label_3" >
56      <property name="text" >
57       <string>Button 3</string>
58      </property>
59     </widget>
60    </item>
61    <item row="4" column="1" >
62     <widget class="KComboBox" name="kcfg_shuttle3" />
63    </item>
64    <item row="5" column="0" >
65     <widget class="QLabel" name="label_7" >
66      <property name="text" >
67       <string>Button 4</string>
68      </property>
69     </widget>
70    </item>
71    <item row="5" column="1" >
72     <widget class="KComboBox" name="kcfg_shuttle4" />
73    </item>
74    <item row="6" column="0" >
75     <widget class="QLabel" name="label_5" >
76      <property name="text" >
77       <string>Button 5</string>
78      </property>
79     </widget>
80    </item>
81    <item row="6" column="1" >
82     <widget class="KComboBox" name="kcfg_shuttle5" />
83    </item>
84    <item row="7" column="1" >
85     <spacer name="verticalSpacer" >
86      <property name="orientation" >
87       <enum>Qt::Vertical</enum>
88      </property>
89      <property name="sizeHint" stdset="0" >
90       <size>
91        <width>20</width>
92        <height>56</height>
93       </size>
94      </property>
95     </spacer>
96    </item>
97   </layout>
98  </widget>
99  <customwidgets>
100   <customwidget>
101    <class>KComboBox</class>
102    <extends>QComboBox</extends>
103    <header>kcombobox.h</header>
104   </customwidget>
105   <customwidget>
106    <class>KLineEdit</class>
107    <extends>QLineEdit</extends>
108    <header>klineedit.h</header>
109   </customwidget>
110  </customwidgets>
111  <resources/>
112  <connections/>
113 </ui>