MuseScore/mscore/timesigwizard.ui

382 lines
10 KiB
Text
Raw Normal View History

2012-05-26 14:49:10 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>TimesigWizard</class>
<widget class="QWidget" name="TimesigWizard">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
2012-07-26 14:55:30 +02:00
<width>426</width>
<height>333</height>
2012-05-26 14:49:10 +02:00
</rect>
</property>
<property name="windowTitle">
2013-06-18 15:54:18 +02:00
<string/>
2012-05-26 14:49:10 +02:00
</property>
<property name="accessibleName">
<string>Time Signature Wizard</string>
</property>
2012-05-26 14:49:10 +02:00
<layout class="QVBoxLayout">
<item>
<widget class="QGroupBox" name="groupBox">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>Enter Time Signature:</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="topMargin">
<number>0</number>
</property>
<item>
<widget class="QRadioButton" name="tsFraction">
<property name="text">
<string notr="true"/>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="timesigZ">
<property name="accessibleName">
<string>Beats in a measure</string>
</property>
2012-05-26 14:49:10 +02:00
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>63</number>
</property>
<property name="value">
<number>4</number>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>/</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
2012-07-26 14:55:30 +02:00
<widget class="QComboBox" name="timesigN">
<property name="accessibleName">
<string>Beat unit</string>
</property>
2012-07-26 14:55:30 +02:00
<property name="currentIndex">
<number>2</number>
</property>
<item>
<property name="text">
<string>1</string>
</property>
</item>
<item>
<property name="text">
<string>2</string>
</property>
</item>
<item>
<property name="text">
<string>4</string>
</property>
</item>
<item>
<property name="text">
<string>8</string>
</property>
</item>
<item>
<property name="text">
<string>16</string>
</property>
</item>
<item>
<property name="text">
<string>32</string>
</property>
</item>
<item>
<property name="text">
<string>64</string>
</property>
</item>
</widget>
</item>
2012-05-26 14:49:10 +02:00
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
<widget class="QRadioButton" name="tsCutTime">
<property name="toolTip">
<string>Cut time</string>
</property>
<property name="accessibleName">
2014-08-18 23:19:27 +02:00
<string>Cut Time</string>
</property>
2012-05-26 14:49:10 +02:00
<property name="text">
<string notr="true"/>
</property>
<property name="icon">
<iconset resource="musescore.qrc">
<normaloff>:/data/icons/timesig_allabreve.svg</normaloff>:/data/icons/timesig_allabreve.svg</iconset>
2012-05-26 14:49:10 +02:00
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="tsCommonTime">
<property name="toolTip">
<string>Common time</string>
</property>
<property name="accessibleName">
<string>Common Time</string>
</property>
2012-05-26 14:49:10 +02:00
<property name="text">
<string notr="true"/>
</property>
<property name="icon">
<iconset resource="musescore.qrc">
<normaloff>:/data/icons/timesig_common.svg</normaloff>:/data/icons/timesig_common.svg</iconset>
2012-05-26 14:49:10 +02:00
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="pickupMeasure">
<property name="accessibleName">
<string>Pickup Measure</string>
</property>
2012-05-26 14:49:10 +02:00
<property name="title">
<string>Pickup Measure</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>false</bool>
</property>
<layout class="QHBoxLayout">
<item>
<widget class="QLabel" name="label_5">
<property name="text">
<string>Duration:</string>
2012-05-26 14:49:10 +02:00
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="pickupTimesigZ">
<property name="accessibleName">
<string>Beats in a measure</string>
</property>
2012-05-26 14:49:10 +02:00
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>63</number>
</property>
<property name="value">
<number>1</number>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_6">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>/</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="pickupTimesigN">
<property name="accessibleName">
<string>Beat unit</string>
</property>
2012-07-26 14:55:30 +02:00
<property name="currentIndex">
<number>2</number>
</property>
2012-07-20 11:07:34 +02:00
<item>
<property name="text">
<string>1</string>
</property>
</item>
<item>
<property name="text">
<string>2</string>
</property>
</item>
<item>
<property name="text">
<string>4</string>
</property>
</item>
<item>
<property name="text">
<string>8</string>
</property>
</item>
2012-07-26 14:55:30 +02:00
<item>
<property name="text">
<string>16</string>
</property>
</item>
2012-07-26 14:55:30 +02:00
<item>
<property name="text">
<string>32</string>
</property>
</item>
2012-07-26 14:55:30 +02:00
<item>
<property name="text">
<string>64</string>
</property>
</item>
2012-05-26 14:49:10 +02:00
</widget>
</item>
<item>
<spacer>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_2">
<property name="accessibleName">
<string>Enter Number of Measures</string>
</property>
2012-05-26 14:49:10 +02:00
<property name="title">
<string>Enter Number of Measures:</string>
</property>
<layout class="QGridLayout">
<property name="topMargin">
<number>3</number>
</property>
<property name="bottomMargin">
<number>3</number>
</property>
<property name="verticalSpacing">
<number>3</number>
</property>
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Measures:</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QSpinBox" name="measureCount">
<property name="accessibleName">
<string>Measures</string>
</property>
<property name="accessibleDescription">
<string>Hint: You can also add or remove measures after creation of the score.</string>
</property>
2012-05-26 14:49:10 +02:00
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>9999</number>
</property>
<property name="value">
<number>32</number>
</property>
</widget>
</item>
<item row="1" column="2">
<spacer>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>121</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="2" column="0" colspan="3">
<widget class="QLabel" name="label_4">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Hint: You can also add or remove measures after creation of the score.</string>
2012-05-26 14:49:10 +02:00
</property>
</widget>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<tabstops>
<tabstop>tsFraction</tabstop>
<tabstop>timesigZ</tabstop>
<tabstop>timesigN</tabstop>
<tabstop>tsCutTime</tabstop>
<tabstop>tsCommonTime</tabstop>
<tabstop>pickupMeasure</tabstop>
<tabstop>pickupTimesigZ</tabstop>
<tabstop>pickupTimesigN</tabstop>
<tabstop>measureCount</tabstop>
</tabstops>
<resources>
<include location="musescore.qrc"/>
</resources>
2012-05-26 14:49:10 +02:00
<connections/>
</ui>