]> git.sesse.net Git - kdenlive/blob - src/widgets/addtrack_ui.ui
Add track should work, delete track is still to do
[kdenlive] / src / widgets / addtrack_ui.ui
1 <ui version="4.0" >
2  <class>AddTrack_UI</class>
3  <widget class="QDialog" name="AddTrack_UI" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>249</width>
9     <height>97</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>Insert track</string>
20      </property>
21     </widget>
22    </item>
23    <item row="0" column="1" colspan="2" >
24     <widget class="QComboBox" name="before_select" >
25      <item>
26       <property name="text" >
27        <string>before</string>
28       </property>
29      </item>
30      <item>
31       <property name="text" >
32        <string>after</string>
33       </property>
34      </item>
35     </widget>
36    </item>
37    <item row="0" column="3" >
38     <widget class="KIntNumInput" name="track_nb" >
39      <property name="minimum" >
40       <number>0</number>
41      </property>
42     </widget>
43    </item>
44    <item row="1" column="0" colspan="2" >
45     <widget class="QRadioButton" name="video_track" >
46      <property name="text" >
47       <string>Video track</string>
48      </property>
49      <property name="checked" >
50       <bool>true</bool>
51      </property>
52     </widget>
53    </item>
54    <item row="1" column="2" colspan="2" >
55     <widget class="QRadioButton" name="radioButton_2" >
56      <property name="text" >
57       <string>Audio track</string>
58      </property>
59     </widget>
60    </item>
61    <item row="2" column="2" >
62     <spacer name="verticalSpacer" >
63      <property name="orientation" >
64       <enum>Qt::Vertical</enum>
65      </property>
66      <property name="sizeHint" stdset="0" >
67       <size>
68        <width>20</width>
69        <height>10</height>
70       </size>
71      </property>
72     </spacer>
73    </item>
74    <item row="3" column="0" colspan="4" >
75     <widget class="QDialogButtonBox" name="buttonBox" >
76      <property name="orientation" >
77       <enum>Qt::Horizontal</enum>
78      </property>
79      <property name="standardButtons" >
80       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
81      </property>
82     </widget>
83    </item>
84   </layout>
85  </widget>
86  <customwidgets>
87   <customwidget>
88    <class>KIntNumInput</class>
89    <extends>QWidget</extends>
90    <header>knuminput.h</header>
91   </customwidget>
92  </customwidgets>
93  <resources/>
94  <connections>
95   <connection>
96    <sender>buttonBox</sender>
97    <signal>accepted()</signal>
98    <receiver>AddTrack_UI</receiver>
99    <slot>accept()</slot>
100    <hints>
101     <hint type="sourcelabel" >
102      <x>248</x>
103      <y>254</y>
104     </hint>
105     <hint type="destinationlabel" >
106      <x>157</x>
107      <y>274</y>
108     </hint>
109    </hints>
110   </connection>
111   <connection>
112    <sender>buttonBox</sender>
113    <signal>rejected()</signal>
114    <receiver>AddTrack_UI</receiver>
115    <slot>reject()</slot>
116    <hints>
117     <hint type="sourcelabel" >
118      <x>316</x>
119      <y>260</y>
120     </hint>
121     <hint type="destinationlabel" >
122      <x>286</x>
123      <y>274</y>
124     </hint>
125    </hints>
126   </connection>
127  </connections>
128 </ui>