]> git.sesse.net Git - kdenlive/blob - src/widgets/geometryval_ui.ui
first classes for geometry widget
[kdenlive] / src / widgets / geometryval_ui.ui
1 <ui version="4.0" >
2  <class>Geometryval</class>
3  <widget class="QWidget" name="Geometryval" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>400</width>
9     <height>300</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Form</string>
14   </property>
15   <layout class="QGridLayout" name="gridLayout" >
16    <item row="0" column="0" >
17     <widget class="QLabel" name="label" >
18      <property name="text" >
19       <string>Geometry</string>
20      </property>
21     </widget>
22    </item>
23    <item row="1" column="0" >
24     <widget class="QWidget" native="1" name="widget" >
25      <property name="sizePolicy" >
26       <sizepolicy vsizetype="MinimumExpanding" hsizetype="MinimumExpanding" >
27        <horstretch>0</horstretch>
28        <verstretch>0</verstretch>
29       </sizepolicy>
30      </property>
31     </widget>
32    </item>
33    <item row="2" column="0" >
34     <widget class="QSlider" name="frame" >
35      <property name="orientation" >
36       <enum>Qt::Horizontal</enum>
37      </property>
38     </widget>
39    </item>
40    <item row="3" column="0" >
41     <widget class="QCheckBox" name="isKeyFrame" >
42      <property name="text" >
43       <string>Keyframe</string>
44      </property>
45     </widget>
46    </item>
47   </layout>
48  </widget>
49  <resources/>
50  <connections/>
51 </ui>