Warning, /multimedia/kdenlive/src/ui/managesubtitles_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>ManageSubtitles_UI</class>
0008  <widget class="QDialog" name="ManageSubtitles_UI">
0009   <property name="geometry">
0010    <rect>
0011     <x>0</x>
0012     <y>0</y>
0013     <width>347</width>
0014     <height>365</height>
0015    </rect>
0016   </property>
0017   <property name="windowTitle">
0018    <string>Dialog</string>
0019   </property>
0020   <layout class="QGridLayout" name="gridLayout">
0021    <item row="2" column="0" colspan="2">
0022     <widget class="QPushButton" name="button_new">
0023      <property name="text">
0024       <string>Create New</string>
0025      </property>
0026      <property name="icon">
0027       <iconset theme="list-add">
0028        <normaloff>.</normaloff>.</iconset>
0029      </property>
0030     </widget>
0031    </item>
0032    <item row="2" column="2">
0033     <widget class="QPushButton" name="button_duplicate">
0034      <property name="text">
0035       <string>Duplicate</string>
0036      </property>
0037      <property name="icon">
0038       <iconset theme="edit-copy">
0039        <normaloff>.</normaloff>.</iconset>
0040      </property>
0041     </widget>
0042    </item>
0043    <item row="2" column="3">
0044     <widget class="QPushButton" name="button_delete">
0045      <property name="text">
0046       <string>Delete</string>
0047      </property>
0048      <property name="icon">
0049       <iconset theme="edit-delete">
0050        <normaloff>.</normaloff>.</iconset>
0051      </property>
0052     </widget>
0053    </item>
0054    <item row="2" column="4">
0055     <spacer name="horizontalSpacer">
0056      <property name="orientation">
0057       <enum>Qt::Horizontal</enum>
0058      </property>
0059      <property name="sizeHint" stdset="0">
0060       <size>
0061        <width>132</width>
0062        <height>20</height>
0063       </size>
0064      </property>
0065     </spacer>
0066    </item>
0067    <item row="2" column="5">
0068     <widget class="QToolButton" name="button_menu">
0069      <property name="text">
0070       <string>...</string>
0071      </property>
0072      <property name="icon">
0073       <iconset theme="application-menu">
0074        <normaloff>.</normaloff>.</iconset>
0075      </property>
0076      <property name="popupMode">
0077       <enum>QToolButton::InstantPopup</enum>
0078      </property>
0079      <property name="autoRaise">
0080       <bool>false</bool>
0081      </property>
0082     </widget>
0083    </item>
0084    <item row="1" column="0" colspan="6">
0085     <widget class="KMessageWidget" name="messageWidget"/>
0086    </item>
0087    <item row="0" column="0" colspan="6">
0088     <widget class="QTreeWidget" name="subtitlesList">
0089      <property name="alternatingRowColors">
0090       <bool>true</bool>
0091      </property>
0092      <property name="rootIsDecorated">
0093       <bool>true</bool>
0094      </property>
0095      <property name="allColumnsShowFocus">
0096       <bool>true</bool>
0097      </property>
0098      <attribute name="headerVisible">
0099       <bool>false</bool>
0100      </attribute>
0101      <column>
0102       <property name="text">
0103        <string>Name</string>
0104       </property>
0105      </column>
0106      <column>
0107       <property name="text">
0108        <string>Path</string>
0109       </property>
0110      </column>
0111     </widget>
0112    </item>
0113    <item row="3" column="0" colspan="6">
0114     <widget class="QDialogButtonBox" name="buttonBox">
0115      <property name="orientation">
0116       <enum>Qt::Horizontal</enum>
0117      </property>
0118      <property name="standardButtons">
0119       <set>QDialogButtonBox::Close</set>
0120      </property>
0121     </widget>
0122    </item>
0123   </layout>
0124  </widget>
0125  <customwidgets>
0126   <customwidget>
0127    <class>KMessageWidget</class>
0128    <extends>QFrame</extends>
0129    <header>kmessagewidget.h</header>
0130    <container>1</container>
0131   </customwidget>
0132  </customwidgets>
0133  <resources/>
0134  <connections>
0135   <connection>
0136    <sender>buttonBox</sender>
0137    <signal>accepted()</signal>
0138    <receiver>ManageSubtitles_UI</receiver>
0139    <slot>accept()</slot>
0140    <hints>
0141     <hint type="sourcelabel">
0142      <x>248</x>
0143      <y>254</y>
0144     </hint>
0145     <hint type="destinationlabel">
0146      <x>157</x>
0147      <y>274</y>
0148     </hint>
0149    </hints>
0150   </connection>
0151   <connection>
0152    <sender>buttonBox</sender>
0153    <signal>rejected()</signal>
0154    <receiver>ManageSubtitles_UI</receiver>
0155    <slot>reject()</slot>
0156    <hints>
0157     <hint type="sourcelabel">
0158      <x>316</x>
0159      <y>260</y>
0160     </hint>
0161     <hint type="destinationlabel">
0162      <x>286</x>
0163      <y>274</y>
0164     </hint>
0165    </hints>
0166   </connection>
0167  </connections>
0168 </ui>