]> git.sesse.net Git - kdenlive/blob - src/ui/colorclip_ui.ui
Rename WIDGETS folder into UI.
[kdenlive] / src / ui / colorclip_ui.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ColorClip_UI</class>
4  <widget class="QDialog" name="ColorClip_UI">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>200</width>
10     <height>124</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <layout class="QGridLayout">
17    <item row="0" column="0">
18     <widget class="QLabel" name="label_3">
19      <property name="text">
20       <string>Name</string>
21      </property>
22     </widget>
23    </item>
24    <item row="0" column="1">
25     <widget class="KLineEdit" name="clip_name"/>
26    </item>
27    <item row="1" column="0">
28     <widget class="QLabel" name="label">
29      <property name="text">
30       <string>Clip Color</string>
31      </property>
32     </widget>
33    </item>
34    <item row="2" column="0">
35     <widget class="QLabel" name="label_2">
36      <property name="text">
37       <string>Duration</string>
38      </property>
39     </widget>
40    </item>
41    <item row="4" column="0" colspan="3">
42     <widget class="QDialogButtonBox" name="buttonBox">
43      <property name="orientation">
44       <enum>Qt::Horizontal</enum>
45      </property>
46      <property name="standardButtons">
47       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
48      </property>
49     </widget>
50    </item>
51    <item row="2" column="1">
52     <layout class="QHBoxLayout" name="clip_durationBox"/>
53    </item>
54    <item row="1" column="1">
55     <widget class="KColorCombo" name="clip_color"/>
56    </item>
57    <item row="3" column="1">
58     <spacer>
59      <property name="orientation">
60       <enum>Qt::Vertical</enum>
61      </property>
62      <property name="sizeHint" stdset="0">
63       <size>
64        <width>20</width>
65        <height>31</height>
66       </size>
67      </property>
68     </spacer>
69    </item>
70   </layout>
71  </widget>
72  <customwidgets>
73   <customwidget>
74    <class>KLineEdit</class>
75    <extends>QLineEdit</extends>
76    <header>klineedit.h</header>
77   </customwidget>
78   <customwidget>
79    <class>KColorCombo</class>
80    <extends>QComboBox</extends>
81    <header>kcolorcombo.h</header>
82   </customwidget>
83  </customwidgets>
84  <resources/>
85  <connections>
86   <connection>
87    <sender>buttonBox</sender>
88    <signal>accepted()</signal>
89    <receiver>ColorClip_UI</receiver>
90    <slot>accept()</slot>
91    <hints>
92     <hint type="sourcelabel">
93      <x>248</x>
94      <y>254</y>
95     </hint>
96     <hint type="destinationlabel">
97      <x>157</x>
98      <y>274</y>
99     </hint>
100    </hints>
101   </connection>
102   <connection>
103    <sender>buttonBox</sender>
104    <signal>rejected()</signal>
105    <receiver>ColorClip_UI</receiver>
106    <slot>reject()</slot>
107    <hints>
108     <hint type="sourcelabel">
109      <x>316</x>
110      <y>260</y>
111     </hint>
112     <hint type="destinationlabel">
113      <x>286</x>
114      <y>274</y>
115     </hint>
116    </hints>
117   </connection>
118  </connections>
119 </ui>