]> git.sesse.net Git - kdenlive/blob - src/widgets/dvdwizardchapters_ui.ui
db23d8f5dc9c076f573627a7253b10d13d5849f9
[kdenlive] / src / widgets / dvdwizardchapters_ui.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>DvdWizardChapters_UI</class>
4  <widget class="QWidget" name="DvdWizardChapters_UI">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>398</width>
10     <height>338</height>
11    </rect>
12   </property>
13   <layout class="QGridLayout" name="gridLayout">
14    <item row="1" column="0">
15     <widget class="QLabel" name="label">
16      <property name="text">
17       <string>Movie file</string>
18      </property>
19     </widget>
20    </item>
21    <item row="1" column="1" colspan="4">
22     <widget class="KComboBox" name="vob_list"/>
23    </item>
24    <item row="2" column="0" colspan="5">
25     <widget class="QListWidget" name="chapters_list">
26      <property name="sizePolicy">
27       <sizepolicy hsizetype="Expanding" vsizetype="Maximum">
28        <horstretch>0</horstretch>
29        <verstretch>0</verstretch>
30       </sizepolicy>
31      </property>
32      <property name="alternatingRowColors">
33       <bool>true</bool>
34      </property>
35     </widget>
36    </item>
37    <item row="3" column="0" colspan="2">
38     <widget class="QPushButton" name="button_add">
39      <property name="text">
40       <string>Add chapter</string>
41      </property>
42     </widget>
43    </item>
44    <item row="3" column="2">
45     <widget class="QPushButton" name="button_delete">
46      <property name="text">
47       <string>Remove chapter</string>
48      </property>
49     </widget>
50    </item>
51    <item row="3" column="3">
52     <spacer name="horizontalSpacer">
53      <property name="orientation">
54       <enum>Qt::Horizontal</enum>
55      </property>
56      <property name="sizeHint" stdset="0">
57       <size>
58        <width>79</width>
59        <height>22</height>
60       </size>
61      </property>
62     </spacer>
63    </item>
64    <item row="0" column="0" colspan="5">
65     <widget class="QGroupBox" name="monitor_frame">
66      <property name="title">
67       <string/>
68      </property>
69     </widget>
70    </item>
71   </layout>
72  </widget>
73  <customwidgets>
74   <customwidget>
75    <class>KComboBox</class>
76    <extends>QComboBox</extends>
77    <header>kcombobox.h</header>
78   </customwidget>
79  </customwidgets>
80  <resources/>
81  <connections/>
82 </ui>