]> git.sesse.net Git - kdenlive/blob - src/widgets/saveprofile_ui.ui
User can now save & delete custom export profiles
[kdenlive] / src / widgets / saveprofile_ui.ui
1 <ui version="4.0" >
2  <class>SaveProfile_UI</class>
3  <widget class="QDialog" name="SaveProfile_UI" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>400</width>
9     <height>225</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Save Profile</string>
14   </property>
15   <layout class="QGridLayout" name="gridLayout" >
16    <item row="0" column="0" >
17     <widget class="QLabel" name="label_2" >
18      <property name="text" >
19       <string>Group</string>
20      </property>
21     </widget>
22    </item>
23    <item row="0" column="1" colspan="2" >
24     <widget class="KComboBox" name="group_name" />
25    </item>
26    <item row="1" column="0" >
27     <widget class="QLabel" name="label_3" >
28      <property name="text" >
29       <string>Profile name</string>
30      </property>
31     </widget>
32    </item>
33    <item row="1" column="1" colspan="2" >
34     <widget class="KLineEdit" name="profile_name" />
35    </item>
36    <item row="2" column="0" >
37     <widget class="QLabel" name="label_4" >
38      <property name="text" >
39       <string>Extension</string>
40      </property>
41     </widget>
42    </item>
43    <item row="2" column="1" colspan="2" >
44     <widget class="KLineEdit" name="extension" >
45      <property name="maxLength" >
46       <number>4</number>
47      </property>
48     </widget>
49    </item>
50    <item row="3" column="0" colspan="2" >
51     <widget class="QLabel" name="label" >
52      <property name="text" >
53       <string>Parameters</string>
54      </property>
55     </widget>
56    </item>
57    <item row="4" column="0" colspan="3" >
58     <widget class="KLineEdit" name="parameters" />
59    </item>
60    <item row="5" column="2" >
61     <spacer name="verticalSpacer" >
62      <property name="orientation" >
63       <enum>Qt::Vertical</enum>
64      </property>
65      <property name="sizeHint" stdset="0" >
66       <size>
67        <width>20</width>
68        <height>17</height>
69       </size>
70      </property>
71     </spacer>
72    </item>
73    <item row="6" column="0" colspan="3" >
74     <widget class="QDialogButtonBox" name="buttonBox" >
75      <property name="orientation" >
76       <enum>Qt::Horizontal</enum>
77      </property>
78      <property name="standardButtons" >
79       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
80      </property>
81     </widget>
82    </item>
83   </layout>
84  </widget>
85  <customwidgets>
86   <customwidget>
87    <class>KComboBox</class>
88    <extends>QComboBox</extends>
89    <header>kcombobox.h</header>
90   </customwidget>
91   <customwidget>
92    <class>KLineEdit</class>
93    <extends>QLineEdit</extends>
94    <header>klineedit.h</header>
95   </customwidget>
96  </customwidgets>
97  <resources/>
98  <connections>
99   <connection>
100    <sender>buttonBox</sender>
101    <signal>accepted()</signal>
102    <receiver>SaveProfile_UI</receiver>
103    <slot>accept()</slot>
104    <hints>
105     <hint type="sourcelabel" >
106      <x>248</x>
107      <y>254</y>
108     </hint>
109     <hint type="destinationlabel" >
110      <x>157</x>
111      <y>274</y>
112     </hint>
113    </hints>
114   </connection>
115   <connection>
116    <sender>buttonBox</sender>
117    <signal>rejected()</signal>
118    <receiver>SaveProfile_UI</receiver>
119    <slot>reject()</slot>
120    <hints>
121     <hint type="sourcelabel" >
122      <x>316</x>
123      <y>260</y>
124     </hint>
125     <hint type="destinationlabel" >
126      <x>286</x>
127      <y>274</y>
128     </hint>
129    </hints>
130   </connection>
131  </connections>
132 </ui>