]> git.sesse.net Git - kdenlive/blob - src/widgets/geometryposition_ui.ui
Add "Configure Tracks" dialog to change the settings (name, type, ...) of all tracks...
[kdenlive] / src / widgets / geometryposition_ui.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>GeometryPosition_UI</class>
4  <widget class="QDialog" name="GeometryPosition_UI">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>249</width>
10     <height>97</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Dialog</string>
15   </property>
16   <layout class="QGridLayout" name="gridLayout">
17    <item row="0" column="0">
18     <widget class="QLabel" name="label_2">
19      <property name="text">
20       <string>X</string>
21      </property>
22     </widget>
23    </item>
24    <item row="0" column="1" colspan="3">
25     <widget class="KIntSpinBox" name="value_x">
26      <property name="sizePolicy">
27       <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
28        <horstretch>0</horstretch>
29        <verstretch>0</verstretch>
30       </sizepolicy>
31      </property>
32     </widget>
33    </item>
34    <item row="0" column="4">
35     <widget class="QLabel" name="label_3">
36      <property name="text">
37       <string>Y</string>
38      </property>
39     </widget>
40    </item>
41    <item row="0" column="5">
42     <widget class="KIntSpinBox" name="value_y">
43      <property name="sizePolicy">
44       <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
45        <horstretch>0</horstretch>
46        <verstretch>0</verstretch>
47       </sizepolicy>
48      </property>
49     </widget>
50    </item>
51    <item row="1" column="0">
52     <widget class="QLabel" name="label_5">
53      <property name="text">
54       <string>Width</string>
55      </property>
56     </widget>
57    </item>
58    <item row="1" column="1" colspan="3">
59     <widget class="KIntSpinBox" name="value_width"/>
60    </item>
61    <item row="1" column="4">
62     <widget class="QLabel" name="label_4">
63      <property name="text">
64       <string>Height</string>
65      </property>
66     </widget>
67    </item>
68    <item row="1" column="5">
69     <widget class="KIntSpinBox" name="value_height"/>
70    </item>
71    <item row="2" column="2">
72     <spacer name="verticalSpacer">
73      <property name="orientation">
74       <enum>Qt::Vertical</enum>
75      </property>
76      <property name="sizeHint" stdset="0">
77       <size>
78        <width>20</width>
79        <height>0</height>
80       </size>
81      </property>
82     </spacer>
83    </item>
84    <item row="3" column="0" colspan="2">
85     <widget class="KPushButton" name="button_reset">
86      <property name="text">
87       <string>Reset</string>
88      </property>
89     </widget>
90    </item>
91    <item row="3" column="2" colspan="5">
92     <widget class="QDialogButtonBox" name="buttonBox">
93      <property name="orientation">
94       <enum>Qt::Horizontal</enum>
95      </property>
96      <property name="standardButtons">
97       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
98      </property>
99     </widget>
100    </item>
101    <item row="0" column="6">
102     <spacer name="horizontalSpacer">
103      <property name="orientation">
104       <enum>Qt::Horizontal</enum>
105      </property>
106      <property name="sizeHint" stdset="0">
107       <size>
108        <width>40</width>
109        <height>20</height>
110       </size>
111      </property>
112     </spacer>
113    </item>
114   </layout>
115  </widget>
116  <customwidgets>
117   <customwidget>
118    <class>KIntSpinBox</class>
119    <extends>QSpinBox</extends>
120    <header>knuminput.h</header>
121   </customwidget>
122   <customwidget>
123    <class>KPushButton</class>
124    <extends>QPushButton</extends>
125    <header>kpushbutton.h</header>
126   </customwidget>
127  </customwidgets>
128  <resources/>
129  <connections>
130   <connection>
131    <sender>buttonBox</sender>
132    <signal>accepted()</signal>
133    <receiver>GeometryPosition_UI</receiver>
134    <slot>accept()</slot>
135    <hints>
136     <hint type="sourcelabel">
137      <x>248</x>
138      <y>254</y>
139     </hint>
140     <hint type="destinationlabel">
141      <x>157</x>
142      <y>274</y>
143     </hint>
144    </hints>
145   </connection>
146   <connection>
147    <sender>buttonBox</sender>
148    <signal>rejected()</signal>
149    <receiver>GeometryPosition_UI</receiver>
150    <slot>reject()</slot>
151    <hints>
152     <hint type="sourcelabel">
153      <x>316</x>
154      <y>260</y>
155     </hint>
156     <hint type="destinationlabel">
157      <x>286</x>
158      <y>274</y>
159     </hint>
160    </hints>
161   </connection>
162  </connections>
163 </ui>