Warning, /multimedia/kdenlive/src/ui/bezierspline_ui.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <author>
0004 SPDX-FileCopyrightText: none
0005 SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0006  </author>
0007  <class>BezierSpline_UI</class>
0008  <widget class="QWidget" name="BezierSpline_UI">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>292</width>
0014     <height>36</height>
0015    </rect>
0016   </property>
0017   <layout class="QGridLayout" name="gridLayout">
0018    <property name="leftMargin">
0019     <number>0</number>
0020    </property>
0021    <property name="topMargin">
0022     <number>0</number>
0023    </property>
0024    <property name="rightMargin">
0025     <number>0</number>
0026    </property>
0027    <property name="bottomMargin">
0028     <number>0</number>
0029    </property>
0030    <property name="spacing">
0031     <number>0</number>
0032    </property>
0033    <item row="0" column="0">
0034     <layout class="QHBoxLayout" name="horizontalLayout_2">
0035      <item>
0036       <layout class="QVBoxLayout" name="widgetPoint">
0037        <item>
0038         <widget class="QWidget" name="widget" native="true">
0039          <layout class="QVBoxLayout" name="verticalLayout_4">
0040           <property name="spacing">
0041            <number>6</number>
0042           </property>
0043           <property name="leftMargin">
0044            <number>0</number>
0045           </property>
0046           <property name="topMargin">
0047            <number>0</number>
0048           </property>
0049           <property name="rightMargin">
0050            <number>0</number>
0051           </property>
0052           <property name="bottomMargin">
0053            <number>0</number>
0054           </property>
0055           <item>
0056            <layout class="QVBoxLayout" name="layoutP"/>
0057           </item>
0058          </layout>
0059         </widget>
0060        </item>
0061       </layout>
0062      </item>
0063      <item>
0064       <widget class="QToolButton" name="buttonDeletePoint">
0065        <property name="toolTip">
0066         <string>Delete current point.</string>
0067        </property>
0068        <property name="text">
0069         <string>...</string>
0070        </property>
0071        <property name="icon">
0072         <iconset theme="list-remove">
0073          <normaloff>.</normaloff>.</iconset>
0074        </property>
0075        <property name="autoRaise">
0076         <bool>true</bool>
0077        </property>
0078       </widget>
0079      </item>
0080      <item>
0081       <layout class="QGridLayout" name="handlesLayout">
0082        <property name="spacing">
0083         <number>0</number>
0084        </property>
0085        <item row="0" column="0">
0086         <layout class="QHBoxLayout" name="layoutH1"/>
0087        </item>
0088        <item row="0" column="1">
0089         <widget class="QToolButton" name="buttonLinkHandles">
0090          <property name="toolTip">
0091           <string>Link the handles' position for current point.&lt;br /&gt;Results in a natural spline.</string>
0092          </property>
0093          <property name="text">
0094           <string>...</string>
0095          </property>
0096          <property name="icon">
0097           <iconset theme="edit-link">
0098            <normaloff>.</normaloff>.</iconset>
0099          </property>
0100          <property name="checkable">
0101           <bool>true</bool>
0102          </property>
0103          <property name="autoRaise">
0104           <bool>true</bool>
0105          </property>
0106         </widget>
0107        </item>
0108        <item row="1" column="0">
0109         <layout class="QHBoxLayout" name="layoutH2"/>
0110        </item>
0111       </layout>
0112      </item>
0113      <item>
0114       <layout class="QHBoxLayout" name="horizontalLayout_4">
0115        <item>
0116         <widget class="QToolButton" name="buttonResetSpline">
0117          <property name="toolTip">
0118           <string>Reset the selected spline.</string>
0119          </property>
0120          <property name="text">
0121           <string>...</string>
0122          </property>
0123          <property name="icon">
0124           <iconset theme="view-refresh"/>
0125          </property>
0126          <property name="autoRaise">
0127           <bool>true</bool>
0128          </property>
0129         </widget>
0130        </item>
0131        <item>
0132         <widget class="QToolButton" name="buttonShowPixmap">
0133          <property name="toolTip">
0134           <string>Show background indicating changes caused by modifying the curve.</string>
0135          </property>
0136          <property name="text">
0137           <string>...</string>
0138          </property>
0139          <property name="checkable">
0140           <bool>true</bool>
0141          </property>
0142          <property name="checked">
0143           <bool>true</bool>
0144          </property>
0145          <property name="autoRaise">
0146           <bool>true</bool>
0147          </property>
0148         </widget>
0149        </item>
0150        <item>
0151         <widget class="QToolButton" name="buttonGridChange">
0152          <property name="toolTip">
0153           <string>Increases the number of lines in the grid.&lt;br /&gt;After 8 lines it will begin from 0 again.</string>
0154          </property>
0155          <property name="text">
0156           <string>...</string>
0157          </property>
0158          <property name="icon">
0159           <iconset theme="view-grid"/>
0160          </property>
0161          <property name="autoRaise">
0162           <bool>true</bool>
0163          </property>
0164         </widget>
0165        </item>
0166        <item>
0167         <widget class="QToolButton" name="buttonZoomIn">
0168          <property name="toolTip">
0169           <string>Zoom in</string>
0170          </property>
0171          <property name="text">
0172           <string>...</string>
0173          </property>
0174          <property name="icon">
0175           <iconset theme="zoom-in">
0176            <normaloff>.</normaloff>.</iconset>
0177          </property>
0178          <property name="autoRaise">
0179           <bool>true</bool>
0180          </property>
0181         </widget>
0182        </item>
0183        <item>
0184         <widget class="QToolButton" name="buttonZoomOut">
0185          <property name="toolTip">
0186           <string>Zoom out</string>
0187          </property>
0188          <property name="text">
0189           <string>...</string>
0190          </property>
0191          <property name="icon">
0192           <iconset theme="zoom-out">
0193            <normaloff>.</normaloff>.</iconset>
0194          </property>
0195          <property name="autoRaise">
0196           <bool>true</bool>
0197          </property>
0198         </widget>
0199        </item>
0200        <item>
0201         <widget class="QToolButton" name="buttonShowAllHandles">
0202          <property name="toolTip">
0203           <string>Show handles for all points or only for the selected one.</string>
0204          </property>
0205          <property name="text">
0206           <string>...</string>
0207          </property>
0208          <property name="icon">
0209           <iconset theme="draw-bezier-curves"/>
0210          </property>
0211          <property name="checkable">
0212           <bool>true</bool>
0213          </property>
0214          <property name="checked">
0215           <bool>true</bool>
0216          </property>
0217          <property name="autoRaise">
0218           <bool>true</bool>
0219          </property>
0220         </widget>
0221        </item>
0222       </layout>
0223      </item>
0224     </layout>
0225    </item>
0226    <item row="1" column="0">
0227     <spacer name="verticalSpacer">
0228      <property name="orientation">
0229       <enum>Qt::Vertical</enum>
0230      </property>
0231      <property name="sizeHint" stdset="0">
0232       <size>
0233        <width>20</width>
0234        <height>40</height>
0235       </size>
0236      </property>
0237     </spacer>
0238    </item>
0239   </layout>
0240  </widget>
0241  <resources/>
0242  <connections/>
0243 </ui>