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