]> git.sesse.net Git - kdenlive/blob - src/widgets/manageencodingprofile_ui.ui
Change invalid dialog message.
[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="enabled">
65       <bool>false</bool>
66      </property>
67      <property name="text">
68       <string>...</string>
69      </property>
70     </widget>
71    </item>
72    <item row="3" column="4">
73     <spacer name="horizontalSpacer">
74      <property name="orientation">
75       <enum>Qt::Horizontal</enum>
76      </property>
77      <property name="sizeHint" stdset="0">
78       <size>
79        <width>155</width>
80        <height>20</height>
81       </size>
82      </property>
83     </spacer>
84    </item>
85    <item row="3" column="5">
86     <widget class="QDialogButtonBox" name="buttonBox">
87      <property name="orientation">
88       <enum>Qt::Horizontal</enum>
89      </property>
90      <property name="standardButtons">
91       <set>QDialogButtonBox::Close</set>
92      </property>
93     </widget>
94    </item>
95   </layout>
96  </widget>
97  <customwidgets>
98   <customwidget>
99    <class>KComboBox</class>
100    <extends>QComboBox</extends>
101    <header>kcombobox.h</header>
102   </customwidget>
103  </customwidgets>
104  <resources/>
105  <connections>
106   <connection>
107    <sender>buttonBox</sender>
108    <signal>accepted()</signal>
109    <receiver>ManageEncodingProfile_UI</receiver>
110    <slot>accept()</slot>
111    <hints>
112     <hint type="sourcelabel">
113      <x>248</x>
114      <y>254</y>
115     </hint>
116     <hint type="destinationlabel">
117      <x>157</x>
118      <y>274</y>
119     </hint>
120    </hints>
121   </connection>
122   <connection>
123    <sender>buttonBox</sender>
124    <signal>rejected()</signal>
125    <receiver>ManageEncodingProfile_UI</receiver>
126    <slot>reject()</slot>
127    <hints>
128     <hint type="sourcelabel">
129      <x>316</x>
130      <y>260</y>
131     </hint>
132     <hint type="destinationlabel">
133      <x>286</x>
134      <y>274</y>
135     </hint>
136    </hints>
137   </connection>
138  </connections>
139 </ui>