]> git.sesse.net Git - kdenlive/blob - src/widgets/titlewidget_ui.ui
forgot titler widget
[kdenlive] / src / widgets / titlewidget_ui.ui
1 <ui version="4.0" >
2  <class>TitleWidget_UI</class>
3  <widget class="QDialog" name="TitleWidget_UI" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>718</width>
9     <height>406</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Dialog</string>
14   </property>
15   <layout class="QGridLayout" >
16    <item row="0" column="0" >
17     <layout class="QVBoxLayout" >
18      <item>
19       <widget class="QPushButton" name="pushButton" >
20        <property name="text" >
21         <string>PushButton</string>
22        </property>
23       </widget>
24      </item>
25      <item>
26       <layout class="QHBoxLayout" >
27        <item>
28         <widget class="QGraphicsView" name="graphicsView" />
29        </item>
30        <item>
31         <widget class="QToolBox" name="toolBox" >
32          <property name="currentIndex" >
33           <number>1</number>
34          </property>
35          <widget class="QWidget" name="Background" >
36           <property name="geometry" >
37            <rect>
38             <x>0</x>
39             <y>0</y>
40             <width>341</width>
41             <height>238</height>
42            </rect>
43           </property>
44           <attribute name="label" >
45            <string>Background</string>
46           </attribute>
47           <layout class="QGridLayout" >
48            <item row="0" column="0" >
49             <layout class="QVBoxLayout" >
50              <item>
51               <widget class="KColorButton" name="kcolorbutton" />
52              </item>
53              <item>
54               <widget class="QSlider" name="horizontalSlider" >
55                <property name="maximum" >
56                 <number>255</number>
57                </property>
58                <property name="orientation" >
59                 <enum>Qt::Horizontal</enum>
60                </property>
61               </widget>
62              </item>
63             </layout>
64            </item>
65           </layout>
66          </widget>
67          <widget class="QWidget" name="Text" >
68           <property name="geometry" >
69            <rect>
70             <x>0</x>
71             <y>0</y>
72             <width>341</width>
73             <height>238</height>
74            </rect>
75           </property>
76           <attribute name="label" >
77            <string>Text</string>
78           </attribute>
79           <layout class="QGridLayout" >
80            <item row="0" column="0" >
81             <layout class="QVBoxLayout" >
82              <item>
83               <layout class="QHBoxLayout" >
84                <item>
85                 <widget class="QToolButton" name="toolButton_4" >
86                  <property name="text" >
87                   <string>...</string>
88                  </property>
89                 </widget>
90                </item>
91                <item>
92                 <widget class="QToolButton" name="toolButton_5" >
93                  <property name="text" >
94                   <string>...</string>
95                  </property>
96                 </widget>
97                </item>
98                <item>
99                 <widget class="QToolButton" name="toolButton_6" >
100                  <property name="text" >
101                   <string>...</string>
102                  </property>
103                 </widget>
104                </item>
105                <item>
106                 <widget class="KColorButton" name="kcolorbutton_2" />
107                </item>
108                <item>
109                 <spacer>
110                  <property name="orientation" >
111                   <enum>Qt::Horizontal</enum>
112                  </property>
113                  <property name="sizeHint" >
114                   <size>
115                    <width>40</width>
116                    <height>20</height>
117                   </size>
118                  </property>
119                 </spacer>
120                </item>
121                <item>
122                 <widget class="QPushButton" name="newTextButton" >
123                  <property name="text" >
124                   <string>New Text</string>
125                  </property>
126                 </widget>
127                </item>
128               </layout>
129              </item>
130              <item>
131               <layout class="QHBoxLayout" >
132                <item>
133                 <widget class="QToolButton" name="toolButton" >
134                  <property name="text" >
135                   <string>...</string>
136                  </property>
137                 </widget>
138                </item>
139                <item>
140                 <widget class="QToolButton" name="toolButton_2" >
141                  <property name="text" >
142                   <string>...</string>
143                  </property>
144                 </widget>
145                </item>
146                <item>
147                 <widget class="QToolButton" name="toolButton_3" >
148                  <property name="text" >
149                   <string>...</string>
150                  </property>
151                 </widget>
152                </item>
153                <item>
154                 <widget class="KFontRequester" name="kfontrequester" />
155                </item>
156               </layout>
157              </item>
158              <item>
159               <widget class="KTextEdit" name="ktextedit" />
160              </item>
161             </layout>
162            </item>
163           </layout>
164          </widget>
165          <widget class="QWidget" name="Rectangle" >
166           <property name="geometry" >
167            <rect>
168             <x>0</x>
169             <y>0</y>
170             <width>94</width>
171             <height>24</height>
172            </rect>
173           </property>
174           <attribute name="label" >
175            <string>Rectangle</string>
176           </attribute>
177          </widget>
178         </widget>
179        </item>
180       </layout>
181      </item>
182      <item>
183       <widget class="QDialogButtonBox" name="buttonBox" >
184        <property name="orientation" >
185         <enum>Qt::Horizontal</enum>
186        </property>
187        <property name="standardButtons" >
188         <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
189        </property>
190       </widget>
191      </item>
192     </layout>
193    </item>
194   </layout>
195  </widget>
196  <customwidgets>
197   <customwidget>
198    <class>KColorButton</class>
199    <extends>QPushButton</extends>
200    <header>kcolorbutton.h</header>
201   </customwidget>
202   <customwidget>
203    <class>KFontRequester</class>
204    <extends>QWidget</extends>
205    <header>kfontrequester.h</header>
206   </customwidget>
207   <customwidget>
208    <class>KTextEdit</class>
209    <extends>QTextEdit</extends>
210    <header>ktextedit.h</header>
211   </customwidget>
212  </customwidgets>
213  <resources/>
214  <connections>
215   <connection>
216    <sender>buttonBox</sender>
217    <signal>accepted()</signal>
218    <receiver>TitleWidget_UI</receiver>
219    <slot>accept()</slot>
220    <hints>
221     <hint type="sourcelabel" >
222      <x>248</x>
223      <y>254</y>
224     </hint>
225     <hint type="destinationlabel" >
226      <x>157</x>
227      <y>274</y>
228     </hint>
229    </hints>
230   </connection>
231   <connection>
232    <sender>buttonBox</sender>
233    <signal>rejected()</signal>
234    <receiver>TitleWidget_UI</receiver>
235    <slot>reject()</slot>
236    <hints>
237     <hint type="sourcelabel" >
238      <x>316</x>
239      <y>260</y>
240     </hint>
241     <hint type="destinationlabel" >
242      <x>286</x>
243      <y>274</y>
244     </hint>
245    </hints>
246   </connection>
247  </connections>
248 </ui>