]> git.sesse.net Git - kdenlive/blob - src/widgets/wizardextra_ui.ui
some updates and new ui files for wizard
[kdenlive] / src / widgets / wizardextra_ui.ui
1 <ui version="4.0" >
2  <class>WizardExtra_UI</class>
3  <widget class="QWidget" name="WizardExtra_UI" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>335</width>
9     <height>156</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Form</string>
14   </property>
15   <layout class="QGridLayout" name="gridLayout_2" >
16    <item row="0" column="0" >
17     <widget class="QFrame" name="frame" >
18      <property name="frameShape" >
19       <enum>QFrame::StyledPanel</enum>
20      </property>
21      <property name="frameShadow" >
22       <enum>QFrame::Raised</enum>
23      </property>
24      <layout class="QGridLayout" name="gridLayout" >
25       <item row="0" column="0" >
26        <widget class="QCheckBox" name="videothumbs" >
27         <property name="text" >
28          <string>Show video thumbnails</string>
29         </property>
30        </widget>
31       </item>
32       <item row="0" column="1" >
33        <widget class="QCheckBox" name="audiothumbs" >
34         <property name="text" >
35          <string>Show audio thumbnails</string>
36         </property>
37        </widget>
38       </item>
39       <item row="1" column="0" colspan="2" >
40        <widget class="QLabel" name="timeline_preview" >
41         <property name="text" >
42          <string/>
43         </property>
44        </widget>
45       </item>
46      </layout>
47     </widget>
48    </item>
49    <item row="1" column="0" >
50     <widget class="QCheckBox" name="autosave" >
51      <property name="text" >
52       <string>Activate crash recovery (auto save)</string>
53      </property>
54     </widget>
55    </item>
56    <item row="2" column="0" >
57     <widget class="QCheckBox" name="installmimes" >
58      <property name="text" >
59       <string>Install extra video mimetypes</string>
60      </property>
61      <property name="checked" >
62       <bool>true</bool>
63      </property>
64     </widget>
65    </item>
66    <item row="3" column="0" >
67     <spacer name="verticalSpacer" >
68      <property name="orientation" >
69       <enum>Qt::Vertical</enum>
70      </property>
71      <property name="sizeHint" stdset="0" >
72       <size>
73        <width>20</width>
74        <height>7</height>
75       </size>
76      </property>
77     </spacer>
78    </item>
79   </layout>
80  </widget>
81  <resources/>
82  <connections/>
83 </ui>