]> git.sesse.net Git - kdenlive/blob - src/widgets/manageencodingprofile_ui.ui
Second part of the capture rewrite. Decklink capture now seems to work with latest MLT
[kdenlive] / src / widgets / manageencodingprofile_ui.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ManageEncodingProfile_UI</class>
4  <widget class="QDialog" name="ManageEncodingProfile_UI">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>444</width>
10     <height>337</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" colspan="4">
18     <widget class="QLabel" name="label">
19      <property name="text">
20       <string>Editing profiles for</string>
21      </property>
22     </widget>
23    </item>
24    <item row="0" column="4" colspan="2">
25     <widget class="KComboBox" name="profile_type"/>
26    </item>
27    <item row="1" column="0" colspan="6">
28     <widget class="QListWidget" name="profile_list">
29      <property name="alternatingRowColors">
30       <bool>true</bool>
31      </property>
32     </widget>
33    </item>
34    <item row="2" column="0" colspan="6">
35     <widget class="QPlainTextEdit" name="profile_parameters">
36      <property name="readOnly">
37       <bool>true</bool>
38      </property>
39     </widget>
40    </item>
41    <item row="3" column="0">
42     <widget class="QToolButton" name="button_add">
43      <property name="text">
44       <string>...</string>
45      </property>
46     </widget>
47    </item>
48    <item row="3" column="1">
49     <widget class="QToolButton" name="button_edit">
50      <property name="text">
51       <string>...</string>
52      </property>
53     </widget>
54    </item>
55    <item row="3" column="2">
56     <widget class="QToolButton" name="button_delete">
57      <property name="text">
58       <string>...</string>
59      </property>
60     </widget>
61    </item>
62    <item row="3" column="3">
63     <widget class="QToolButton" name="button_download">
64      <property name="text">
65       <string>...</string>
66      </property>
67     </widget>
68    </item>
69    <item row="3" column="4">
70     <spacer name="horizontalSpacer">
71      <property name="orientation">
72       <enum>Qt::Horizontal</enum>
73      </property>
74      <property name="sizeHint" stdset="0">
75       <size>
76        <width>155</width>
77        <height>20</height>
78       </size>
79      </property>
80     </spacer>
81    </item>
82    <item row="3" column="5">
83     <widget class="QDialogButtonBox" name="buttonBox">
84      <property name="orientation">
85       <enum>Qt::Horizontal</enum>
86      </property>
87      <property name="standardButtons">
88       <set>QDialogButtonBox::Close</set>
89      </property>
90     </widget>
91    </item>
92   </layout>
93  </widget>
94  <customwidgets>
95   <customwidget>
96    <class>KComboBox</class>
97    <extends>QComboBox</extends>
98    <header>kcombobox.h</header>
99   </customwidget>
100  </customwidgets>
101  <resources/>
102  <connections>
103   <connection>
104    <sender>buttonBox</sender>
105    <signal>accepted()</signal>
106    <receiver>ManageEncodingProfile_UI</receiver>
107    <slot>accept()</slot>
108    <hints>
109     <hint type="sourcelabel">
110      <x>248</x>
111      <y>254</y>
112     </hint>
113     <hint type="destinationlabel">
114      <x>157</x>
115      <y>274</y>
116     </hint>
117    </hints>
118   </connection>
119   <connection>
120    <sender>buttonBox</sender>
121    <signal>rejected()</signal>
122    <receiver>ManageEncodingProfile_UI</receiver>
123    <slot>reject()</slot>
124    <hints>
125     <hint type="sourcelabel">
126      <x>316</x>
127      <y>260</y>
128     </hint>
129     <hint type="destinationlabel">
130      <x>286</x>
131      <y>274</y>
132     </hint>
133    </hints>
134   </connection>
135  </connections>
136 </ui>