]> git.sesse.net Git - kdenlive/commitdiff
Use horizontal line to show end of keyframe editor
authorTill Theato <root@ttill.de>
Sun, 22 Aug 2010 09:32:19 +0000 (09:32 +0000)
committerTill Theato <root@ttill.de>
Sun, 22 Aug 2010 09:32:19 +0000 (09:32 +0000)
svn path=/trunk/kdenlive/; revision=4747

src/widgets/keyframeeditor_ui.ui

index 1f6d7caab311ea6408ddacf31404919997cdb5ef..7e09e749554149e1f486ede8667e4d01489ac75d 100644 (file)
@@ -6,12 +6,18 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>256</width>
-    <height>135</height>
+    <width>277</width>
+    <height>269</height>
    </rect>
   </property>
   <layout class="QGridLayout" name="gridLayout">
-   <property name="margin">
+   <property name="leftMargin">
+    <number>0</number>
+   </property>
+   <property name="topMargin">
+    <number>0</number>
+   </property>
+   <property name="rightMargin">
     <number>0</number>
    </property>
    <item row="0" column="0" colspan="3">
      <attribute name="verticalHeaderHighlightSections">
       <bool>false</bool>
      </attribute>
+     <attribute name="verticalHeaderVisible">
+      <bool>true</bool>
+     </attribute>
+     <attribute name="horizontalHeaderStretchLastSection">
+      <bool>true</bool>
+     </attribute>
+     <attribute name="horizontalHeaderHighlightSections">
+      <bool>false</bool>
+     </attribute>
+     <attribute name="verticalHeaderHighlightSections">
+      <bool>false</bool>
+     </attribute>
     </widget>
    </item>
    <item row="1" column="0">
      </property>
     </widget>
    </item>
+   <item row="4" column="0" colspan="3">
+    <widget class="Line" name="line">
+     <property name="orientation">
+      <enum>Qt::Horizontal</enum>
+     </property>
+    </widget>
+   </item>
    <item row="3" column="0" colspan="3">
     <widget class="QFrame" name="param_sliders">
      <property name="frameShape">
       <enum>QFrame::NoFrame</enum>
      </property>
-     <property name="frameShadow">
-      <enum>QFrame::Plain</enum>
-     </property>
     </widget>
    </item>
   </layout>