]> git.sesse.net Git - kdenlive/blob - src/widgets/dvdwizardchapters_ui.ui
Change invalid dialog message.
[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>322</width>
10     <height>238</height>
11    </rect>
12   </property>
13   <layout class="QGridLayout" name="gridLayout">
14    <property name="margin">
15     <number>0</number>
16    </property>
17    <item row="2" column="0" colspan="4">
18     <widget class="QListWidget" name="chapters_list">
19      <property name="sizePolicy">
20       <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
21        <horstretch>0</horstretch>
22        <verstretch>0</verstretch>
23       </sizepolicy>
24      </property>
25      <property name="maximumSize">
26       <size>
27        <width>16777215</width>
28        <height>150</height>
29       </size>
30      </property>
31      <property name="alternatingRowColors">
32       <bool>true</bool>
33      </property>
34     </widget>
35    </item>
36    <item row="3" column="0" colspan="2">
37     <widget class="QPushButton" name="button_add">
38      <property name="text">
39       <string>Add chapter</string>
40      </property>
41     </widget>
42    </item>
43    <item row="1" column="0">
44     <widget class="QLabel" name="label">
45      <property name="text">
46       <string>Movie file</string>
47      </property>
48     </widget>
49    </item>
50    <item row="3" column="3">
51     <spacer name="horizontalSpacer">
52      <property name="orientation">
53       <enum>Qt::Horizontal</enum>
54      </property>
55      <property name="sizeHint" stdset="0">
56       <size>
57        <width>80</width>
58        <height>13</height>
59       </size>
60      </property>
61     </spacer>
62    </item>
63    <item row="3" column="2">
64     <widget class="QPushButton" name="button_delete">
65      <property name="text">
66       <string>Remove chapter</string>
67      </property>
68     </widget>
69    </item>
70    <item row="0" column="0" colspan="4">
71     <widget class="QFrame" name="video_frame">
72      <property name="sizePolicy">
73       <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
74        <horstretch>0</horstretch>
75        <verstretch>0</verstretch>
76       </sizepolicy>
77      </property>
78      <property name="minimumSize">
79       <size>
80        <width>0</width>
81        <height>100</height>
82       </size>
83      </property>
84      <property name="frameShape">
85       <enum>QFrame::StyledPanel</enum>
86      </property>
87      <property name="frameShadow">
88       <enum>QFrame::Raised</enum>
89      </property>
90     </widget>
91    </item>
92    <item row="1" column="1" colspan="3">
93     <widget class="KComboBox" name="vob_list"/>
94    </item>
95   </layout>
96  </widget>
97  <customwidgets>
98   <customwidget>
99    <class>KComboBox</class>
100    <extends>QComboBox</extends>
101    <header>kcombobox.h</header>
102   </customwidget>
103  </customwidgets>
104  <resources/>
105  <connections/>
106 </ui>