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