]> git.sesse.net Git - kdenlive/blob - src/widgets/configjogshuttle_ui.ui
Autodetect jogshuttle device, improve handling
[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>325</width>
9     <height>285</height>
10    </rect>
11   </property>
12   <layout class="QGridLayout" name="gridLayout_2" >
13    <item row="0" column="0" >
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="QGroupBox" name="config_group" >
22      <property name="enabled" >
23       <bool>false</bool>
24      </property>
25      <property name="title" >
26       <string>Device configuration</string>
27      </property>
28      <layout class="QGridLayout" name="gridLayout" >
29       <item row="0" column="0" >
30        <widget class="QLabel" name="label" >
31         <property name="text" >
32          <string>Device</string>
33         </property>
34        </widget>
35       </item>
36       <item row="0" column="1" >
37        <widget class="KComboBox" name="shuttledevicelist" />
38       </item>
39       <item row="0" column="2" >
40        <widget class="KLineEdit" name="kcfg_shuttledevice" >
41         <property name="text" >
42          <string/>
43         </property>
44        </widget>
45       </item>
46       <item row="1" column="0" >
47        <widget class="QLabel" name="label_2" >
48         <property name="text" >
49          <string>Button 1</string>
50         </property>
51        </widget>
52       </item>
53       <item row="1" column="1" colspan="2" >
54        <widget class="KComboBox" name="kcfg_shuttle1" />
55       </item>
56       <item row="2" column="0" >
57        <widget class="QLabel" name="label_4" >
58         <property name="text" >
59          <string>Button 2</string>
60         </property>
61        </widget>
62       </item>
63       <item row="2" column="1" colspan="2" >
64        <widget class="KComboBox" name="kcfg_shuttle2" />
65       </item>
66       <item row="3" column="0" >
67        <widget class="QLabel" name="label_3" >
68         <property name="text" >
69          <string>Button 3</string>
70         </property>
71        </widget>
72       </item>
73       <item row="3" column="1" colspan="2" >
74        <widget class="KComboBox" name="kcfg_shuttle3" />
75       </item>
76       <item row="4" column="0" >
77        <widget class="QLabel" name="label_7" >
78         <property name="text" >
79          <string>Button 4</string>
80         </property>
81        </widget>
82       </item>
83       <item row="4" column="1" colspan="2" >
84        <widget class="KComboBox" name="kcfg_shuttle4" />
85       </item>
86       <item row="5" column="0" >
87        <widget class="QLabel" name="label_5" >
88         <property name="text" >
89          <string>Button 5</string>
90         </property>
91        </widget>
92       </item>
93       <item row="5" column="1" colspan="2" >
94        <widget class="KComboBox" name="kcfg_shuttle5" />
95       </item>
96      </layout>
97     </widget>
98    </item>
99    <item row="2" column="0" >
100     <spacer name="verticalSpacer" >
101      <property name="orientation" >
102       <enum>Qt::Vertical</enum>
103      </property>
104      <property name="sizeHint" stdset="0" >
105       <size>
106        <width>20</width>
107        <height>56</height>
108       </size>
109      </property>
110     </spacer>
111    </item>
112   </layout>
113  </widget>
114  <customwidgets>
115   <customwidget>
116    <class>KComboBox</class>
117    <extends>QComboBox</extends>
118    <header>kcombobox.h</header>
119   </customwidget>
120   <customwidget>
121    <class>KLineEdit</class>
122    <extends>QLineEdit</extends>
123    <header>klineedit.h</header>
124   </customwidget>
125  </customwidgets>
126  <resources/>
127  <connections/>
128 </ui>