MuseScore/mscore/spanner.ui
2012-09-15 17:12:26 +02:00

106 lines
2.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SpannerBase</class>
<widget class="QWidget" name="SpannerBase">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>370</width>
<height>214</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout">
<property name="spacing">
<number>6</number>
</property>
<property name="margin">
<number>8</number>
</property>
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string notr="true" comment="do not translate">Spanner</string>
</property>
<property name="flat">
<bool>false</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QListWidget" name="segments"/>
</item>
<item>
<layout class="QGridLayout" name="gridLayout">
<property name="topMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item row="0" column="0">
<widget class="QPushButton" name="startElement">
<property name="toolTip">
<string notr="true"/>
</property>
<property name="text">
<string notr="true" comment="do not translate">startElement</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QPushButton" name="endElement">
<property name="toolTip">
<string notr="true"/>
</property>
<property name="text">
<string notr="true" comment="do not translate">endElement</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="anchor">
<item>
<property name="text">
<string notr="true">SEGMENT</string>
</property>
</item>
<item>
<property name="text">
<string notr="true">MEASURE</string>
</property>
</item>
<item>
<property name="text">
<string>CHORD</string>
</property>
</item>
<item>
<property name="text">
<string>NOTE</string>
</property>
</item>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string notr="true">Anchor:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>