MuseScore/mscore/glissandoprop.ui
2012-05-26 14:49:10 +02:00

119 lines
2.9 KiB
XML

<ui version="4.0" >
<class>GlissandoProperties</class>
<widget class="QDialog" name="GlissandoProperties" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>516</width>
<height>208</height>
</rect>
</property>
<property name="windowTitle" >
<string>MuseScore: Glissando Properties</string>
</property>
<layout class="QHBoxLayout" >
<property name="margin" >
<number>0</number>
</property>
<item>
<widget class="QLabel" name="label_3" >
<property name="sizePolicy" >
<sizepolicy vsizetype="Ignored" hsizetype="Fixed" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text" >
<string/>
</property>
<property name="pixmap" >
<pixmap resource="musescore.qrc" >:/data/bg1.jpg</pixmap>
</property>
</widget>
</item>
<item>
<layout class="QGridLayout" >
<property name="margin" >
<number>9</number>
</property>
<item row="0" column="0" >
<widget class="QGroupBox" name="showText" >
<property name="title" >
<string>Show Text</string>
</property>
<property name="flat" >
<bool>true</bool>
</property>
<property name="checkable" >
<bool>true</bool>
</property>
<layout class="QHBoxLayout" >
<property name="margin" >
<number>9</number>
</property>
<item>
<widget class="QLabel" name="label" >
<property name="text" >
<string>Text:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="text" />
</item>
</layout>
</widget>
</item>
<item row="1" column="0" >
<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>
</widget>
<resources>
<include location="musescore.qrc" />
</resources>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>GlissandoProperties</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>GlissandoProperties</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>