]> git.sesse.net Git - kdenlive/blob - plugins/sampleplugin/countdown_ui.ui
* Small cmake cleanup
[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>288</width>
9     <height>98</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="2" >
24     <widget class="KUrlRequester" name="path" />
25    </item>
26    <item row="1" column="0" >
27     <widget class="QLabel" name="label_2" >
28      <property name="text" >
29       <string>Duration (seconds)</string>
30      </property>
31     </widget>
32    </item>
33    <item row="3" column="0" colspan="3" >
34     <widget class="QDialogButtonBox" name="buttonBox" >
35      <property name="orientation" >
36       <enum>Qt::Horizontal</enum>
37      </property>
38      <property name="standardButtons" >
39       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
40      </property>
41     </widget>
42    </item>
43    <item row="2" column="0" >
44     <spacer name="verticalSpacer" >
45      <property name="orientation" >
46       <enum>Qt::Vertical</enum>
47      </property>
48      <property name="sizeHint" stdset="0" >
49       <size>
50        <width>20</width>
51        <height>40</height>
52       </size>
53      </property>
54     </spacer>
55    </item>
56    <item row="1" column="2" >
57     <widget class="KIntSpinBox" name="duration" >
58      <property name="maximum" >
59       <number>10000</number>
60      </property>
61      <property name="value" >
62       <number>10</number>
63      </property>
64     </widget>
65    </item>
66   </layout>
67  </widget>
68  <customwidgets>
69   <customwidget>
70    <class>KIntSpinBox</class>
71    <extends>QSpinBox</extends>
72    <header>knuminput.h</header>
73   </customwidget>
74   <customwidget>
75    <class>KUrlRequester</class>
76    <extends>QFrame</extends>
77    <header>kurlrequester.h</header>
78   </customwidget>
79  </customwidgets>
80  <resources/>
81  <connections>
82   <connection>
83    <sender>buttonBox</sender>
84    <signal>accepted()</signal>
85    <receiver>CountDown_UI</receiver>
86    <slot>accept()</slot>
87    <hints>
88     <hint type="sourcelabel" >
89      <x>248</x>
90      <y>254</y>
91     </hint>
92     <hint type="destinationlabel" >
93      <x>157</x>
94      <y>274</y>
95     </hint>
96    </hints>
97   </connection>
98   <connection>
99    <sender>buttonBox</sender>
100    <signal>rejected()</signal>
101    <receiver>CountDown_UI</receiver>
102    <slot>reject()</slot>
103    <hints>
104     <hint type="sourcelabel" >
105      <x>316</x>
106      <y>260</y>
107     </hint>
108     <hint type="destinationlabel" >
109      <x>286</x>
110      <y>274</y>
111     </hint>
112    </hints>
113   </connection>
114  </connections>
115 </ui>