Merge pull request #1306

67e9109 Implement 'rightIcon' and 'rightIconInactive' image properties for componenent StandardButton
This commit is contained in:
luigi1111
2018-04-19 11:33:11 -05:00
4 changed files with 36 additions and 4 deletions

View File

@@ -329,7 +329,8 @@ Rectangle {
RowLayout {
StandardButton {
id: sendButton
rightIcon: "../images/rightIcon.png"
rightIcon: "../images/rightArrow.png"
rightIconInactive: "../images/rightArrowInactive.png"
Layout.topMargin: 4 * scaleRatio
text: qsTr("Send") + translationManager.emptyString
// Send button is enabled when: