forked from qt-creator/qt-creator
Qt Quick Designer: Use book-style capitalization for menu item text
Change-Id: I84f0e23b0369eaf888bf445ec7298a1c7c0bf359 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
This commit is contained in:
committed by
Thomas Hartmann
parent
645f7fc85b
commit
70e3b7dc8b
@@ -109,7 +109,7 @@ Rectangle {
|
||||
id: contextMenu
|
||||
|
||||
MenuItem {
|
||||
text: qsTr("Set when condition")
|
||||
text: qsTr("Set when Condition")
|
||||
onTriggered: {
|
||||
expressionTextField.text = delegateWhenConditionString
|
||||
expressionTextField.visible = true
|
||||
@@ -120,7 +120,7 @@ Rectangle {
|
||||
|
||||
MenuItem {
|
||||
visible: delegateHasWhenCondition
|
||||
text: qsTr("Reset when condition")
|
||||
text: qsTr("Reset when Condition")
|
||||
onTriggered: {
|
||||
statesEditorModel.resetWhenCondition(internalNodeId)
|
||||
}
|
||||
|
Reference in New Issue
Block a user