]> git.sesse.net Git - kdenlive/blob - src/widgets/titlewidget_ui.ui
More work on title 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>771</width>
9     <height>510</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_4" >
22    <item row="0" column="0" colspan="5" >
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="5" >
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      <zorder>splitter</zorder>
187     </widget>
188    </item>
189    <item row="2" column="0" colspan="5" >
190     <widget class="QSplitter" name="splitter" >
191      <property name="sizePolicy" >
192       <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
193        <horstretch>0</horstretch>
194        <verstretch>0</verstretch>
195       </sizepolicy>
196      </property>
197      <property name="orientation" >
198       <enum>Qt::Horizontal</enum>
199      </property>
200      <widget class="QGraphicsView" name="graphicsView" />
201      <widget class="QToolBox" name="toolBox" >
202       <property name="currentIndex" >
203        <number>2</number>
204       </property>
205       <widget class="QWidget" name="BasicOperations" >
206        <property name="geometry" >
207         <rect>
208          <x>0</x>
209          <y>0</y>
210          <width>297</width>
211          <height>185</height>
212         </rect>
213        </property>
214        <attribute name="label" >
215         <string>BasicOperations</string>
216        </attribute>
217        <layout class="QGridLayout" >
218         <item row="0" column="0" >
219          <layout class="QVBoxLayout" >
220           <item>
221            <layout class="QHBoxLayout" >
222             <item>
223              <spacer>
224               <property name="orientation" >
225                <enum>Qt::Horizontal</enum>
226               </property>
227               <property name="sizeHint" stdset="0" >
228                <size>
229                 <width>40</width>
230                 <height>20</height>
231                </size>
232               </property>
233              </spacer>
234             </item>
235             <item>
236              <widget class="QLabel" name="label_14" >
237               <property name="text" >
238                <string>Zoom:</string>
239               </property>
240              </widget>
241             </item>
242             <item>
243              <widget class="KIntSpinBox" name="itemzoom" >
244               <property name="maximum" >
245                <number>300</number>
246               </property>
247               <property name="value" >
248                <number>100</number>
249               </property>
250              </widget>
251             </item>
252            </layout>
253           </item>
254           <item>
255            <layout class="QHBoxLayout" >
256             <item>
257              <spacer>
258               <property name="orientation" >
259                <enum>Qt::Horizontal</enum>
260               </property>
261               <property name="sizeHint" stdset="0" >
262                <size>
263                 <width>40</width>
264                 <height>20</height>
265                </size>
266               </property>
267              </spacer>
268             </item>
269             <item>
270              <widget class="QLabel" name="label_15" >
271               <property name="text" >
272                <string>Rotate:</string>
273               </property>
274              </widget>
275             </item>
276             <item>
277              <widget class="KIntSpinBox" name="itemrotate" >
278               <property name="minimum" >
279                <number>-360</number>
280               </property>
281               <property name="maximum" >
282                <number>360</number>
283               </property>
284              </widget>
285             </item>
286            </layout>
287           </item>
288           <item>
289            <spacer>
290             <property name="orientation" >
291              <enum>Qt::Vertical</enum>
292             </property>
293             <property name="sizeHint" stdset="0" >
294              <size>
295               <width>20</width>
296               <height>40</height>
297              </size>
298             </property>
299            </spacer>
300           </item>
301          </layout>
302         </item>
303        </layout>
304       </widget>
305       <widget class="QWidget" name="Background" >
306        <property name="geometry" >
307         <rect>
308          <x>0</x>
309          <y>0</y>
310          <width>297</width>
311          <height>185</height>
312         </rect>
313        </property>
314        <attribute name="label" >
315         <string>Background</string>
316        </attribute>
317        <layout class="QGridLayout" >
318         <item row="0" column="0" >
319          <layout class="QGridLayout" >
320           <item row="0" column="0" >
321            <widget class="KColorButton" name="kcolorbutton" />
322           </item>
323           <item row="1" column="0" >
324            <widget class="QSlider" name="horizontalSlider" >
325             <property name="maximum" >
326              <number>255</number>
327             </property>
328             <property name="orientation" >
329              <enum>Qt::Horizontal</enum>
330             </property>
331            </widget>
332           </item>
333           <item row="2" column="0" >
334            <spacer>
335             <property name="orientation" >
336              <enum>Qt::Vertical</enum>
337             </property>
338             <property name="sizeType" >
339              <enum>QSizePolicy::Expanding</enum>
340             </property>
341             <property name="sizeHint" stdset="0" >
342              <size>
343               <width>20</width>
344               <height>400</height>
345              </size>
346             </property>
347            </spacer>
348           </item>
349          </layout>
350         </item>
351        </layout>
352       </widget>
353       <widget class="QWidget" name="Text" >
354        <property name="geometry" >
355         <rect>
356          <x>0</x>
357          <y>0</y>
358          <width>267</width>
359          <height>177</height>
360         </rect>
361        </property>
362        <attribute name="label" >
363         <string>Text</string>
364        </attribute>
365        <layout class="QGridLayout" name="gridLayout_2" >
366         <item row="0" column="0" >
367          <widget class="QFontComboBox" name="font_family" />
368         </item>
369         <item row="1" column="0" >
370          <layout class="QHBoxLayout" name="horizontalLayout" >
371           <item>
372            <widget class="QSpinBox" name="font_size" >
373             <property name="minimum" >
374              <number>8</number>
375             </property>
376             <property name="maximum" >
377              <number>1000</number>
378             </property>
379             <property name="value" >
380              <number>20</number>
381             </property>
382            </widget>
383           </item>
384           <item>
385            <widget class="KColorButton" name="fontColorButton" />
386           </item>
387           <item>
388            <widget class="QSlider" name="textAlpha" >
389             <property name="maximum" >
390              <number>255</number>
391             </property>
392             <property name="value" >
393              <number>255</number>
394             </property>
395             <property name="orientation" >
396              <enum>Qt::Horizontal</enum>
397             </property>
398            </widget>
399           </item>
400          </layout>
401         </item>
402         <item row="2" column="0" >
403          <layout class="QHBoxLayout" name="horizontalLayout_2" >
404           <item>
405            <widget class="QToolButton" name="toolButton_6" >
406             <property name="text" >
407              <string>...</string>
408             </property>
409            </widget>
410           </item>
411           <item>
412            <widget class="QToolButton" name="toolButton_5" >
413             <property name="text" >
414              <string>...</string>
415             </property>
416            </widget>
417           </item>
418           <item>
419            <widget class="QToolButton" name="toolButton_4" >
420             <property name="text" >
421              <string>...</string>
422             </property>
423            </widget>
424           </item>
425           <item>
426            <widget class="QToolButton" name="toolButton_7" >
427             <property name="text" >
428              <string>...</string>
429             </property>
430            </widget>
431           </item>
432           <item>
433            <widget class="QToolButton" name="toolButton_8" >
434             <property name="text" >
435              <string>...</string>
436             </property>
437            </widget>
438           </item>
439           <item>
440            <widget class="QToolButton" name="toolButton_9" >
441             <property name="text" >
442              <string>...</string>
443             </property>
444            </widget>
445           </item>
446           <item>
447            <spacer name="horizontalSpacer_2" >
448             <property name="orientation" >
449              <enum>Qt::Horizontal</enum>
450             </property>
451             <property name="sizeHint" stdset="0" >
452              <size>
453               <width>52</width>
454               <height>20</height>
455              </size>
456             </property>
457            </spacer>
458           </item>
459          </layout>
460         </item>
461         <item row="3" column="0" >
462          <widget class="KTextEdit" name="ktextedit" />
463         </item>
464        </layout>
465       </widget>
466       <widget class="QWidget" name="Rectangle" >
467        <property name="geometry" >
468         <rect>
469          <x>0</x>
470          <y>0</y>
471          <width>278</width>
472          <height>249</height>
473         </rect>
474        </property>
475        <attribute name="label" >
476         <string>Rectangle</string>
477        </attribute>
478        <layout class="QGridLayout" name="gridLayout_3" >
479         <item row="0" column="0" >
480          <layout class="QVBoxLayout" >
481           <item>
482            <widget class="QGroupBox" name="groupBox" >
483             <property name="title" >
484              <string>Border</string>
485             </property>
486             <layout class="QGridLayout" >
487              <item row="0" column="0" >
488               <layout class="QGridLayout" >
489                <item row="0" column="0" >
490                 <widget class="QLabel" name="label_3" >
491                  <property name="text" >
492                   <string>Alpha</string>
493                  </property>
494                 </widget>
495                </item>
496                <item row="0" column="1" >
497                 <widget class="QLabel" name="label_4" >
498                  <property name="text" >
499                   <string>Linewidth</string>
500                  </property>
501                 </widget>
502                </item>
503                <item row="1" column="0" >
504                 <widget class="QSlider" name="rectFAlpha" >
505                  <property name="maximum" >
506                   <number>255</number>
507                  </property>
508                  <property name="orientation" >
509                   <enum>Qt::Horizontal</enum>
510                  </property>
511                 </widget>
512                </item>
513                <item row="1" column="1" >
514                 <widget class="QSpinBox" name="rectLineWidth" />
515                </item>
516                <item row="2" column="0" >
517                 <widget class="QLabel" name="label_11" >
518                  <property name="text" >
519                   <string>Color</string>
520                  </property>
521                 </widget>
522                </item>
523                <item row="2" column="1" >
524                 <widget class="KColorButton" name="rectFColor" />
525                </item>
526               </layout>
527              </item>
528             </layout>
529            </widget>
530           </item>
531           <item>
532            <widget class="QGroupBox" name="groupBox_2" >
533             <property name="sizePolicy" >
534              <sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
535               <horstretch>0</horstretch>
536               <verstretch>0</verstretch>
537              </sizepolicy>
538             </property>
539             <property name="title" >
540              <string>Background</string>
541             </property>
542             <layout class="QGridLayout" >
543              <item row="0" column="0" >
544               <layout class="QGridLayout" >
545                <item row="0" column="0" >
546                 <widget class="QLabel" name="label" >
547                  <property name="text" >
548                   <string>Alpha:</string>
549                  </property>
550                 </widget>
551                </item>
552                <item row="0" column="1" >
553                 <widget class="QLabel" name="label_2" >
554                  <property name="text" >
555                   <string>Color</string>
556                  </property>
557                 </widget>
558                </item>
559                <item row="1" column="0" >
560                 <widget class="QSlider" name="rectBAlpha" >
561                  <property name="maximum" >
562                   <number>255</number>
563                  </property>
564                  <property name="value" >
565                   <number>255</number>
566                  </property>
567                  <property name="orientation" >
568                   <enum>Qt::Horizontal</enum>
569                  </property>
570                 </widget>
571                </item>
572                <item row="1" column="1" >
573                 <widget class="KColorButton" name="rectBColor" />
574                </item>
575               </layout>
576              </item>
577             </layout>
578            </widget>
579           </item>
580           <item>
581            <spacer>
582             <property name="orientation" >
583              <enum>Qt::Vertical</enum>
584             </property>
585             <property name="sizeHint" stdset="0" >
586              <size>
587               <width>20</width>
588               <height>40</height>
589              </size>
590             </property>
591            </spacer>
592           </item>
593          </layout>
594         </item>
595        </layout>
596       </widget>
597       <widget class="QWidget" name="SVG" >
598        <property name="geometry" >
599         <rect>
600          <x>0</x>
601          <y>0</y>
602          <width>297</width>
603          <height>185</height>
604         </rect>
605        </property>
606        <attribute name="label" >
607         <string>SVG</string>
608        </attribute>
609        <layout class="QGridLayout" >
610         <item row="0" column="0" >
611          <layout class="QVBoxLayout" >
612           <item>
613            <widget class="QLabel" name="label_13" >
614             <property name="sizePolicy" >
615              <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
616               <horstretch>0</horstretch>
617               <verstretch>0</verstretch>
618              </sizepolicy>
619             </property>
620             <property name="text" >
621              <string>Filename:</string>
622             </property>
623            </widget>
624           </item>
625           <item>
626            <widget class="KUrlRequester" name="svgfilename" >
627             <property name="filter" >
628              <string>*.svg *.svgz</string>
629             </property>
630            </widget>
631           </item>
632           <item>
633            <spacer>
634             <property name="orientation" >
635              <enum>Qt::Vertical</enum>
636             </property>
637             <property name="sizeType" >
638              <enum>QSizePolicy::Expanding</enum>
639             </property>
640             <property name="sizeHint" stdset="0" >
641              <size>
642               <width>20</width>
643               <height>151</height>
644              </size>
645             </property>
646            </spacer>
647           </item>
648          </layout>
649         </item>
650        </layout>
651       </widget>
652       <widget class="QWidget" name="Seite" >
653        <property name="geometry" >
654         <rect>
655          <x>0</x>
656          <y>0</y>
657          <width>278</width>
658          <height>224</height>
659         </rect>
660        </property>
661        <attribute name="label" >
662         <string>Start-/EndViewport</string>
663        </attribute>
664        <layout class="QGridLayout" >
665         <item row="0" column="0" >
666          <layout class="QVBoxLayout" >
667           <item>
668            <widget class="QGroupBox" name="groupBox_3" >
669             <property name="title" >
670              <string>StartViewport</string>
671             </property>
672             <layout class="QGridLayout" >
673              <item row="0" column="0" >
674               <layout class="QGridLayout" >
675                <item row="0" column="0" >
676                 <widget class="QLabel" name="label_8" >
677                  <property name="text" >
678                   <string>X:</string>
679                  </property>
680                 </widget>
681                </item>
682                <item row="0" column="1" >
683                 <widget class="QLabel" name="label_9" >
684                  <property name="text" >
685                   <string>Y:</string>
686                  </property>
687                 </widget>
688                </item>
689                <item row="0" column="2" >
690                 <widget class="QLabel" name="label_10" >
691                  <property name="text" >
692                   <string>Size:</string>
693                  </property>
694                 </widget>
695                </item>
696                <item row="1" column="0" >
697                 <widget class="QSpinBox" name="startViewportX" >
698                  <property name="minimum" >
699                   <number>-1000</number>
700                  </property>
701                  <property name="maximum" >
702                   <number>1000</number>
703                  </property>
704                  <property name="singleStep" >
705                   <number>10</number>
706                  </property>
707                 </widget>
708                </item>
709                <item row="1" column="1" >
710                 <widget class="QSpinBox" name="startViewportY" >
711                  <property name="minimum" >
712                   <number>-1000</number>
713                  </property>
714                  <property name="maximum" >
715                   <number>1000</number>
716                  </property>
717                  <property name="singleStep" >
718                   <number>10</number>
719                  </property>
720                 </widget>
721                </item>
722                <item row="1" column="2" >
723                 <widget class="QSpinBox" name="startViewportSize" >
724                  <property name="maximum" >
725                   <number>1000</number>
726                  </property>
727                  <property name="singleStep" >
728                   <number>5</number>
729                  </property>
730                 </widget>
731                </item>
732               </layout>
733              </item>
734             </layout>
735            </widget>
736           </item>
737           <item>
738            <widget class="QGroupBox" name="groupBox_4" >
739             <property name="title" >
740              <string>EndViewport</string>
741             </property>
742             <layout class="QGridLayout" >
743              <item row="0" column="0" >
744               <layout class="QGridLayout" >
745                <item row="0" column="0" >
746                 <widget class="QLabel" name="label_5" >
747                  <property name="text" >
748                   <string>X:</string>
749                  </property>
750                 </widget>
751                </item>
752                <item row="0" column="1" >
753                 <widget class="QLabel" name="label_6" >
754                  <property name="text" >
755                   <string>Y:</string>
756                  </property>
757                 </widget>
758                </item>
759                <item row="0" column="2" >
760                 <widget class="QLabel" name="label_7" >
761                  <property name="text" >
762                   <string>Size:</string>
763                  </property>
764                 </widget>
765                </item>
766                <item row="1" column="0" >
767                 <widget class="QSpinBox" name="endViewportX" >
768                  <property name="minimum" >
769                   <number>-1000</number>
770                  </property>
771                  <property name="maximum" >
772                   <number>1000</number>
773                  </property>
774                  <property name="singleStep" >
775                   <number>10</number>
776                  </property>
777                 </widget>
778                </item>
779                <item row="1" column="1" >
780                 <widget class="QSpinBox" name="endViewportY" >
781                  <property name="minimum" >
782                   <number>-1000</number>
783                  </property>
784                  <property name="maximum" >
785                   <number>1000</number>
786                  </property>
787                  <property name="singleStep" >
788                   <number>10</number>
789                  </property>
790                 </widget>
791                </item>
792                <item row="1" column="2" >
793                 <widget class="QSpinBox" name="endViewportSize" >
794                  <property name="maximum" >
795                   <number>1000</number>
796                  </property>
797                  <property name="singleStep" >
798                   <number>5</number>
799                  </property>
800                 </widget>
801                </item>
802               </layout>
803              </item>
804             </layout>
805            </widget>
806           </item>
807           <item>
808            <spacer>
809             <property name="orientation" >
810              <enum>Qt::Vertical</enum>
811             </property>
812             <property name="sizeHint" stdset="0" >
813              <size>
814               <width>20</width>
815               <height>40</height>
816              </size>
817             </property>
818            </spacer>
819           </item>
820          </layout>
821         </item>
822        </layout>
823       </widget>
824      </widget>
825     </widget>
826    </item>
827    <item row="3" column="0" >
828     <widget class="QToolButton" name="buttonFitZoom" >
829      <property name="text" >
830       <string>V</string>
831      </property>
832     </widget>
833    </item>
834    <item row="3" column="1" >
835     <widget class="QToolButton" name="buttonRealSize" >
836      <property name="text" >
837       <string>V</string>
838      </property>
839     </widget>
840    </item>
841    <item row="3" column="2" >
842     <widget class="QSlider" name="zoom_slider" >
843      <property name="minimumSize" >
844       <size>
845        <width>100</width>
846        <height>0</height>
847       </size>
848      </property>
849      <property name="maximumSize" >
850       <size>
851        <width>150</width>
852        <height>16777215</height>
853       </size>
854      </property>
855      <property name="minimum" >
856       <number>1</number>
857      </property>
858      <property name="maximum" >
859       <number>10</number>
860      </property>
861      <property name="pageStep" >
862       <number>2</number>
863      </property>
864      <property name="orientation" >
865       <enum>Qt::Horizontal</enum>
866      </property>
867     </widget>
868    </item>
869    <item row="3" column="3" >
870     <widget class="QLabel" name="zoom_label" >
871      <property name="text" >
872       <string>x1</string>
873      </property>
874     </widget>
875    </item>
876    <item row="3" column="4" >
877     <widget class="QDialogButtonBox" name="buttonBox" >
878      <property name="orientation" >
879       <enum>Qt::Horizontal</enum>
880      </property>
881      <property name="standardButtons" >
882       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
883      </property>
884     </widget>
885    </item>
886   </layout>
887  </widget>
888  <customwidgets>
889   <customwidget>
890    <class>KColorButton</class>
891    <extends>QPushButton</extends>
892    <header>kcolorbutton.h</header>
893   </customwidget>
894   <customwidget>
895    <class>KIntSpinBox</class>
896    <extends>QSpinBox</extends>
897    <header>knuminput.h</header>
898   </customwidget>
899   <customwidget>
900    <class>KTextEdit</class>
901    <extends>QTextEdit</extends>
902    <header>ktextedit.h</header>
903   </customwidget>
904   <customwidget>
905    <class>KUrlRequester</class>
906    <extends>QFrame</extends>
907    <header>kurlrequester.h</header>
908   </customwidget>
909  </customwidgets>
910  <resources/>
911  <connections>
912   <connection>
913    <sender>buttonBox</sender>
914    <signal>accepted()</signal>
915    <receiver>TitleWidget_UI</receiver>
916    <slot>accept()</slot>
917    <hints>
918     <hint type="sourcelabel" >
919      <x>253</x>
920      <y>558</y>
921     </hint>
922     <hint type="destinationlabel" >
923      <x>157</x>
924      <y>274</y>
925     </hint>
926    </hints>
927   </connection>
928   <connection>
929    <sender>buttonBox</sender>
930    <signal>rejected()</signal>
931    <receiver>TitleWidget_UI</receiver>
932    <slot>reject()</slot>
933    <hints>
934     <hint type="sourcelabel" >
935      <x>321</x>
936      <y>558</y>
937     </hint>
938     <hint type="destinationlabel" >
939      <x>286</x>
940      <y>274</y>
941     </hint>
942    </hints>
943   </connection>
944   <connection>
945    <sender>fontColorButton</sender>
946    <signal>changed(QColor)</signal>
947    <receiver>ktextedit</receiver>
948    <slot>setColor(QColor)</slot>
949    <hints>
950     <hint type="sourcelabel" >
951      <x>599</x>
952      <y>120</y>
953     </hint>
954     <hint type="destinationlabel" >
955      <x>621</x>
956      <y>256</y>
957     </hint>
958    </hints>
959   </connection>
960  </connections>
961 </ui>