]> git.sesse.net Git - kdenlive/blob - src/widgets/configproject_ui.ui
automatically select if we should export audio or not:
[kdenlive] / src / widgets / configproject_ui.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ConfigProject_UI</class>
4  <widget class="QWidget" name="ConfigProject_UI">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>268</width>
10     <height>148</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Form</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout">
17    <item row="0" column="0" colspan="5">
18     <widget class="QGroupBox" name="properties">
19      <property name="title">
20       <string>Default Profile</string>
21      </property>
22      <layout class="QGridLayout" name="gridLayout_2">
23       <item row="0" column="0">
24        <widget class="QLabel" name="label_3">
25         <property name="text">
26          <string>Profile</string>
27         </property>
28        </widget>
29       </item>
30       <item row="0" column="1">
31        <widget class="KComboBox" name="kcfg_profiles_list"/>
32       </item>
33       <item row="1" column="0" colspan="2">
34        <layout class="QGridLayout" name="gridLayout_3">
35         <item row="0" column="0">
36          <widget class="QLabel" name="label_5">
37           <property name="text">
38            <string>Size:</string>
39           </property>
40          </widget>
41         </item>
42         <item row="0" column="1">
43          <widget class="QLabel" name="p_size">
44           <property name="text">
45            <string>720x576</string>
46           </property>
47          </widget>
48         </item>
49         <item row="0" column="2">
50          <widget class="QLabel" name="label_4">
51           <property name="text">
52            <string>Frame rate:</string>
53           </property>
54          </widget>
55         </item>
56         <item row="0" column="3">
57          <widget class="QLabel" name="p_fps">
58           <property name="text">
59            <string>25/1</string>
60           </property>
61          </widget>
62         </item>
63         <item row="1" column="0">
64          <widget class="QLabel" name="label_9">
65           <property name="text">
66            <string>Aspect ratio:</string>
67           </property>
68          </widget>
69         </item>
70         <item row="1" column="1">
71          <widget class="QLabel" name="p_aspect">
72           <property name="text">
73            <string>59/54</string>
74           </property>
75          </widget>
76         </item>
77         <item row="1" column="2">
78          <widget class="QLabel" name="label_10">
79           <property name="text">
80            <string>Display ratio:</string>
81           </property>
82          </widget>
83         </item>
84         <item row="1" column="3">
85          <widget class="QLabel" name="p_display">
86           <property name="text">
87            <string>4/3</string>
88           </property>
89          </widget>
90         </item>
91        </layout>
92       </item>
93       <item row="2" column="0" colspan="2">
94        <widget class="QLabel" name="p_progressive">
95         <property name="text">
96          <string>Interlaced</string>
97         </property>
98        </widget>
99       </item>
100      </layout>
101     </widget>
102    </item>
103    <item row="1" column="0">
104     <widget class="QLabel" name="label_6">
105      <property name="text">
106       <string>Video tracks</string>
107      </property>
108     </widget>
109    </item>
110    <item row="1" column="1">
111     <widget class="KIntSpinBox" name="kcfg_videotracks"/>
112    </item>
113    <item row="1" column="2">
114     <widget class="QLabel" name="label_7">
115      <property name="text">
116       <string>Audio tracks</string>
117      </property>
118     </widget>
119    </item>
120    <item row="1" column="3">
121     <widget class="KIntSpinBox" name="kcfg_audiotracks"/>
122    </item>
123    <item row="1" column="4">
124     <spacer name="horizontalSpacer">
125      <property name="orientation">
126       <enum>Qt::Horizontal</enum>
127      </property>
128      <property name="sizeHint" stdset="0">
129       <size>
130        <width>58</width>
131        <height>22</height>
132       </size>
133      </property>
134     </spacer>
135    </item>
136    <item row="2" column="0">
137     <spacer name="verticalSpacer">
138      <property name="orientation">
139       <enum>Qt::Vertical</enum>
140      </property>
141      <property name="sizeHint" stdset="0">
142       <size>
143        <width>20</width>
144        <height>21</height>
145       </size>
146      </property>
147     </spacer>
148    </item>
149   </layout>
150  </widget>
151  <customwidgets>
152   <customwidget>
153    <class>KIntSpinBox</class>
154    <extends>QSpinBox</extends>
155    <header>knuminput.h</header>
156   </customwidget>
157   <customwidget>
158    <class>KComboBox</class>
159    <extends>QComboBox</extends>
160    <header>kcombobox.h</header>
161   </customwidget>
162  </customwidgets>
163  <resources/>
164  <connections/>
165 </ui>