MuseScore/mscore/albummanager.ui
Joachim Schmitz cc19cb4bc3 use icons from resource in ui files rather than use setIcon()
so the dialogs look closer to reality in QtCreator, also reduce strings
to translate
2016-06-20 15:48:53 +02:00

296 lines
7.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>AlbumManager</class>
<widget class="QDialog" name="AlbumManager">
<property name="windowModality">
<enum>Qt::ApplicationModal</enum>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>431</width>
<height>318</height>
</rect>
</property>
<property name="windowTitle">
<string>MuseScore: Album Manager</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<property name="topMargin">
<number>0</number>
</property>
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Album name:</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="albumName">
<property name="toolTip">
<string>Album name</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QGridLayout" name="gridLayout">
<item row="5" column="1">
<widget class="QPushButton" name="add">
<property name="text">
<string>Add Score...</string>
</property>
</widget>
</item>
<item row="6" column="1">
<widget class="QPushButton" name="remove">
<property name="toolTip">
<string>Remove current score</string>
</property>
<property name="text">
<string>Remove Score</string>
</property>
</widget>
</item>
<item row="1" column="0" rowspan="6">
<widget class="QListWidget" name="scoreList"/>
</item>
<item row="4" column="1">
<spacer name="verticalSpacer2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item row="2" column="1">
<widget class="QToolButton" name="up">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Move current score up in list</string>
</property>
<property name="text">
<string notr="true"/>
</property>
<property name="icon">
<iconset resource="musescore.qrc">
<normaloff>:/data/icons/arrow_up.svg</normaloff>:/data/icons/arrow_up.svg</iconset>
</property>
</widget>
</item>
<item row="1" column="1">
<spacer name="verticalSpacer3">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item row="3" column="1">
<widget class="QToolButton" name="down">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Move current score down in list</string>
</property>
<property name="text">
<string notr="true"/>
</property>
<property name="icon">
<iconset resource="musescore.qrc">
<normaloff>:/data/icons/arrow_down.svg</normaloff>:/data/icons/arrow_down.svg</iconset>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="topMargin">
<number>0</number>
</property>
<item>
<widget class="QPushButton" name="createNew">
<property name="toolTip">
<string>Create new album</string>
</property>
<property name="text">
<string>New</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="load">
<property name="toolTip">
<string>Load an existing album</string>
</property>
<property name="text">
<string>Load...</string>
</property>
</widget>
</item>
<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>
<item>
<widget class="QPushButton" name="print">
<property name="text">
<string>Print Album</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QGroupBox" name="groupBoxJoinScores">
<property name="minimumSize">
<size>
<width>0</width>
<height>63</height>
</size>
</property>
<property name="title">
<string>Save Joined Score</string>
</property>
<widget class="QPushButton" name="createScore">
<property name="geometry">
<rect>
<x>300</x>
<y>20</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>Join Scores</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxAddPageBreak">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>281</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Add page break between scores</string>
</property>
</widget>
<widget class="QCheckBox" name="checkBoxAddSectionBreak">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>281</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Add section break between scores</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</widget>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Close</set>
</property>
</widget>
</item>
</layout>
</widget>
<tabstops>
<tabstop>albumName</tabstop>
<tabstop>add</tabstop>
<tabstop>remove</tabstop>
<tabstop>scoreList</tabstop>
<tabstop>up</tabstop>
<tabstop>down</tabstop>
<tabstop>createNew</tabstop>
<tabstop>load</tabstop>
<tabstop>print</tabstop>
<tabstop>checkBoxAddSectionBreak</tabstop>
<tabstop>checkBoxAddPageBreak</tabstop>
<tabstop>createScore</tabstop>
</tabstops>
<resources>
<include location="musescore.qrc"/>
</resources>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>AlbumManager</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>AlbumManager</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>