]> git.sesse.net Git - kdenlive/blob - src/widgets/addtrack_ui.ui
small ui fixes
[kdenlive] / src / widgets / addtrack_ui.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>AddTrack_UI</class>
4  <widget class="QDialog" name="AddTrack_UI">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>307</width>
10     <height>118</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout">
17    <item row="0" column="0">
18     <widget class="QLabel" name="label">
19      <property name="text">
20       <string>Insert track</string>
21      </property>
22     </widget>
23    </item>
24    <item row="0" column="1" colspan="2">
25     <widget class="QComboBox" name="before_select">
26      <item>
27       <property name="text">
28        <string>before</string>
29       </property>
30      </item>
31      <item>
32       <property name="text">
33        <string>after</string>
34       </property>
35      </item>
36     </widget>
37    </item>
38    <item row="0" column="3">
39     <widget class="KIntNumInput" name="track_nb">
40      <property name="sizePolicy">
41       <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
42        <horstretch>0</horstretch>
43        <verstretch>0</verstretch>
44       </sizepolicy>
45      </property>
46      <property name="minimum">
47       <number>0</number>
48      </property>
49     </widget>
50    </item>
51    <item row="0" column="4">
52     <widget class="QLabel" name="track_name">
53      <property name="sizePolicy">
54       <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
55        <horstretch>0</horstretch>
56        <verstretch>0</verstretch>
57       </sizepolicy>
58      </property>
59      <property name="text">
60       <string/>
61      </property>
62     </widget>
63    </item>
64    <item row="1" column="0" colspan="2">
65     <widget class="QRadioButton" name="video_track">
66      <property name="text">
67       <string>Video track</string>
68      </property>
69      <property name="checked">
70       <bool>true</bool>
71      </property>
72     </widget>
73    </item>
74    <item row="1" column="2" colspan="2">
75     <widget class="QRadioButton" name="audio_track">
76      <property name="text">
77       <string>Audio track</string>
78      </property>
79     </widget>
80    </item>
81    <item row="2" column="2">
82     <spacer name="verticalSpacer">
83      <property name="orientation">
84       <enum>Qt::Vertical</enum>
85      </property>
86      <property name="sizeHint" stdset="0">
87       <size>
88        <width>20</width>
89        <height>10</height>
90       </size>
91      </property>
92     </spacer>
93    </item>
94    <item row="3" column="1" colspan="4">
95     <widget class="QDialogButtonBox" name="buttonBox">
96      <property name="orientation">
97       <enum>Qt::Horizontal</enum>
98      </property>
99      <property name="standardButtons">
100       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
101      </property>
102     </widget>
103    </item>
104    <item row="1" column="4">
105     <spacer name="horizontalSpacer">
106      <property name="orientation">
107       <enum>Qt::Horizontal</enum>
108      </property>
109      <property name="sizeHint" stdset="0">
110       <size>
111        <width>40</width>
112        <height>20</height>
113       </size>
114      </property>
115     </spacer>
116    </item>
117   </layout>
118  </widget>
119  <customwidgets>
120   <customwidget>
121    <class>KIntNumInput</class>
122    <extends>QWidget</extends>
123    <header>knuminput.h</header>
124   </customwidget>
125  </customwidgets>
126  <resources/>
127  <connections>
128   <connection>
129    <sender>buttonBox</sender>
130    <signal>accepted()</signal>
131    <receiver>AddTrack_UI</receiver>
132    <slot>accept()</slot>
133    <hints>
134     <hint type="sourcelabel">
135      <x>248</x>
136      <y>254</y>
137     </hint>
138     <hint type="destinationlabel">
139      <x>157</x>
140      <y>274</y>
141     </hint>
142    </hints>
143   </connection>
144   <connection>
145    <sender>buttonBox</sender>
146    <signal>rejected()</signal>
147    <receiver>AddTrack_UI</receiver>
148    <slot>reject()</slot>
149    <hints>
150     <hint type="sourcelabel">
151      <x>316</x>
152      <y>260</y>
153     </hint>
154     <hint type="destinationlabel">
155      <x>286</x>
156      <y>274</y>
157     </hint>
158    </hints>
159   </connection>
160  </connections>
161 </ui>