MuseScore/mscore/articulation.ui
Joachim Schmitz eed75ba6e7 simplify dialog UI files
* by getting rid of settings where the defaults are good enough
* changing QToolButtons to QRadioButtons for bends
2017-06-28 12:53:44 +02:00

176 lines
4.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ArticulationProperties</class>
<widget class="QDialog" name="ArticulationProperties">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>315</width>
<height>574</height>
</rect>
</property>
<property name="windowTitle">
<string>Articulation Properties</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>Appearance</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Direction:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="direction">
<item>
<property name="text">
<string>Auto</string>
</property>
</item>
<item>
<property name="text">
<string>Up</string>
</property>
</item>
<item>
<property name="text">
<string>Down</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QLabel" name="label_2">
<property name="text">
<string>Anchor:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="anchor">
<item>
<property name="text">
<string>Above Staff</string>
</property>
</item>
<item>
<property name="text">
<string>Below Staff</string>
</property>
</item>
<item>
<property name="text">
<string>Chord Automatic</string>
</property>
</item>
<item>
<property name="text">
<string>Above Chord</string>
</property>
</item>
<item>
<property name="text">
<string>Below Chord</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="channelChange">
<property name="title">
<string>Channel</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QListWidget" name="channelList"/>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="midiAction">
<property name="title">
<string>MIDI Action</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QListWidget" name="midiActionList"/>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>ArticulationProperties</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>ArticulationProperties</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>