]> git.sesse.net Git - kdenlive/blob - src/ui/addtrack_ui.ui
Rename WIDGETS folder into UI.
[kdenlive] / src / ui / 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>257</width>
10     <height>91</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="1" column="0" colspan="2">
39     <widget class="QRadioButton" name="video_track">
40      <property name="text">
41       <string>Video track</string>
42      </property>
43      <property name="checked">
44       <bool>true</bool>
45      </property>
46     </widget>
47    </item>
48    <item row="1" column="2" colspan="2">
49     <widget class="QRadioButton" name="audio_track">
50      <property name="text">
51       <string>Audio track</string>
52      </property>
53     </widget>
54    </item>
55    <item row="2" column="2">
56     <spacer name="verticalSpacer">
57      <property name="orientation">
58       <enum>Qt::Vertical</enum>
59      </property>
60      <property name="sizeHint" stdset="0">
61       <size>
62        <width>20</width>
63        <height>10</height>
64       </size>
65      </property>
66     </spacer>
67    </item>
68    <item row="0" column="3">
69     <widget class="QComboBox" name="comboTracks"/>
70    </item>
71    <item row="3" column="1" colspan="4">
72     <widget class="QDialogButtonBox" name="buttonBox">
73      <property name="orientation">
74       <enum>Qt::Horizontal</enum>
75      </property>
76      <property name="standardButtons">
77       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
78      </property>
79     </widget>
80    </item>
81    <item row="0" column="4" rowspan="3">
82     <spacer name="horizontalSpacer">
83      <property name="orientation">
84       <enum>Qt::Horizontal</enum>
85      </property>
86      <property name="sizeHint" stdset="0">
87       <size>
88        <width>40</width>
89        <height>20</height>
90       </size>
91      </property>
92     </spacer>
93    </item>
94   </layout>
95  </widget>
96  <resources/>
97  <connections>
98   <connection>
99    <sender>buttonBox</sender>
100    <signal>accepted()</signal>
101    <receiver>AddTrack_UI</receiver>
102    <slot>accept()</slot>
103    <hints>
104     <hint type="sourcelabel">
105      <x>248</x>
106      <y>254</y>
107     </hint>
108     <hint type="destinationlabel">
109      <x>157</x>
110      <y>274</y>
111     </hint>
112    </hints>
113   </connection>
114   <connection>
115    <sender>buttonBox</sender>
116    <signal>rejected()</signal>
117    <receiver>AddTrack_UI</receiver>
118    <slot>reject()</slot>
119    <hints>
120     <hint type="sourcelabel">
121      <x>316</x>
122      <y>260</y>
123     </hint>
124     <hint type="destinationlabel">
125      <x>286</x>
126      <y>274</y>
127     </hint>
128    </hints>
129   </connection>
130  </connections>
131 </ui>