]> git.sesse.net Git - kdenlive/blob - src/widgets/projectsettings_ui.ui
Ask for profile on new document
[kdenlive] / src / widgets / projectsettings_ui.ui
1 <ui version="4.0" >
2  <class>ProjectSettings_UI</class>
3  <widget class="QDialog" name="ProjectSettings_UI" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>370</width>
9     <height>257</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Project Settings</string>
14   </property>
15   <layout class="QGridLayout" name="gridLayout_3" >
16    <item row="0" column="0" colspan="2" >
17     <widget class="QLabel" name="label_4" >
18      <property name="text" >
19       <string>Project folder</string>
20      </property>
21     </widget>
22    </item>
23    <item row="0" column="2" colspan="3" >
24     <widget class="KUrlRequester" name="project_folder" />
25    </item>
26    <item row="1" column="0" colspan="5" >
27     <widget class="QGroupBox" name="properties" >
28      <property name="title" >
29       <string>Video Profile</string>
30      </property>
31      <layout class="QGridLayout" name="gridLayout_2" >
32       <item row="0" column="0" >
33        <widget class="QLabel" name="label" >
34         <property name="text" >
35          <string>Profile</string>
36         </property>
37        </widget>
38       </item>
39       <item row="0" column="1" >
40        <widget class="KComboBox" name="profiles_list" />
41       </item>
42       <item row="1" column="0" colspan="2" >
43        <layout class="QGridLayout" name="gridLayout" >
44         <item row="0" column="0" >
45          <widget class="QLabel" name="label_5" >
46           <property name="text" >
47            <string>Size:</string>
48           </property>
49          </widget>
50         </item>
51         <item row="0" column="1" >
52          <widget class="QLabel" name="p_size" >
53           <property name="text" >
54            <string>720x576</string>
55           </property>
56          </widget>
57         </item>
58         <item row="0" column="2" >
59          <widget class="QLabel" name="label_3" >
60           <property name="text" >
61            <string>Frame rate:</string>
62           </property>
63          </widget>
64         </item>
65         <item row="0" column="3" >
66          <widget class="QLabel" name="p_fps" >
67           <property name="text" >
68            <string>25/1</string>
69           </property>
70          </widget>
71         </item>
72         <item row="1" column="0" >
73          <widget class="QLabel" name="label_9" >
74           <property name="text" >
75            <string>Aspect ratio:</string>
76           </property>
77          </widget>
78         </item>
79         <item row="1" column="1" >
80          <widget class="QLabel" name="p_aspect" >
81           <property name="text" >
82            <string>59/54</string>
83           </property>
84          </widget>
85         </item>
86         <item row="1" column="2" >
87          <widget class="QLabel" name="label_10" >
88           <property name="text" >
89            <string>Display ratio:</string>
90           </property>
91          </widget>
92         </item>
93         <item row="1" column="3" >
94          <widget class="QLabel" name="p_display" >
95           <property name="text" >
96            <string>4/3</string>
97           </property>
98          </widget>
99         </item>
100        </layout>
101       </item>
102       <item row="2" column="0" colspan="2" >
103        <widget class="QLabel" name="p_progressive" >
104         <property name="text" >
105          <string>Interlaced</string>
106         </property>
107        </widget>
108       </item>
109      </layout>
110     </widget>
111    </item>
112    <item row="2" column="0" >
113     <widget class="QLabel" name="label_2" >
114      <property name="text" >
115       <string>Thumbnails:</string>
116      </property>
117     </widget>
118    </item>
119    <item row="2" column="1" colspan="2" >
120     <widget class="QCheckBox" name="video_thumbs" >
121      <property name="text" >
122       <string>Video</string>
123      </property>
124     </widget>
125    </item>
126    <item row="2" column="3" >
127     <widget class="QCheckBox" name="audio_thumbs" >
128      <property name="text" >
129       <string>Audio</string>
130      </property>
131     </widget>
132    </item>
133    <item row="2" column="4" >
134     <spacer name="horizontalSpacer" >
135      <property name="orientation" >
136       <enum>Qt::Horizontal</enum>
137      </property>
138      <property name="sizeHint" stdset="0" >
139       <size>
140        <width>229</width>
141        <height>20</height>
142       </size>
143      </property>
144     </spacer>
145    </item>
146    <item row="3" column="0" colspan="5" >
147     <spacer name="verticalSpacer" >
148      <property name="orientation" >
149       <enum>Qt::Vertical</enum>
150      </property>
151      <property name="sizeHint" stdset="0" >
152       <size>
153        <width>105</width>
154        <height>17</height>
155       </size>
156      </property>
157     </spacer>
158    </item>
159    <item row="4" column="1" colspan="4" >
160     <widget class="QDialogButtonBox" name="buttonBox" >
161      <property name="orientation" >
162       <enum>Qt::Horizontal</enum>
163      </property>
164      <property name="standardButtons" >
165       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
166      </property>
167     </widget>
168    </item>
169   </layout>
170  </widget>
171  <customwidgets>
172   <customwidget>
173    <class>KComboBox</class>
174    <extends>QComboBox</extends>
175    <header>kcombobox.h</header>
176   </customwidget>
177   <customwidget>
178    <class>KUrlRequester</class>
179    <extends>QFrame</extends>
180    <header>kurlrequester.h</header>
181   </customwidget>
182  </customwidgets>
183  <resources/>
184  <connections>
185   <connection>
186    <sender>buttonBox</sender>
187    <signal>accepted()</signal>
188    <receiver>ProjectSettings_UI</receiver>
189    <slot>accept()</slot>
190    <hints>
191     <hint type="sourcelabel" >
192      <x>248</x>
193      <y>254</y>
194     </hint>
195     <hint type="destinationlabel" >
196      <x>157</x>
197      <y>274</y>
198     </hint>
199    </hints>
200   </connection>
201   <connection>
202    <sender>buttonBox</sender>
203    <signal>rejected()</signal>
204    <receiver>ProjectSettings_UI</receiver>
205    <slot>reject()</slot>
206    <hints>
207     <hint type="sourcelabel" >
208      <x>316</x>
209      <y>260</y>
210     </hint>
211     <hint type="destinationlabel" >
212      <x>286</x>
213      <y>274</y>
214     </hint>
215    </hints>
216   </connection>
217  </connections>
218 </ui>