]> git.sesse.net Git - kdenlive/blob - src/widgets/configdisplay_ui.ui
* Make sure user cannot create transition with in point bigger than out point
[kdenlive] / src / widgets / configdisplay_ui.ui
1 <ui version="4.0" >
2  <class>ConfigDisplay_UI</class>
3  <widget class="QWidget" name="ConfigDisplay_UI" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>353</width>
9     <height>197</height>
10    </rect>
11   </property>
12   <layout class="QGridLayout" name="gridLayout_2" >
13    <item row="0" column="0" colspan="3" >
14     <widget class="QGroupBox" name="groupBox" >
15      <property name="title" >
16       <string>Thumbnails</string>
17      </property>
18      <layout class="QGridLayout" name="gridLayout" >
19       <item row="0" column="0" >
20        <widget class="QCheckBox" name="kcfg_videothumbnails" >
21         <property name="text" >
22          <string>Video</string>
23         </property>
24        </widget>
25       </item>
26       <item row="0" column="1" >
27        <spacer name="horizontalSpacer" >
28         <property name="orientation" >
29          <enum>Qt::Horizontal</enum>
30         </property>
31         <property name="sizeHint" stdset="0" >
32          <size>
33           <width>96</width>
34           <height>20</height>
35          </size>
36         </property>
37        </spacer>
38       </item>
39       <item row="1" column="0" >
40        <widget class="QCheckBox" name="kcfg_audiothumbnails" >
41         <property name="text" >
42          <string>Audio</string>
43         </property>
44        </widget>
45       </item>
46       <item row="1" column="1" >
47        <widget class="QCheckBox" name="kcfg_normaliseaudiothumbs" >
48         <property name="text" >
49          <string>Normalise audio for thumbnails</string>
50         </property>
51        </widget>
52       </item>
53      </layout>
54     </widget>
55    </item>
56    <item row="1" column="0" colspan="2" >
57     <widget class="QCheckBox" name="kcfg_showmarkers" >
58      <property name="text" >
59       <string>Display clip markers comments</string>
60      </property>
61     </widget>
62    </item>
63    <item row="2" column="0" colspan="3" >
64     <widget class="QCheckBox" name="kcfg_autoscroll" >
65      <property name="text" >
66       <string>Autoscroll while playing</string>
67      </property>
68     </widget>
69    </item>
70    <item row="3" column="0" >
71     <widget class="QLabel" name="label" >
72      <property name="text" >
73       <string>Track height</string>
74      </property>
75     </widget>
76    </item>
77    <item row="3" column="1" >
78     <widget class="QSpinBox" name="kcfg_trackheight" />
79    </item>
80    <item row="3" column="2" >
81     <spacer name="horizontalSpacer_2" >
82      <property name="orientation" >
83       <enum>Qt::Horizontal</enum>
84      </property>
85      <property name="sizeHint" stdset="0" >
86       <size>
87        <width>166</width>
88        <height>20</height>
89       </size>
90      </property>
91     </spacer>
92    </item>
93    <item row="5" column="1" >
94     <spacer name="verticalSpacer" >
95      <property name="orientation" >
96       <enum>Qt::Vertical</enum>
97      </property>
98      <property name="sizeHint" stdset="0" >
99       <size>
100        <width>20</width>
101        <height>23</height>
102       </size>
103      </property>
104     </spacer>
105    </item>
106   </layout>
107  </widget>
108  <resources/>
109  <connections/>
110 </ui>