]> git.sesse.net Git - kdenlive/blob - plugins/sampleplugin/countdown_ui.ui
Integrate with the required MLT hooks for getting Movit to work.
[kdenlive] / plugins / sampleplugin / countdown_ui.ui
1 <ui version="4.0" >
2  <class>CountDown_UI</class>
3  <widget class="QDialog" name="CountDown_UI" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>384</width>
9     <height>139</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Dialog</string>
14   </property>
15   <layout class="QGridLayout" name="gridLayout" >
16    <item row="0" column="0" >
17     <widget class="QLabel" name="label" >
18      <property name="text" >
19       <string>Save to</string>
20      </property>
21     </widget>
22    </item>
23    <item row="0" column="1" >
24     <widget class="KUrlRequester" name="path" />
25    </item>
26    <item row="1" column="0" >
27     <widget class="QLabel" name="duration_label" >
28      <property name="text" >
29       <string>Duration (seconds)</string>
30      </property>
31     </widget>
32    </item>
33    <item row="1" column="1" >
34     <widget class="KIntSpinBox" name="duration" >
35      <property name="maximum" >
36       <number>10000</number>
37      </property>
38      <property name="value" >
39       <number>10</number>
40      </property>
41     </widget>
42    </item>
43    <item row="2" column="0" >
44     <widget class="QLabel" name="font_label" >
45      <property name="text" >
46       <string>Font</string>
47      </property>
48     </widget>
49    </item>
50    <item row="2" column="1" >
51     <widget class="KIntSpinBox" name="font" >
52      <property name="maximum" >
53       <number>10000</number>
54      </property>
55      <property name="value" >
56       <number>500</number>
57      </property>
58     </widget>
59    </item>
60    <item row="3" column="0" >
61     <spacer name="verticalSpacer" >
62      <property name="orientation" >
63       <enum>Qt::Vertical</enum>
64      </property>
65      <property name="sizeHint" stdset="0" >
66       <size>
67        <width>20</width>
68        <height>40</height>
69       </size>
70      </property>
71     </spacer>
72    </item>
73    <item row="4" column="0" colspan="2" >
74     <widget class="QDialogButtonBox" name="buttonBox" >
75      <property name="orientation" >
76       <enum>Qt::Horizontal</enum>
77      </property>
78      <property name="standardButtons" >
79       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
80      </property>
81     </widget>
82    </item>
83   </layout>
84  </widget>
85  <customwidgets>
86   <customwidget>
87    <class>KIntSpinBox</class>
88    <extends>QSpinBox</extends>
89    <header>knuminput.h</header>
90   </customwidget>
91   <customwidget>
92    <class>KUrlRequester</class>
93    <extends>QFrame</extends>
94    <header>kurlrequester.h</header>
95   </customwidget>
96  </customwidgets>
97  <resources/>
98  <connections>
99   <connection>
100    <sender>buttonBox</sender>
101    <signal>accepted()</signal>
102    <receiver>CountDown_UI</receiver>
103    <slot>accept()</slot>
104    <hints>
105     <hint type="sourcelabel" >
106      <x>248</x>
107      <y>254</y>
108     </hint>
109     <hint type="destinationlabel" >
110      <x>157</x>
111      <y>274</y>
112     </hint>
113    </hints>
114   </connection>
115   <connection>
116    <sender>buttonBox</sender>
117    <signal>rejected()</signal>
118    <receiver>CountDown_UI</receiver>
119    <slot>reject()</slot>
120    <hints>
121     <hint type="sourcelabel" >
122      <x>316</x>
123      <y>260</y>
124     </hint>
125     <hint type="destinationlabel" >
126      <x>286</x>
127      <y>274</y>
128     </hint>
129    </hints>
130   </connection>
131  </connections>
132 </ui>