Warning, /multimedia/kdenlive/src/ui/addtrack_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>AddTrack_UI</class>
0008  <widget class="QDialog" name="AddTrack_UI">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>611</width>
0014     <height>215</height>
0015    </rect>
0016   </property>
0017   <layout class="QGridLayout" name="gridLayout">
0018    <item row="0" column="2">
0019     <widget class="KComboBox" name="before_select">
0020      <item>
0021       <property name="text">
0022        <string>Above</string>
0023       </property>
0024      </item>
0025      <item>
0026       <property name="text">
0027        <string>Under</string>
0028       </property>
0029      </item>
0030     </widget>
0031    </item>
0032    <item row="4" column="3">
0033     <widget class="QDialogButtonBox" name="buttonBox">
0034      <property name="orientation">
0035       <enum>Qt::Horizontal</enum>
0036      </property>
0037      <property name="standardButtons">
0038       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0039      </property>
0040     </widget>
0041    </item>
0042    <item row="0" column="3">
0043     <widget class="KComboBox" name="comboTracks"/>
0044    </item>
0045    <item row="3" column="0" colspan="4">
0046     <layout class="QHBoxLayout" name="horizontalLayout_2">
0047      <item>
0048       <widget class="QLabel" name="name_label">
0049        <property name="text">
0050         <string>Track name:</string>
0051        </property>
0052       </widget>
0053      </item>
0054      <item>
0055       <widget class="QLineEdit" name="track_name"/>
0056      </item>
0057     </layout>
0058    </item>
0059    <item row="0" column="1">
0060     <widget class="QSpinBox" name="tracks_count">
0061      <property name="suffix">
0062       <string> track</string>
0063      </property>
0064      <property name="minimum">
0065       <number>1</number>
0066      </property>
0067      <property name="value">
0068       <number>1</number>
0069      </property>
0070     </widget>
0071    </item>
0072    <item row="0" column="0">
0073     <widget class="QLabel" name="label">
0074      <property name="text">
0075       <string>Insert:</string>
0076      </property>
0077     </widget>
0078    </item>
0079    <item row="4" column="2">
0080     <spacer name="verticalSpacer">
0081      <property name="orientation">
0082       <enum>Qt::Vertical</enum>
0083      </property>
0084      <property name="sizeHint" stdset="0">
0085       <size>
0086        <width>20</width>
0087        <height>10</height>
0088       </size>
0089      </property>
0090     </spacer>
0091    </item>
0092    <item row="2" column="0" colspan="4">
0093     <layout class="QHBoxLayout" name="horizontalLayout">
0094      <item>
0095       <widget class="QRadioButton" name="video_track">
0096        <property name="text">
0097         <string>Video &amp;track</string>
0098        </property>
0099        <property name="checked">
0100         <bool>true</bool>
0101        </property>
0102       </widget>
0103      </item>
0104      <item>
0105       <widget class="QRadioButton" name="audio_track">
0106        <property name="text">
0107         <string>A&amp;udio track</string>
0108        </property>
0109       </widget>
0110      </item>
0111      <item>
0112       <widget class="QRadioButton" name="av_track">
0113        <property name="text">
0114         <string>AV track</string>
0115        </property>
0116       </widget>
0117      </item>
0118      <item>
0119       <widget class="QRadioButton" name="arec_track">
0120        <property name="text">
0121         <string>Au&amp;dio record track</string>
0122        </property>
0123       </widget>
0124      </item>
0125      <item>
0126       <spacer name="horizontalSpacer">
0127        <property name="orientation">
0128         <enum>Qt::Horizontal</enum>
0129        </property>
0130        <property name="sizeHint" stdset="0">
0131         <size>
0132          <width>40</width>
0133          <height>20</height>
0134         </size>
0135        </property>
0136       </spacer>
0137      </item>
0138     </layout>
0139    </item>
0140    <item row="1" column="0" colspan="4">
0141     <widget class="QListWidget" name="deleteTracks"/>
0142    </item>
0143   </layout>
0144  </widget>
0145  <customwidgets>
0146   <customwidget>
0147    <class>KComboBox</class>
0148    <extends>QComboBox</extends>
0149    <header>kcombobox.h</header>
0150   </customwidget>
0151  </customwidgets>
0152  <resources/>
0153  <connections>
0154   <connection>
0155    <sender>buttonBox</sender>
0156    <signal>accepted()</signal>
0157    <receiver>AddTrack_UI</receiver>
0158    <slot>accept()</slot>
0159    <hints>
0160     <hint type="sourcelabel">
0161      <x>248</x>
0162      <y>254</y>
0163     </hint>
0164     <hint type="destinationlabel">
0165      <x>157</x>
0166      <y>274</y>
0167     </hint>
0168    </hints>
0169   </connection>
0170   <connection>
0171    <sender>buttonBox</sender>
0172    <signal>rejected()</signal>
0173    <receiver>AddTrack_UI</receiver>
0174    <slot>reject()</slot>
0175    <hints>
0176     <hint type="sourcelabel">
0177      <x>316</x>
0178      <y>260</y>
0179     </hint>
0180     <hint type="destinationlabel">
0181      <x>286</x>
0182      <y>274</y>
0183     </hint>
0184    </hints>
0185   </connection>
0186  </connections>
0187 </ui>