Warning, /multimedia/kdenlive/src/ui/newtimeline_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>NewTimeline_UI</class>
0008  <widget class="QDialog" name="NewTimeline_UI">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>186</width>
0014     <height>190</height>
0015    </rect>
0016   </property>
0017   <property name="windowTitle">
0018    <string>Dialog</string>
0019   </property>
0020   <layout class="QGridLayout" name="gridLayout">
0021    <item row="4" column="0">
0022     <spacer name="verticalSpacer">
0023      <property name="orientation">
0024       <enum>Qt::Vertical</enum>
0025      </property>
0026      <property name="sizeHint" stdset="0">
0027       <size>
0028        <width>20</width>
0029        <height>0</height>
0030       </size>
0031      </property>
0032     </spacer>
0033    </item>
0034    <item row="5" column="0" colspan="2">
0035     <widget class="QDialogButtonBox" name="buttonBox">
0036      <property name="orientation">
0037       <enum>Qt::Horizontal</enum>
0038      </property>
0039      <property name="standardButtons">
0040       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0041      </property>
0042     </widget>
0043    </item>
0044    <item row="0" column="0" colspan="2">
0045     <widget class="QLabel" name="label">
0046      <property name="text">
0047       <string>Sequence Name</string>
0048      </property>
0049     </widget>
0050    </item>
0051    <item row="3" column="1">
0052     <widget class="QSpinBox" name="audio_tracks"/>
0053    </item>
0054    <item row="2" column="1">
0055     <widget class="QSpinBox" name="video_tracks"/>
0056    </item>
0057    <item row="3" column="0">
0058     <widget class="QLabel" name="label_audio_tracks">
0059      <property name="text">
0060       <string>Audio tracks:</string>
0061      </property>
0062     </widget>
0063    </item>
0064    <item row="2" column="0">
0065     <widget class="QLabel" name="label_video_tracks">
0066      <property name="text">
0067       <string>Video tracks:</string>
0068      </property>
0069     </widget>
0070    </item>
0071    <item row="1" column="0" colspan="2">
0072     <widget class="QLineEdit" name="sequence_name"/>
0073    </item>
0074   </layout>
0075  </widget>
0076  <tabstops>
0077   <tabstop>sequence_name</tabstop>
0078   <tabstop>video_tracks</tabstop>
0079   <tabstop>audio_tracks</tabstop>
0080  </tabstops>
0081  <resources/>
0082  <connections>
0083   <connection>
0084    <sender>buttonBox</sender>
0085    <signal>accepted()</signal>
0086    <receiver>NewTimeline_UI</receiver>
0087    <slot>accept()</slot>
0088    <hints>
0089     <hint type="sourcelabel">
0090      <x>248</x>
0091      <y>254</y>
0092     </hint>
0093     <hint type="destinationlabel">
0094      <x>157</x>
0095      <y>274</y>
0096     </hint>
0097    </hints>
0098   </connection>
0099   <connection>
0100    <sender>buttonBox</sender>
0101    <signal>rejected()</signal>
0102    <receiver>NewTimeline_UI</receiver>
0103    <slot>reject()</slot>
0104    <hints>
0105     <hint type="sourcelabel">
0106      <x>316</x>
0107      <y>260</y>
0108     </hint>
0109     <hint type="destinationlabel">
0110      <x>286</x>
0111      <y>274</y>
0112     </hint>
0113    </hints>
0114   </connection>
0115  </connections>
0116 </ui>