MuseScore/mscore/pathlistdialog.ui
Joachim Schmitz 5dc4b3b37a Fix useless window titles
'Untranslating' some (as they get overwritten programatically with
translatable texts anyhow), giving a meaningful text for others.
2020-04-20 11:57:01 +02:00

102 lines
2.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>PathListDialog</class>
<widget class="QDialog" name="PathListDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>395</width>
<height>198</height>
</rect>
</property>
<property name="windowTitle">
<string>Edit Pathlist</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QListWidget" name="files">
<property name="spacing">
<number>4</number>
</property>
</widget>
</item>
<item row="0" column="1">
<layout class="QVBoxLayout" name="verticalLayout_6">
<item>
<widget class="QPushButton" name="remove">
<property name="text">
<string>Delete</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="add">
<property name="text">
<string>Add</string>
</property>
</widget>
</item>
<item>
<spacer name="verticalSpacer_4">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>PathListDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>336</x>
<y>154</y>
</hint>
<hint type="destinationlabel">
<x>197</x>
<y>98</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>PathListDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>336</x>
<y>154</y>
</hint>
<hint type="destinationlabel">
<x>197</x>
<y>98</y>
</hint>
</hints>
</connection>
</connections>
</ui>