Add vertical spacers to key sig dialog. Add tooltip for note grouping's Reset button. Modified tooltip for key/sig master palette add to include the word master.
This commit is contained in:
parent
5a313cd4bb
commit
9cb4a9993a
4 changed files with 31 additions and 2 deletions
|
@ -122,7 +122,7 @@
|
|||
<item>
|
||||
<widget class="QPushButton" name="addButton">
|
||||
<property name="toolTip">
|
||||
<string>Add time signature to palette</string>
|
||||
<string>Add time signature to master palette</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Add</string>
|
||||
|
|
|
@ -140,6 +140,9 @@
|
|||
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
||||
<item>
|
||||
<widget class="QPushButton" name="resetGroups">
|
||||
<property name="toolTip">
|
||||
<string>Reset note grouping</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Reset</string>
|
||||
</property>
|
||||
|
|
|
@ -233,6 +233,19 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<spacer name="verticalSpacer">
|
||||
<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>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_4">
|
||||
<item>
|
||||
|
@ -257,7 +270,7 @@
|
|||
</sizepolicy>
|
||||
</property>
|
||||
<property name="toolTip">
|
||||
<string>Add time signature to palette</string>
|
||||
<string>Add time signature to master palette</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Add</string>
|
||||
|
|
|
@ -384,6 +384,19 @@
|
|||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="2" column="0">
|
||||
<spacer name="verticalSpacer">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Vertical</enum>
|
||||
</property>
|
||||
<property name="sizeHint" stdset="0">
|
||||
<size>
|
||||
<width>20</width>
|
||||
<height>40</height>
|
||||
</size>
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</item>
|
||||
|
|
Loading…
Reference in a new issue