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