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

162 lines
4.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>TupletProperties</class>
<widget class="QDialog" name="TupletProperties">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>359</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>MuseScore: Tuplet Properties</string>
</property>
<layout class="QHBoxLayout">
<item>
<layout class="QHBoxLayout">
<item>
<widget class="QLabel" name="label_3">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Ignored">
<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="QVBoxLayout">
<item>
<widget class="QGroupBox" name="groupBox">
<property name="title">
<string>Number</string>
</property>
<property name="flat">
<bool>false</bool>
</property>
<layout class="QVBoxLayout">
<property name="margin">
<number>3</number>
</property>
<item>
<widget class="QRadioButton" name="number">
<property name="text">
<string>number</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="relation">
<property name="text">
<string>relation</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="noNumber">
<property name="text">
<string>nothing</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
<string>Bracket</string>
</property>
<property name="flat">
<bool>false</bool>
</property>
<layout class="QVBoxLayout">
<property name="margin">
<number>3</number>
</property>
<item>
<widget class="QRadioButton" name="autoBracket">
<property name="text">
<string>auto bracket</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="bracket">
<property name="text">
<string>bracket</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="noBracket">
<property name="text">
<string>nothing</string>
</property>
</widget>
</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>
<include location="musescore.qrc"/>
</resources>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>TupletProperties</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>TupletProperties</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>