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