]> git.sesse.net Git - kdenlive/blob - src/widgets/titlewidget_ui.ui
5caa8a96f29c5d33050e987a86564ed7e1a1a728
[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>794</width>
9     <height>598</height>
10    </rect>
11   </property>
12   <property name="sizePolicy" >
13    <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
14     <horstretch>0</horstretch>
15     <verstretch>0</verstretch>
16    </sizepolicy>
17   </property>
18   <property name="windowTitle" >
19    <string>Dialog</string>
20   </property>
21   <layout class="QGridLayout" name="gridLayout_2" >
22    <item row="0" column="0" colspan="6" >
23     <layout class="QHBoxLayout" >
24      <item>
25       <widget class="QPushButton" name="newRectButton" >
26        <property name="text" >
27         <string>New Rect</string>
28        </property>
29       </widget>
30      </item>
31      <item>
32       <widget class="QPushButton" name="newTextButton" >
33        <property name="text" >
34         <string>New Text</string>
35        </property>
36       </widget>
37      </item>
38      <item>
39       <widget class="QPushButton" name="loadButton" >
40        <property name="text" >
41         <string>Load Title</string>
42        </property>
43       </widget>
44      </item>
45      <item>
46       <widget class="QPushButton" name="saveButton" >
47        <property name="text" >
48         <string>Save Title</string>
49        </property>
50       </widget>
51      </item>
52      <item>
53       <widget class="QPushButton" name="previewButton" >
54        <property name="text" >
55         <string>Preview</string>
56        </property>
57       </widget>
58      </item>
59      <item>
60       <spacer>
61        <property name="orientation" >
62         <enum>Qt::Horizontal</enum>
63        </property>
64        <property name="sizeHint" stdset="0" >
65         <size>
66          <width>40</width>
67          <height>20</height>
68         </size>
69        </property>
70       </spacer>
71      </item>
72     </layout>
73    </item>
74    <item row="1" column="0" colspan="6" >
75     <widget class="QFrame" name="frame_properties" >
76      <property name="frameShape" >
77       <enum>QFrame::StyledPanel</enum>
78      </property>
79      <property name="frameShadow" >
80       <enum>QFrame::Raised</enum>
81      </property>
82      <layout class="QGridLayout" name="gridLayout" >
83       <item row="0" column="0" >
84        <layout class="QHBoxLayout" name="positionLayout" >
85         <item>
86          <widget class="QLabel" name="label_16" >
87           <property name="text" >
88            <string>X</string>
89           </property>
90          </widget>
91         </item>
92         <item>
93          <widget class="QSpinBox" name="value_x" >
94           <property name="minimum" >
95            <number>-1000</number>
96           </property>
97           <property name="maximum" >
98            <number>5000</number>
99           </property>
100          </widget>
101         </item>
102         <item>
103          <widget class="QLabel" name="label_17" >
104           <property name="text" >
105            <string>Y</string>
106           </property>
107          </widget>
108         </item>
109         <item>
110          <widget class="QSpinBox" name="value_y" >
111           <property name="minimum" >
112            <number>-1000</number>
113           </property>
114           <property name="maximum" >
115            <number>5000</number>
116           </property>
117          </widget>
118         </item>
119         <item>
120          <widget class="QLabel" name="label_18" >
121           <property name="text" >
122            <string>W</string>
123           </property>
124          </widget>
125         </item>
126         <item>
127          <widget class="QSpinBox" name="value_w" >
128           <property name="minimum" >
129            <number>-1000</number>
130           </property>
131           <property name="maximum" >
132            <number>5000</number>
133           </property>
134          </widget>
135         </item>
136         <item>
137          <widget class="QLabel" name="label_19" >
138           <property name="text" >
139            <string>H</string>
140           </property>
141          </widget>
142         </item>
143         <item>
144          <widget class="QSpinBox" name="value_h" >
145           <property name="minimum" >
146            <number>-1000</number>
147           </property>
148           <property name="maximum" >
149            <number>5000</number>
150           </property>
151          </widget>
152         </item>
153         <item>
154          <widget class="QLabel" name="label_12" >
155           <property name="text" >
156            <string>Z-Index:</string>
157           </property>
158          </widget>
159         </item>
160         <item>
161          <widget class="QSpinBox" name="zValue" >
162           <property name="minimum" >
163            <number>-1000</number>
164           </property>
165           <property name="maximum" >
166            <number>1000</number>
167           </property>
168          </widget>
169         </item>
170         <item>
171          <spacer name="horizontalSpacer" >
172           <property name="orientation" >
173            <enum>Qt::Horizontal</enum>
174           </property>
175           <property name="sizeHint" stdset="0" >
176            <size>
177             <width>241</width>
178             <height>28</height>
179            </size>
180           </property>
181          </spacer>
182         </item>
183        </layout>
184       </item>
185      </layout>
186     </widget>
187    </item>
188    <item row="2" column="0" colspan="6" >
189     <widget class="QSplitter" name="splitter" >
190      <property name="sizePolicy" >
191       <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
192        <horstretch>0</horstretch>
193        <verstretch>0</verstretch>
194       </sizepolicy>
195      </property>
196      <property name="orientation" >
197       <enum>Qt::Horizontal</enum>
198      </property>
199      <widget class="QGraphicsView" name="graphicsView" />
200      <widget class="QToolBox" name="toolBox" >
201       <property name="currentIndex" >
202        <number>3</number>
203       </property>
204       <widget class="QWidget" name="BasicOperations" >
205        <property name="geometry" >
206         <rect>
207          <x>0</x>
208          <y>0</y>
209          <width>287</width>
210          <height>265</height>
211         </rect>
212        </property>
213        <attribute name="label" >
214         <string>BasicOperations</string>
215        </attribute>
216        <layout class="QGridLayout" >
217         <item row="0" column="0" >
218          <layout class="QVBoxLayout" >
219           <item>
220            <layout class="QHBoxLayout" >
221             <item>
222              <spacer>
223               <property name="orientation" >
224                <enum>Qt::Horizontal</enum>
225               </property>
226               <property name="sizeHint" stdset="0" >
227                <size>
228                 <width>40</width>
229                 <height>20</height>
230                </size>
231               </property>
232              </spacer>
233             </item>
234             <item>
235              <widget class="QLabel" name="label_14" >
236               <property name="text" >
237                <string>Zoom:</string>
238               </property>
239              </widget>
240             </item>
241             <item>
242              <widget class="KIntSpinBox" name="itemzoom" >
243               <property name="maximum" >
244                <number>300</number>
245               </property>
246               <property name="value" >
247                <number>100</number>
248               </property>
249              </widget>
250             </item>
251            </layout>
252           </item>
253           <item>
254            <layout class="QHBoxLayout" >
255             <item>
256              <spacer>
257               <property name="orientation" >
258                <enum>Qt::Horizontal</enum>
259               </property>
260               <property name="sizeHint" stdset="0" >
261                <size>
262                 <width>40</width>
263                 <height>20</height>
264                </size>
265               </property>
266              </spacer>
267             </item>
268             <item>
269              <widget class="QLabel" name="label_15" >
270               <property name="text" >
271                <string>Rotate:</string>
272               </property>
273              </widget>
274             </item>
275             <item>
276              <widget class="KIntSpinBox" name="itemrotate" >
277               <property name="minimum" >
278                <number>-360</number>
279               </property>
280               <property name="maximum" >
281                <number>360</number>
282               </property>
283              </widget>
284             </item>
285            </layout>
286           </item>
287           <item>
288            <spacer>
289             <property name="orientation" >
290              <enum>Qt::Vertical</enum>
291             </property>
292             <property name="sizeHint" stdset="0" >
293              <size>
294               <width>20</width>
295               <height>40</height>
296              </size>
297             </property>
298            </spacer>
299           </item>
300          </layout>
301         </item>
302        </layout>
303       </widget>
304       <widget class="QWidget" name="Background" >
305        <property name="geometry" >
306         <rect>
307          <x>0</x>
308          <y>0</y>
309          <width>287</width>
310          <height>265</height>
311         </rect>
312        </property>
313        <attribute name="label" >
314         <string>Background</string>
315        </attribute>
316        <layout class="QGridLayout" >
317         <item row="0" column="0" >
318          <layout class="QGridLayout" >
319           <item row="0" column="0" >
320            <widget class="KColorButton" name="kcolorbutton" />
321           </item>
322           <item row="1" column="0" >
323            <widget class="QSlider" name="horizontalSlider" >
324             <property name="maximum" >
325              <number>255</number>
326             </property>
327             <property name="orientation" >
328              <enum>Qt::Horizontal</enum>
329             </property>
330            </widget>
331           </item>
332           <item row="2" column="0" >
333            <spacer>
334             <property name="orientation" >
335              <enum>Qt::Vertical</enum>
336             </property>
337             <property name="sizeType" >
338              <enum>QSizePolicy::Expanding</enum>
339             </property>
340             <property name="sizeHint" stdset="0" >
341              <size>
342               <width>20</width>
343               <height>400</height>
344              </size>
345             </property>
346            </spacer>
347           </item>
348          </layout>
349         </item>
350        </layout>
351       </widget>
352       <widget class="QWidget" name="Text" >
353        <property name="geometry" >
354         <rect>
355          <x>0</x>
356          <y>0</y>
357          <width>358</width>
358          <height>246</height>
359         </rect>
360        </property>
361        <attribute name="label" >
362         <string>Text</string>
363        </attribute>
364        <layout class="QGridLayout" >
365         <item row="0" column="0" >
366          <layout class="QVBoxLayout" >
367           <item>
368            <layout class="QHBoxLayout" >
369             <item>
370              <widget class="QToolButton" name="toolButton_4" >
371               <property name="text" >
372                <string>...</string>
373               </property>
374              </widget>
375             </item>
376             <item>
377              <widget class="QToolButton" name="toolButton_5" >
378               <property name="text" >
379                <string>...</string>
380               </property>
381              </widget>
382             </item>
383             <item>
384              <widget class="QToolButton" name="toolButton_6" >
385               <property name="text" >
386                <string>...</string>
387               </property>
388              </widget>
389             </item>
390             <item>
391              <widget class="KColorButton" name="fontColorButton" />
392             </item>
393             <item>
394              <widget class="QSlider" name="textAlpha" >
395               <property name="orientation" >
396                <enum>Qt::Horizontal</enum>
397               </property>
398              </widget>
399             </item>
400             <item>
401              <spacer>
402               <property name="orientation" >
403                <enum>Qt::Horizontal</enum>
404               </property>
405               <property name="sizeHint" stdset="0" >
406                <size>
407                 <width>40</width>
408                 <height>20</height>
409                </size>
410               </property>
411              </spacer>
412             </item>
413            </layout>
414           </item>
415           <item>
416            <layout class="QHBoxLayout" >
417             <item>
418              <widget class="QToolButton" name="toolButton" >
419               <property name="text" >
420                <string>...</string>
421               </property>
422              </widget>
423             </item>
424             <item>
425              <widget class="QToolButton" name="fontBold" >
426               <property name="text" >
427                <string>...</string>
428               </property>
429              </widget>
430             </item>
431             <item>
432              <widget class="QToolButton" name="toolButton_3" >
433               <property name="text" >
434                <string>...</string>
435               </property>
436              </widget>
437             </item>
438             <item>
439              <spacer>
440               <property name="orientation" >
441                <enum>Qt::Horizontal</enum>
442               </property>
443               <property name="sizeHint" stdset="0" >
444                <size>
445                 <width>40</width>
446                 <height>20</height>
447                </size>
448               </property>
449              </spacer>
450             </item>
451            </layout>
452           </item>
453           <item>
454            <widget class="KFontRequester" name="kfontrequester" >
455             <property name="font" >
456              <font>
457               <family>Sans Serif</family>
458               <pointsize>20</pointsize>
459               <weight>50</weight>
460               <italic>false</italic>
461               <bold>false</bold>
462              </font>
463             </property>
464            </widget>
465           </item>
466           <item>
467            <widget class="KTextEdit" name="ktextedit" />
468           </item>
469           <item>
470            <spacer>
471             <property name="orientation" >
472              <enum>Qt::Vertical</enum>
473             </property>
474             <property name="sizeType" >
475              <enum>QSizePolicy::Expanding</enum>
476             </property>
477             <property name="sizeHint" stdset="0" >
478              <size>
479               <width>20</width>
480               <height>40</height>
481              </size>
482             </property>
483            </spacer>
484           </item>
485          </layout>
486         </item>
487        </layout>
488       </widget>
489       <widget class="QWidget" name="Rectangle" >
490        <property name="geometry" >
491         <rect>
492          <x>0</x>
493          <y>0</y>
494          <width>287</width>
495          <height>265</height>
496         </rect>
497        </property>
498        <attribute name="label" >
499         <string>Rectangle</string>
500        </attribute>
501        <layout class="QGridLayout" name="gridLayout_3" >
502         <item row="0" column="0" >
503          <layout class="QVBoxLayout" >
504           <item>
505            <widget class="QGroupBox" name="groupBox" >
506             <property name="title" >
507              <string>Border</string>
508             </property>
509             <layout class="QGridLayout" >
510              <item row="0" column="0" >
511               <layout class="QGridLayout" >
512                <item row="0" column="0" >
513                 <widget class="QLabel" name="label_3" >
514                  <property name="text" >
515                   <string>Alpha</string>
516                  </property>
517                 </widget>
518                </item>
519                <item row="0" column="1" >
520                 <widget class="QLabel" name="label_4" >
521                  <property name="text" >
522                   <string>Linewidth</string>
523                  </property>
524                 </widget>
525                </item>
526                <item row="1" column="0" >
527                 <widget class="QSlider" name="rectFAlpha" >
528                  <property name="maximum" >
529                   <number>255</number>
530                  </property>
531                  <property name="orientation" >
532                   <enum>Qt::Horizontal</enum>
533                  </property>
534                 </widget>
535                </item>
536                <item row="1" column="1" >
537                 <widget class="QSpinBox" name="rectLineWidth" />
538                </item>
539                <item row="2" column="0" >
540                 <widget class="QLabel" name="label_11" >
541                  <property name="text" >
542                   <string>Color</string>
543                  </property>
544                 </widget>
545                </item>
546                <item row="2" column="1" >
547                 <widget class="KColorButton" name="rectFColor" />
548                </item>
549               </layout>
550              </item>
551             </layout>
552            </widget>
553           </item>
554           <item>
555            <widget class="QGroupBox" name="groupBox_2" >
556             <property name="sizePolicy" >
557              <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
558               <horstretch>0</horstretch>
559               <verstretch>0</verstretch>
560              </sizepolicy>
561             </property>
562             <property name="title" >
563              <string>Background</string>
564             </property>
565             <layout class="QGridLayout" >
566              <item row="0" column="0" >
567               <layout class="QGridLayout" >
568                <item row="0" column="0" >
569                 <widget class="QLabel" name="label" >
570                  <property name="text" >
571                   <string>Alpha:</string>
572                  </property>
573                 </widget>
574                </item>
575                <item row="0" column="1" >
576                 <widget class="QLabel" name="label_2" >
577                  <property name="text" >
578                   <string>Color</string>
579                  </property>
580                 </widget>
581                </item>
582                <item row="1" column="0" >
583                 <widget class="QSlider" name="rectBAlpha" >
584                  <property name="maximum" >
585                   <number>255</number>
586                  </property>
587                  <property name="value" >
588                   <number>255</number>
589                  </property>
590                  <property name="orientation" >
591                   <enum>Qt::Horizontal</enum>
592                  </property>
593                 </widget>
594                </item>
595                <item row="1" column="1" >
596                 <widget class="KColorButton" name="rectBColor" />
597                </item>
598               </layout>
599              </item>
600             </layout>
601            </widget>
602           </item>
603           <item>
604            <spacer>
605             <property name="orientation" >
606              <enum>Qt::Vertical</enum>
607             </property>
608             <property name="sizeHint" stdset="0" >
609              <size>
610               <width>20</width>
611               <height>40</height>
612              </size>
613             </property>
614            </spacer>
615           </item>
616          </layout>
617         </item>
618        </layout>
619       </widget>
620       <widget class="QWidget" name="SVG" >
621        <property name="geometry" >
622         <rect>
623          <x>0</x>
624          <y>0</y>
625          <width>287</width>
626          <height>265</height>
627         </rect>
628        </property>
629        <attribute name="label" >
630         <string>SVG</string>
631        </attribute>
632        <layout class="QGridLayout" >
633         <item row="0" column="0" >
634          <layout class="QVBoxLayout" >
635           <item>
636            <widget class="QLabel" name="label_13" >
637             <property name="sizePolicy" >
638              <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
639               <horstretch>0</horstretch>
640               <verstretch>0</verstretch>
641              </sizepolicy>
642             </property>
643             <property name="text" >
644              <string>Filename:</string>
645             </property>
646            </widget>
647           </item>
648           <item>
649            <widget class="KUrlRequester" name="svgfilename" >
650             <property name="filter" >
651              <string>*.svg *.svgz</string>
652             </property>
653            </widget>
654           </item>
655           <item>
656            <spacer>
657             <property name="orientation" >
658              <enum>Qt::Vertical</enum>
659             </property>
660             <property name="sizeType" >
661              <enum>QSizePolicy::Expanding</enum>
662             </property>
663             <property name="sizeHint" stdset="0" >
664              <size>
665               <width>20</width>
666               <height>151</height>
667              </size>
668             </property>
669            </spacer>
670           </item>
671          </layout>
672         </item>
673        </layout>
674       </widget>
675       <widget class="QWidget" name="Seite" >
676        <property name="geometry" >
677         <rect>
678          <x>0</x>
679          <y>0</y>
680          <width>287</width>
681          <height>265</height>
682         </rect>
683        </property>
684        <attribute name="label" >
685         <string>Start-/EndViewport</string>
686        </attribute>
687        <layout class="QGridLayout" >
688         <item row="0" column="0" >
689          <layout class="QVBoxLayout" >
690           <item>
691            <widget class="QGroupBox" name="groupBox_3" >
692             <property name="title" >
693              <string>StartViewport</string>
694             </property>
695             <layout class="QGridLayout" >
696              <item row="0" column="0" >
697               <layout class="QGridLayout" >
698                <item row="0" column="0" >
699                 <widget class="QLabel" name="label_8" >
700                  <property name="text" >
701                   <string>X:</string>
702                  </property>
703                 </widget>
704                </item>
705                <item row="0" column="1" >
706                 <widget class="QLabel" name="label_9" >
707                  <property name="text" >
708                   <string>Y:</string>
709                  </property>
710                 </widget>
711                </item>
712                <item row="0" column="2" >
713                 <widget class="QLabel" name="label_10" >
714                  <property name="text" >
715                   <string>Size:</string>
716                  </property>
717                 </widget>
718                </item>
719                <item row="1" column="0" >
720                 <widget class="QSpinBox" name="startViewportX" >
721                  <property name="minimum" >
722                   <number>-1000</number>
723                  </property>
724                  <property name="maximum" >
725                   <number>1000</number>
726                  </property>
727                  <property name="singleStep" >
728                   <number>10</number>
729                  </property>
730                 </widget>
731                </item>
732                <item row="1" column="1" >
733                 <widget class="QSpinBox" name="startViewportY" >
734                  <property name="minimum" >
735                   <number>-1000</number>
736                  </property>
737                  <property name="maximum" >
738                   <number>1000</number>
739                  </property>
740                  <property name="singleStep" >
741                   <number>10</number>
742                  </property>
743                 </widget>
744                </item>
745                <item row="1" column="2" >
746                 <widget class="QSpinBox" name="startViewportSize" >
747                  <property name="maximum" >
748                   <number>1000</number>
749                  </property>
750                  <property name="singleStep" >
751                   <number>5</number>
752                  </property>
753                 </widget>
754                </item>
755               </layout>
756              </item>
757             </layout>
758            </widget>
759           </item>
760           <item>
761            <widget class="QGroupBox" name="groupBox_4" >
762             <property name="title" >
763              <string>EndViewport</string>
764             </property>
765             <layout class="QGridLayout" >
766              <item row="0" column="0" >
767               <layout class="QGridLayout" >
768                <item row="0" column="0" >
769                 <widget class="QLabel" name="label_5" >
770                  <property name="text" >
771                   <string>X:</string>
772                  </property>
773                 </widget>
774                </item>
775                <item row="0" column="1" >
776                 <widget class="QLabel" name="label_6" >
777                  <property name="text" >
778                   <string>Y:</string>
779                  </property>
780                 </widget>
781                </item>
782                <item row="0" column="2" >
783                 <widget class="QLabel" name="label_7" >
784                  <property name="text" >
785                   <string>Size:</string>
786                  </property>
787                 </widget>
788                </item>
789                <item row="1" column="0" >
790                 <widget class="QSpinBox" name="endViewportX" >
791                  <property name="minimum" >
792                   <number>-1000</number>
793                  </property>
794                  <property name="maximum" >
795                   <number>1000</number>
796                  </property>
797                  <property name="singleStep" >
798                   <number>10</number>
799                  </property>
800                 </widget>
801                </item>
802                <item row="1" column="1" >
803                 <widget class="QSpinBox" name="endViewportY" >
804                  <property name="minimum" >
805                   <number>-1000</number>
806                  </property>
807                  <property name="maximum" >
808                   <number>1000</number>
809                  </property>
810                  <property name="singleStep" >
811                   <number>10</number>
812                  </property>
813                 </widget>
814                </item>
815                <item row="1" column="2" >
816                 <widget class="QSpinBox" name="endViewportSize" >
817                  <property name="maximum" >
818                   <number>1000</number>
819                  </property>
820                  <property name="singleStep" >
821                   <number>5</number>
822                  </property>
823                 </widget>
824                </item>
825               </layout>
826              </item>
827             </layout>
828            </widget>
829           </item>
830           <item>
831            <spacer>
832             <property name="orientation" >
833              <enum>Qt::Vertical</enum>
834             </property>
835             <property name="sizeHint" stdset="0" >
836              <size>
837               <width>20</width>
838               <height>40</height>
839              </size>
840             </property>
841            </spacer>
842           </item>
843          </layout>
844         </item>
845        </layout>
846       </widget>
847      </widget>
848     </widget>
849    </item>
850    <item row="3" column="0" >
851     <widget class="QToolButton" name="buttonFitZoom" >
852      <property name="text" >
853       <string>V</string>
854      </property>
855     </widget>
856    </item>
857    <item row="3" column="1" >
858     <widget class="QToolButton" name="buttonRealSize" >
859      <property name="text" >
860       <string>V</string>
861      </property>
862     </widget>
863    </item>
864    <item row="3" column="2" >
865     <widget class="QSlider" name="zoom_slider" >
866      <property name="minimumSize" >
867       <size>
868        <width>100</width>
869        <height>0</height>
870       </size>
871      </property>
872      <property name="maximumSize" >
873       <size>
874        <width>150</width>
875        <height>16777215</height>
876       </size>
877      </property>
878      <property name="minimum" >
879       <number>1</number>
880      </property>
881      <property name="maximum" >
882       <number>10</number>
883      </property>
884      <property name="pageStep" >
885       <number>2</number>
886      </property>
887      <property name="orientation" >
888       <enum>Qt::Horizontal</enum>
889      </property>
890     </widget>
891    </item>
892    <item row="3" column="3" >
893     <widget class="QLabel" name="zoom_label" >
894      <property name="text" >
895       <string>x1</string>
896      </property>
897     </widget>
898    </item>
899    <item row="3" column="4" >
900     <spacer name="horizontalSpacer_2" >
901      <property name="orientation" >
902       <enum>Qt::Horizontal</enum>
903      </property>
904      <property name="sizeHint" stdset="0" >
905       <size>
906        <width>387</width>
907        <height>20</height>
908       </size>
909      </property>
910     </spacer>
911    </item>
912    <item row="3" column="5" >
913     <widget class="QDialogButtonBox" name="buttonBox" >
914      <property name="orientation" >
915       <enum>Qt::Horizontal</enum>
916      </property>
917      <property name="standardButtons" >
918       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
919      </property>
920     </widget>
921    </item>
922   </layout>
923  </widget>
924  <customwidgets>
925   <customwidget>
926    <class>KColorButton</class>
927    <extends>QPushButton</extends>
928    <header>kcolorbutton.h</header>
929   </customwidget>
930   <customwidget>
931    <class>KFontRequester</class>
932    <extends>QWidget</extends>
933    <header>kfontrequester.h</header>
934   </customwidget>
935   <customwidget>
936    <class>KIntSpinBox</class>
937    <extends>QSpinBox</extends>
938    <header>knuminput.h</header>
939   </customwidget>
940   <customwidget>
941    <class>KTextEdit</class>
942    <extends>QTextEdit</extends>
943    <header>ktextedit.h</header>
944   </customwidget>
945   <customwidget>
946    <class>KUrlRequester</class>
947    <extends>QFrame</extends>
948    <header>kurlrequester.h</header>
949   </customwidget>
950  </customwidgets>
951  <resources/>
952  <connections>
953   <connection>
954    <sender>buttonBox</sender>
955    <signal>accepted()</signal>
956    <receiver>TitleWidget_UI</receiver>
957    <slot>accept()</slot>
958    <hints>
959     <hint type="sourcelabel" >
960      <x>253</x>
961      <y>558</y>
962     </hint>
963     <hint type="destinationlabel" >
964      <x>157</x>
965      <y>274</y>
966     </hint>
967    </hints>
968   </connection>
969   <connection>
970    <sender>buttonBox</sender>
971    <signal>rejected()</signal>
972    <receiver>TitleWidget_UI</receiver>
973    <slot>reject()</slot>
974    <hints>
975     <hint type="sourcelabel" >
976      <x>321</x>
977      <y>558</y>
978     </hint>
979     <hint type="destinationlabel" >
980      <x>286</x>
981      <y>274</y>
982     </hint>
983    </hints>
984   </connection>
985   <connection>
986    <sender>kfontrequester</sender>
987    <signal>fontSelected(QFont)</signal>
988    <receiver>ktextedit</receiver>
989    <slot>setCurrentFont(QFont)</slot>
990    <hints>
991     <hint type="sourcelabel" >
992      <x>715</x>
993      <y>184</y>
994     </hint>
995     <hint type="destinationlabel" >
996      <x>713</x>
997      <y>240</y>
998     </hint>
999    </hints>
1000   </connection>
1001   <connection>
1002    <sender>fontColorButton</sender>
1003    <signal>changed(QColor)</signal>
1004    <receiver>ktextedit</receiver>
1005    <slot>setColor(QColor)</slot>
1006    <hints>
1007     <hint type="sourcelabel" >
1008      <x>599</x>
1009      <y>120</y>
1010     </hint>
1011     <hint type="destinationlabel" >
1012      <x>621</x>
1013      <y>256</y>
1014     </hint>
1015    </hints>
1016   </connection>
1017  </connections>
1018 </ui>