Implemented copy, cut and paste frame
[dashstudio.git] / src / components / timeline / scenes.ui
blob97d86a322091d90c2f413fd454e77c65925541dd
1 <ui version="4.0" >
2  <author></author>
3  <comment></comment>
4  <exportmacro></exportmacro>
5  <class>Scenes</class>
6  <widget class="QWidget" name="Scenes" >
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>230</width>
12     <height>248</height>
13    </rect>
14   </property>
15   <property name="sizePolicy" >
16    <sizepolicy>
17     <hsizetype>5</hsizetype>
18     <vsizetype>5</vsizetype>
19     <horstretch>1</horstretch>
20     <verstretch>1</verstretch>
21    </sizepolicy>
22   </property>
23   <property name="windowTitle" >
24    <string>Form</string>
25   </property>
26   <layout class="QGridLayout" >
27    <property name="margin" >
28     <number>9</number>
29    </property>
30    <property name="spacing" >
31     <number>-1</number>
32    </property>
33    <item row="0" column="0" >
34     <layout class="QHBoxLayout" >
35      <property name="margin" >
36       <number>0</number>
37      </property>
38      <property name="spacing" >
39       <number>0</number>
40      </property>
41      <item>
42       <widget class="DGui::ImageButton" name="insert" >
43        <property name="enabled" >
44         <bool>true</bool>
45        </property>
46        <property name="iconSize" >
47         <size>
48          <width>22</width>
49          <height>22</height>
50         </size>
51        </property>
52       </widget>
53      </item>
54      <item>
55       <widget class="DGui::ImageButton" name="remove" >
56        <property name="enabled" >
57         <bool>true</bool>
58        </property>
59        <property name="iconSize" >
60         <size>
61          <width>22</width>
62          <height>22</height>
63         </size>
64        </property>
65       </widget>
66      </item>
67      <item>
68       <widget class="DGui::ImageButton" name="up" >
69        <property name="enabled" >
70         <bool>true</bool>
71        </property>
72        <property name="iconSize" >
73         <size>
74          <width>22</width>
75          <height>22</height>
76         </size>
77        </property>
78       </widget>
79      </item>
80      <item>
81       <widget class="DGui::ImageButton" name="down" >
82        <property name="enabled" >
83         <bool>true</bool>
84        </property>
85        <property name="iconSize" >
86         <size>
87          <width>22</width>
88          <height>22</height>
89         </size>
90        </property>
91       </widget>
92      </item>
93      <item>
94       <widget class="DGui::ImageButton" name="play" >
95        <property name="iconSize" >
96         <size>
97          <width>22</width>
98          <height>22</height>
99         </size>
100        </property>
101       </widget>
102      </item>
103      <item>
104       <spacer>
105        <property name="orientation" >
106         <enum>Qt::Horizontal</enum>
107        </property>
108        <property name="sizeHint" >
109         <size>
110          <width>40</width>
111          <height>20</height>
112         </size>
113        </property>
114       </spacer>
115      </item>
116     </layout>
117    </item>
118    <item row="1" column="0" >
119     <widget class="QTreeWidget" name="container" >
120      <column>
121       <property name="text" >
122        <string>1</string>
123       </property>
124      </column>
125     </widget>
126    </item>
127   </layout>
128  </widget>
129  <pixmapfunction></pixmapfunction>
130  <customwidgets>
131   <customwidget>
132    <class>DGui::ImageButton</class>
133    <extends>QPushButton</extends>
134    <header>dgui/imagebutton.h</header>
135    <container>0</container>
136    <pixmap></pixmap>
137   </customwidget>
138  </customwidgets>
139  <resources/>
140  <connections/>
141 </ui>