]> git.sesse.net Git - kdenlive/blobdiff - src/widgets/profiledialog_ui.ui
Cleanup and add mimetype for TGA images, also add EXR, TIFF and TGA to the list of...
[kdenlive] / src / widgets / profiledialog_ui.ui
index 1db8ba5b4f1913872a29f2fa0d4f6bb001c497e1..2c5d601ba53e2015d0a0361296e9dbc105378206 100644 (file)
@@ -5,17 +5,14 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>356</width>
-    <height>339</height>
+    <width>385</width>
+    <height>332</height>
    </rect>
   </property>
   <property name="windowTitle" >
-   <string>Dialog</string>
+   <string>Profiles</string>
   </property>
   <layout class="QGridLayout" name="gridLayout_2" >
-   <item row="0" column="1" >
-    <widget class="KComboBox" name="kcombobox" />
-   </item>
    <item row="0" column="0" >
     <widget class="QLabel" name="label" >
      <property name="text" >
      </property>
     </widget>
    </item>
-   <item row="0" column="3" >
-    <widget class="KPushButton" name="kpushbutton" >
-     <property name="text" >
-      <string>Create</string>
-     </property>
-    </widget>
-   </item>
-   <item row="0" column="4" >
-    <widget class="KPushButton" name="kpushbutton_2" >
-     <property name="text" >
-      <string>Delete</string>
-     </property>
-    </widget>
-   </item>
-   <item row="2" column="0" colspan="2" >
-    <widget class="KPushButton" name="kpushbutton_3" >
-     <property name="text" >
-      <string>Use as default</string>
-     </property>
-    </widget>
-   </item>
-   <item row="2" column="3" colspan="2" >
-    <widget class="QDialogButtonBox" name="buttonBox" >
-     <property name="orientation" >
-      <enum>Qt::Horizontal</enum>
-     </property>
-     <property name="standardButtons" >
-      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
-     </property>
-    </widget>
+   <item row="0" column="1" >
+    <widget class="KComboBox" name="profiles_list" />
    </item>
    <item row="0" column="2" >
     <spacer name="horizontalSpacer" >
@@ -67,8 +36,8 @@
      </property>
     </spacer>
    </item>
-   <item row="1" column="0" colspan="5" >
-    <widget class="QGroupBox" name="groupBox" >
+   <item row="1" column="0" colspan="7" >
+    <widget class="QGroupBox" name="properties" >
      <property name="title" >
       <string>Properties</string>
      </property>
@@ -81,7 +50,7 @@
        </widget>
       </item>
       <item row="0" column="1" colspan="3" >
-       <widget class="KLineEdit" name="klineedit" />
+       <widget class="KLineEdit" name="description" />
       </item>
       <item row="1" column="0" >
        <widget class="QLabel" name="label_5" >
        </widget>
       </item>
       <item row="1" column="1" >
-       <widget class="KIntSpinBox" name="kintspinbox_3" />
+       <widget class="KIntSpinBox" name="size_w" >
+        <property name="maximum" >
+         <number>10000</number>
+        </property>
+       </widget>
       </item>
       <item row="1" column="2" >
        <widget class="QLabel" name="label_6" >
        </widget>
       </item>
       <item row="1" column="3" >
-       <widget class="KIntSpinBox" name="kintspinbox_4" />
+       <widget class="KIntSpinBox" name="size_h" >
+        <property name="maximum" >
+         <number>10000</number>
+        </property>
+       </widget>
       </item>
       <item row="2" column="0" >
        <widget class="QLabel" name="label_3" >
        </widget>
       </item>
       <item row="2" column="1" >
-       <widget class="KIntSpinBox" name="kintspinbox" />
+       <widget class="KIntSpinBox" name="frame_num" >
+        <property name="maximum" >
+         <number>30000</number>
+        </property>
+       </widget>
       </item>
       <item row="2" column="2" >
        <widget class="QLabel" name="label_4" >
        </widget>
       </item>
       <item row="2" column="3" >
-       <widget class="KIntSpinBox" name="kintspinbox_2" />
+       <widget class="KIntSpinBox" name="frame_den" >
+        <property name="maximum" >
+         <number>10000</number>
+        </property>
+       </widget>
       </item>
       <item row="3" column="0" >
        <widget class="QLabel" name="label_9" >
         <property name="text" >
-         <string>Aspect ratio</string>
+         <string>Pixel aspect ratio</string>
         </property>
        </widget>
       </item>
       <item row="3" column="1" >
-       <widget class="KIntSpinBox" name="kintspinbox_5" />
+       <widget class="KIntSpinBox" name="aspect_num" />
       </item>
       <item row="3" column="2" >
        <widget class="QLabel" name="label_7" >
        </widget>
       </item>
       <item row="3" column="3" >
-       <widget class="KIntSpinBox" name="kintspinbox_6" />
+       <widget class="KIntSpinBox" name="aspect_den" />
       </item>
       <item row="4" column="0" >
        <widget class="QLabel" name="label_10" >
         <property name="text" >
-         <string>Display ratio</string>
+         <string>Display aspect ratio</string>
         </property>
        </widget>
       </item>
       <item row="4" column="1" >
-       <widget class="KIntSpinBox" name="kintspinbox_7" />
+       <widget class="KIntSpinBox" name="display_num" >
+        <property name="maximum" >
+         <number>10000</number>
+        </property>
+       </widget>
       </item>
       <item row="4" column="2" >
        <widget class="QLabel" name="label_8" >
        </widget>
       </item>
       <item row="4" column="3" >
-       <widget class="KIntSpinBox" name="kintspinbox_8" />
+       <widget class="KIntSpinBox" name="display_den" >
+        <property name="maximum" >
+         <number>10000</number>
+        </property>
+       </widget>
       </item>
-      <item row="6" column="0" >
+      <item row="5" column="0" colspan="4" >
+       <widget class="QCheckBox" name="progressive" >
+        <property name="text" >
+         <string>Progressive</string>
+        </property>
+       </widget>
+      </item>
+      <item row="6" column="0" colspan="2" >
        <spacer name="verticalSpacer" >
         <property name="orientation" >
          <enum>Qt::Vertical</enum>
         </property>
        </spacer>
       </item>
-      <item row="5" column="0" >
-       <widget class="QCheckBox" name="checkBox" >
-        <property name="text" >
-         <string>Progressive</string>
-        </property>
-       </widget>
-      </item>
      </layout>
     </widget>
    </item>
+   <item row="2" column="0" colspan="2" >
+    <widget class="KPushButton" name="button_default" >
+     <property name="text" >
+      <string>Use as default</string>
+     </property>
+    </widget>
+   </item>
+   <item row="2" column="2" >
+    <spacer name="horizontalSpacer_2" >
+     <property name="orientation" >
+      <enum>Qt::Horizontal</enum>
+     </property>
+     <property name="sizeHint" stdset="0" >
+      <size>
+       <width>40</width>
+       <height>20</height>
+      </size>
+     </property>
+    </spacer>
+   </item>
+   <item row="2" column="4" colspan="3" >
+    <widget class="QDialogButtonBox" name="buttonBox" >
+     <property name="orientation" >
+      <enum>Qt::Horizontal</enum>
+     </property>
+     <property name="standardButtons" >
+      <set>QDialogButtonBox::Ok</set>
+     </property>
+    </widget>
+   </item>
+   <item row="0" column="3" >
+    <widget class="QToolButton" name="button_create" >
+     <property name="text" >
+      <string>C</string>
+     </property>
+    </widget>
+   </item>
+   <item row="0" column="4" >
+    <widget class="QToolButton" name="button_save" >
+     <property name="enabled" >
+      <bool>false</bool>
+     </property>
+     <property name="text" >
+      <string>S</string>
+     </property>
+    </widget>
+   </item>
+   <item row="0" column="5" >
+    <widget class="QToolButton" name="button_delete" >
+     <property name="enabled" >
+      <bool>false</bool>
+     </property>
+     <property name="text" >
+      <string>D</string>
+     </property>
+    </widget>
+   </item>
   </layout>
-  <zorder>kcombobox</zorder>
-  <zorder>label</zorder>
-  <zorder>kpushbutton</zorder>
-  <zorder>kpushbutton_2</zorder>
-  <zorder>kpushbutton_3</zorder>
-  <zorder>buttonBox</zorder>
-  <zorder>horizontalSpacer</zorder>
-  <zorder>groupBox</zorder>
  </widget>
  <customwidgets>
   <customwidget>